Search results

  1. D

    BrainCMS Broken Image

    But why is the button div class="open enter-btn" works no problem on the enter client tab common.css https://pastebin.com/sfx9nxLz
  2. D

    BrainCMS Broken Image

    Hey, I've been working on Habbo Theme for BrainCMS but this image is broken Image: Full Image: Code: <div id="promo-box"> <div id="promo-bullets"></div> <?php $sql = $dbh->prepare("SELECT id,title,image,shortstory FROM cms_news ORDER BY id DESC LIMIT 5")...
  3. D

    Help finding this staff page

    Where did you find this page from?
  4. D

    Voting API

    I've seen this but Idk how to properly set up.
  5. D

    FindRetro Voting

    Hello, So I've been browsing this forum to find out how to get Voting API to work on my client! There are so many codes to use and tested Code/Script #1 This code work to certain degree. When I open my client page I get to the voting page BUT its doesn't redirect me to the client after...
  6. D

    Voting API

    Hello All, I'm looking for assistance on getting Voting API working for my client in my hotel. I've got lot of old tut but apparently it's outdated, if someone has something that more helpful and straight forward that would be greatly helpful. Sincerely, Detox
  7. D

    How to: Adding FindRetros voting to your hotel

    I know this old!! But I added to my hotel. But it's not redirecting to client after voting. just says to wait 23 hours. What am I doing wrong?
  8. D

    Habbo Clothing

    Hey, I'm looking for the new habbo clothing. Everytime I download from ***** I have the .zip file but when I open it I get .zip.cpgz everytime.
  9. D

    Laravel Habbo Registration

    No error in console
  10. D

    Laravel Habbo Registration

    Hello Devers, I'm needing assistance with Laravel and JS (possibly the JS) I'm trying to create Habbo Themed (Old Style) using Laravel I got the CSS completed but I'm having difficulty with /#registration portion using the same style as index page. Now I've been watching lots and lots of...
  11. D

    RevCMS Registration Errors

    What RevCMS Theme are you using?
  12. D

    RevCMS Registration Errors

    replace this <?php if(isset($template->form->error)) { echo '<span class="error-msg"><i class="fa fa-warning"></i>'.$template->form->error.'</span>'; } ?> with this code <?php if(isset($template->form->error)) echo "<div...
  13. D

    RevCMS Registration Errors

    this bring the error message code on screen <?php if(isset($template->form->error)) { echo '<span class="error-msg"><i class="fa fa-warning"></i>'.$template->form->error.'</span>'; } ?> but in your class.user.php you need to look for this final public function register() look near bottom for...
  14. D

    RevCMS Ban Function

    Yes. But it still redirect the user back /me
  15. D

    RevCMS Report Tool

  16. D

    RevCMS Ban Function

    Hey Dev Again, I've been editing RevCMS for Arcturus... But because of the banning function is different than what it used to be, I'm trying to re-code it. class.user.php final public function isBanned($type) { global $engine; if($engine->num_rows("SELECT * FROM bans WHERE...
  17. D

    RevCMS Report Tool

    Hello Dev, I have attempted to create a report tool and kinda works like I wanted but not fully working! So when I go to report page, it will not throw off error that I'm requesting it to do. It will insert blank stuff into the database. But I need it to where you must fill out the forum and to...
  18. D

    RevCMS Config/client.php

    Did you change the path to swfs to your path cause that is the path I use for my hotel.
  19. D

    RevCMS Config/client.php

    Replace it with this. <!DOCTYPE html> <html lang="en"> <head> <link rel="shortcut icon" href="{url}/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} Hotel - Client</title> <link...
  20. D

    PLEASE HELP ME BACK-END PHP?

    Sorry I meant to be little bit persist on this "I would really like to remove the RP CLASS and SPAWN POINT and CHARACTER selection." pertaining to the CMS
Top