Raised This Month: $ Target: $400
 0% 

alias logger


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
genesis
Senior Member
Join Date: Oct 2004
Location: CALIFORNIA, USA
Old 11-16-2004 , 00:30   alias logger
Reply With Quote #1

How about a plugin that writes to a file and keeps track of peoples aliases' for ip addresses or steamids or both. So you can easily find people who is coming into a server, under different names. This is also a good amxx idea, but since that is a dying project, I have brought the idea here. so an example might be

192.168.1.8, masterKiller, pwn$U, playa hater, newb
192.168.1.9 good fella

or

STEAM_0:1:1234567 masterKiller, pwn$U, playa hater, newb
STEAM_0:0:7654321 good fella

so you can easily see that 192.168.1.8 has used four aliases, and also so has the steam id 7654321, I prefer the steamid way, but if you could get ip and steam that would be awesome. This will help server admins (i hope) by making it easier to identify trouble makers. Let me know what you think.
__________________
CS 1.6 cali.radclan.net:27015
I have a feeling we're not in cs anymore.
I take pride that all my AMXX plugins were writen in notepad.
genesis is offline
ViPer
Member
Join Date: Dec 2004
Old 11-18-2004 , 04:13  
Reply With Quote #2

this sounds really nice would love it if it included both methods for listing, that way one could easily make search on this files and get the info ur looking for. Its also great cause it would work lika a logon history where u can see what nicks a certain ip has have and vice versa
ViPer is offline
FullThrottle
Member
Join Date: Oct 2004
Old 11-18-2004 , 05:05  
Reply With Quote #3

Great idea!
__________________
FullThrottle
www.wildgamers.net
FullThrottle is offline
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 11-18-2004 , 14:44  
Reply With Quote #4

Almost certainly not possible. Doing so would require the ability to either execute commands on a client AND get what's printed to the console, or read/write to clientside files (I highly doubt this is possible)
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
imported_malex
Senior Member
Join Date: Sep 2004
Old 11-18-2004 , 14:51  
Reply With Quote #5

Or one can use Psychostats, or the equivalent, which already does keep track of IP addresses and Steam IDs.

\malex\
imported_malex is offline
ZepheR
New Member
Join Date: Oct 2004
Old 11-18-2004 , 15:12  
Reply With Quote #6

Quote:
Originally Posted by devicenull
Almost certainly not possible. Doing so would require the ability to either execute commands on a client AND get what's printed to the console, or read/write to clientside files (I highly doubt this is possible)
I think he means alias as in other names, not alias as in cfgs etc.
__________________
ZepheR is offline
scout121
Senior Member
Join Date: Sep 2004
Old 11-18-2004 , 15:27  
Reply With Quote #7

Quote:
Originally Posted by malex
Or one can use Psychostats, or the equivalent, which already does keep track of IP addresses and Steam IDs.

\malex\
scout121 is offline
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 11-18-2004 , 16:06  
Reply With Quote #8

Quote:
Originally Posted by ZepheR
Quote:
Originally Posted by devicenull
Almost certainly not possible. Doing so would require the ability to either execute commands on a client AND get what's printed to the console, or read/write to clientside files (I highly doubt this is possible)
I think he means alias as in other names, not alias as in cfgs etc.
Ah, that would explain it

NM then.
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
FullThrottle
Member
Join Date: Oct 2004
Old 11-18-2004 , 16:19  
Reply With Quote #9

Ya this would be nothing more then a database table that stores steamid,name,ip and would match the steamid and name or ip and name and if does not exist then add an entry. then the admin could type a command and it could do a simple query for all entries that either matched that players steamid or ip. Very very simple plugin that would be a nice addition for tracking.
__________________
FullThrottle
www.wildgamers.net
FullThrottle is offline
Dygear
SourceMod Donor
Join Date: Apr 2004
Location: Levittown, NY
Old 11-18-2004 , 20:19  
Reply With Quote #10

Quote:
Originally Posted by devicenull
Almost certainly not possible. Doing so would require the ability to either execute commands on a client AND get what's printed to the console, or read/write to clientside files (I highly doubt this is possible)
Eh,

If there Steam_ID is one in a record, then get there IP and Username.
If there IP is one in a record, then get there Steam_ID and Username.
If there Username is one in a record, then get there Steam_ID and IP.
and log it to a DB / File. (It's not perfect but it will do.)
__________________
Dygear is offline
Send a message via AIM to Dygear Send a message via MSN to Dygear Send a message via Skype™ to Dygear
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:40.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode