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
Fatal error - class.engine.php
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="LouisJW" data-source="post: 463931" data-attributes="member: 94023"><p>[CODE=php]<?php</p><p></p><p>if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }</p><p></p><p>/*</p><p> ____ _ _ ____ __ __ ____ </p><p> / ___|| | ___ ___| | __/ ___| \/ / ___|</p><p> \___ \| |/ _ \/ _ \ |/ / | | |\/| \___ \</p><p> ___) | | __/ __/ <| |___| | | |___) |</p><p> |____/|_|\___|\___|_|\_\\____|_| |_|____/ - theme by Platinum.</p><p> </p><p>#NOTE: Please carefully read and fill out the configurations below in order for your website and hotel to work.</p><p></p><p>*/</p><p></p><p>/*</p><p>*</p><p>* MySQL Management - Be sure to fill in the bottom MySQL configuration correctly in order for your database to be connected.</p><p>*</p><p>*/</p><p></p><p>$_CONFIG['mysql']['connection_type'] = 'pconnect'; // This MUST be either connect or pconnect (if you want a persistent connection).</p><p></p><p>$_CONFIG['mysql']['hostname'] = '127.0.0.1'; // This is your MySQL host.</p><p></p><p>$_CONFIG['mysql']['username'] = 'root'; // Enter your MySQL username.</p><p></p><p>$_CONFIG['mysql']['password'] = ''; // Enter your MySQL password.</p><p></p><p>$_CONFIG['mysql']['database'] = ''; // Enter your hotel database name.</p><p></p><p>$_CONFIG['mysql']['port'] = '3306'; // This is your MySQL port.</p><p></p><p>/*</p><p>*</p><p>* Hotel Management - Configure your details below in order to get your retro up and running!</p><p>*</p><p>*/</p><p></p><p>$_CONFIG['hotel']['server_port'] = '30000'; // This is the port that your emulator is ran off. (Default - 30000).</p><p></p><p>$_CONFIG['hotel']['url'] = 'http://localhost'; // Enter your hotel's URL with either the "www.", "http://" or "https://" at the start.</p><p></p><p>$_CONFIG['hotel']['proxy'] = ''; // Enter your hotel's proxy IP or proxy URL, otherwise put in your VPS IP (it is highly recommended that you get a proxy).</p><p></p><p>$_CONFIG['hotel']['shorturl'] = 'localhost'; // This is your hotel's URL without the "www.", "http://" or "https://".</p><p></p><p>$_CONFIG['hotel']['name'] = 'Project'; // Your hotel name will go here.</p><p></p><p>$_CONFIG['hotel']['desc'] = ''; // Modify this if you wish to use the same tab description on all your pages.</p><p></p><p>$_CONFIG['hotel']['email'] = 'help@myhotel.net'; // Modify this if you wish to leave a contact email on your website.</p><p></p><p>$_CONFIG['hotel']['in_maint'] = false; // Write "true" to make the website appear in maintenance, otherwise write "false".</p><p></p><p>$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; // This will be the default motto upon registeration.</p><p></p><p>$_CONFIG['hotel']['credits'] = 1000; // This is the default number of credits users will have upon registeration.</p><p></p><p>$_CONFIG['hotel']['pixels'] = 999999999; // This is the default number of pixels users will have upon registeration.</p><p></p><p>$_CONFIG['hotel']['figure'] = 'hd-209-28.lg-270-92.ch-210-92'; // This is the default avatar-look that users will have upon register.</p><p></p><p>$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; // Hotel's web_build, do NOT edit this.</p><p></p><p>$_CONFIG['hotel']['external_vars'] = 'localhost/swf/gamedata/external_variables.txt'; // URL to your external_variables.txt file.</p><p></p><p>$_CONFIG['hotel']['external_texts'] = 'localhost/swf/gamedata/external_flash_texts.txt'; // URL to your external_flash_texts.txt file.</p><p></p><p>$_CONFIG['hotel']['product_data'] = 'localhost/swf/gamedata/productdata.txt'; // URL to your productdata.txt file.</p><p></p><p>$_CONFIG['hotel']['furni_data'] = 'localhost/swf/furnidata.xml'; // URL to your furnidata.xml file.</p><p></p><p>$_CONFIG['hotel']['swf_folder'] = 'localhost/swf/gordon/PRODUCTION-201709052204-426856518'; // URL to your PRODUCTION folder.</p><p></p><p>/*</p><p>*</p><p>* Templating Management - Add an existing theme or add your own and configuring it below!</p><p>*</p><p>*/</p><p></p><p>$_CONFIG['template']['style'] = 'Sleek';</p><p></p><p>?>[/CODE] I have removed db name and password for now.</p></blockquote><p></p>
[QUOTE="LouisJW, post: 463931, member: 94023"] [CODE=php]<?php if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); } /* ____ _ _ ____ __ __ ____ / ___|| | ___ ___| | __/ ___| \/ / ___| \___ \| |/ _ \/ _ \ |/ / | | |\/| \___ \ ___) | | __/ __/ <| |___| | | |___) | |____/|_|\___|\___|_|\_\\____|_| |_|____/ - theme by Platinum. #NOTE: Please carefully read and fill out the configurations below in order for your website and hotel to work. */ /* * * MySQL Management - Be sure to fill in the bottom MySQL configuration correctly in order for your database to be connected. * */ $_CONFIG['mysql']['connection_type'] = 'pconnect'; // This MUST be either connect or pconnect (if you want a persistent connection). $_CONFIG['mysql']['hostname'] = '127.0.0.1'; // This is your MySQL host. $_CONFIG['mysql']['username'] = 'root'; // Enter your MySQL username. $_CONFIG['mysql']['password'] = ''; // Enter your MySQL password. $_CONFIG['mysql']['database'] = ''; // Enter your hotel database name. $_CONFIG['mysql']['port'] = '3306'; // This is your MySQL port. /* * * Hotel Management - Configure your details below in order to get your retro up and running! * */ $_CONFIG['hotel']['server_port'] = '30000'; // This is the port that your emulator is ran off. (Default - 30000). $_CONFIG['hotel']['url'] = 'http://localhost'; // Enter your hotel's URL with either the "www.", "http://" or "https://" at the start. $_CONFIG['hotel']['proxy'] = ''; // Enter your hotel's proxy IP or proxy URL, otherwise put in your VPS IP (it is highly recommended that you get a proxy). $_CONFIG['hotel']['shorturl'] = 'localhost'; // This is your hotel's URL without the "www.", "http://" or "https://". $_CONFIG['hotel']['name'] = 'Project'; // Your hotel name will go here. $_CONFIG['hotel']['desc'] = ''; // Modify this if you wish to use the same tab description on all your pages. $_CONFIG['hotel']['email'] = 'help@myhotel.net'; // Modify this if you wish to leave a contact email on your website. $_CONFIG['hotel']['in_maint'] = false; // Write "true" to make the website appear in maintenance, otherwise write "false". $_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; // This will be the default motto upon registeration. $_CONFIG['hotel']['credits'] = 1000; // This is the default number of credits users will have upon registeration. $_CONFIG['hotel']['pixels'] = 999999999; // This is the default number of pixels users will have upon registeration. $_CONFIG['hotel']['figure'] = 'hd-209-28.lg-270-92.ch-210-92'; // This is the default avatar-look that users will have upon register. $_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; // Hotel's web_build, do NOT edit this. $_CONFIG['hotel']['external_vars'] = 'localhost/swf/gamedata/external_variables.txt'; // URL to your external_variables.txt file. $_CONFIG['hotel']['external_texts'] = 'localhost/swf/gamedata/external_flash_texts.txt'; // URL to your external_flash_texts.txt file. $_CONFIG['hotel']['product_data'] = 'localhost/swf/gamedata/productdata.txt'; // URL to your productdata.txt file. $_CONFIG['hotel']['furni_data'] = 'localhost/swf/furnidata.xml'; // URL to your furnidata.xml file. $_CONFIG['hotel']['swf_folder'] = 'localhost/swf/gordon/PRODUCTION-201709052204-426856518'; // URL to your PRODUCTION folder. /* * * Templating Management - Add an existing theme or add your own and configuring it below! * */ $_CONFIG['template']['style'] = 'Sleek'; ?>[/CODE] I have removed db name and password for now. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Fatal error - class.engine.php
Top