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 87 FluxCP issues
Sort by recently updated
recently updated
newest added

### Environment ```Markdown - PHP: - MySQL: ``` ### Current Behavior Table 'ragnarok.item_cash_db' doesn't exist ### Expected Behavior Table 'ragnarok.item_cash_db' doesn't exist ### Steps To Reproduce ![267741508-9878cf29-c81f-4212-bfc1-142f3a5db148](https://github.com/rathena/FluxCP/assets/1854368/12fb6752-306c-448a-bc4b-6ba3b447e3f1) those sql files...

Bug Report

### Environment ```Markdown - PHP: 8.2 - MySQL: mariadb:11.0 ``` ### Current Behavior An error occurs when importing itemInfo.lua from the translation project. Repository: https://github.com/llchrisll/ROenglishRE File: https://github.com/llchrisll/ROenglishRE/blob/master/Pre-Renewal/System/itemInfo_EN.lua It might have...

Bug Report

### Provide Details I think its better to add Cash Points information at account -> view. Also maybe in List Account

Enhancement Request

## Description Variables that aren't defined, but accessed may throw reference errors at runtime. > **NOTE**: In browser applications, DeepSource recommends the use of ESModules over regular `text/javascript` scripts. >...

## Description Found variables that are declared but not used anywhere. > **NOTE**: In browser applications, DeepSource recommends the use of ESModules over regular `text/javascript` scripts. > Currently, we don't...

Related to rathena/rathena#7650 We save and check bcrypt instead of MD5. This is a **breaking change**, as we're forcing the use of bcrypt.

### Provide Details Before this, we have add new item module on FluxCP before its being removed in new support format db PR. ![image](https://user-images.githubusercontent.com/11705163/212001040-14dddebf-e5f6-40d0-b927-4d7e9cf4c4e4.png) I think this is usable for...

Enhancement Request

### Provide Details I want to refactor our mob_db (and eventually item_db) to make it easier to query and get real values. this is related to rathena/rathena#6369 Instead of using...

Enhancement Request

Closes #390 . Changes proposed in this Pull Request: * Makes use of Discord as a method of alerting admins to page exceptions. This will not report generic PHP errors,...

Component: Framework
Component: Third-Party
Testing Required

Closes #381 Changes proposed in this Pull Request: * Change name of functions default `Payment` to `Paypal` * Add implementation for Stripe payment (donate) * Add method for choose Paypal...