partiusfabaa / cs2-VIPCore

46 stars 18 forks source link

Track servers into seperate table and reference id to vip_servers table Easier to manage for web panels #34

Closed hobsRKM closed 2 months ago

hobsRKM commented 5 months ago

Currently the server ids are numerically stored on config. This makes it difficult to manage the VIP from web panels as users do not remember the ids.

Track each servers on to a seperate table with server details. Reference the table id for VIP_USERS on sid column. This makes its easier to manage VIP ADD, EDIT and LISTING more easier and convinent to read. image