Localhost won't load with retro files

Niloooo

New Member
Jan 30, 2019
19
0
Hi, my localhost is struggling, the page just turn white & won't load when i added retro the files in to it..
Ive changed my config ofc but i guess it's not done correct..

I use the "ShockCMS 2.2"

Here are my config.php :
(there is no password choosen atm)
Code:
<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
error_reporting(0);


/*
MySQL management
*/

$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.

$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host, usualy localhost

$_CONFIG['mysql']['username'] = 'root'; //MySQL username, default administrative username is root.

$_CONFIG['mysql']['password'] = ''; //MySQL password, default is not set, it has been set by the administrator.

$_CONFIG['mysql']['database'] = 'habbo'; //MySQL database

$_CONFIG['mysql']['port'] = '3306'; //MySQL's port, usualy 3306.


/*
Website settings
*/

$_CONFIG['hotel']['badgeurl'] = 'http://localhost/swf/c_images/album1584/' ; // Badge folder location (for the /homes and staff badges can be edited in static folder)

$_CONFIG['hotel']['url'] = 'http://localhost'; //You do no need to enter a url here, else Does not end with a "/"

$_CONFIG['hotel']['name'] = 'Raze'; // Hotel's name

$_CONFIG['hotel']['desc'] = 'Raze, the place to be!'; //Hotel's description , not needed

$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance

$_CONFIG['hotel']['motto'] = 'Ik ben nieuw op ' . $_CONFIG['hotel']['name']; //Default motto users will register with.

$_CONFIG['hotel']['credits'] = 50000; //Default number of credits users will register with.

$_CONFIG['hotel']['pixels'] = 0; //Default number of pixels users will register with.

$_CONFIG['hotel']['figure'] = 'hr-802-61.ch-3030-1331.sh-3089-110.ca-1801-92.lg-3023-91.ea-1406-85.wa-2001-63.hd-190-3'; //Default figure users will register with.

/*
*    Hotel management  - Connection variables and swfs.
*/

$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build

$_CONFIG['hotel']['external_vars'] = 'http://localhost/swf/gamedata/external_variables.txt'; //URL to your external vars

$_CONFIG['hotel']['external_texts'] = 'http://localhost/swf/gamedata/external_flash_texts.txt'; //URL to your external texts

$_CONFIG['hotel']['product_data'] = 'http://localhost/swf/gamedata/productdata.txt'; //URL to your productdata

$_CONFIG['hotel']['furni_data'] = 'http://localhost/swf/gamedata/furnidata.xml'; //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = 'http://localhost/swf/gordon/PRODUCTION-201602082203-712976078'; //URL to your SWF folder, please check if / or no / is needed.

/*
*
*    Templating management - Pick one of our default styles or make yours by following our examples!
*
*/

#RevCMS style & voting system

$_CONFIG['template']['style'] = 'site';
$_CONFIG['thehabbos']['username'] = 'ShockStyle';
$_CONFIG['retro_top']['user'] = 'ShockStyle';

/*
*    Social Networking stuff - not needed in shockstyle
*/
$_CONFIG['hotel']['twitter'] = 'Habbo'; //Twitter Username
$_CONFIG['hotel']['twitterwidget_id'] = '345163210678206465'; //Twiter Widget ID
$_CONFIG['hotel']['facebook'] = 'Habbo'; //Facebook Username

?>
 

Users who are viewing this thread

Top