Package contents
CodeM Fleeca is a QBCore banking interface with bank locations, deposits, withdrawals, IBAN transfers, transaction history, invoices and card tiers based on account balance. The server code uses qb-core and ghmattimysql.
Required repair
Do not import the supplied SQL unchanged: it attempts to create a new users table containing only an IBAN column, while the QBCore code actually queries players. The log-table definitions also do not match every queried column. Several SQL statements are built by string concatenation and require a security review. Repair the schema and queries, then test online and offline transfers, invoices and balance validation against a disposable database.



Reviews
There are no reviews yet.