Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by Glee

  1. Glee

    [C#] Arcturus Version 2.0 Emulator by The General [C#, .NET, Windows, Linux, Mac]

    Curious question is the database structure the same from Java version? Or has it been completely rebuilt?
  2. Glee

    [REL/DEV] Havana - A Habbo Hotel server for v31+ [Java]

    Hello! Im slowly rejoining the community after leaving for about a year or so... Which is the recommended server to run this application? Im going to assume the best root would be linux. If any advise that would greatly help.
  3. Glee

    Emulator Connection Issue.

    No I don't
  4. Glee

    Emulator Connection Issue.

    Hey All, Ok. So this is weird. I can connect to my client perfectly fine from the VPS. Some of my users can also connect to client outside of the VPS and some can't. When I attempt to connect outside the VPS I get redirected to SWF path. VIDEO: You must be registered for see element. Here...
  5. Glee

    Unable to connect to server

    You must be registered for see element. $hotel['external_Variables'] = "https://habcheer.ca/ms-swf/gamedata/external_variables.txt"; $hotel['external_Variables_Override'] = "https://habcheer.ca/ms-swf/gamedata/override/external_override_variables.txt"; $hotel['external_Texts'] =...
  6. Glee

    Unable to connect to server

    You must be registered for see element.
  7. Glee

    Unable to connect to server

    Thank you! I was able to get my port open. But now I just need to figure out why it’s redirecting me to the SWF folder when entering the client.
  8. Glee

    Unable to connect to server

    All of my ports are showing closed. Yet I've added them to FireWall. for Inbound and Outbound.
  9. Glee

    Unable to connect to server

    Hey! So Im unable to connect to my server. My CMS is being hosted via Web Hosting (cPanel) My EMU is being hosted on VPS. (Windows) Now I have allowed remote sql to my server. I'm open port 3000 on my VPS (Inbound & Outbound). I've placed my VPS IP in the Config file. What else am I missing
  10. Glee

    Maintenance System

    Yes. It’s inserting into my database now. Now I’m creating class.html.php function
  11. Glee

    Maintenance System

    I give full credit to Joorren for this. function checkMaintenance() { global $config, $dbh; if (isset($_POST['checkMaintenance'])) { switch ($_POST['checkMaintenance']) { case 'open': default: $siteMode =...
  12. Glee

    Maintenance System

    It’s an UPDATE I know that I just forgot to change the query.
  13. Glee

    Maintenance System

    Which one do you recommend? bindValue or bindParam? If I decide to keep bindParam, how would define the 2nd value before binding? Im learning all this of this for educational purpose, all assistance will be credited. UPDATE: I changed bindParam to bindValue. its still not updating the...
  14. Glee

    Maintenance System

    So Im getting this error. Fatal error: Uncaught Error: Cannot pass parameter 2 by reference in C:\xampp\htdocs\system\app\classes\class.admin.php:371 Stack trace: #0 C:\xampp\htdocs\adminpan\sitesettings.php(24): Admin::checkMaintenance() #1...
  15. Glee

    Maintenance System

    Here is my sql structure. You must be registered for see element. As far the of the CMS checking for Maintenance, from the database hasn't been coded. I only have the default maintenance from the brain-config.php. I almost forgot and yes Im using the UPDATE query I just forgot to modified it.
Back
Top