Topic: Diablo server admin panel or something...
Is there any 3rd party panel or tool for tracking user accounts because pvpgn logs only the last ip used and it is hard... How can I see every ip that is used to into the account?
PvPGN Community Forums |
forums.pvpgn.pro → 3d Party Tools → Diablo server admin panel or something...
Is there any 3rd party panel or tool for tracking user accounts because pvpgn logs only the last ip used and it is hard... How can I see every ip that is used to into the account?
This is easy to implement by yourself.
You can add a new table in pvpgn database with three columns: date, user_id, ip.
Then add UPDATE trigger on table pvpgn_BNET with an action that will add a new row to the new table when a field acct_lastlogin_ip is updated
Please, search for "mysql triggers" for further info.
https://stackoverflow.com/questions/740 … ther-table
forums.pvpgn.pro → 3d Party Tools → Diablo server admin panel or something...