Search results

  1. MayoMayn

    [PlusEMU] Emulator Development [UPDATED]

    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
  2. MayoMayn

    working files

    http://git.projectplus.io for EMU, and SWFS go to http://*****.com/plusemu.php Sent from my SM-G928F using Tapatalk
  3. MayoMayn

    Furniture database error

    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...
  4. MayoMayn

    PlusEmu and DDoS HELP

    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...
  5. MayoMayn

    Furniture database error

    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...
  6. MayoMayn

    Website not loading on r63b retro

    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...
  7. MayoMayn

    Website not loading on r63b retro

    May I ask why people are using IIS? Sent from my SM-G928F using Tapatalk
  8. MayoMayn

    PlusEmu and DDoS HELP

    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
  9. MayoMayn

    PlusEmu and DDoS HELP

    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.
  10. MayoMayn

    PlusEmu and DDoS HELP

    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.
  11. MayoMayn

    PlusEmu and DDoS HELP

    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
  12. MayoMayn

    BrainCMS / Help Required

    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
  13. MayoMayn

    [Official BrainCMS] 1.4.0

    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
  14. MayoMayn

    [Official BrainCMS] 1.4.0

    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']...
  15. MayoMayn

    BrainCMS / Help Required

    Use another CMS, as simple as that Sent from my SM-G928F using Tapatalk
  16. MayoMayn

    Port 443 is for https. If you created your hotel on your local machine, you should look up...

    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$
  17. MayoMayn

    Thanks, appreciate it :)

    Thanks, appreciate it :)
  18. MayoMayn

    Habbo closing soon?

    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
  19. MayoMayn

    [BOOTSTRAP] Hotel Store

    You should definitely implement the PayPal IPN that I've released, otherwise nice done dude Sent from my SM-G928F using Tapatalk
  20. MayoMayn

    MIP/IP Ban is also banning random IP's?

    Never happened with me neither. Is it the CMS or the Emus fault? Sent from my SM-G928F using Tapatalk
Top