Search results

  1. D

    Client Re-directs to SWF folder

    Hello! I need assistance with my hotel I got 95% of the hotel up and running. But when I enter the client It redirects to SWF folder When I inspect the client I get 0 error. My SWF path. You can view these links...
  2. D

    Maintenance System.

    Hello! I need some professionals help on this and Im puzzled. So I'm trying to re-create HoloCMS housekeeping Theme with BrainCMS and I know Brain is poorly coded but this is just for educational purpose. Once I get the assistance I'm looking for from this community. I am planing on releasing...
  3. D

    Housekeeping Issue.

    Hello! I'm trying to re-design BrainCMS to the Original HoloCMS (with modern tweak). At this time Im trying to complete the housekeeping. So when I use my re-signed Housekeeping (Original HoloCMS) when I try to edit a user it shows "No users found" I mimic the code from the Original BrainCMS...
  4. D

    empty_username

    Hey All, Im slowly getting back into Habbo since the world is pretty much shutdown in my area at least. So Im trying to create a look-a-like of the Original HoloCMS theme. I keep running into error when I create test account. Image <div id="process-content"> <div...
  5. D

    Brain Housekeeping Edit

    Hello! I'm trying to edit BrainCMS Housekeeping... I got to point where I have it like HoloCMS, But I can't seem to get it to POST into the database. (ScreenShot) Original Code <aside class="right-side"> <section class="content"> <div class="row"> <div...
  6. D

    Avatar Image Not working

    Hello, I'm trying to host my own avatar image but I keep getting this page. PHP Code: <?php /*=========================================================+ || # HabboCMS - Sistema de administración de contenido Habbo. |+=========================================================+ || #...
  7. D

    I broke it! BrainCMS

    Hello Again! I screwed up! I accidentally logged out of my CMS that I'm editing. Now I cannot login! Code: <div id="login-form-container"> <a href="#home" id="habbo-logo"></a> <form id="loginformitem" name="loginformitem" method="post"> <div id="login-columns"> <div...
  8. 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")...
  9. 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...
  10. 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
  11. 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.
  12. 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...
  13. 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...
  14. 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...
  15. D

    Images Ripper

    Can someone possibly rip this images http://images.habbo.com/dcr/hof_furni/56783/ from that folder?
  16. D

    Request Drape Request

    Hello, I'm looking for Drape for my hotel and it has to be png file. First Line: Hab Second Line: Cheer It can be any Style :)
  17. D

    Ports Connection

    Hey all, So my GameServer is VPSIP:3000 and my client shows 3001 is my client suppose to be matching GameServer Port? Cause if so I get redirects to my SWF folder.
  18. D

    Client 76% BUT emu is receiving the connection

    So this is weird, I've been playing around with lots of server and different version of them, for odd ball reason my client stuck at 76% but my emu will receive the connections! Now before you go on about ports being opened blah blah blah. They are open if they weren't the emulator I'm using...
  19. D

    [Help] SWF Not Reflecting

    Why is my swf doing this
  20. D

    What's wrong with this SQL

    Is their something wrong with this SQL code? <?php $checkBan = mysql_query("SELECT `cms_comment_banned` FROM `users` WHERE `cms_comment_banned` = '1' AND `id` = '".$_SESSION['user']['id']."'"); if (mysql_num_rows($checkBan) == 1) { ?> Because it...
Top