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 Pure

  1. Pure

    Roc CF [Coldfusion] [Phoenix/Uber]

    Let me direct you to my post I posted.
  2. Pure

    Redirects?

    Whenever I refresh the page, for some reason it looks as if it's loading it several times. As if it's loading, loaded. Loading, loaded and it does it around 10 times then stops. Let me know if this isn't clear or not. Using Chrome v25, Windows 7.
  3. Pure

    Roc CF [Coldfusion] [Phoenix/Uber]

    How long is a piece of string. This is one question that has always rustled my jimmy's if you will. You cannot put an ETA on a project that you are not getting paid for. People do this for several different reasons. I myself when I did do development for Habbo retro's, was for the experience in...
  4. Pure

    Roc CF [Coldfusion] [Phoenix/Uber]

    I really haven't been following this development, have you moved away from n0minal's designs now?
  5. Pure

    Emulati Beta - Instance Based Habbo Retro Server Emulation

    Big words. Too many big words :-( Looks good so far, didn't expect to see you working on another project. Good luck :-)
  6. Pure

    Shark ~ [Java][Hibernate][Netty] ~ [V13]

    Yeah, I didn't fancy trolling through USA111. It's extremely badly coded. :(
  7. Pure

    Shark ~ [Java][Hibernate][Netty] ~ [V13]

    Could you send me all these packets? :D
  8. Pure

    Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    re: Sierra - [Java, R63, Post-Shuffle, Latest Releases, CMS] Yeah! This, because you are only ever going to have one row with that username you should LIMIT 1. Because it won't go crawling through the rest of the data. Looking for another row with that username
  9. Pure

    Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    re: Sierra - [Java, R63, Post-Shuffle, Latest Releases, CMS] Hey Alex, Line 71, You must be registered for see element. Sierra.getDatabase().ExecuteQuery("UPDATE members SET rank = '" + Rank + "', gender = '" + Gender + "', figure = '" + Figure + "', mission = '" + Motto + "', credits = '" +...
  10. Pure

    Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    re: Sierra - [Java, R63, Post-Shuffle, Latest Releases, CMS] When the server needs more testing.
  11. Pure

    Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty] Okay, cheers. Could a moderator update the links.. You must be registered for see element. You must be registered for see element.
  12. Pure

    Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty] Alex, I'm not sure if you are aware or not, but your github has been taken down.. Hopefully you are still working on this product, I am really enjoying following your development.
  13. Pure

    Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty] I've created a How-To video on how to set up the emulator.. If there is a demand for the CMS I will show you how to set that up to. You must be registered for see element.
  14. Pure

    Sierra ~ Java // Netty // MySQL // BoneCP // Plugin System (Like Bukkit!)

    re: Sierra [R63, JAVA, MySQL (JDBC), Netty] I would just like to say because you don't understand or comprehend something doesn't mean a person should try to make it easier for you. Also, this isn't a release yet... He is doing us all a favour with releasing the source codes (not only early...
  15. Pure

    [PHP] Database string to array

    Equally you could use php's build in serialize functions. <?php $x = serialize(array(1,2,3,4 => array(1,2,4))); echo $x;//string... var_dump( unserialize( $x ) ); //array :D
Back
Top