Search results

  1. A

    Habb01 [NodeJS/MySQL]

    HabbO1 A Habbo v1 Emulator written in NodeJS Once upon a long time ago, I started a PHP based Habbo v1 emulator. Development went well, and the emulator had console, pathfinding, room-o-matic, and a bunch of other stuff I feel are less awesome and I don't care to name. Since development...
  2. A

    Multiplayer Game Development

    Okay, so I've started a new HTML5/Javascript game. I want it to be like a space combat game (maybe like EVE Online or something), where you fly around in space and shoot enemies or trade goods among other things. I have basic parts of the client-side core done. It uses WebGL rendering to show a...
  3. A

    Show DevBest Multitouch Interface

    Hey everybody ... I'm currently building a coffee table like multitouch surface (like Microsoft Surface). The whole project costs about 250 USD. Also, I am developing a web interface for it, and I needed some people's advice and suggestions for it. Before you view it, please note that the...
  4. A

    node.js carriage return

    I'm having a little bit of an issue with running a TCP server using node.js ... Im trying to construct a server using node.js, for a Habbo v1 client. Here's my issue: At the end of a v1 packet (or so I believe this it how it works), there must be an ASCII character inserted (more specifically...
  5. A

    [PHP] Problem with looping and sockets

    Okay, I'm having a bit of an issue with looping through sockets to see which one is connected and check certain information about each socket. Here's what I am trying to do: - Socket connects, and its id is stored in variable $i and also in the sql db - User attempts to load a room, and other...
  6. A

    Problem with Habbo v1 Protocol Syntax

    Hello DevBest Community! Adonn here, with a quick question to see if anybody could help ... I am concstructing a v1 server in PHP (yes, I know, please dont reply with any discrimination or criticism about PHP). I am running into a bit of a problem with certain syntaxes, more specifically for...
  7. A

    PHP - For Loop

    This question is for you PHP coders out there ... I currently have this in my script: for($flat=1;$flat==getFlatCount();$flat++) { $rooms = $rooms . $flat ."/". getRoomName($flat) ."/" . getRoomOwner($flat) ."/". getRoomDoor($flat) ."/ekakerros/floor1/". $serverIP ."/". $serverIP ."/"...
  8. A

    [HELP] Protocol Support Needed

    Hello, I am having a bit of trouble understanding how Habbo Packets/Protocol work for the v9 Habbo client. I have a couple of questions that I need answered, so if you have the time, please reply: 1.) I understand how to use the B64 and VL64 (I think thats what they're called) but do I...
  9. A

    [HELP] PHP Call to Undefined Function

    Hello everybody, I have a PHP script that I found on the interwebz that allows socket connections through it ... After a bit of tweaking, I finally got the login and register system completely working for Habbo's v1 client ... However, I am running into a bit of a problem with function calls ...
Top