Search results

  1. Brent_Coolhotel

    {server_ip} problem

    the {server_ip} ---- Client wont work unless the code is there : $this->setParams('server_ip', $_CONFIG['hotel']['server_ip']); My client will not load without that but i want that removed cuz you can simple do {server_ip} in your motto removed cuz you can simple do {server_ip} in your motto
  2. Brent_Coolhotel

    Column count doesn't match value count at row 1 on register page

    So whenever someone tries to register they get : Column count doesn't match value count at row 1 I have changed the index/register to see if it was just that, but it still happens with any register page.
  3. Brent_Coolhotel

    New clothes wont load but others do

    My new clothes that I added wont work. The regular clothes work. When i go in the client it just shows the down arrow (not loading) and i added all the files into the r63 file correctly. r63 phx 3.11 Not sure why it wont work
  4. Brent_Coolhotel

    Bcstorm Client stays on Hotel View

    Not sure what this means but my client only loads to hotel view
  5. Brent_Coolhotel

    [Help] Phoenix 3.11 emu not working

    Not sure what this is, my firewall is off and im still on localhost.
  6. Brent_Coolhotel

    [HELP] Emu error

    It started with the catalogue having a white page then the commands like :update_catalogue didnt work. So i tried reloading emu and this error came up
  7. Brent_Coolhotel

    Help with client

    My Client bar (the first one) doesnt load but i dont get disconnected <?php error_reporting(0); //Do not remove this, as it will display errors and it will have chances to get your site SQL Injected! if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); } #Please fill this all...
  8. Brent_Coolhotel

    phoenix emu problem

    if you cant see it : http://postimg.org/image/v9dfcfamt/ How do i fix it and why is it there?
  9. Brent_Coolhotel

    mysql error

    For every link i go into such as "home" on the homepage i get the same error on everypage (but the error is slightly different each time) Warning: mysql_result() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\app\tpl\skins\HabboExtreme\Me.php on line 85 on line 85 ...
  10. Brent_Coolhotel

    having trouble with these .php

    These are showing up as text on the page of my hotel how i labeled it - .php (what it is) line # (what line its on) text (what i see on homepage and my page) classengine.php line 107 return $this->mysql['result']($this->mysql['query']($sql, $this->connection), 0); me.php line 85 <?php...
  11. Brent_Coolhotel

    Unknown column 'id' in 'field list'

    INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`, `vip_only`...
  12. Brent_Coolhotel

    Some commands are not working

    On my hotel the :update_catalogue is not working and i tried another account and still not working. Please help
  13. Brent_Coolhotel

    Black client HELP

    <?php if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); } #Please fill this all out. #NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others. /* * * MySQL management * */...
  14. Brent_Coolhotel

    Help setting up my api!

    Well all i need is to set my api and i need help with it.. also what website could i use to mask my ip so i dont use the server ip as my url? For the api i need the files : thehabbos_api etc
  15. Brent_Coolhotel

    I need the newclient.php

    Well i accidentally messed it up and i really need the default "newclient.php" if its not the default one its fine but i need someone to post theres please!!
Top