View Single Post
  #6  
Old 24th April 2009, 16:50
Ashur's Avatar
Ashur Ashur is offline
Senior Member
 
Join Date: Jun 2008
Posts: 523
Default
Quote:
Originally Posted by oMaRcO View Post
edit a part in your \include\config.php

mysql user, mysql pass and mysql db

Code:
readconfig ('DATABASE,MAIN,SECURITY,TWEAK,EXTRA,THEME,DATETIME,SEO');
  $mysql_host = (!empty ($DATABASE['mysql_host']) ? $DATABASE['mysql_host'] : 'localhost');
  $mysql_user = (!empty ($DATABASE['mysql_user']) ? $DATABASE['mysql_user'] : 'root');
  $mysql_pass = (!empty ($DATABASE['mysql_pass']) ? $DATABASE['mysql_pass'] : 'pass');
  $mysql_db = (!empty ($DATABASE['mysql_db']) ? $DATABASE['mysql_db'] : 'ts');
than you must edit your \config\DATABASE and MAIN file

that is everthing


sorry for my bad english ;)
no don't do that it will mess up TSSE this is not how TSSE setup
everything is under /config/ if you changed any files make sure to use default old files

if still no go put up a fresh code, install on an empty database then drop all tables and use the older sql and finally import /config/STAFFTEAM and it should be working fine
__________________
Say NO to private tracking
Running TorrentHoster 2.5 on IraqiGate.org
Reply With Quote