Advertisement
Guest User

Auth Log

a guest
Mar 8th, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. TrinityCore rev. unknown 1970-01-01 00:00:00 +0000 (Archived branch) (Win32, Release) (authserver)
  2. <Ctrl-C> to stop.
  3.  
  4. Using configuration file authserver.conf.
  5. OpenSSL 1.0.1e 11 Feb 2013 (Library: OpenSSL 1.0.1e 11 Feb 2013)
  6. Max allowed open files is 1024
  7. Opening DatabasePool 'auth'. Asynchronous connections: 1, synchronous connections: 1.
  8. MySQL client library: 5.5.9
  9. MySQL server ver: 5.6.14
  10. Connected to MySQL database at 127.0.0.1
  11. MySQL client library: 5.5.9
  12. MySQL server ver: 5.6.14
  13. Connected to MySQL database at 127.0.0.1
  14. DatabasePool 'auth' opened successfully. 2 total connections running.
  15. Started auth database connection pool.
  16. Updating Realm List...
  17. [0 ms] SQL(p): SELECT id, name, address, localAddress, localSubnetMask, port, icon, flag, timezone, allowedSecurityLevel, population, gamebuild FROM realmlist WHERE flag <> 3 ORDER BY name
  18. Added realm "19 Twink" at 98.21.151.196:8089.
  19. '70.239.8.129:51118' Accepting connection
  20. Got data for cmd 0 recv length 39
  21. Entering _HandleLogonChallenge
  22. [AuthChallenge] got header, body is 0x23 bytes
  23. [AuthChallenge] got full packet, 0x23 bytes
  24. [AuthChallenge] name(5): 'SHOTS'
  25. [1 ms] SQL(p): SELECT * FROM ip_banned WHERE ip = '70.239.8.129'
  26. [0 ms] SQL(p): DELETE FROM ip_banned WHERE unbandate<>bandate AND unbandate<=UNIX_TIMESTAMP()
  27. [16 ms] SQL(p): SELECT a.sha_pass_hash, a.id, a.locked, a.lock_country, a.last_ip, aa.gmlevel, a.v, a.s, a.token_key FROM account a LEFT JOIN account_access aa ON (a.id = aa.id) WHERE a.username = 'SHOTS'
  28. [AuthChallenge] Account 'SHOTS' is not locked to ip
  29. [AuthChallenge] Account 'SHOTS' is not locked to country
  30. [24 ms] SQL(p): UPDATE account_banned SET active = 0 WHERE active = 1 AND unbandate<>bandate AND unbandate<=UNIX_TIMESTAMP()
  31. [0 ms] SQL(p): SELECT bandate, unbandate FROM account_banned WHERE id = 1 AND active = 1
  32. database authentication values: v='6DE11AE95BE5DB146085C31152D8A7D748E7655EC903928A9D8E098101CA3FF5' s='DAB7368340DF19F871E3AB67B37E3798208F7629AD4409D695CEF69DC05FDF1B'
  33. '70.239.8.129:51118' [AuthChallenge] account SHOTS is using 'enUS' locale (0)
  34. Got data for cmd 1 recv length 75
  35. Entering _HandleLogonProof
  36. '70.239.8.129:51118' User 'SHOTS' successfully authenticated
  37. [41 ms] SQL(p): UPDATE account SET sessionkey = '09A205C0AC915F18AAAA94F38AE86B5097924FFA6F995BA958BFE11F5D1E028EEE28AA185C884ABA', last_ip = '70.239.8.129', last_login = NOW(), locale = 0, failed_logins = 0, os = 'Win' WHERE username = 'SHOTS'
  38. Got data for cmd 16 recv length 5
  39. Entering _HandleRealmList
  40. [0 ms] SQL(p): SELECT id FROM account WHERE username = 'SHOTS'
  41. Updating Realm List...
  42. [1 ms] SQL(p): SELECT id, name, address, localAddress, localSubnetMask, port, icon, flag, timezone, allowedSecurityLevel, population, gamebuild FROM realmlist WHERE flag <> 3 ORDER BY name
  43. [9 ms] SQL(p): SELECT numchars FROM realmcharacters WHERE realmid = 1 AND acctid= 1
  44. AuthSocket::OnClose
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement