Search results

  1. Zodiak

    [IMPORTANT] RevCMS Exploit [IMPORTANT[

    It's pointless using an application to do this considering it can be done using php and/or javascript lmao. The exploit was patched by most people ages ago. If you still have it then just delete the code out of the rev password reset function.
  2. Zodiak

    [IMPORTANT] RevCMS Exploit [IMPORTANT[

    Is this the password reset function again that everybody patched ages ago lmao
  3. Zodiak

    PHP code help.

    No problem:P
  4. Zodiak

    PixelRP Emulator: C# R63B Project iO1

    Are you going to bring something new to it, new features, etc or is it just going to be the same as all releases?
  5. Zodiak

    PHP code help.

    if ($handle = opendir('../app/tpl/skins/Habbo/images/web_promo')) I assume it's trying to get /ase/app/tpl/skins/Habbo/images/web_promo, so just add the ../ infront and try that.
  6. Zodiak

    Young books I need help! HTML/PHP

    if the code is on the same page as the form delete action="area.php" and put: <?php if(isset($_POST['username']) && isset($_POST['password'])) { //Put the code I gave you here } ?>
  7. Zodiak

    Young books I need help! HTML/PHP

    if($username == "Jack" && $password == "") { //Start a session echo "Welcome"; } else { $error = 'Hey! Your username or Password is wrong!'; } then to display the error: if($error) { echo '<div id="errorboxid">'.$error.'</div>'; }
  8. Zodiak

    ButterflyRP Emulator

    Surely you can edit the users table and edit a few columns...
  9. Zodiak

    ButterflyRP Emulator

    Done, replaced the emu rar with new one, just redownload it.
  10. Zodiak

    ButterflyRP Emulator

    SQL Posted, will upload a new link with the missing debug files now.
  11. Zodiak

    ButterflyRP Emulator

    Let me check if I still have it.
  12. Zodiak

    [PHP][OOP][MySQLi] Content Management System

    Good luck but for future reference remember this: You're using un-needed functions for grabbing things by the looks of it, which reduces page speed. if($templateMapper->verifyExistance($page_name)) { $templateMapper->loadPage($page_name); } I assume "verifyExistance" contains...
  13. Zodiak

    [Release]Butterfly r63 Emulator.

    Check your external variables, make sure it has all the right URL's in it.
  14. Zodiak

    Debbo 7.0 By Farris

    NO dislike+1
  15. Zodiak

    ButterflyRP Emulator

    New emu download link posted, didn't fully test it but the shitty errors should be gone and all project files are there so you should now be able to edit the code properly. Sorry for the wait, this isn't priority
  16. Zodiak

    Mysql help

    <?php require_once 'global.php'; $getdata = mysql_query("SELECT `users_online` FROM `server_status`"); $data = mysql_fetch_assoc($getdata); echo '<font color=" #78AB46">Online Status:</font> There are currently <b>'.$data['users_online'].'</b> members online! '; ?>
  17. Zodiak

    Reality Emu Edit

    Terrible reality!
  18. Zodiak

    [Custom] Walter White (Breaking Bad) [SWF/SQL]

    Since I love Breaking Bad these are officially the best custom furniture released.
  19. Zodiak

    ButterflyRP Emulator

    Uber or rev should work fine.
Top