Conquer Site Beta
Created by: Llairenm Ilai - Brasil
Download Link » [Only registered and activated users can see links. Click Here To Register...]
[Translated by Google Translator - PT-BR to ENG]
It contains the registration page, change password, downloads page and ranking (ranked by class).
The scripts work in both database that uses any files (.ini) and in the MySQL database (Tested in database » Hellmouth)
(Files to be modified)
classes/classe.configs.php
Here is the type of database used on the server »
Here the maximum number of allowed accounts logged on the server »
classes/func.downloads.php
Here you configure the download pages.
Server Rates can be changed on the main page index.php line(109)
Feel free to modify the files but please keep the credits to the author.
Created by: Llairenm Ilai - Brasil
Download Link » [Only registered and activated users can see links. Click Here To Register...]
[Translated by Google Translator - PT-BR to ENG]
It contains the registration page, change password, downloads page and ranking (ranked by class).
The scripts work in both database that uses any files (.ini) and in the MySQL database (Tested in database » Hellmouth)
(Files to be modified)
classes/classe.configs.php
PHP Code:
public $path_accounts = 'E:\\COServer\\Database\\Accounts\\'; //Your directory of Accounts
public $path_settings = 'E:\\COServer\\Database\\Misc\\Settings.ini';
public $ip = "127.0.0.1";/* Server Host | IP */
public $coMysqlDb = "conquer";// MySQL Database
public $coMysqlUser = "root";// MySQL Username
public $coMysqlPass = "";// MySQL Password
PHP Code:
/*
* Check type of server used to create accounts.
* -- --------------------------------------------------------------------
* $checkAccountType: mysql - Use mysql database.
* $checkAccountType: files - Use files .ini as a database.
-- If you use files (.ini) as a database, go to (modules/register.php)
and remove the comment involving (realname), lines 42 to 46.
*/
public $checkAccountType = 'files';
PHP Code:
public $maxAllowLoggedAccounts = 800;
Here you configure the download pages.
Server Rates can be changed on the main page index.php line(109)
Feel free to modify the files but please keep the credits to the author.