I'm not sure. I added a new table to it a week or so ago for some guy, 
but I never really got around to doing much more on it than that. If 
people want to test it out, you can get it at:

http://www.joe.to/~bl4nk/playerrecords.sp

Here's the header I put in the file for those that don't know what this 
plugin is about.

/**
 * PlayerRecords by bl4nk
 *
 * This plugin logs a lot of information on each player into
 * a MySQL database. The current list of information logged
 * is as follows:
 * - The player's SteamID
 * - Every name/IP the player has used and when they last used it
 * - The amount of times a player has connected to the server
 *
 *
 * All of this information is logged into two MySQL tables:
 * `players` : Includes the SteamID, first used name, last used name,
 *             last ip connected from, number of connections, and the
 *             date and time of their last successful* connection.
 * `playernames` : Each name a SteamID uses, and when they last used it.
 * `playerips` : Each IP address a SteamID has used, and when they last used it.
 *
 * (*) When I say successful connection, I mean when they've connected to the
 *     server, and their SteamID has been authorized. Players who are banned
 *     and get booted with a ban message do NOT "successfully" connect.
 */



MStiehm wrote:
> bl4nkeh,
>
> Are you still working on PlayerRecords? Was looking for you..  Running your 
> plugin for a long time now did you need anymore input on this? 
>
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>
>   


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds

Reply via email to