Search results

  1. Jaden

    Zap Emulator r22.0.4

    What you've heard is true.
  2. Jaden

    Index???

    Fixed.
  3. Jaden

    SWF Packet Error

    That's not the original Mango Emulator, and I do recall your "friend" is the lead developer for an emulator project known as Corele, Why is he using Mango?
  4. Jaden

    Temped to buy this pc

    If you don't buy it... I will.
  5. Jaden

    [Rel] Skywave Emulator 4.0

    Doesn't change the fact that your database will be dropped.
  6. Jaden

    [DEV] Corele Emulator (RP and Hotel) (R63 and R63B) [MongoDB]

    I knew you couldn't correct me :)
  7. Jaden

    [DEV] Corele Emulator (RP and Hotel) (R63 and R63B) [MongoDB]

    You're saying you can code a socket manager better than the one in .NET framework? This is the first I'm hearing of your knowledge in C++, hence the fact I'm questioning it. And if you could, you realize this code wouldn't be about 50-100 lines in total but I estimate almost 100* more?
  8. Jaden

    [DEV] Corele Emulator (RP and Hotel) (R63 and R63B) [MongoDB]

    So basically you're using node.js to do the job of MUS? If so, then why don't you just use MUS? Also C++ Sockets? Have you actually done research on what it is that you're saying here? To my knowledge C++ is a more flexible language meaning that you have less boundaries while coding... meaning...
  9. Jaden

    [Rel] Skywave Emulator 4.0

    Skywave is as bad as Goldtree, because it is based off of Goldtree. This emulator is full of exploits, not to mention this. (Suklaa Vene = Skywave Developer) But hey, If you want this emulator just because its Phoenix, and its r63b... be my guess. I'll probably be the one to drop your database...
  10. Jaden

    Storing a PDO instance as a static variable.

    Well I can set the variable inside of a function and it works, but I'm trying to set it in a global environment, so I only have to set it once.
  11. Jaden

    Storing a PDO instance as a static variable.

    <?php /** * Class Core * Static functions used to help initialize the API. */ class Core { public static $MySql; } That's literally it.
  12. Jaden

    Storing a PDO instance as a static variable.

    Its been done with MySQL, and I've stored it using a global variable but now I'm trying to use a static variable located in the Core class.
  13. Jaden

    REVCM /ME NEWS HELP!

    C:\Windows\Temp
  14. Jaden

    Storing a PDO instance as a static variable.

    Can this be done? If so, how? Global Class: <?php /** * &BabboCMS - Simple content management system. * Using: MVC Folder Structure. * * Developed and designed strictly for the use of Babbo Hotel. * This CMS is under copyright law and is not for release nor for sale. * Written by...
  15. Jaden

    REVCM /ME NEWS HELP!

    Post your PHP56_errors.log
  16. Jaden

    [HELP] With Client

    This is childish.
  17. Jaden

    [RevCMS]Client Script

    Thanks for the wise words JontyCat
  18. Jaden

    [RevCMS]Client Script

    I don't use RevCMS but I'm pretty sure you could just do something like: global $users; if ($users->getInfo($_SESSION['user']['id'], 'rank') >= 4) { // do something. } People use RevCMS, but fail to make use of the tools provided within the CMS to shrink if not improve your code. I...
  19. Jaden

    Updating header/packet IDs. (Not yet complete - Client only).

    I need the tutorial for getting the server headers, writing my own program to do this for me :D
Top