Jump to content

fluxcp-renewal - Finally native rAthena Support


CalciumKid

Recommended Posts


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

Hi everyone,

ive installed fluxcp renewal, configured application.php and servers.php

now i went to www.mydomain.com/ragnarok and it autodirect me to /ragnarok/install

Not Found

The requested URL /ragnarok/install/ was not found on this server.

What can i do?

ok fixed it, but have another problem

ServerName' => 'FluxRO',

// Global database configuration (excludes logs database configuration).

'DbConfig' => array(

//'Socket' => '/tmp/mysql.sock',

//'Port' => 3306,

//'Encoding' => 'utf8', // Connection encoding -- use whatever here your MySQL tables collation is.

'Convert' => 'utf8',

// -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available.

// -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8)

'Hostname' => '127.0.0.1',

'Username' => 'username',

'Password' => 'password',

'Database' => 'rathena_cp',

'Persistent' => true,

'Timezone' => null // Example: '+0:00' is UTC.

// The possible values of 'Timezone' is as documented from the MySQL website:

// "The value can be given as a string indicating an offset from UTC, such as '+10:00' or '-6:00'."

// "The value can be given as a named time zone, such as 'Europe/Helsinki', 'US/Eastern', or 'MET'." (see below continuation!)

// **"Named time zones can be used only if the time zone information tables in the mysql database have been created and populated."

),

// This is kept separate because many people choose to have their logs

// database accessible under different credentials, and often on a

// different server entirely to ensure the reliability of the log data.

'LogsDbConfig' => array(

//'Socket' => '/tmp/mysql.sock',

//'Port' => 3306,

//'Encoding' => null, // Connection encoding -- use whatever here your MySQL tables collation is.

'Convert' => 'utf8',

// -- 'Convert' option only works when 'Encoding' option is specified and iconv (http://php.net/iconv) is available.

// -- It specifies the encoding to convert your MySQL data to on the website (most likely needs to be utf8)

'Hostname' => '127.0.0.1',

'Username' => 'username',

'Password' => 'password',

'Database' => 'rathena',

'Persistent' => true,

'Timezone' => null // Possible values is as described in the comment in DbConfig.

),

// Login server configuration.

'LoginServer' => array(

'Address' => '127.0.0.1',

'Port' => 6900,

'UseMD5' => false,

'NoCase' => true, // eA account case-sensitivity; Default: Case-INsensitive (true).

'Level' => 0, // Default account level during registration.

'

),

