stonedDiscord / serverD

attorney online custom server
GNU Affero General Public License v3.0
13 stars 8 forks source link

(Suggestion) Searchable Database? #37

Open Catalylia opened 6 years ago

Catalylia commented 6 years ago

I recall seeing this on another server, but mods had the ability to use a /db command and page the saved logs on the server for an HDID, IP, chars used.

For example:

/db 134.68.89.09 ( or /log, whatever. )

Response would be something like :Last IP's 134.68.89.09, Latest HDID: 89ED12FA, Latest Character: Layton. Last Seen: Lobby.

Or something similar. such as:

/db 89ED12FA

Last IP's: 134.68.89.09, 124.56.23.18. Last HDID: 89D12FA. Last Character: Layton. Last Seen: Lobby.

This would allow Mods to be able to tell if someone were IP duping by comparing HDID's or IPs they are getting to see if there is another IP or HDID attached to it to combat ban dodging. Maybe for ease of use have it only be usable with HDID. ((Then again I have no idea how this might be implemented, I imagine you would have to specify in the server settings file a line similar to : "Database lookup = C: Users\Server\Desktop\ServerD\Logs " Or something.