FluxCP
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.
### 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  those sql files...
### 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...
### Provide Details I think its better to add Cash Points information at account -> view. Also maybe in List Account
## 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.  I think this is usable for...
### 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...
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,...
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...