'CharMapServers' => array(

array(

'ServerName' => 'FluxRO',

'BaseExpRates' => 200,

'JobExpRates' => 200,

'MvpExpRates' => 200,

'DropRates' => 25,

'MvpDropRates' => 25,

'CardDropRates' => 25,

'MaxCharSlots' => 9,

'DateTimezone' => null, // Specifies game server's timezone for this char/map pair. (See: http://php.net/timezones)

//'ResetDenyMaps' => 'sec_pri', // Defaults to 'sec_pri'. This value can be an array of map names.

//'Database' => 'rathena', // Defaults to DbConfig.Database

'CharServer' => array(

'Address' => '127.0.0.1',

'Port' => 6121

),

'MapServer' => array(

'Address' => '127.0.0.1',

'Port' => 5121

),

im getting this error output:

Critical Error

An error was encountered during the lifetime of the application.

This could be due to a variety of problems, such as a bug in the application.

However, normally it is caused by misconfiguration.

Exception Details

Error: Flux_Error

Message: MySQL error (SQLSTATE: 42S02, ERROR: 1146): Table 'rathena_cp.ipbanlist' doesn't exist

File: /var/www/ragnarok/lib/Flux/Connection/Statement.php:27

File Line Function/Method

/var/www/ragnarok/lib/Flux/LoginServer.php 581 Flux_Connection_Statement::execute()

/var/www/ragnarok/lib/Flux/SessionData.php 262 Flux_LoginServer::isIpBanned()

/var/www/ragnarok/modules/account/login.php 19 Flux_SessionData::login()

/var/www/ragnarok/lib/Flux/Template.php 337 include()

/var/www/ragnarok/lib/Flux/Dispatcher.php 168 Flux_Template::render()

/var/www/ragnarok/index.php 177 Flux_Dispatcher::dispatch()

Exception Trace As String

#0 /var/www/ragnarok/lib/Flux/LoginServer.php(581): Flux_Connection_Statement->execute(Array)

#1 /var/www/ragnarok/lib/Flux/SessionData.php(262): Flux_LoginServer->isIpBanned()

#2 /var/www/ragnarok/modules/account/login.php(19): Flux_SessionData->login('FluxRO', 'username', 'password', NULL)

#3 /var/www/ragnarok/lib/Flux/Template.php(337): include('/var/www/ragnar...')

#4 /var/www/ragnarok/lib/Flux/Dispatcher.php(168): Flux_Template->render()

#5 /var/www/ragnarok/index.php(177): Flux_Dispatcher->dispatch(Array)

#6 {main}

some has any idea?

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  257
  • Reputation:   7
  • Joined:  03/12/12
  • Last Seen:  

Is it okay if i use this even if i'm using 3ceam?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  382
  • Reputation:   38
  • Joined:  01/17/12
  • Last Seen:  

Nope because 3ceam/eAthena has different sql tables. For example the login table. In rA there is a group tab but in eA/3ceam there is a level tab.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  257
  • Reputation:   7
  • Joined:  03/12/12
  • Last Seen:  

Oh i see. Thanks for the info

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  257
  • Reputation:   7
  • Joined:  03/12/12
  • Last Seen:  

How can i disable the "Change Gender"?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

How can i disable the "Change Gender"?

http://rathena.org/board/topic/68308-fluxcp-renewal/

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:  

How can i disable the "Change Gender"?

  1. open /config/access.php
  2. find
    'changesex'  => AccountLevel::NORMAL,


  3. and change to a higher level
    (change it to AccountLevel::NOONE to disable Change Gender for everyone)

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  65
  • Reputation:   1
  • Joined:  01/12/12
  • Last Seen:  

hey guys, rAthena Flux CP has a birthday date case on the registration of new users, and with new clients (2012) they ask for each player date when someone wants to delete some character... they cannot erase their characters because the panel says that it doesn't match... do you know how to make it works?

Link to comment
Share on other sites


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

Great control panel. Thanks for the release. :)

I am having one small problem though. I am using CloudFlare on my hosting account and with it enabled I can't always get the real IP address of the user on the control panel. Instead what I'll often have in my FluxCP logs is the CloudFlare IP for users..

Here's a work around for this problem on their wiki for vBulletin:

http://www.cloudflar.../wiki/VBulletin

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  63
  • Reputation:   0
  • Joined:  08/05/12
  • Last Seen:  

I've some problems.

I want to login into FLuxCP, I'll get: "Invalid login credentials, please verify that you typed the correct info and try again"

When I try to register a new Account, I'll get the error: Uh oh, what happened?

I've disabled the "md5"-Thing in application.php and servers.php

Need help ._.

I use the newest rAthena-Revision

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  08/09/12
  • Last Seen:  

How can I make this compatible in eAthena?

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:  

fluxcp-renewal is for rAthena.

For eAthena, you use the regular FluxCP. http://code.google.com/p/fluxcp/

Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  05/04/12
  • Last Seen:  

pls help... im currently installing fluxcp and after i input fluxcp password and the mysql user and password it says Incorrect password.

i used fluxcp came from fluxcp renewal came from calciumkid's "https://github.com/calciumkid/fluxcp-renewal/zipball/master" and i installed it on my free webhost "cpanel x"....

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  01/31/12
  • Last Seen:  

Can i use my old theme before? Because i ask a designer to make a Flux Integ for me.

Can i just paste my old default themes in this new Flux Renewal CP?

Thanks

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  280
  • Topics Per Day:  0.06
  • Content Count:  841
  • Reputation:   17
  • Joined:  04/16/12
  • Last Seen:  

Can i use my old theme before? Because i ask a designer to make a Flux Integ for me.

Can i just paste my old default themes in this new Flux Renewal CP?

Thanks

You can do that just make sure you update the account folder specially the create one? cause fluxcp renewal needs birthdate input..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  01/31/12
  • Last Seen:  

Can i use my old theme before? Because i ask a designer to make a Flux Integ for me.

Can i just paste my old default themes in this new Flux Renewal CP?

Thanks

You can do that just make sure you update the account folder specially the create one? cause fluxcp renewal needs birthdate input..

Thank you very much.

I'll try to check this out.

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   2
  • Joined:  12/21/12
  • Last Seen:  

I am having this error:

Warning: require_once(config/levels.php) [function.require-once]: failed to open stream: No such file or directory in /home/vol13/gofreeserve.com/gofre_12026709/newworldro.gofreeserve.com/htdocs/index.php on line 43
Fatal error: require_once() [function.require]: Failed opening required 'config/levels.php' (include_path='lib:.') in /home/vol13/gofreeserve.com/gofre_12026709/newworldro.gofreeserve.com/htdocs/index.php on line 43

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  90
  • Reputation:   12
  • Joined:  08/22/12
  • Last Seen:  

I am having this error:

Warning: require_once(config/levels.php) [function.require-once]: failed to open stream: No such file or directory in /home/vol13/gofreeserve.com/gofre_12026709/newworldro.gofreeserve.com/htdocs/index.php on line 43
Fatal error: require_once() [function.require]: Failed opening required 'config/levels.php' (include_path='lib:.') in /home/vol13/gofreeserve.com/gofre_12026709/newworldro.gofreeserve.com/htdocs/index.php on line 43

It looks like you don't have the file levels.php in your config folder. Make sure you have it to use flux.

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   2
  • Joined:  12/21/12
  • Last Seen:  

Oh, yeah...FileZilla didn't uploaded the files but it did uploaded the folders :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

Oh, yeah...FileZilla didn't uploaded the files but it did uploaded the folders :D

what? filezilla didn't uploaded the files? lol filezilla uploads everything you put in for the correct directory

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   2
  • Joined:  12/21/12
  • Last Seen:  

Yes, do but some of the files didn't get in...this is already resolved ;)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

if sometimes the files didn't get it which means the filezilla has been timeout or something but all the files you going to uploads it will be uploaded

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  161
  • Reputation:   5
  • Joined:  02/07/13
  • Last Seen:  

(Moved my question to the support board, figured I'd have better luck there. ;)

Edited by Talaysen
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  148
  • Topics Per Day:  0.03
  • Content Count:  299
  • Reputation:   6
  • Joined:  06/14/12
  • Last Seen:  

Hi All,

Just making this project public. This is just an interim project for now while the team works out what to do in the future about raCP.

I basically forked the original fluxCP project and have applied Xantara's rA patch for those of you who are too lazy/don't know how.

I have installed it to github because it allows you to easily download a zip copy of the latest SVN with no client necessary.

Find the project here: https://github.com/c.../fluxcp-renewal

If anyone wishes for commit rights, let me know. I'm interested in getting a team together for Facebook login API integration.

Calcium

NOOB TUTORIAL:

To download the latest copy of fluxcp-renewal, simply go here: https://github.com/c.../zipball/master

Extract and install as you would FluxCP.

Can I use this on a working server? do this have any problems? because I'm looking for a FluxCP for my server

Link to comment
Share on other sites

  • 6 months later...

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  80
  • Reputation:   1
  • Joined:  08/20/13
  • Last Seen:  

Critical Error

        

        

An error was encountered during the lifetime of the application.

        

This could be due to a variety of problems, such as a bug in the application.

        

However, normally it is caused by misconfiguration.

        

         Exception Details

        

Error: PDOException

        

Message: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)

        

File: C:\xampp\htdocs\fluxcp\lib\Flux\Connection.php:81

 

            

            File Line Function/Method

C:\xampp\htdocs\fluxcp\lib\Flux\Connection.php 81 PDO::__construct()

C:\xampp\htdocs\fluxcp\lib\Flux\Connection.php 94 Flux_Connection::connect()

C:\xampp\htdocs\fluxcp\lib\Flux\Connection.php 159 Flux_Connection::getConnection()

C:\xampp\htdocs\fluxcp\modules\install\index.php 17 Flux_Connection::getStatement()

C:\xampp\htdocs\fluxcp\lib\Flux\Template.php 337 include()

C:\xampp\htdocs\fluxcp\lib\Flux\Dispatcher.php 168 Flux_Template::render()

C:\xampp\htdocs\fluxcp\index.php 177 Flux_Dispatcher::dispatch()

        

         Exception Trace As String

        

#0 C:\xampp\htdocs\fluxcp\lib\Flux\Connection.php(81): PDO->__construct(*hidden*)#1 C:\xampp\htdocs\fluxcp\lib\Flux\Connection.php(94): Flux_Connection->connect(Object(Flux_Config))#2 C:\xampp\htdocs\fluxcp\lib\Flux\Connection.php(159): Flux_Connection->getConnection()#3 C:\xampp\htdocs\fluxcp\modules\install\index.php(17): Flux_Connection->getStatement('SELECT VERSION(...')#4 C:\xampp\htdocs\fluxcp\lib\Flux\Template.php(337): include('C:\xampp\htdocs...')#5 C:\xampp\htdocs\fluxcp\lib\Flux\Dispatcher.php(168): Flux_Template->render()#6 C:\xampp\htdocs\fluxcp\index.php(177): Flux_Dispatcher->dispatch(Array)#7 {main}
 can someone help me here? :|
Edited by ayennnnnnn
Link to comment
Share on other sites

×
×
  • Create New...