P
Phuclk24
New Member
<?php
/* PLEASE DO NOT ALLOW EVEN ONE BLANK SPACE/LINE IN THIS FILE OUTSIDE '<?php' AND '?>' */
/* ------ BLAB! DATABASE SETTINGS ------ */
$dbss=array();
$dbss['type']='mysql'; // Database type, *lowercase* (options: mysql, mysqli, postgre, sqlite, pdo_sqlite)
$dbss['host']='localhost'; // Database host (in most cases 'localhost')
$dbss['user']=''; // Database user (not used with sqlite)
$dbss['pass']=''; // Database password (not used with sqlite)
$dbss['name']=''; // Database name [mysql, postgre]. Note that the installation script cannot create a database for you!
$dbss['prfx']='blite5'; // Table prefix for BLAB! tables, default 'blite5'
$dbss['sqlt']=''; // Database file [sqlite only]: 'path/filename', a 0-byte file CHMODed to 777 in a dir that is CHMODed to 777
$dbss['sqlp']=0; // SQLITE only: PRAGMA synchronous; options: 0|1|2; 0 = OFF /fastest/; 1= NORMAL; 2 = FULL /slowest/
$dbss['pcon']=0; // [0 or 1] Establishes a persistent connection to the SQL server. If you are not sure leave it 0.
/* DO NOT TOUCH ANYTHING BELOW THIS LINE UNLESS YOU ARE SURE WHAT YOU ARE DOING! */
$skin_dir='skin_default'; // Skin directory, no trailing slashes
$css_file='style_1.css'; // Style file in use, options: 'style_1.css', 'style_2.css', 'style_3.css'
$error_log='errors.txt'; // CHMODed to 777 file to store sql errors if any ( it is recommended to rename this file )
$salt='RandOM_StRInG'; // Salt.
$latest_mssg=20; // Messages to display when users enter the chat, recommended value: 0-50.
$bwords=array('****','bitch'); // Bad words array: $bwords=array('****','bitch','etc'); $bwords=0; -> off. Turn it off to save CPU resources.
$topic='/topic'; // Topic. If found, the posted text appears with larger letters and clears the screen.
?>
tên SQL là s2game_sql
giúp em với