Jump to content

Recommended Posts

Posted

Flux Control Panel

Please Note:

We are no longer providing support in this topic. Please refer to our IRC channel for support - #flux on irc.deltaanime.net

For a while now, a control panel has been under development very secretly and we've decided that it's about time to allow the general public to realize our progress.

It's called Flux Control Panel.

This project was started out of anger of a few things for existing control panels:

  1. The free ones were horrible.
  2. The non-free ones were horrible.
  3. Anything that seemed "good" was closed source.
  4. None of them really seemed like a "control panel"

Of course, we aren't close to being some super CP, but we're motivated and we're active.

We are gracious to the eAthena community and so we're contributing back to it.

None of you deserve to have your server exploited by crappy CP code.

None of you deserve to be ripped off by money hungry coders who can't write software anyways.

Every single one of you deserve better than what's currently out there.

And so, we (Byteflux & Paradox924X), present to you, Flux Control Panel.

Download

Currently we are working on the fluxcp-1.0 branch and are preparing for a 1.0.0 release. You may check out the code from SVN:

svn checkout http://fluxcp.google...ches/fluxcp-1.0

If you are on Windows and do not know how to do this, you may download TortoiseSVN and checkout the above URL. It's much simpler because it integrates with Explorer to give you a more smooth experience.

Requirements

  • Apache webserver with PHP 5.2 or greater (honestly, haven't tested with 5.3 or 6.0)
  • PDO extension with MySQL support (http://www.php.net/pdo)
  • Enabled Zip extension if you want to export guild emblems, this is optional.
  • Apache/mod_rewrite if you want to use "Clean URLs", this is optional.
  • PHP GD2 for security images.

Current Features

Below are just some of the features I could remember off-hand, I may have missed something but that covers most of them. If you require support you may join #flux on DeltaAnime (irc.deltaanime.net), alternatively if you want to offer feedback or suggestions you can do so on our Google Group. Bugs may reported on our Google Code Issue Tracker.

General

  • Straight forward PHP-based configuration format
  • Multiple login server and char/map server support using a single install
  • Tightly controlled access level system
  • Simple installer/updater for installing & updating the control panel's MySQL tables
  • Server Status (for all configured login/char/map servers)
  • PayPal integration for receiving donations (exchanges for "donation credits")
  • Transaction log for viewing PayPal transactions made to the CP
  • Item Shop: players can donate and use donation credits to purchase items
  • Donation NPC: used in-game to redeem items purchased from the item shop
  • Item database (reads from item_db2 and item_db, TXT not supported)
  • Mob database (reads from mob_db2 and mob_db, TXT not supported, includes mob skills)
  • Display WoE hours using $sday, $eday, $woetime and $woetime2 mapreg variables
  • Who's Online (can be configured to search, players can choose to hide their position)
  • Ranking (includes Character Ranking, Guild Ranking and Zeny Ranking)

Admin/GM

  • Account list (includes extensive account search abilities)
  • Character list (includes extensive character search abilities)
  • Guild list (includes extensive guild search abilities)
  • Modify account
  • Temporarily or permanently ban an account
  • Ban log: bans from the CP are logged and displayed to admins
  • View individual accounts/characters/guilds
  • IP ban list
  • Add/edit IP ban
  • Send e-mail using pre-configured mailer settings through form-based mailer

Player

  • Account registration
  • E-mail confirmation for account registration
  • View account (includes extensive account details)
  • View character (includes extensive character details)
  • Account/char "preferences" system, to store CP preferences per-account or per-char
  • Donation history
  • Change gender (can be configured to charge donation credits for gender changes)
  • Change slot
  • Reset look
  • Reset position (can be configured to deny resets when char is in jail or any other map)
  • Transfer credits
  • Credit transfer history

Taken From:

http://www.eathena.w...howtopic=200223

  • Upvote 2
  • 2 weeks later...
  • 4 weeks later...
Posted (edited)

Is anyone familiar with this kind of problem with flux

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] [1130] Host 'whm.fahmi-web.com' is not allowed to connect to this MySQL server

Edited by ngek202
Posted

Keywords

Message: SQLSTATE[HY000] [1130] Host 'whm.fahmi-web.com' is not allowed to connect to this MySQL serv

is it like a permission? well the cp is hosted in a vps together with the server.

Posted

Hello,

How to change the engine flux cp?

I want it using MyISAM on password field

Now my password field is convert to random char

ex. i put password 123456 when register on web. but on mysql field password. 123456 is convert to random char.

how to fix it?

thx

I believe you left md5 hashing of passwords on. Just a simple mistake.

Posted

I've enabled it..my problem is the captcha image doesn't load :D

It's possible that there's something wrong with your Athena.php and Flux.php, was it working on your localhost? Or you could download another copy again. o.o

  • 4 weeks later...
  • 2 weeks later...
Posted

has anyone experienced this error in flux cp, when registering i get this error - Uh oh, what happened?

also when logging in it says error even if i used correct login details also I have switched md5 off. Dunno what the error is all about..

Posted

Is flux CP secure? I have had CP's in the past that it seemed like I gave a hacker my account directly. They just tore right through them. How does its security rate to other CP's?

Peopleperson49

Well secure is quite a broad word. Flux is safe (pretty much, cause NOTHING is ever absolute) against SQL injection.

Posted

Help with CentOS I'm having this problem when i try to access Flux

Warning: fopen(data/tmp/ConfigServers.cache.php): failed to open stream: Permission denied in /usr/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/html/cp/lib/Flux.php on line 278
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_PermissionError
Message: The log storage directory '/usr/html/cp/data/logs' is not writable. Remedy with `chmod 0600 /usr/html/cp/data/logs`
File: /usr/html/cp/index.php:125

already tried running chmod 0600 /usr/html/cp/data/logs on the terminal.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...