Help Giup em về config.php

  • Thread starter Thread starter Phuclk24
  • Start date Start date
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
 
............................................
 
Last edited:
HTML:
$dbss['host']='localhost';
$dbss['user']='s2game_sql';
$dbss['pass']='01655993648'; 
$dbss['name']='s2game_sql';
 
còn 3 cái này bạn

Code:
$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.
 
bị vậy nè anh


SQL error... Please check your error log file for details...

----------> Bổ sung bài viết lúc 17:55 <----------> Bài viết trước lúc 17:50 <----------

bị vậy nè anh


SQL error... Please check your error log file for details...



giúp với.......................
 
Em đã add user vào data chưa
 
dạ chưa anh hd với

----------> Bổ sung bài viết lúc 18:00 <----------> Bài viết trước lúc 18:00 <----------

http://sinhvienit.net/@forum/attachment/9628/1299382401/SinhVienIT.Net---blab52lite.zip
link tải code :

----------> Bổ sung bài viết lúc 18:07 <----------> Bài viết trước lúc 18:00 <----------

giúp em với ...............
 
Em vào mysql database, add user vào data, check all rồi ok
 

Facebook Comments

Back
Top