Jump to content
  • 0

How to install flux cp?


Dolphin86

Question


  • Group:  Members
  • Topic Count:  253
  • Topics Per Day:  0.06
  • Content Count:  701
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

hye guys i need help on how to install flux cp, without any server hosting, i just wana install them so that i can learn to make flux cp template,

sorry if im on the wrong section or such noob request, but any one who would like to share and guide please make a detailed guide step by step with picture if posible.

and thank you for your time,

:D :D

  • Upvote 1
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  09/28/20
  • Last Seen:  

is there any detailed tutorial here. i tried but when i try to go 127.0.0.1 still received this error? anyone can help me please!

 image.png.6004670157a8e0422f0e9e786ec6ce0f.pngi  

 

i got fluxcp installer from here. https://github.com/rathena/FluxCP

 

this is my database.

image.png.df36ae785643ff5fa5f953a4fb622ec8.png

 

i put C:\wamp64\www\FluxCP\config = not working

/fluxcp = not working

image.png.34a50957481c3119452a0eb5d05d395a.png

 

my database is rathena and i created new user with full privilege fluxcp

image.png.b8e329bd7639fee465e11b34d0681856.png

 

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  633
  • Reputation:   78
  • Joined:  11/14/11
  • Last Seen:  

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:

  1. Install your webserver(WAMP or XAMPP)
  2. 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
  3. In your phpmyadmin create a database of your desired name.
  4. After creating the database, import the tables list in the Rathena SVN SQL Files(above)
  5. After importing the tables, now locate your webserver folder and extract your fluxCP

    1. for XAMP: mostly it is installed in C: ex: C:xamp, you will extract fluxCP in this folder example: C:xamphtdocs
    2. 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:

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)

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

There are also some video tutorials here: http://code.google.com/p/fluxcp/wiki/Screencasts

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  253
  • Topics Per Day:  0.06
  • Content Count:  701
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

thanks for the reply, i will get working on it

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  05/11/12
  • Last Seen:  

@JayPee. i Fully installed fluxcp but when player are login to RO who's online say nobody found. there all level 0 tried level 99 aswell

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  12/12/12
  • Last Seen:  

when i register on fluxcp its register succesfully but its not login in server or game..........but when i click on server status on fluxcp its showing map char and login server is online but only one problem is new register id is not login in game (server)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

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:

  1. Install your webserver(WAMP or XAMPP)
  2. 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
  3. In your phpmyadmin create a database of your desired name.
  4. After creating the database, import the tables list in the Rathena SVN SQL Files(above)
  5. After importing the tables, now locate your webserver folder and extract your fluxCP

    1. for XAMP: mostly it is installed in C: ex: C:xamp, you will extract fluxCP in this folder example: C:xamphtdocs
    2. 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:

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)

jaypee..

i try to enter the password on Alternative MySQL username/password

i try my own password, cannot

i try root, root also cannot

i try root, (blank) also cannot

i had no idea. please advise me :(

Link to comment
Share on other sites

×
×
  • Create New...