Search results

  1. D

    Client Re-directs to SWF folder

    <?php Game::sso('client'); Game::homeRoom(); ?> <html> </body> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title><?= $config['hotelName'] ?> - Hotel</title> <script src="/templates/brain/client/js/jquery-latest.js"...
  2. 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...
  3. D

    Maintenance System.

    When I use this php error code print_r($dbh->errorInfo()); I get this error Array ( [0] => 00000 [1] => [2] => )
  4. 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...
  5. 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...
  6. D

    empty_username

    Thank You! I did figured out after the fact!
  7. 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...
  8. D

    Brain Housekeeping Edit

    OMG Derp! yes because I changed the whole CSS from the original! -_- So I think I'm on the right path somewhere. This code <form name="mygallery" action="" method="POST"> controls this! But the original code from HoloCMS has this. <form action='index.php?p=news_compose&do=save'...
  9. 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...
  10. D

    Plus Emulator Slot Machine Interaction

    Just curious is someone currently converting this for Arcturus? xD
  11. D

    Avatar Image Not working

    It's BrainCMS. I sent DM
  12. D

    Avatar Image Not working

    How would you define a figure? Because this habbo-imaging that came with pretty much every CMS. and I notice they don't have any of it's figure files at all
  13. 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. |+=========================================================+ || #...
  14. D

    PHP 7 RevCMS

    You can learn to migrate Rev to PHP 7 http://php.net/manual/en/migration70.php
  15. D

    I broke it! BrainCMS

    Well that the thing I'm completely changed it. I'm using Theme from RevCMS and Converting it to themed for BrainCMS and since I'm learning on BrainCMS and it functions I'm totally lost. Now I did notice in the original index I noticed. <?php user::Login(); ?> Which RevCMS didn't have so I...
  16. 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...
  17. D

    BrainCMS Broken Image

    WOOW! no freaking simple! Thanks Man!
  18. D

    BrainCMS Broken Image

    Here you go I don't know if your able to see it https://codepen.io/Glee95/pen/KbWGGX
  19. D

    BrainCMS Broken Image

    Unfortunately I don't have live as everything is being done on localhost
  20. D

    BrainCMS Broken Image

    when I change the padding here is example I put to 80px to see what it does
Top