Search results

  1. Janzeer

    2 Questions

    Place this at the very top of your me page <?php if($_SESSION['user']['rank'] >= 7){ ?> then place this at the very bottom <?php } else{header('Location: http://www.domain.com/maintenance');} ?> and also remove the checkmaintenance.php or something on the index's page.
  2. Janzeer

    [HELP] Client Error.

    Google the fact being that error is the the solution for your question itself.
  3. Janzeer

    [HELP] White client error R63 [HELP]

    check your var's.
  4. Janzeer

    Staff Page

    You could just remove the whole table for rank 10, in that case it's hidden.facepalm.jpg
  5. Janzeer

    [Help] RevCMS IP Registering Help Needed

    I would agree with him, As you are having a proxy it pretty much logs as the last_ip.
  6. Janzeer

    [Help] RevCMS Client Not Loading [Help]

    Seem's more like proxy issue for me, Try removing proxy to troubleshoot your problem.
  7. Janzeer

    [Request] Admin Login page

    Open your /app/class.core.php, look for this code elseif($_GET['url'] != 'maintenance') and change it to this elseif($_GET['url'] != 'maintenance' && $_SESSION['user']['rank'] !>= 6) So now only Administrator's and above could enter during maintenance mode.
  8. Janzeer

    Client Redirects Me to "Reload.PHP".

    Does your emulator receive any connections?
  9. Janzeer

    Client Redirects Me to "Reload.PHP".

    Any exceptions? I presume the problem is with your Habbo.swf, you must have had done something wrong in there.
  10. Janzeer

    [Request] Admin Login page

    You can make a link on the the maintenace page itself to direct towards a login page. Then restrict access to normal user's by placing, a php code.
  11. Janzeer

    RevCM / Phoenx Ban

    I think on some revcms it's coded in checkban.php or something, so i would just suggest doing an include of the page into your client such the other pages like /me and etc.
  12. Janzeer

    RevCM / Phoenx Ban

    Do a check ban.
  13. Janzeer

    [release] Diceroller and failed login log

    Yeah! Hahaha, It was for an example, you can clear the logs too!
  14. Janzeer

    [release] Diceroller and failed login log

    Hey Devbest! I have been working on a cms for sometime which is a habbo themed cms. Hadn't done much on it but added stuff's but now i am doing my first release with some of the stuff i added, it's a diceroller and a failed login attempts log. To start with the dice roller, it's like you place a...
  15. Janzeer

    Loading bar stuck on client

    You should probably wait and see if it d/c's you to /me or it completes loading.
  16. Janzeer

    Mercury v3.2

    Check your exceptions.
  17. Janzeer

    Mercury v3.2

    What do you think is with the SWF?
  18. Janzeer

    Mercury v3.2

    Cut's off at 100%, and emulator shows me that i logged off. Link: http://prntscr.com/6nadxs
  19. Janzeer

    [Help] Client Issues [Help]

    Lol. Your baseURL is totally wrong.facepalm.jpg
  20. Janzeer

    Staff Page Problem

    Check your "Ranks" table and check if you have a rank 7.
Top