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
Config help
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="Qodex" data-source="post: 122405" data-attributes="member: 12718"><p>Hey guys,</p><p> </p><p>I am coding a config file for a habbo cms, so i wanted to ask, what would you like on one if you was making a CMS?</p><p> </p><p>Here is it so far;</p><p> </p><p><?php</p><p> </p><p>//Database config</p><p> </p><p>$_CONFIG ['mysql'] ['host'] = 'localhost'; //This is localhost 90% of the time</p><p>$_CONFIG ['mysql'] ['name'] = 'root'; //This is root unless you changed it</p><p>$_CONFIG ['mysql'] ['pass'] = ''; //This is the password you set when you installed XAMPP</p><p>$_CONFIG ['mysql'] ['port'] = '3360'; //This is MySQL's port</p><p> </p><p>//Site config</p><p> </p><p>$_CONFIG ['site'] ['url'] = 'localhost';//Your web address</p><p>$_CONFIG ['site'] ['long_name'] = 'Habbo hotel'; //This is your hotel name </p><p>$_CONFIG ['site'] ['short_name'] = 'Habbo'; //This is your hotel name shortened</p><p>$_CONFIG ['site'] ['motto'] = 'We are cool!'; //This is your site motto</p><p>$_CONFIG ['site'] ['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1110'; //This is the web build </p><p>$_CONFIG ['site'] ['credits'] = '5000'; //This is the default credits</p><p>$_CONFIG ['site'] ['pixels'] = '5000'; //This is the default pixels</p><p>$_CONFIG ['site'] ['']</p><p>If you think it looks like RevCMS config - Well I didn't mean for it too.</p></blockquote><p></p>
[QUOTE="Qodex, post: 122405, member: 12718"] Hey guys, I am coding a config file for a habbo cms, so i wanted to ask, what would you like on one if you was making a CMS? Here is it so far; <?php //Database config $_CONFIG ['mysql'] ['host'] = 'localhost'; //This is localhost 90% of the time $_CONFIG ['mysql'] ['name'] = 'root'; //This is root unless you changed it $_CONFIG ['mysql'] ['pass'] = ''; //This is the password you set when you installed XAMPP $_CONFIG ['mysql'] ['port'] = '3360'; //This is MySQL's port //Site config $_CONFIG ['site'] ['url'] = 'localhost';//Your web address $_CONFIG ['site'] ['long_name'] = 'Habbo hotel'; //This is your hotel name $_CONFIG ['site'] ['short_name'] = 'Habbo'; //This is your hotel name shortened $_CONFIG ['site'] ['motto'] = 'We are cool!'; //This is your site motto $_CONFIG ['site'] ['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/1110'; //This is the web build $_CONFIG ['site'] ['credits'] = '5000'; //This is the default credits $_CONFIG ['site'] ['pixels'] = '5000'; //This is the default pixels $_CONFIG ['site'] [''] If you think it looks like RevCMS config - Well I didn't mean for it too. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Config help
Top