Skip to content

logs_ip_actions

Used to log ips of individual actions

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
idintunsignedPRINOauto_incrementUnique Identifier
account_idintunsignedNOAccount ID
character_guidbigintunsignedNOCharacter Guid
realm_idintunsignedNO0Realm ID
typetinyintunsignedNO
ipvarchar(15)NO127.0.0.1
systemnotetextYESNULLNotes inserted by system
unixtimeintunsignedNOUnixtime
timetimestampNOCURRENT_TIMESTAMPDEFAULT_GENERATEDTimestamp
commenttextYESNULLAllows users to add a comment
 

Description of fields ​

id ​

Unique log enumerator  

account_id ​

references account.id  

character_guid ​

references characters.guid0 on account actions  

realm_id ​

The realm this happened on. 0 on account actions  

type ​

IDNamesystemnote
0ACCOUNT_LOGINLogged into WoW
1ACCOUNT_FAIL_LOGINLogin to WoW Failed
2ACCOUNT_CHANGE_PWPassword Reset Completed
3ACCOUNT_CHANGE_PW_FAILPassword Reset Failed
4ACCOUNT_CHANGE_EMAILEmail Change Completed
5ACCOUNT_CHANGE_EMAIL_FAILEmail Change Failed
6❌ ACCOUNT_LOGOUTOBSOLETE
7CHARACTER_CREATECharacter Created
8CHARACTER_LOGINLogged onto Character
9CHARACTER_LOGOUTLogged out of Character
10CHARACTER_DELETECharacter Deleted
11CHARACTER_FAILED_DELETECharacter Deletion Failed
12UNKNOWN_ACTIONERROR! Unknown action!

ip ​

IP address of the player.  

systemnote ​

Directly tied to type.  

unixtime ​

Timestamp as UnixTime integer.  

time ​

Timestamp as DateTime string.  

comment ​

Comments can be added manually.