Plugins Bugs
Bug #1 Plugin dont find vip from database
logs [AMXX] 0 vips loaded from the database!
[AMXX] 0 vips are online
[AMXX] VIPs has been successfully reloaded!
database _global
name: test, auth: test1, password: test, access: t, expire: 03/31/2019 - 17
4:52, created: 03/01/2019 - 16
4:52
I do not know if works from "users_vip.ini" (i dont check)
Bug #2 I try to create file "users_vip_sql.ini" with database but server remove this file after change map
Bug #3 Command amx_addvip dont added nothing in database. (i have vip_save_type "1")
I would not be sure did not read the database but it creates the tables _global etc. so make the connection server in database.
Missing files "users_vip.ini" and "users_vip_sql.ini"
Website Fix Problems
need to change in file "admin_sm_av.php" line 244 this code $access2,"flags2" to this $access2,"vipaccess"
After need to go in this file "functions.inc.php" and add this code
"case 'vipaccess':
if(!preg_match("/^[b,i,t]{1,22}$/",$value)) { $msg="_ACCESSINVALID"; return false; }
return true;
break;"
after case 'amxxaccess' and before case 'flags2'
Database (i dont know if is bug or work okay) but after to add vip by website created a table with Server IP
I have not noticed anything else so far.
GL