Files Needed:
Rathena SVN SQL Files(can be found at sql-files folder): logs.sql
main.sql
item_db.sql
item_db2.sql
mob_db.sql
mob_db2.sql
mob_skill_db.sql
mob_skill_db2.sql
[*]FluxCP @ http://code.google.c.../downloads/list
[*]Webserver: can be WAMP or XAMPP, just google them, but i prefer WAMP if your using Windows OS
Steps:
Install your webserver(WAMP or XAMPP)
After you install the webserver, open a browser and type: http://localhost and look for the phpmyadmin link if you cannot find it just type in your address bar: http://localhost/phpmyadmin
In your phpmyadmin create a database of your desired name.
After creating the database, import the tables list in the Rathena SVN SQL Files(above)
After importing the tables, now locate your webserver folder and extract your fluxCP for XAMP: mostly it is installed in C: ex: C:xamp, you will extract fluxCP in this folder example: C:xamphtdocs
for WAMP:mostly it is installed in C: ex: C:wamp, you will extract fluxCP in this folder example: C:wampwww
[*]After you extract your fluxCP, go to your fluxCP folder and edit the following
exampleFluxCP/config/application.php - for control panel basic settings
'ServerAddress' => 'localhost', // This value is the hostname:port under which Flux runs. (e.g., example.com or example.com:80)
'BaseURI' => '', // The base URI is the base web root on which your application lies.
exampleFluxCP/config/servers.php - for database configuration
7. After you edit the required files, now open your browser and type: http://localhost/myFluxCPFolder
8. This will ask you a password for the installation of the CP, the password can be found at your myfluxcpfolder/config/application.php in which the default password is secretpassword
9. After the installation, you have now fluxCP installed.
Note: secretpassword is not your database password.
Note: if you havent made any changes in your mysql root account such as password change. Probably your mysql username password can be: root and root or root and blankpassword(it means you will not enter anything in the password field)