View Single Post
  #7  
Old 8th June 2010, 09:47
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
Quote:
Originally Posted by billyso07 View Post
lol

but in line 210 i have this
Code:
\$config['dbtype'] = 'mysqli';
\$config['hostname'] = '{$mysql_host}';
\$config['username'] = '{$mysql_user}';
\$config['password'] = '{$mysql_pass}';
\$config['database'] = '{$mysql_db}';
\$config['table_prefix'] = '{$table_prefix}';
can i fix?
PHP Code:
<?php
define
('USERNAME''Your_TS_Username_Goes_Here'); // 
define('PASSWORD''Your_TS_Password_Goes_Here'); // 
define('SECURITYKEY''Your_TS_Script_Security_Code_Goes_Here'); //
?>
like i said the code no good to you as all