FluxCP icon indicating copy to clipboard operation
FluxCP copied to clipboard

A web-based Control Panel for rAthena servers written in PHP. Manage player accounts, databases, support tickets, etc via your browser.

Results 82 FluxCP issues
Sort by recently updated
recently updated
newest added

Currently, FluxCP forces PHP to display error messages via [these two lines](https://github.com/rathena/FluxCP/blob/603f893d3554d9fb736cbacfe5389b9856793c62/index.php#L16-L17). Detailed errors with potentially sensitive information being shown in a production environment is considered a bad security practice.

How do you guys feel about this? Would you prefer something built-in with features that tie into the player's account/chars to keep things nice and tidy? I know there was...

enhancement
question

If FluxCP cannot register a new player because of the mysql user does not have permission to insert new data, it will return `false` in `LoginServer::register`, the message will be...

I was debugging an error in the module "item" and found out that no error if the sql query fails. Where: modules/items/index.php Line 267. My code snippet when trying to...

Bug Report
Enhancement Request
Component: Framework

It could be great to add a "remember me" checkbox on login. Don't know if there's a better or updated method, but I'll leave this here as a reference: https://paragonie.com/blog/2015/04/secure-authentication-php-with-long-term-persistence#title.2

Enhancement Request

As a drive to make my services more modular my infrastructure more scalable, I have begun dockerizing the athena/RO family of applications and I wish to contribute my changes back...

I don't see any built-in or easy-to-use or function for input validation in flux. What I found if there's input (POST or GET) passed by `$this->params` all you need to...

Bug Report
Component: Framework
Component: Third-Party

* Moved into self function as usage `$session->checkSecurityCode($code, flag)` so can be used in little workaround for other form usage

So i notice if you have a external database you can install flux fine with no issue as a clean install. BUT if you update flux and run the update...

Component: Installation

My current solution for issue #166 I explode string with `^000000` and replace color height to `HTML` font tag. If you have any way easier, please suggest or open a...