If he's trying to disable it to prevent people from being able to change to any room they want, this is a bad suggestion. Someone could just send the packets to teleport them to other rooms based on their ID and get around the front-end hiding it. They could also just set it to show in dev...
Probably missing the column on pets_commands_data, since you're trying to execute a pet command.
1740354204
DROP TABLE IF EXISTS `pet_commands_data`;
CREATE TABLE `pet_commands_data` (
`command_id` int(11) NOT NULL,
`text` varchar(15) NOT NULL,
`required_level` int(11) NOT NULL...
I am using cloudflare. I had disabled cloudflare, which supposedly is supposed to bypass their network all together, and it didn't change the results....
I thought this was the issue. I upgraded the server from 2 to 4 cores, 4GB to 8GB of ram, 500mb bandwidth to 1GB. It's a very light-weight app that only a couple of users are utilizing at a time.
1735745858
I think its queueing from the client side. When using the chrome browser tool it shows...
I have an application that I've been running for awhile. I can't find any changes in my git history that would explain this issue. I haven't changed any configuration on the server either.
My react application will get hung up where requests are stuck in a "queueing" state for 2-10 seconds. It...
no, the item ids would need to match your catalog and you would have to have all the same items. You could find a roleplay release pack and get the database but that would probably set your catalog back a long ways, you would have to re-add all the furniture. Might also be outdated or overused...
You're selected on 'Errors', so if you're using console.log() in the javascript code you won't see it unless you toggle to logs.
https://www.w3schools.com/jsref/met_console_log.asp
Create some logs to the console after you assign CurrentArticleIndex, see what that logic is doing. Make sure the function is being called on the interval correctly.
Adding badges and text to the hotel page for VIP and others:
Estimate: 2 hours
Standardizing one language on all furniture and catalog:
Estimate: 3-5 days (depending on the number of items and complexity)
Fixing building stacks to avoid repetitive clicking:
Estimate: 3 hours
Fixing...
Why are you looking for an estimate on time? You have vastly different things in this list.
This is highly dependent on your database and catalog. You could have a few hundred items requiring translation and fixing, or you could have thousands. This could take a day, a week, or even longer...
- DB server: Google
https://lmgpthat.com/render.html?search=What's%20the%20difference%20between%20the%20different%20database%20servers%3F
- PHP: Google
https://lmgpthat.com/render.html?search=What%20is%20PHP%20used%20for%3F
-Composer: Google...
You could add an attribute to the button, such as: data-id="@Person.id" and then do something like this:
document.addEventListener('DOMContentLoaded', function() {
var buttonWithNameElements = document.querySelectorAll('.showNameOnClick')...