--------
aliasrw.dll build 1
About
-----
Alias Bot
Stores player name, ip, mid, time zone, logins, and last seen information in a mysql database which are used to search aliases.
Requires a MySQL database to function with the tables defined in tables.txt, and libmySQL.dll in bot directory.
Files
-----
aliasrw.dll - bot dll
alias.php - php interface for the bot, insert host, username, and password at top of file to use
- has greater search and category sorting ability than the bot
sql.ini - settings file, insert db host, name, port, username, password
libmySQL.dll - required in bot directory
tables.txt - sql create commands for the tables
mysql.zip - necessary mysql files to compile source, place in vc++ program folders,
- add libmySQL.lib to project library (settings->link->object/library modules:)
alias.zip - all above files zipped together
alias_php.htm - sample php output (mid search)
Commands
--------
Sysop - *info (may be SMod)
Exported Commands
-----------------
!alias <name> - show aliases for given name
!aliasip <ip> - show all pilots sharing that ip (example: 15.6.4.6 or 13.7.*)
!aliasmid <mid> - show all pilots sharing that mid
!seen <name> - show last time pilot entered arena
Sample Output
-------------
Alias information for 'Underlord'
Most common login: 3 names share IP (25.20.18.200), 3 names share MID (786674269)
Aliases: Underlord+, Underlord, Evil
R) Name IP Address MID Logins TimeZone Last Seen
-----------------------------------------------------------------------------------------------
1) Underlord 25.20.18.200 786674269 41 240 2003-07-09 13:09:13
2) Underlord+ 25.20.18.200 786674269 2 300 2003-07-08 14:39:44
3) Evil 25.20.18.200 786674269 2 300 2003-07-07 00:47:01
Extra
-----
The !alias command outputs any alias that matches any MID 'or' IP logged in by <name>. alias.php has an additional MID 'and' IP search opton.
MIDs are not unique so a mid match does not necessarily mean it's the same person.
An alias match is not guaranteed to be the same person, investigate. MID and IP and TimeZone match is the most likely proof.
IPs are searched by the first three parts (example 15.6.4.6 searches 15.6.4.*).