404 Error Loading Client?

Derpec

Retrosetups.com | Professional, Reliable, Setups
Feb 21, 2012
654
89
Yes, Im Using Gordons SWF PACK It Is Right Ill Post a PHP Code Of It

But I Have Edited Habbo Theme To make it so i can load up to the main page where the background shows but when it gets there it D/c and says Error 404
Myhotellink.com

Heres SWF Pack
Code:
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/747'; //Web_Build
 
$_CONFIG['hotel']['external_vars'] = 'http://localhost/gordon/external_variables.txt'; //URL to your external vars
 
$_CONFIG['hotel']['external_texts'] = 'http://localhost/gordon/external_flash_texts.txt'; //URL to your external texts
 
$_CONFIG['hotel']['product_data'] = 'http://localhost/gordon/productdata.txt'; //URL to your productdata
 
$_CONFIG['hotel']['furni_data'] = 'http://localhost/gordon/furnidata.txt'; //URL to your furnidata
 
$_CONFIG['hotel']['swf_folder'] = 'http://localhost/gordon/swf'; //URL to your SWF folder(does not end with a '/')
 

Tookie

Member
Feb 24, 2012
36
1
I'm not sure if this works for Habbo Theme but I know it works for Priv theme but I'd give it a shot.

find

PHP:
<li><a href="api.php">Client</a></li>




Replace with

PHP:
<li><a href="client">Client</a></li>




and

PHP:
<a href="api">Enter {hotelName}</a>



Replace with

PHP:
<a href="client">Enter {hotelName}</a>
 

Derpec

Retrosetups.com | Professional, Reliable, Setups
Feb 21, 2012
654
89
Lol Dude you are not getting me. The Hotel Client Just does not work like it loads to the background then does a error 404
 

Derpec

Retrosetups.com | Professional, Reliable, Setups
Feb 21, 2012
654
89
Noh I figured out what to do you just Copy The Client From Mango And Paste it into your habbo theme
 

Users who are viewing this thread

Top