• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.1

Yes, but you need an AAC to handle it. Its not like 0.4 where you used the guild channel.
Either Gesior 2012 or Znote.
 
hey wher is php witch war tfs 1.1 in acc maker?

ok i inport datbase now instal acc maker

Failed to connect to MySQL: (1045) Access denied for user 'tfs10'@'localhost' (using password: YES)
Install:


  1. Make sure you have imported TFS database. (OTdir/forgottenserver.sql OR OTdir/schemas/mysql.sql)
  2. Import the below schema to a TFS database in phpmyadmin:
  3. Edit config.php with correct mysql connection details.
 
Last edited by a moderator:
// ------------------------ \\
// MYSQL CONNECTION DETAILS \\
// ------------------------ \\

// phpmyadmin username for OT server: (DONT USE "root" if ur hosting to public.).
$config['sqlUser'] = 'root';

// phpmyadmin password for OT server:
$config['sqlPassword'] = 'phpadmin password';

// The database name to connect to. (This is usually same as username).
$config['sqlDatabase'] = 'datbase name';

// Hostname is usually localhost or 127.0.0.1.
$config['sqlHost'] = 'localhost';


I fix problem!
 
Back
Top