View Single Post
kritikos
New Member
Join Date: Jan 2019
Old 03-01-2019 , 10:02   Re: V.I.P System ( API + Web )
Reply With Quote #9

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 - 174:52, created: 03/01/2019 - 164: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
kritikos is offline