I am sick of seeing every private server saying "We don't have more account's to give... Pls wait", so i tought a bit and i started making a Simple Archlord Registration Page (as the title says) that can be used for all private server's (not cost/charges & open source not encrypted)
You can download it:



Password: ilovearchlord
UPDATE 1 :

Password: ilovearchlord
Here are some Image's of the website(How it looks like [Images are edited the red texts are not present on the website]):
Mainpage

Error Messages


Account creation

INSTALLING
Step 1.
Download AppServ, which containes an Apache server,PHP (And 2 more things that we won't use)


Step 2.
Double click the appserv-win32-2.5.10.exe which you downloaded and follow the pictures to install it correctly.






If you done everything Right and if you followed the instructions, open up your browser and go to
Code:
[B]http://localhost/ [U]OR[/U] http://127.0.0.1 [/B]

Step 3.
We need to configre up the PHP to get it work with Oracle.
So go to C:\Windows\ and open up php.ini with a texteditor(Notepad) and search for these 3 lines and DELETE THE ";" from the beggining:
Code:
[B];extension=php_oci8.dll ;extension=php_pdo_oci.dll ;extension=php_pdo_oci8.dll[/B]
We go to Start->All Programs->AppServ->Control Server by Service->Apache Restart

Step 4.
We go to C:\AppServ\www\ and DELETE ALL OF ITS CONTENT. After that Download the Website(Simple Archlord Registration Page v0.1) from the links above and extract them with the password given in the C:\AppServ\www\ Folder.(Needs to look like this)
Needs to have the index.php file and the include Folder in the WWW Folder.

Step 5.
We need to configure the website.
Go to C:\AppServ\www\include and open config.php with a texteditor(Notepad).
The Content of the config.php file is:
Code:
<?php /*******DATABASE CONFIGURATION********/ $db_username = "alef"; // database username $db_password = "password"; // database password $db = "oci:dbname=account"; // normally account (if e.g. 'other' e.g. oci:dbname=other) /*******DATABASE CONFIGURATION********/ $websitetitle = "Simple Archlord Registration Page v0.1"; $footertext = "This site was made by Eppher. It doesn't have copyright © but respect my work.(this text can be edited if you want)."; /********************DONT TOUCH THIS**********************/ $conn = new PDO($db,$db_username,$db_password); /********************DONT TOUCH THIS**********************/ ?>
To $db_password write your Oracle Password (if you installed the Oracle server how Mike said you pass is "password")
To $db you enter the database name (e.g. account // (if e.g. 'other' e.g. $db = oci:dbname=other))
To $websitetitle you type your Title for the website that will be shown on the top of your browser
to $footertext you type what you want to be shown in the footer (e.g. Copyright © Infernus Archlord. 2011-2012.)
Don't touch $conn
If you followed this tutorial your Archlord Simple Registration Page v0.1 is READY TO RUN.
For problems PM ME or post here your issues...
GOOD LUCK GUYS WITH IT!
Sincerly, Eppher.






