Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Client error?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Central" data-source="post: 349355" data-attributes="member: 57042"><p>I had the same problem,</p><p></p><p>Find the files above, and if they arent .txt files, just change the endings -</p><p></p><p>The external vars code should look like this - </p><p></p><p>$_CONFIG['hotel']['external_vars'] = '<a href="http://localhost/r63/external_variables.txt';" target="_blank">http://localhost/r63/external_variables.txt';</a> //URL to your external vars</p><p></p><p>External Texts:</p><p></p><p>$_CONFIG['hotel']['external_texts'] = '<a href="http://localhost/r63/external_flash_texts.txt';" target="_blank">http://localhost/r63/external_flash_texts.txt';</a> //URL to your external texts</p><p></p><p>Im not sure about the product data or furnidata - they were .xml files for my r63b hotel - just check them and see if im right or wrong.</p><p></p><p>Replace them with this:</p><p>[CODE]$_CONFIG['hotel']['external_vars'] = 'http://localhost/r63/external_variables.txt'; //URL to your external vars</p><p></p><p>$_CONFIG['hotel']['external_texts'] = 'http://localhost/r63//external_flash_texts.txt'; //URL to your external texts</p><p></p><p>$_CONFIG['hotel']['product_data'] = 'http://localhost/r63/productdata.xml'; //URL to your productdata</p><p></p><p>$_CONFIG['hotel']['furni_data'] = 'http://localhost/r63/furnidata.xml'; //URL to your furnidata[/CODE]</p><p></p><p>Its just the endings on your config mate, if this doesnt work - skype me with - nathan.watters90 or message me on devbest mate.</p></blockquote><p></p>
[QUOTE="Central, post: 349355, member: 57042"] I had the same problem, Find the files above, and if they arent .txt files, just change the endings - The external vars code should look like this - $_CONFIG['hotel']['external_vars'] = '[URL]http://localhost/r63/external_variables.txt';[/URL] //URL to your external vars External Texts: $_CONFIG['hotel']['external_texts'] = '[URL]http://localhost/r63/external_flash_texts.txt';[/URL] //URL to your external texts Im not sure about the product data or furnidata - they were .xml files for my r63b hotel - just check them and see if im right or wrong. Replace them with this: [CODE]$_CONFIG['hotel']['external_vars'] = 'http://localhost/r63/external_variables.txt'; //URL to your external vars $_CONFIG['hotel']['external_texts'] = 'http://localhost/r63//external_flash_texts.txt'; //URL to your external texts $_CONFIG['hotel']['product_data'] = 'http://localhost/r63/productdata.xml'; //URL to your productdata $_CONFIG['hotel']['furni_data'] = 'http://localhost/r63/furnidata.xml'; //URL to your furnidata[/CODE] Its just the endings on your config mate, if this doesnt work - skype me with - nathan.watters90 or message me on devbest mate. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Client error?
Top