Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → 3d Party Tools → Diablo server admin panel or something...

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 2

1

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?

2

Re: Diablo server admin panel or something...

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

Do not ask for support in PM.

Posts: 2

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 1 guest, 0 registered users

forums.pvpgn.pro → 3d Party Tools → Diablo server admin panel or something...