Burning crusade accounts....

Newbie Spellweaver
Joined
Jul 5, 2007
Messages
11
Reaction score
0
ok on my server im having peoplle email me due to i dont know how to make a sign up webpage...im using SQLyog to create the accounts in my database...everything works fine but the players accounts are burning crusade and my account is burning crusade...do i have to set the FLAG option to what number?
 
Well, what it meant, is in your "WAMP" folder, you have "Wamp/www" if you see this, go into "www" that is your website folder, now extract all the files for the website into www, and you are victorious so far...

after that step, open index.php with a notepad, and change all the info inside of their to match your antrix DB
 
First step: Download WAMP5 at
Second step: Install WAMP5
Third step:Now download the website
Fourth step: Extract all of these files into "Wamp/www folder"
Fifth step: Open index.php with notepad
Sixth step: Edit the following.

Code:
$lang="en";			// Language ("en" - english, "ru" - russian)
$host="127.0.0.1";		// HOST for Antrix database
$user="root";			// USER for Antrix database
$password="****"; << Change		// PASS for Antrix database 
$db="antrix";			// NAME of Antrix database
$hostr="127.0.0.1";		// HOST for Login database
$userr="root";			// USER for Login database
$passwordr="****"; << Change	   // PASS for Login database
$dbr="antrix";			// NAME of Login database
$database_encoding = 'CP1251'; 	// Set encoding
$img_base = "img/";		// Image dir
$server = "127.0.0.1";		// Antrix Server Address
$port = "8129";			// Antrix Server Port
$title="-Illidan-";  << Change		// Insert the title of your server here
$lock_acc=0;			// Lock created account to IP address (1 - on, 0 - off)
$lock_reg=0;			// Registration only one (or more) account from one IP address
				// 0 - not limit, 1 - one acc,  2 - two acc, etc...

Seventh step: Save the file, and visit your website at "http://yourip" or "http://yourdns.com"

If it works, it should work for your friends as well :] if any problems still exist, just post!
 
ok...i did all that you said...buuuut...when i put my server ip address into my web address bar it just keeps loading and nothing happens..
 
Back