PDA

View Full Version : Account creation website



FuzzyCuzzy
01-01-09, 07:51 AM
+Repif you liked :D

This is a tutorial on how to make an Account Creation page for your server.

Ok then first of all you will want to download Wamp here : http://www.wampserver.com/en/download.php

just download it then install.
It should be installed into your c:

Next choose the page you want (or make your own page) for what you want your server to be. I use this one : http://filebeam.com/8a5df1f8e8bcbeaf20dfa19b85d30e06

Extract the contents to :
C: > Wamp > www
Then in the www folder make a folder called "img" and place all the images in there!

Then you'll want to setup the index file.

$lang="en"; // Language ("en" - english, "ru" - russian)
$host="localhost"; // HOST for Antrix database
$user="root"; // USER for Antrix database
$password="ascent"; // PASS for Antrix database
$db="logon"; // NAME of Antrix database
$hostr="localhost"; // HOST for Login database
$userr="root"; // USER for Login database
$passwordr="ascent"; // PASS for Login database
$dbr="logon"; // NAME of Login database
$database_encoding = 'CP1251'; // Set encoding
$img_base = "img/"; // Image dir
$server = "localhost"; // Antrix Server Address
$port = "8129"; // Antrix Server Port
$title="Dark Specteral WoW"; // 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...

It is self explanitory.
Then just run WAMP and you're set to go just type in the DNS you use for your WoW server OR you could go to http://www.dyndns.com/ and make a new DNS for your account creation page such as DarkShrine-WoW.isgreat.org (a dns example.)

I hope you liked this mini guide and my first one made here.

Thanks for reading!

If I missed anything or could change things to improve it please let me know.








(http://imageshack.us/)

runiker
01-01-09, 08:33 PM
Not bad

FuzzyCuzzy
02-01-09, 02:10 AM
Thanks :)

I'm quite interested with website developing myself, java has been giving me a little bit of a hard time but ill push through :)

runiker
03-01-09, 01:16 PM
Yeah java can be hard i mostly deal with html dhtml and a bit of php not much css or java tho