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
Swf Explaining?
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="Diddy8000" data-source="post: 273624" data-attributes="member: 5890"><p>Theres nothing like that in lightcms.php</p><p></p><p>[CODE]<?php</p><p> class LightCMS {</p><p> // o-------------------------------------------------------o</p><p> // | Welcome to LightCMS - a simple and effective way to |</p><p> // | manage your hotel. Simply set the variables in this |</p><p> // | file, and you're on your way to a successful start. |</p><p> // | Good luck! -Jonty |</p><p> // o-------------------------------------------------------o</p><p> </p><p> // Database Information (IMPORTANT)</p><p> public $db_hostname = "127.0.0.1";</p><p> public $db_username = "root";</p><p> public $db_password = "";</p><p> public $db_dbname = "hotel";</p><p> public $db_dbport = 3306;</p><p> </p><p> // Site Information (IMPORTANT)</p><p> public $site_url = "http://127.0.0.1";</p><p> public $site_name = "Revo Hotel";</p><p> public $site_short = "Revo";</p><p> public $facebook_account = "facebook";</p><p> public $twitter_account = "twitter";</p><p> public $maintenance = false;</p><p> public $thehabbos_enabled = false;</p><p> public $thehabbos_username = "jonteh";</p><p> public $c_images = "http://127.0.0.1/c_images";</p><p> </p><p> // Misc Settings</p><p> public $FORCE_SSL = false;</p><p> public $flash_client_dump = true;</p><p> public $mus_ip = '127.0.0.1';</p><p> public $mus_port = 3001;</p><p> public $nginxproxy = true;</p><p> </p><p> // Registration Controls</p><p> public $max_per_ip = 3;</p><p> public $reg_enabled = true;</p><p> public $default_credits = "15000";</p><p> public $default_pixels = "15000";</p><p> public $default_homeroom = "8";</p><p> public $default_look = "hd-180-2.sh-290-92.lg-275-92.ch-3030-63.hr-831-61";</p><p> public $default_rank = "1";</p><p> public $default_motto = "New Revo on the block";</p><p> public $default_gender = "M";</p><p> </p><p> // Server Settings</p><p> public $server_type = "Phoenix"; // Phoenix or Butterfly</p><p></p><p> // Client Settings</p><p> public $connection_info_host = "127.0.0.1";</p><p> public $connection_info_port = "30000";</p><p> public $loadingtext = "Revo Hotel is initializing"; </p><p> public $variables = "//127.0.0.1/game/latest_v/external_variables.txt";</p><p> public $texts = "//127.0.0.1/game/gamedata/b5da780fa98c6bc2fa2f70e68a9ac238/external_flash_texts.txt";</p><p> public $override_texts = "//127.0.0.1/externals.php?type=texts&?h=180520131";</p><p> public $override_vars = "//127.0.0.1/externals.php?type=vars&?h=180520131";</p><p> public $productdata = "//127.0.0.1/game/gamedata/archive/a9c2dfebdaa0a48b66498012a2fd4612/productdata.txt";</p><p> public $furnidata = "//127.0.0.1/game/gamedata/archive/a9c2dfebdaa0a48b66498012a2fd4612/furnidata.txt";</p><p> public $baseurl = "//127.0.0.1/game/core/05283f046dd1073a787334bce2beb332/";</p><p> public $habbo_swf = "//127.0.0.1/game/core/05283f046dd1073a787334bce2beb332/Habbo.swf"; </p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="Diddy8000, post: 273624, member: 5890"] Theres nothing like that in lightcms.php [CODE]<?php class LightCMS { // o-------------------------------------------------------o // | Welcome to LightCMS - a simple and effective way to | // | manage your hotel. Simply set the variables in this | // | file, and you're on your way to a successful start. | // | Good luck! -Jonty | // o-------------------------------------------------------o // Database Information (IMPORTANT) public $db_hostname = "127.0.0.1"; public $db_username = "root"; public $db_password = ""; public $db_dbname = "hotel"; public $db_dbport = 3306; // Site Information (IMPORTANT) public $site_url = "http://127.0.0.1"; public $site_name = "Revo Hotel"; public $site_short = "Revo"; public $facebook_account = "facebook"; public $twitter_account = "twitter"; public $maintenance = false; public $thehabbos_enabled = false; public $thehabbos_username = "jonteh"; public $c_images = "http://127.0.0.1/c_images"; // Misc Settings public $FORCE_SSL = false; public $flash_client_dump = true; public $mus_ip = '127.0.0.1'; public $mus_port = 3001; public $nginxproxy = true; // Registration Controls public $max_per_ip = 3; public $reg_enabled = true; public $default_credits = "15000"; public $default_pixels = "15000"; public $default_homeroom = "8"; public $default_look = "hd-180-2.sh-290-92.lg-275-92.ch-3030-63.hr-831-61"; public $default_rank = "1"; public $default_motto = "New Revo on the block"; public $default_gender = "M"; // Server Settings public $server_type = "Phoenix"; // Phoenix or Butterfly // Client Settings public $connection_info_host = "127.0.0.1"; public $connection_info_port = "30000"; public $loadingtext = "Revo Hotel is initializing"; public $variables = "//127.0.0.1/game/latest_v/external_variables.txt"; public $texts = "//127.0.0.1/game/gamedata/b5da780fa98c6bc2fa2f70e68a9ac238/external_flash_texts.txt"; public $override_texts = "//127.0.0.1/externals.php?type=texts&?h=180520131"; public $override_vars = "//127.0.0.1/externals.php?type=vars&?h=180520131"; public $productdata = "//127.0.0.1/game/gamedata/archive/a9c2dfebdaa0a48b66498012a2fd4612/productdata.txt"; public $furnidata = "//127.0.0.1/game/gamedata/archive/a9c2dfebdaa0a48b66498012a2fd4612/furnidata.txt"; public $baseurl = "//127.0.0.1/game/core/05283f046dd1073a787334bce2beb332/"; public $habbo_swf = "//127.0.0.1/game/core/05283f046dd1073a787334bce2beb332/Habbo.swf"; [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Swf Explaining?
Top