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

  1. Sav.

    Oh hey

    Advertising you bad boy
  2. Sav.

    [C#] Begin/EndReceive - how do I read large data?

    When reading data in chunks of say, 1024, how do I continue to read from a socket that receives a message bigger than 1024 bytes until there is no data left? Should I just use BeginReceive to read a packet's length prefix only, and then once that is retrieved, use Receive() (in the async thread)...
  3. Sav.

    Big Sean - Too Fake feat Chiddy Bang

    You must be registered for see element.
  4. Sav.

    SWF Pack [R63+, Cracked, Friend-Bar]

    there you are for noobs.
  5. Sav.

    Good Bye [+ solution to crack swf's]

    thanks for this, farewell.
  6. Sav.

    [PHP] How can I reset an array?

    this what I have i have done this with reset($array); my code: <?php $numbers = array("This is 1","This is 2","This is 3"); next($numbers); $thisvalue = current($numbers); echo "We are now at $thisvalue\n\n"; $first = reset($numbers); echo "Back to $first"; ?>
  7. Sav.

    [Show]Browser Multiplayer MMO Custom RPG Toolset

    Re: Browser Multiplayer MMO Custom RPG Toolset lookin good. hope it gets even better
  8. Sav.

    [VB.NET] Gmail Sender

    it's nice.
  9. Sav.

    First real drawing.

    `it looks nice.
  10. Sav.

    YoHabboHotel V26 Emulator

    just Zak emulator with console title changed?
  11. Sav.

    Some Wired Coding For Uber

    Here is some of my wired coding with less mysql action so it won't make you server lagg much. RequestHandlers[3056] = new RequestHandler(InitializeWired); RequestHandlers[3050] = new RequestHandler(RequestAddWired); RequestHandlers[3051] = new RequestHandler(RequestAddTrigger)...
  12. Sav.

    Server Error [XAMPP]

    This error I get The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script. If you think this is a server error, please contact the webmaster. What is wrong :L
  13. Sav.

    Ufc 128

    double WOW
  14. Sav.

    Waasa + Other furnis

    Nice keep it up
  15. Sav.

    [HTML, PHP & MySQL] ViroWeb CMS Alpha Release w/ demo

    Re: ViroWeb CMS Alpha looks nice a little bit better css
Back
Top