Question: Will there be any changes to the past MySQL table structures?
+1 if we could finally get this for Linux. Getting tired of all those retros with a slow webserver
Sent from my SM-G928F using Tapatalk
You mean sql safe updates? That would show a whole different error.
Any other time if that happens, simply run this query: SET SQL_SAFE_UPDATES = 0
Strict mode, global mode, etc whatever you're trying to help him with, is just an irrelevant solution that isn't correct.
Truncated data, is...
Just stop using a proxy seriously, in the end it's good for nothing, and its resolvable using the right tools. If your proxy goes down, so does your client (and webserver, if your DNS is pointed to your proxy). Just use Bitninja and get rid of your DoS and flooding issues, and set max connection...
ALTER TABLE `furniture` MODIFY COLUMN `is_rare` bigint(50);
If its a string, just do varchar(255)
And if you're going to modify a primary auto increment column do it like this:
ALTER TABLE `furniture` MODIFY COLUMN `is_rare` int(11) NOT NULL AUTO_INCREMENT;
PRIMARY KEY(`is_rare`);
I'd...
You'd have to use a Linux OS then, because it crashes on Windows and is a way longer and slower process. Use HHVM instead of PHP7 for faster perfomance. You can easily enable PHP7 features on HHVM.
Use DigitalOceans turorial, its good for setting up NGINX.
And if you want a GUI you'd have to...
Nothing? Lol. Its not safe proof, you can easily edit the js files and getting the IP by using console.log, but only 1/1000 idiots on retros would consider trying that. I will provide an example later.
Sent from my SM-G928F using Tapatalk
In the client.php where the IP, swf and ports get defined, I just simply write: SWF, FUCK, OFF and then define those variables with values from an ajax request.
I juse use an ajax request to define some javascript variables that will set the IP, and then I have a 750gb layer aswell as Bitninja as protection. Not even a 100gbps attack gave it a 1ms latency.
http://bitninja.io this will solve ur DoS issue, even though it doesnt look like that, but just a connection issue lol like mentioned above.
Sent from my SM-G928F using Tapatalk
Have you configured your external variables correctly? Is your ports open? Is your client variables configured correctly? Hit F12 and tick the preserved logs to see if any errors occur on the client.
Sent from my SM-G928F using Tapatalk
That is plain dumb. The IP will only get returned IF HTTP_FORWARDED is set. Do you you even know what it does?
Nevermind, didnt bother to read your quoted comment since I just woke up lol
Sent from my SM-G928F using Tapatalk
Everybody is making the same mistake of using HTTP_CF_CONNECTING_IP.
If people just bothered to research, they would know its the wrong way, they should instead check whether or not HTTP_(X_)FORWARDED is set like so:
public function getIP() {
$ip = $_SERVER['REMOTE_ADDR']...
Port 443 is for https. If you created your hotel on your local machine, you should look up portforwarding. It would be easier to just buy a VPS, they're cheap at like 4$
I'd rather have that Habbo kept running, than all those shitty retros available where the "developers" claim they can code because they can configure some files lol
Sent from my SM-G928F using Tapatalk