Search results

  1. D

    RevCMS Staff Online Script

    Okay so here is my part of staff.php I want it to show online script. <?php $getRanks = mysql_query("SELECT id,name FROM ranks WHERE id = 7 ORDER BY id DESC"); while ($Ranks = mysql_fetch_assoc($getRanks)) { echo '<span style="float: right; font-weight: normal; font-size...
  2. D

    [Re-Release] BcStorm- A Post-shuffle emulator. With groups and moar.

    The database doesn't even work for me
  3. D

    News Promo Glitch

    Still making the glitch but I am using PhoenixPHP idk if you are good with it. dont tell me to change I'm recoding it
  4. D

    News Promo Glitch

    This is my PHP code I'm using <?php $news = mysql_query("SELECT * FROM news_promo ORDER BY `order_id` DESC"); if(mysql_num_rows($news) == 0) { echo ''; } else { echo '<div id="promo-box">'; echo '<div id="promo-bullets"></div>'; } while($row = mysql_fetch_array($news)) { $id...
  5. D

    How to fix this error?

    In the SQL folder scroll down to 3.x.x UPDATE TO 3.11.0.sql
  6. D

    How to get news bullets

    What do you mean?
  7. D

    How to get news bullets

    I already did that :P
  8. D

    How to fix this error?

    Run the update :) and make sure it's properly connected to the MySQL
  9. D

    How to get news bullets

    How do I get the bullet This: To:
  10. D

    Login error

    I'm trying to edit my Index.php to new style from Habbo and now I can't login you can try logging into a test account User: Tester PW: tester <?php define('USERNAME_REQUIRED', FALSE); define('ACCOUNT_REQUIRED', FALSE); include('global.php'); if(isset($_SESSION["username"])) header("Location...
  11. D

    Using %user% in the client

    To be honest I think you can make it in the client Just gotta edit the SWF
  12. D

    Using %user% in the client

    It doesn't but you can make it say the users name in the Client loading
  13. D

    RevCMS RP Edition

    Oh well change it to you're hotel link cause the theme contains all the images
  14. D

    RevCMS RP Edition

    none of the Images are coming from Hobbalite
  15. D

    RevCMS RP Edition

    No problem glad to help :)
  16. D

    Hiding Room corner and Putting the flooring

    I need to hide corner From Other Hotel:
  17. D

    RevCMS RP Edition

    In main.css
  18. D

    RevCMS RP Edition

    Use PhoenixRP.SWF you need License this is for People who has licenses
  19. D

    RevCMS RP Edition

    I have my reasons
  20. D

    RevCMS RP Edition

    Yea :P Okay so there will be more function coming soon hopefully :)
Top