Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Ascent [Ascent]Account Creator[Ascent]

Junior Spellweaver
Joined
May 11, 2007
Messages
176
Reaction score
0
Hey guys. I spent a day making an account creator for servers with 2.4.3 by request.

DOWNLOAD:
By the way this is my first type of script so dont make fun of me if you dont like it :p

Its very basic.. Very few files and very easy to edit.
<?php
// Mysql Stuff
session_start();
ob_start();
$host = "localhost"; // Mysql Server Name
$db_user = "username"; // Mysql Username
$db_pass = "password"; // Mysql User Password
$db = "logon"; // Database With The Accounts Table

//These are prefrences that will show stuff on the site.
$realmlist = "site.site.com"; // Your Server's Realmlist
$sitename = "Website Name"; // Your website name

// Do Not Touch Beyond This Point!
mysql_connect($host,$db_user,$db_pass) or die("Unable to connect");
mysql_select_db($db) or die("Unable to connect to the Database!");
?>
This is a preview of the config file. As you can see, fairly simple. The website has a nice background, and has been tested with a 2.4.3 database. When an account is created, it automatically sets their account to burning crusade.

It shows some pretty cool images when you register successfully. It will check if the username is taken or not or email, obviously... also if any fields are empty, it shows an ERROR ;P

If you look on the index page (registration page) it says the realmlist, that is what the $realmlist is in the config file... also the title of the page is what the $sitename is. So its easy.

If you have questions, conserns, comments, requests... post them.

Please do not post harsh things "/
Rate it 1/10

** SCREENSHOTS **
rasta-raus - [Ascent]Account Creator[Ascent] - RaGEZONE Forums
 
Banned
Banned
Joined
Dec 27, 2004
Messages
108
Reaction score
0
Can you upload it to a diff site? It can only be downloaded 10 times.
 
Initiate Mage
Joined
May 12, 2009
Messages
2
Reaction score
0
ka fag you ka Ducking ka quote is ka already ka taken ka FAIL
 
Initiate Mage
Joined
Jan 6, 2008
Messages
83
Reaction score
1
Yes, indeed, mirror needed. Not actually, but would be nice.
 
Back
Top