- Joined
- Aug 7, 2006
- Messages
- 271
- Reaction score
- 0
[Antrix] PHP & SQL BURNING CRUSADE WebPack by DJRavine
Here is a less complex PHP webpack for enthusists...
Keeping in mind i dont have months to spend on it..
[to about 30 mins all up to complete tho..]
DOWNLOAD ORIGINAL:
Here is a less complex PHP webpack for enthusists...
Keeping in mind i dont have months to spend on it..
[to about 30 mins all up to complete tho..]
DOWNLOAD DJRavine's Mod:COPY ALL THE FILES TO THE LOCATION OF YOUR WEBSITE...
EDIT INDEX.PHP AND CONFIGURE THESE SETTINGS...
-----------------------------------------------------------
$lang="en"; // Language ("en" - english, "ru" - russian)
$host="INSERT IP HERE"; // HOST for Antrix databae
$user="INSERT USERNAME HERE" ; // USER for Antrix database
$password="INSERT PASSWORD HERE"; // PASS for Antrix database
$db="INSERT DB NAME HERE"; // NAME of Antrix database
$hostr="INSERT IP HERE"; // HOST for Antrix database
$userr="INSERT USERNAME HERE" ; // USER for Antrix database
$passwordr="INSERT PASSWORD HERE"; // PASS for Antrix database
$dbr="INSERT DB NAME HERE"; // NAME of Antrix database
$database_encoding = 'CP1251'; // Set encoding
$img_base = "img/"; // Image dir
$server = "INSERT IP HERE"; // Server adress (for realm status)
$port = "8093"; // Server port (for realm status) YOUR ANTRIX PORT or YOUR ANTRIX PORT
$lock_acc=0; // Lock created account to IP adress (1 - on, 0 - off)
$lock_reg=0; // Registration only one (or more) account from one IP adress
// 0 - not limit, 1 - one acc, 2 - two acc, etc...
// 0 - not limit, 1 - one acc, 2 - two acc, etc...
-----------------------------------------------------------
To view the content, you need to sign in or register
DOWNLOAD ORIGINAL:
To view the content, you need to sign in or register
Last edited by a moderator: