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 Tutorials
How to make a RevCMS Retro!
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="themaster2012" data-source="post: 76215" data-attributes="member: 12973"><p><span style="font-size: 11px"><span style="font-family: 'tahoma'"><span style="color: #535353">PHP Code:</span></span></span></p><p style="text-align: left"><span style="font-size: 11px"><span style="font-family: 'tahoma'"><span style="color: #535353"><span style="color: #000000"><span style="color: #0000bb">$_CONFIG</span><span style="color: #007700">[</span><span style="color: #dd0000">'hotel'</span><span style="color: #007700">][</span><span style="color: #dd0000">'external_vars'</span><span style="color: #007700">] = </span><span style="color: #dd0000">'<a href="http://localhost/gordon/external_variables.txt" target="_blank"><span style="color: #737373">http://localhost/gordon/external_variables.txt</span></a>'</span><span style="color: #007700">; </span><span style="color: #ff8000">//URL to your external vars </span><span style="color: #0000bb">$_CONFIG</span><span style="color: #007700">[</span><span style="color: #dd0000">'hotel'</span><span style="color: #007700">][</span><span style="color: #dd0000">'external_texts'</span><span style="color: #007700">] = </span><span style="color: #dd0000">'<a href="http://localhost/gordon/external_flash_texts.txt" target="_blank">http://localhost/gordon/external_flash_texts.txt</a>'</span><span style="color: #007700">; </span><span style="color: #ff8000">//URL to your external texts </span><span style="color: #0000bb">$_CONFIG</span><span style="color: #007700">[</span><span style="color: #dd0000">'hotel'</span><span style="color: #007700">][</span><span style="color: #dd0000">'product_data'</span><span style="color: #007700">] = </span><span style="color: #dd0000">'<a href="http://localhost/gordon/productdata.txt" target="_blank">http://localhost/gordon/productdata.txt</a>'</span><span style="color: #007700">; </span><span style="color: #ff8000">//URL to your productdata </span><span style="color: #0000bb">$_CONFIG</span><span style="color: #007700">[</span><span style="color: #dd0000">'hotel'</span><span style="color: #007700">][</span><span style="color: #dd0000">'furni_data'</span><span style="color: #007700">] = </span><span style="color: #dd0000">'<a href="http://localhost/gordon/furnidata.txt" target="_blank">http://localhost/gordon/furnidata.txt</a>'</span><span style="color: #007700">; </span><span style="color: #ff8000">//URL to your furnidata </span><span style="color: #0000bb">$_CONFIG</span><span style="color: #007700">[</span><span style="color: #dd0000">'hotel'</span><span style="color: #007700">][</span><span style="color: #dd0000">'swf_folder'</span><span style="color: #007700">] = </span><span style="color: #dd0000">'<a href="http://localhost/gordon/swf/" target="_blank">http://localhost/gordon/swf/</a>'</span><span style="color: #007700">; </span><span style="color: #ff8000">//URL to your SWF folder(does not end with a '/')</span></span></span></span></span></p><p></p><p>so we need to replace the localhost with our url or ip address??</p></blockquote><p></p>
[QUOTE="themaster2012, post: 76215, member: 12973"] [SIZE=11px][FONT=tahoma][COLOR=#535353]PHP Code:[/COLOR][/FONT][/SIZE] [LEFT][SIZE=11px][FONT=tahoma][COLOR=#535353][COLOR=#000000][COLOR=#0000bb]$_CONFIG[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'hotel'[/COLOR][COLOR=#007700]][[/COLOR][COLOR=#dd0000]'external_vars'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#dd0000]'[URL='http://localhost/gordon/external_variables.txt'][COLOR=#737373]http://localhost/gordon/external_variables.txt[/COLOR][/URL]'[/COLOR][COLOR=#007700]; [/COLOR][COLOR=#ff8000]//URL to your external vars [/COLOR][COLOR=#0000bb]$_CONFIG[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'hotel'[/COLOR][COLOR=#007700]][[/COLOR][COLOR=#dd0000]'external_texts'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#dd0000]'[URL]http://localhost/gordon/external_flash_texts.txt[/URL]'[/COLOR][COLOR=#007700]; [/COLOR][COLOR=#ff8000]//URL to your external texts [/COLOR][COLOR=#0000bb]$_CONFIG[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'hotel'[/COLOR][COLOR=#007700]][[/COLOR][COLOR=#dd0000]'product_data'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#dd0000]'[URL]http://localhost/gordon/productdata.txt[/URL]'[/COLOR][COLOR=#007700]; [/COLOR][COLOR=#ff8000]//URL to your productdata [/COLOR][COLOR=#0000bb]$_CONFIG[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'hotel'[/COLOR][COLOR=#007700]][[/COLOR][COLOR=#dd0000]'furni_data'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#dd0000]'[URL]http://localhost/gordon/furnidata.txt[/URL]'[/COLOR][COLOR=#007700]; [/COLOR][COLOR=#ff8000]//URL to your furnidata [/COLOR][COLOR=#0000bb]$_CONFIG[/COLOR][COLOR=#007700][[/COLOR][COLOR=#dd0000]'hotel'[/COLOR][COLOR=#007700]][[/COLOR][COLOR=#dd0000]'swf_folder'[/COLOR][COLOR=#007700]] = [/COLOR][COLOR=#dd0000]'[URL]http://localhost/gordon/swf/[/URL]'[/COLOR][COLOR=#007700]; [/COLOR][COLOR=#ff8000]//URL to your SWF folder(does not end with a '/')[/COLOR][/COLOR][/COLOR][/FONT][/SIZE][/LEFT] so we need to replace the localhost with our url or ip address?? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
How to make a RevCMS Retro!
Top