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
Hey mates!
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="Ziamerko" data-source="post: 332420" data-attributes="member: 58046"><p>Hey! I'm having a problem with UBERCMS. I can't get my hotel online for others! I can go into it on the vps, but others cant load it. I really need help and I'll post my configs in ubercms.</p><p></p><p>[SPOILER="uber config system shit"]<?php</p><p> /*</p><p> |</p><p> . .|---.,---.,---.</p><p> | || ||---'| UberCMS 2.0</p><p> `---'`---'`---'`</p><p> UberCMS</p><p> Coded originally by Meth0d (2010-2011)</p><p> Continued by Jonty (2011-now)</p><p> </p><p> Build 2.0.0 SS, Public</p><p> */</p><p></p><p> // Site Settings</p><p> // - WWW (The full URL of your site. Eg. <a href="http://www.mydomain.com" target="_blank">www.mydomain.com</a>. Doesn't end in a slash (/))</p><p> $config['Site']['www'] = "<a href="http://habza.co" target="_blank">http://habza.co</a>";</p><p> </p><p> // Emulator Settings</p><p> // - Emu (Can be Butterfly or Phoenix ; respective to the emulator on your hotel)</p><p> $config['Emulator']['Emu'] = "Phoenix";</p><p></p><p> // MySQL Settings</p><p> // - Hostname (The Hostname of your MySQL server. Usually 127.0.0.1.)</p><p> // - Username (The username you have to your MySQL server. Default is root.)</p><p> // - Password (The password to your MySQL username. I can't tell you this.)</p><p> // - Database (The name of your database your data is in.)</p><p> $config['MySQL']['hostname'] = "127.0.0.1";</p><p> $config['MySQL']['username'] = "root";</p><p> $config['MySQL']['password'] = "habza";</p><p> $config['MySQL']['database'] = "Uberc";</p><p></p><p> // MUS Settings</p><p> // - Enabled (Do you want to enable MUS?)</p><p> // - IP (The ip you want to send mus connections to)</p><p> // - Port (The port you want to send mus connections to)</p><p> $config['MUS']['enabled'] = "false";</p><p> $config['MUS']['ip'] = "64.31.46.229";</p><p> $config['MUS']['port'] = "30000";</p><p> </p><p> // ***********************************************</p><p> // PLEASE REMEMBER TO CONFIGURE UBERCMS_CONFIG.PHP</p><p> // ***********************************************</p><p></p><p></p><p>?>[/SPOILER]</p><p></p><p></p><p></p><p></p><p>[SPOILER="Uber config"]<?php</p><p> /*</p><p> |</p><p> . .|---.,---.,---.</p><p> | || ||---'| UberCMS 2.0</p><p> `---'`---'`---'`</p><p> UberCMS</p><p> Coded originally by Meth0d (2010-2011)</p><p> Continued by Jonty (2011-now)</p><p> </p><p> Build 2.0.0 SS, Public</p><p> */</p><p> </p><p> // UberCMS Configuration for regular system use</p><p> // Part 2/2</p><p></p><p> // Reverse Proxy & Cloudflare Settings</p><p> // - Reverse Proxy (do you have nginx mirroring or forwarding the content from an apache backend?)</p><p> // - Cloudflare (do you have cloudflare enabled on your domain or subdomain the cms is on?)</p><p> $reverseproxy['enabled'] = false;</p><p> $cloudflare['enabled'] = true;</p><p> </p><p> // Blocking VPN services</p><p> // - Block VPNs</p><p> $vpn['block'] = false;</p><p> $vpn['block_message'] = "You can't come on here Mr. VPN";</p><p> </p><p> // VPN Block list</p><p> // - Blocked hosts (How this works is you enter part of the hostname eg hotspotshield that you dont want accessing the site, i've included examples)</p><p> $vpn['blocked_hosts'] = array(</p><p> 'hotspotshield',</p><p> 'anchorfree'</p><p> );</p><p> </p><p> // Basic Site Settings</p><p> // - Site Name (Your Hotel name)</p><p> // - Short name (Hotels short name)</p><p> // - Master ID (The ID of the person who owns the server, there can be only 1.)</p><p> // - Enable ID Flagging (If someone disputes a VIP purchase or fails a pin code, terminate the account)</p><p> // - Enable Pincodes (Enable a PIN code on entry to the client for ranks minrank+)</p><p> // - Pincode (The 4 digit combination key.)</p><p> // - Pincode minrank (The minimum rank to hit the combination lock upon client entry)</p><p> $site['name'] = "Habza Hotell";</p><p> $site['short_name'] = "Habza";</p><p> $site['master_id'] = "1";</p><p> $site['enable_id_flagging'] = false;</p><p> $site['enable_pincodes'] = false;</p><p> $site['pincode'] = '1111';</p><p> $site['pincode_minrank'] = '5';</p><p> $site['contact_email'] = "<a href="mailto:hotelhabza@ymail.com">hotelhabza@ymail.com</a>";</p><p> $site['twitter_account'] = "zaphotelnet";</p><p> $site['facebook_account'] = "habzaOfficalPage";</p><p> </p><p> // Voting settings</p><p> // - TheHabbos (Do you want to enable TheHabbos voting?)</p><p> // - TheHabbos username (What is your hotels username on TheHabbos?)</p><p> // - TheHabbos return url (Where do you want your users to return to? Replace / with !)</p><p> // - TheHabbos disable index voting (Do you want to disable index voting?)</p><p> $voting['thehabbos_enabled'] = false;</p><p> $voting['thehabbos_username'] = 'habza';</p><p> $voting['thehabbos_returnurl'] = 'http:!!habza.co!?novote';</p><p> $voting['disable_index_vote'] = false;</p><p></p><p> // Server settings</p><p> // - Butterfly SSO system enabled (Do you use the Butterfly server by Martinmine?)</p><p> // - Phoenix SSO system enabled (Do you want to enable Phoenix's secure sessions?)</p><p> // - Default Motto (What is the default motto you want users to have?)</p><p> // - Default Credits (What is the default credits you want to have?)</p><p> // - Default Look (What is the default look you want to have?)</p><p> // - Default room (What is the room you want users to go to on their first visit)</p><p> // - Default rank (What is the default rank of new users)</p><p> $server['butterfly_sso'] = false;</p><p> $server['phoenix_secure_sessions'] = false;</p><p> $server['default_motto'] = "I love " . $site['short_name'] . " more than anything!";</p><p> $server['default_credits'] = 15000;</p><p> $server['default_pixels'] = 5000;</p><p> $server['default_look'] = "";</p><p> $server['default_room'] = "11";</p><p> $server['default_rank'] = "2";</p><p> </p><p> // Client settings</p><p> // - Server IP (The ip your emulator is listening on)</p><p> // - Server Port (The port your emulator is listening on)</p><p> // - Productdata (Where your productdata is located)</p><p> // - Furnidata (Where your furnidata is located)</p><p> // - External Texts (Where your external texts are located)</p><p> // - External Variables (Where your external variables are located)</p><p> // - SWF Base Directory (The directory your Habbo.swf is in)</p><p> // - Habbo.swf (The location of Habbo.swf)</p><p> // - Client Starting (The text you want to display when the client loads.)</p><p> $client['connection_info_host'] = "64.31.46.229";</p><p> $client['connection_info_port'] = "30000";</p><p> $client['productdata_load_url'] = "<a href="http://habza.co/r63b/productdata.txt" target="_blank">http://habza.co/r63b/productdata.txt</a>";</p><p> $client['furnidata_load_url'] = "<a href="http://habza.co/r63b/furnidata.txt" target="_blank">http://habza.co/r63b/furnidata.txt</a>";</p><p> $client['external_texts_txt'] = "<a href="http://habza.co/r63b/external_flash_texts.txt" target="_blank">http://habza.co/r63b/external_flash_texts.txt</a>";</p><p> $client['external_variables_txt'] = "<a href="http://habza.co/r63b/external_variables.txt" target="_blank">http://habza.co/r63b/external_variables.txt</a>";</p><p> $client['swf_base_dir'] = "<a href="http://habza.co/r63b/" target="_blank">http://habza.co/r63b/</a>";</p><p> $client['habbo_swf'] = "<a href="http://habza.co/r63b/habbo.swf" target="_blank">http://habza.co/r63b/habbo.swf</a>";</p><p> $client['client_starting'] = "habza client is loading....";</p><p> </p><p> // Website front-end settings</p><p> // - Footer Links (What you want to display in the links area of the footer.)</p><p> // - Footer text (What text you want under the links area of the footer. I would appreciate the credits be kept there <img src="/styles/default/xenforo/smilies/emojione/biggrin.png" class="smilie" loading="lazy" alt=":D" title="Big Grin :D" data-shortname=":D" />)</p><p> // - Online users text (What the frontpage says in the speech bubble for users online)</p><p> // - Online users text (What the rest of the site says for users online)</p><p> $frontend['footer_links'] = "";</p><p> $frontend['footer_text'] = "habza Productions";</p><p> $frontend['online_text_fp'] = "players online now!";</p><p> $frontend['online_text_reg'] = "user(s) online";</p><p> </p><p> // Vemba Ads Settings - I needed this personally so I added it for you. <a href="http://www.Vemba.com" target="_blank">www.Vemba.com</a> to sign up.</p><p> // - Enable Vemba ads (Do you want to enable Vemba ads?)</p><p> // - Vemba ID (User id/site number for vemba.com)</p><p> $vemba['enable'] = false;</p><p> $vemba['id'] = "33";</p><p> </p><p> // Misc Settings</p><p> // - Housekeeping Login Footer (The footer you want on HK login page)</p><p> // - Housekeeping login phrase (The text you want on the HK login page)</p><p> // - Maintenance text (What you want to show on the orange area on the maintenance page)</p><p> $misc['hk_login_footer'] = "Powered by UberHK. Copyright &copy; 2010-2012 Meth0d & Jonty";</p><p> $misc['hk_login_phrase'] = "Welcome to the UberCMS Housekeeping";</p><p> $misc['maintenance_text'] = "habza is currently under an expected maintenance break. Please stay calm and keep your hair on, we'll be back soon.";</p><p> $misc['staff_about'] = "The habza staff are here to enhance your experience on our hotel. They host events, and keep the environment safe. You can recognise a staff member by their badge.";</p><p> </p><p> // Imaging settings</p><p> // - Web Gallery location (Where your images are hosted, no ending slash)</p><p> // - C Images location (Where your c_images are hosted, no ending slash)</p><p> $imaging['web_gallery'] = "<a href="http://habza.co/web-gallery" target="_blank">http://habza.co/web-gallery</a>";</p><p> $imaging['c_images'] = "<a href="http://habza.co/r63/c_images" target="_blank">http://habza.co/r63/c_images</a>";</p><p> </p><p>?>[/SPOILER]</p></blockquote><p></p>
[QUOTE="Ziamerko, post: 332420, member: 58046"] Hey! I'm having a problem with UBERCMS. I can't get my hotel online for others! I can go into it on the vps, but others cant load it. I really need help and I'll post my configs in ubercms. [SPOILER="uber config system shit"]<?php /* | . .|---.,---.,---. | || ||---'| UberCMS 2.0 `---'`---'`---'` UberCMS Coded originally by Meth0d (2010-2011) Continued by Jonty (2011-now) Build 2.0.0 SS, Public */ // Site Settings // - WWW (The full URL of your site. Eg. [URL="http://www.mydomain.com"]www.mydomain.com[/URL]. Doesn't end in a slash (/)) $config['Site']['www'] = "[URL]http://habza.co[/URL]"; // Emulator Settings // - Emu (Can be Butterfly or Phoenix ; respective to the emulator on your hotel) $config['Emulator']['Emu'] = "Phoenix"; // MySQL Settings // - Hostname (The Hostname of your MySQL server. Usually 127.0.0.1.) // - Username (The username you have to your MySQL server. Default is root.) // - Password (The password to your MySQL username. I can't tell you this.) // - Database (The name of your database your data is in.) $config['MySQL']['hostname'] = "127.0.0.1"; $config['MySQL']['username'] = "root"; $config['MySQL']['password'] = "habza"; $config['MySQL']['database'] = "Uberc"; // MUS Settings // - Enabled (Do you want to enable MUS?) // - IP (The ip you want to send mus connections to) // - Port (The port you want to send mus connections to) $config['MUS']['enabled'] = "false"; $config['MUS']['ip'] = "64.31.46.229"; $config['MUS']['port'] = "30000"; // *********************************************** // PLEASE REMEMBER TO CONFIGURE UBERCMS_CONFIG.PHP // *********************************************** ?>[/SPOILER] [SPOILER="Uber config"]<?php /* | . .|---.,---.,---. | || ||---'| UberCMS 2.0 `---'`---'`---'` UberCMS Coded originally by Meth0d (2010-2011) Continued by Jonty (2011-now) Build 2.0.0 SS, Public */ // UberCMS Configuration for regular system use // Part 2/2 // Reverse Proxy & Cloudflare Settings // - Reverse Proxy (do you have nginx mirroring or forwarding the content from an apache backend?) // - Cloudflare (do you have cloudflare enabled on your domain or subdomain the cms is on?) $reverseproxy['enabled'] = false; $cloudflare['enabled'] = true; // Blocking VPN services // - Block VPNs $vpn['block'] = false; $vpn['block_message'] = "You can't come on here Mr. VPN"; // VPN Block list // - Blocked hosts (How this works is you enter part of the hostname eg hotspotshield that you dont want accessing the site, i've included examples) $vpn['blocked_hosts'] = array( 'hotspotshield', 'anchorfree' ); // Basic Site Settings // - Site Name (Your Hotel name) // - Short name (Hotels short name) // - Master ID (The ID of the person who owns the server, there can be only 1.) // - Enable ID Flagging (If someone disputes a VIP purchase or fails a pin code, terminate the account) // - Enable Pincodes (Enable a PIN code on entry to the client for ranks minrank+) // - Pincode (The 4 digit combination key.) // - Pincode minrank (The minimum rank to hit the combination lock upon client entry) $site['name'] = "Habza Hotell"; $site['short_name'] = "Habza"; $site['master_id'] = "1"; $site['enable_id_flagging'] = false; $site['enable_pincodes'] = false; $site['pincode'] = '1111'; $site['pincode_minrank'] = '5'; $site['contact_email'] = "[email]hotelhabza@ymail.com[/email]"; $site['twitter_account'] = "zaphotelnet"; $site['facebook_account'] = "habzaOfficalPage"; // Voting settings // - TheHabbos (Do you want to enable TheHabbos voting?) // - TheHabbos username (What is your hotels username on TheHabbos?) // - TheHabbos return url (Where do you want your users to return to? Replace / with !) // - TheHabbos disable index voting (Do you want to disable index voting?) $voting['thehabbos_enabled'] = false; $voting['thehabbos_username'] = 'habza'; $voting['thehabbos_returnurl'] = 'http:!!habza.co!?novote'; $voting['disable_index_vote'] = false; // Server settings // - Butterfly SSO system enabled (Do you use the Butterfly server by Martinmine?) // - Phoenix SSO system enabled (Do you want to enable Phoenix's secure sessions?) // - Default Motto (What is the default motto you want users to have?) // - Default Credits (What is the default credits you want to have?) // - Default Look (What is the default look you want to have?) // - Default room (What is the room you want users to go to on their first visit) // - Default rank (What is the default rank of new users) $server['butterfly_sso'] = false; $server['phoenix_secure_sessions'] = false; $server['default_motto'] = "I love " . $site['short_name'] . " more than anything!"; $server['default_credits'] = 15000; $server['default_pixels'] = 5000; $server['default_look'] = ""; $server['default_room'] = "11"; $server['default_rank'] = "2"; // Client settings // - Server IP (The ip your emulator is listening on) // - Server Port (The port your emulator is listening on) // - Productdata (Where your productdata is located) // - Furnidata (Where your furnidata is located) // - External Texts (Where your external texts are located) // - External Variables (Where your external variables are located) // - SWF Base Directory (The directory your Habbo.swf is in) // - Habbo.swf (The location of Habbo.swf) // - Client Starting (The text you want to display when the client loads.) $client['connection_info_host'] = "64.31.46.229"; $client['connection_info_port'] = "30000"; $client['productdata_load_url'] = "[URL]http://habza.co/r63b/productdata.txt[/URL]"; $client['furnidata_load_url'] = "[URL]http://habza.co/r63b/furnidata.txt[/URL]"; $client['external_texts_txt'] = "[URL]http://habza.co/r63b/external_flash_texts.txt[/URL]"; $client['external_variables_txt'] = "[URL]http://habza.co/r63b/external_variables.txt[/URL]"; $client['swf_base_dir'] = "[URL]http://habza.co/r63b/[/URL]"; $client['habbo_swf'] = "[URL]http://habza.co/r63b/habbo.swf[/URL]"; $client['client_starting'] = "habza client is loading...."; // Website front-end settings // - Footer Links (What you want to display in the links area of the footer.) // - Footer text (What text you want under the links area of the footer. I would appreciate the credits be kept there :D) // - Online users text (What the frontpage says in the speech bubble for users online) // - Online users text (What the rest of the site says for users online) $frontend['footer_links'] = ""; $frontend['footer_text'] = "habza Productions"; $frontend['online_text_fp'] = "players online now!"; $frontend['online_text_reg'] = "user(s) online"; // Vemba Ads Settings - I needed this personally so I added it for you. [URL="http://www.Vemba.com"]www.Vemba.com[/URL] to sign up. // - Enable Vemba ads (Do you want to enable Vemba ads?) // - Vemba ID (User id/site number for vemba.com) $vemba['enable'] = false; $vemba['id'] = "33"; // Misc Settings // - Housekeeping Login Footer (The footer you want on HK login page) // - Housekeeping login phrase (The text you want on the HK login page) // - Maintenance text (What you want to show on the orange area on the maintenance page) $misc['hk_login_footer'] = "Powered by UberHK. Copyright © 2010-2012 Meth0d & Jonty"; $misc['hk_login_phrase'] = "Welcome to the UberCMS Housekeeping"; $misc['maintenance_text'] = "habza is currently under an expected maintenance break. Please stay calm and keep your hair on, we'll be back soon."; $misc['staff_about'] = "The habza staff are here to enhance your experience on our hotel. They host events, and keep the environment safe. You can recognise a staff member by their badge."; // Imaging settings // - Web Gallery location (Where your images are hosted, no ending slash) // - C Images location (Where your c_images are hosted, no ending slash) $imaging['web_gallery'] = "[URL]http://habza.co/web-gallery[/URL]"; $imaging['c_images'] = "[URL]http://habza.co/r63/c_images[/URL]"; ?>[/SPOILER] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Hey mates!
Top