Please download this for:
Appserv 2.5.6
Ceres CP
Web Server download Here
Ceres Control Panel download Here
Lets get started by opening the install folder and installing Appserv.
To Install, Click Next, I Agree, Next. Now make sure MySQL Database and phpmyadmin is unchecked.
Then click next, For the server name put localhost. The Administrators Email Address should
be your email ie yubba@gmail.com , leave the default port. Then click next and uncheck mysql.
Now open your Query Browser, Run the script called "table.sql" in the script folder
and now to setup the files. Copy whats in the ceres folder, and go to your web server folder,
Then to the www folder, and delete phpinfo, index, and the appserv folder. Now paste the Ceres files in there.
Router Users Only
Now, lets go to your router page by finding your router ip. Now to find it go to Start, Run, Cmd, and type ipconfig. Now remove the two last digits and that should be the ip. Now forward the following port.
80
After that it should work.
End Router Users Only
Now to config it, do this by going into the install folder and opening the config file using a text editor such as wordpad or notepad.
Since all of its understandable ill help with the most needed ones.
Lets start by finding these lines:
//sql connections
$CONFIG['db_serv'] = 'localhost'; // SQL Host
$CONFIG['db_user'] = 'ragnarok'; // SQL User
$CONFIG['db_pass'] = 'ragnarok'; // SQL Password
$CONFIG['rag_db'] = 'ragnarok'; // SQL Ragnarok Database name
$CONFIG['cp_db'] = 'cp'; // SQL CP Database name
$CONFIG['md5_pass'] = '0'; // Use MD5 password (enable = 1, disable = 0)
$CONFIG['safe_pass'] = '1'; // Force the use of a safer password with size 6 and at least 2 letter and 2 numbers (enable = 1, disable = 0)
Now since we have the ragnarok user created we dont need to do much editing, but lets do change it to:
//sql connections
$CONFIG['db_serv'] = 'localhost'; // SQL Host
$CONFIG['db_user'] = 'ragnarok'; // SQL User
$CONFIG['db_pass'] = 'ragnarok'; // SQL Password
$CONFIG['rag_db'] = 'ragnarok'; // SQL Ragnarok Database name
$CONFIG['cp_db'] = 'ragnarok'; // SQL CP Database name
$CONFIG['md5_pass'] = '0'; // Use MD5 password (enable = 1, disable = 0)
$CONFIG['safe_pass'] = '1'; // Force the use of a safer password with size 6 and at least 2 letter and 2 numbers (enable = 1, disable = 0)
Now for the next couple of lines:
//map,char,login servers settings
$CONFIG['accip'] = '127.0.0.1'; // Account/Login Server IP
$CONFIG['accport'] = '6900'; // Account/Login Server Port
$CONFIG['charip'] = '127.0.0.1'; // Char Server IP
$CONFIG['charport'] = '6121'; // Char Server Port
$CONFIG['mapip'] = '127.0.0.1'; // Zone/Map Server IP
$CONFIG['mapport'] = '5121'; // Zone/Map Server Port
Change it to:
//map,char,login servers settings
$CONFIG['accip'] = 'Global IP'; // Account/Login Server IP
$CONFIG['accport'] = '6900'; // Account/Login Server Port
$CONFIG['charip'] = 'Global IP'; // Char Server IP
$CONFIG['charport'] = '6121'; // Char Server Port
$CONFIG['mapip'] = 'Global IP'; // Zone/Map Server IP
$CONFIG['mapport'] = '5121'; // Zone/Map Server Port
Remember find your global ip @ Whatismyip.com
Now this one isnt hard to figure out at all, but lets go over it:
//default language
$CONFIG['language'] = 'English'; // default language (remember to check if the translation exist before set)
This is only if you want to change the language, check in the language folder for the names. so like:
//default language
$CONFIG['language'] = 'Espanol'; // default language (remember to check if the translation exist before set)
Now that we're done with the needed ones you can go ahead and finsh editing the rest of the config. After your done copy it and overwrite the old one in the www folder.
Now to access the web, go to http://globalip . Find your global ip @ whatismyip.com