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
Revcms R63 web.config error
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="Joe" data-source="post: 380916" data-attributes="member: 18160"><p>Your config for RevCMS should look something like this.</p><p>[CODE]<?php</p><p>if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }</p><p>$_CONFIG['mysql']['connection_type'] = 'pconnect';</p><p>$_CONFIG['mysql']['hostname'] = 'localhost';</p><p>$_CONFIG['mysql']['username'] = 'root';</p><p>$_CONFIG['mysql']['password'] = 'password';</p><p>$_CONFIG['mysql']['database'] = 'hotel';</p><p>$_CONFIG['mysql']['port'] = '3306';</p><p>$_CONFIG['hotel']['url'] = 'http://habbo.com';</p><p>$_CONFIG['hotel']['name'] = 'Habbo';</p><p>$_CONFIG['hotel']['desc'] = 'Virtual World, Avatar Chat and Pixel Art!';</p><p>$_CONFIG['hotel']['in_maint'] = false;</p><p>$_CONFIG['hotel']['motto'] = 'I am new to Habbo!';</p><p>$_CONFIG['hotel']['credits'] = 0;</p><p>$_CONFIG['hotel']['pixels'] = 0;</p><p>$_CONFIG['hotel']['figure'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100';</p><p>$_CONFIG['template']['style'] = 'Habbo';</p><p>?>[/CODE]</p></blockquote><p></p>
[QUOTE="Joe, post: 380916, member: 18160"] Your config for RevCMS should look something like this. [CODE]<?php if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); } $_CONFIG['mysql']['connection_type'] = 'pconnect'; $_CONFIG['mysql']['hostname'] = 'localhost'; $_CONFIG['mysql']['username'] = 'root'; $_CONFIG['mysql']['password'] = 'password'; $_CONFIG['mysql']['database'] = 'hotel'; $_CONFIG['mysql']['port'] = '3306'; $_CONFIG['hotel']['url'] = 'http://habbo.com'; $_CONFIG['hotel']['name'] = 'Habbo'; $_CONFIG['hotel']['desc'] = 'Virtual World, Avatar Chat and Pixel Art!'; $_CONFIG['hotel']['in_maint'] = false; $_CONFIG['hotel']['motto'] = 'I am new to Habbo!'; $_CONFIG['hotel']['credits'] = 0; $_CONFIG['hotel']['pixels'] = 0; $_CONFIG['hotel']['figure'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100'; $_CONFIG['template']['style'] = 'Habbo'; ?>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Revcms R63 web.config error
Top