makin a Habbo RP, first time, using localhost, xampp, cant load the Localhost

remboyunus

New Member
Aug 6, 2018
7
1
Parse error: syntax error, unexpected T_STRING in C:\xampp\htdocs\app\management\config.php on line 25


i try and try, but everytime i go to localhost i get this error, i have tryet to look at line 25 and it look like this:

<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }

$_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
$_CONFIG['mysql']['username'] = 'root'; //MySQL username
$_CONFIG['mysql']['password'] = 'password'; //MySQL password
$_CONFIG['mysql']['database'] = 'rp'; //MySQL database
$_CONFIG['mysql']['port'] = '3306'; //MySQL's port

/*
*
* Hotel management - All URLs do not end with an "/"
*
*/

$_CONFIG['hotel']['url'] = 'localhost'; //Does not end with a "/"

$_CONFIG['hotel']['name'] = 'ZabboRP';
$_CONFIG['hotel']['server_ip'] = 'localhost';

$_CONFIG['hotel']['cdnurl'] = 'localhost';

$_CONFIG['hotel']['name'] = 'ZabboRP;
$_CONFIG['hotel']['facebook'] = 'ZabboRP'; here
$_CONFIG['hotel']['in_maint'] = false;
$_CONFIG['hotel']['motto'] = 'Civilian';
$_CONFIG['hotel']['credits'] = 10;
$_CONFIG['hotel']['pixels'] = 0;
$_CONFIG['hotel']['look'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100';
$_CONFIG['template']['style'] = 'Theme';

$_CONFIG['hotel']['online_text'] = 'Civilian(s) Online!';

?>

please can anyone help me with this? thankzz bro. :D
 

Users who are viewing this thread

Top