Ok i made to realm and i need to know how to made the accounts register in both databases.
here is my config file
PHP Code:
<?php
/*
SPORA (Simple Page Of Registration of Accounts) for Ascent V1.5
Simple Account Signup and Status Page
Original creation by mirage666 for MaNGOS
Modified by Kandyman for Ascent
Modified again by ravenger
*/
$lang="en"; // Select your language, this is the map in the "language" folder
$title="WoW Blood"; // This is the title for your site, displayed in the browser
$img_base = "images/"; // Directory were your images are
$bg = "karazhan.jpg"; // Insert here your background image, must located in "backgrounds" folder
$host="localhost"; // Insert your host for the character database
$user="root"; // Insert your username for the character database
$password="password"; // Insert your password for the character database
$db="world"; //Insert your name for the character database
$hostr="localhost"; // Insert your host for the logonserver database
$userr="root"; // Insert your username for the logonserver database
$passwordr="password"; // Insert your passeword for the logonserver database
$dbr="world"; //Insert your name for the logonserver database
$database_encoding = 'CP1251'; // Set database encoding
$server = "localhost"; // Server used by your ascent server
$port = "8129"; // Port used by your ascent server
$lock_acc=0; // This will lock the created account to the IP address (1 - on, 0 - off)
$lock_reg=0; // This allowes to create 1 or more account from 1 IP addres, 0=unlimited, 1=one acc, 2=two etc...
?>
i need it to add to world and world2