Search results

  1. T

    PlusEMU Release Thread

    I have an issue where as soon as I load the client, within seconds it disconnects and I can see it say 59%. I have tried few different braincms versions and nothing. My settings and variables are correct, tried everything
  2. T

    PlusEMU Support thread.

    Unable to load the "my rooms" in navigator, navigator stays stuck on loading. Error in packet [2722] BODY: [0]myworld_view[0][0]: System.NullReferenceException: Object reference not set to an instance of an object. at Plus.HabboHotel.Navigator.NavigatorHandler.Search(ServerPacket Message...
  3. T

    Problem with MYSQL Query

    My hotel is private, so whenever a user registers on my site, they have to enter a registration code (similar to a referral code), that they obtained from a friend. In order to validate the code exists in my database, i would like to check the following tables based on the user input...
  4. T

    How to display webpage to staff only?

    What im trying to do is add a new page to my site navigation which each page in my ubercms is listed in database table, site navi. And then generic_top.tpl has the PHP code to control who can view each page, etc. So, all i really need is the code to add to generic_top.tpl that gets the users...
  5. T

    How to display webpage to staff only?

    I am using UberCMS Can anybody provide me with the code to allow only staff members (rank 6 or higher) to view a page in my uberCMS? I have a feeling i need to edit my database table (site_navi) and generic_top.tpl. Thanks in advance!
  6. T

    [UberCMS] Need help with php/sql coding (making another habbos figure show)

    This code is the closest i can get (shown below), and all it does is show your own habbo figure. Location: profile.php$settingsEditor = new Template('page-settings-editor'); $settingsEditor->SetParam('helper', $users->GetUserVar(USER_ID, 'helper')); Location: page-settings-editor.tpl <?php...
  7. T

    [UberCMS] Need help with php/sql coding (making another habbos figure show)

    I cant figure out how to setup the code correctly
  8. T

    [UberCMS] Need help with php/sql coding (making another habbos figure show)

    I am using ubercms. Im currently trying to create a custom page. But i need to know if anyone can help me code something.. I will provide the scenario below: I would like to retrieve another users habbo figure and display their habbo figure to another user. For example, Tom logs in...
Top