Useful Script/database

suppers_readysuppers_ready Join Date: 2003-01-23 Member: 12624Members
edited June 2004 in General Server Discussion
Has anyone made or found a way to keep track of all the steam ID's that have joined a server, and the respective name that is associated with it? It would be VERY convienent to have that information in a file. I have a little programming experience, but not enough to really make a program or script to accomplish this task. Any feedback would be appreciated. Even something that would parse server logs and keep track of all the SteamID's/names it finds would be good.

Comments

  • billcatbillcat Join Date: 2002-11-02 Member: 4903Members, Constellation
    Seems to me that most of the functionality you're looking for could be done via existing code shims(into the datbase portion of this) in AMX. AMX has links to mysql and you could write an amx script that logged all connections to a mysql database with relative ease. This would allow you to log from several servers to a single database. Or you could simply log to a flat file if the database was too much work.

    check out modns.org for codesnippits and examples of code of this sort.
Sign In or Register to comment.