Search results

  1. Zodiak

    Emulator freezing when rank <6

    Ctrl+f "GetHabbo().Rank < 6" & "GetHabbo().Rank <= 6", see if you find anything suspicious, if not check permission tables. Failing that, consider trying a fresh copy of plus or a fresh database if you've fucked around with things.
  2. Zodiak

    Retro Whats An Better CMS?

    It uses the web-sockets when available but if the server for the websockets is down, the websocket/xhr server, it'll use post/get API's instead of everything not working without the websocket server being up :cool:
  3. Zodiak

    Retro Whats An Better CMS?

    My CMS is setup to use web sockets for fast responses and has an XHR fallback on everything for if you're not connected to the websocket server :)
  4. Zodiak

    Retro Whats An Better CMS?

    Everything on my CMS updates in real-time without refreshing. Edit; You a gravedigger son.
  5. Zodiak

    [Help] PlusEMU Tcp Proxy

    IMO it works out better in the long run to buy a DDoS protected dedicated server or VPS. If funds are tight, small ddos protected linux vps' can be bought cheap and you could setup your own reverse proxy / load balancer, saves being hosted on the same proxy as other users. Purchasing proxies...
  6. Zodiak

    [Help] Mus Commands

    I'll c+p you my mus function once I've finished backing up all of my files, give me a few Completely forgot about this. function sendMUS($command, $data = '') { $MUSdata = $command . chr(1) . $data; $socket = socket_create(AF_INET, SOCK_STREAM, getprotobyname('tcp'))...
  7. Zodiak

    [Help] Mus Commands

    EMU configuration set to allow connections from IP's other than 127.0.0.1/localhost?
  8. Zodiak

    [Help] Mus Commands

    If you're now using a server, is the servers firewall configured to allow connections from you or other people on the specified port?
  9. Zodiak

    When I use the floor plan editor, I can't move?

    Post your SaveFloorPlanModelEvent.cs
  10. Zodiak

    RevCMS PHP Error

    Invalid timestamp meaning null or incorrect type.
  11. Zodiak

    RevCMS PHP Error

    Would mean it's publishing either an invalid timestamp or a timestamp from 1-1-1970.
  12. Zodiak

    RevCMS PHP Error

    $result = mysql_query("SELECT title, author, published, id FROM cms_news WHERE id != '" . $engine->secure($_GET['id']) . "' ORDER BY id DESC"); while($news1 = mysql_fetch_array($result)) { $template->setParams('newsList', '<p><a class="newsListElement"<a...
  13. Zodiak

    [Release] Staff Pin System for the client

    Cleaned/Edited the PHP code, just preference in-case anybody wants to use it. (Haven't tested, quickly did this in notepad without even saving it + I'm tired af so yolo) Bottom of client.php: <?php if(isset($_SESSION['user']['id'])) { $database_connection = null; try {...
  14. Zodiak

    Revolution Server (Java, PRODUCTION)

    Good luck with this if it's still on-going. :)
  15. Zodiak

    Nano - PHP7, MVC, PDO

    Looks nice, goodluck Geo my son
  16. Zodiak

    [R63B] [RP] FluxRP Emulator/CMS

    IMO it was shit purely because I personally think frameworks are shit but that's just my opinion! OT; Nice release, could be useful to some with some work. +1
  17. Zodiak

    {HELP} HOW TO FORCE VOTE THE Index}

    <?php if(isset($_SERVER['HTTP_CF_CONNECTING_IP'])) $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; $checkData = file_get_contents('https://findretros.com/validate.php?user=YOURPAGE&ip='.$_SERVER['REMOTE_ADDR']); if(($checkData == 3) || ($checkData === '3'))...
  18. Zodiak

    Spam Filter in C# - Habboon

    if ((Message.Length >= 3) && (Message.ToString().ToLower().Contains("www"))) { if (!Session.GetHabbo().GetPermissions().HasRight("mod_tool")) { Session.SendNotification("Message."); Message = " (no one message) "; } } ?
  19. Zodiak

    PlusEMU Support thread.

    Limit connections per IP? Lower the ping check time? On connection check if the connection is genuine?
  20. Zodiak

    er mur gurd

    er mur gurd
Top