Search results

  1. MayoMayn

    [PlusEmu] // Characters invisible in client

    Yes, and others have tried too.
  2. MayoMayn

    [PlusEmu] // Characters invisible in client

    So yeah, I finally fixed my redirect to swf folder issue, but yet again another issue appears. As you can see in the image below, my character are NOT shown, and even when I create a chat, the chat-bubble just appears beneath the green arrow. So, yeah, I'm currently using Plus Emulator Build...
  3. MayoMayn

    Extracting real visitor IP

    Mate, I got a custom made CMS, so I totally forgot it didn't work with others, but you'd have to replace $db->secure($_GET['URL']); with just $_GET['URL'] and the following $core->handleCall($db->secure('error')); $template->html->get($db->secure('error')); to $core->handleCall('PAGE')...
  4. MayoMayn

    Extracting real visitor IP

    JMG, if you only allow 2 users to be registered at an IP address, and it's impossible to use a vpn/proxy on the hotel, it won't matter with banning, since in the first place, people would only could use their genuine IP address. Trust me, it works ;) I don't get the idea, of which people want to...
  5. MayoMayn

    Extracting real visitor IP

    Mate, I quote, DO NOT, try to get the real IP from a visitor, INSTEAD you should run a script that detects whether or not, an user is using a proxy/vpn. In your Index.php file, wipe the file clean, and add this: <?php if(isset($_GET['url'])) { $_GET['url'] = strtolower($_GET['url']); }...
  6. MayoMayn

    Custom CMS / PlusEMU, Habbo Client stops at 76%

    No errors shown anywhere Bump
  7. MayoMayn

    Custom CMS / PlusEMU, Habbo Client stops at 76%

    @JayCustom I tried with the originally files, but that did not work either :) I'm using Plus Emu Build 3.4.3.0 And for instance, some guy helped me out, he corrected out an error, which actually was portforwarding, but now it disconnects and redirects to /swfs/gordon/PRODUCTION-xxxxx/ at 76%...
  8. MayoMayn

    Custom CMS / PlusEMU, Habbo Client stops at 76%

    Hey, I have recently begun to code my own Habbo CMS, which means there's no non-secure bullshit mysql, but pure PDO and ajax, everything went perfectly there, but when it came into setting up the client, swf files and emulator, I got a bit stuck. 1) I downloaded the latest release PlusEMU Habbon...
Top