account.txt 1012 B

12345678910111213141516
  1. 20080409
  2. // Accounts file: here are saved all information about the accounts.
  3. // Structure: account ID, username, password, sex, email, level, state, unban time, expiration time, # of logins, last login time, last (accepted) login ip, repeated(register key, register value)
  4. // where:
  5. // sex : M or F for normal accounts, S for server accounts
  6. // level : this account's gm level
  7. // state : 0: account is ok, 1 to 256: error code of packet 0x006a + 1
  8. // unban time : 0: no ban, <other value>: banned until the date (unix timestamp)
  9. // expiration time : 0: unlimited account, <other value>: account expires on the date (unix timestamp)
  10. 1 s1 p1 S a@a.com 0 0 0 0 0 0000-00-00 00:00:00 -
  11. 2 s2 p2 S a@a.com 0 0 0 0 0 0000-00-00 00:00:00 -
  12. 3 s3 p3 S a@a.com 0 0 0 0 0 0000-00-00 00:00:00 -
  13. 4 s4 p4 S a@a.com 0 0 0 0 0 0000-00-00 00:00:00 -
  14. 5 s5 p5 S a@a.com 0 0 0 0 0 0000-00-00 00:00:00 -
  15. 2000001 Test Test M a@a.com 0 0 0 0 0 0000-00-00 00:00:00 -
  16. 2000002 %newid%