Code:
/*
SPORA for Antrix v1.1
Simple Page Of Registration of Accounts for Antrix
It is made in the form of one page with fields of input of the
information of an account and the list of players being on a server.
Original Creation by mirage666 for MaNGOS Categories
Modified for Antrix by Kandyman Burning WoW
*/
$lang="en"; // Language ("en" - english, "ru" - russian)
$host="worldoffinland.servegame.com"; // HOST for Antrix database
$user="root"; // USER for Antrix database
$password="********"; // PASS for Antrix database
$db="antrix"; // NAME of Antrix database
$hostr="worldoffinland.servegame.com";
// HOST for Login database
$userr="root";
// USER for Login database
$passwordr="********";
// PASS for Login database
$dbr="antrix";
// NAME of Login database
$database_encoding = 'CP1251';
// Set encoding
$img_base = "img/"; // Image dir
$server = "worldoffinland.servegame.com"; // Antrix Server Address
$port = "8129"; // Antrix Server Port
$title="World of Finland"; // Insert the title of your server here
$tbc="8"; // Enable or Disable TBC by default (0 - Disable, 8 - Enable)
$lock_acc=0; // Lock created account to IP address (1 - on, 0 - off)
$lock_reg=1; // Registration only one (or more) account from one IP address
// 0 - not limit, 1 - one acc, 2 - two acc, etc...
I think these pathes are incorrect, what is login database?