Search results

  1. HabboRetroHelper1

    CLIENT new line

    I have tried everything to get a new line in the Welcome_message and still can't figure it out does anyone know I tried \n and didnt work so if you could help that would be good :) PlusEMU BTW
  2. HabboRetroHelper1

    Is it possible?

    Is it possible to Edit your looks on the CMS or has anyone ever made a code for it?
  3. HabboRetroHelper1

    DELETE POST

    DELETE POST
  4. HabboRetroHelper1

    Changing Credits

    How do i make it so its shows more digits or what file do i need to go in and look for?
  5. HabboRetroHelper1

    tinyMCE HELP

    I cant type in the text box? i use it for when i create News Articles in HK It wont let me type in the box? i try to hover over it and type and still doesn't work. I looked over the code and can't fix it? CODE: <script src="//tinymce.cachefly.net/4.0/tinymce.min.js"></script>...
  6. HabboRetroHelper1

    Changing :about

    Forget about the username lol........... I was wondering how do i change whats in the command :about
  7. HabboRetroHelper1

    MySQL Pulling

    How do i make it so only the user i entered can enter housekeeping like <?php if($_SESSION['user']['rank'] >= 5){ ?> So anything past Rank 5 Will be able to access the HK page how do i make it so only Usernames can enter?
  8. HabboRetroHelper1

    Author For News

    How to add Author Or the person who wrote the news at the bottom of the /news page? like - {Username} at the botom how do i add it?
  9. HabboRetroHelper1

    MySQL db Code

    Can someone make me a MySQL code to Run that would add the table USERS, I want to Add age country role pease help Something like this i found this image on the web I did try but when i tried registering i got field 'age' doesn't have a default value
  10. HabboRetroHelper1

    Does this Code have "Backdoor" access in?

    <?php error_reporting(0); $getRanks = mysql_query("SELECT id,name FROM ranks WHERE id =12 ORDER BY id DESC"); $Bans = mysql_query("SELECT * FROM `bans` WHERE `username` = '" . $Users['username'] . "'"); $BanCount = mysql_num_rows($Bans); echo $BanCount; while ($Ranks =...
  11. HabboRetroHelper1

    News Weekly [HELP]

    Does anyone know how i can do this This is mine; and i want it like this; How do i add this?
  12. HabboRetroHelper1

    Multiple Servers?

    Is it possible to use multiple servers like One for the CMS on for the DB and One for the Emulator and how would i do this?
  13. HabboRetroHelper1

    GTE Client not working

    So basically im on a VPS and i cant get the Client to load Does this And stays there ive done everything right <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>{hotelName} - Client</title>...
  14. HabboRetroHelper1

    Please Help Article Issue

    Hello when i try to create a news article on house keeping it says "Field 'campaignimg' doesn't have a default value" please help me
  15. HabboRetroHelper1

    Can't connect my Habbo retro to emulator IIS 7 HELP!!

    Hi im having trouble connecting my emulator to habbo retro here are some things, "client.starting" : "Please wait, {hotelName} Hotel is loading", "client.allow.cross.domain" : "1", "client.notify.cross.domain" : "0", "connection.info.host" ...
Top