Advertisement
Guest User

login.ini

a guest
Jul 31st, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. [database]
  2. host = 127.0.0.1
  3. port = 3306
  4. db = eq
  5. user = eq
  6. password = root
  7. subsystem = MySQL
  8.  
  9. [options]
  10. unregistered_allowed = TRUE
  11. reject_duplicate_servers = FALSE
  12. trace = TRUE
  13. world_trace = FALSE
  14. dump_packets_in = FALSE
  15. dump_packets_out = FALSE
  16. listen_port = 5998
  17. local_network = 192.168.3.
  18.  
  19. [security]
  20. plugin = EQEmuAuthCrypto
  21. mode = 5
  22.  
  23. [Titanium]
  24. port = 5998
  25. opcodes = login_opcodes.conf
  26.  
  27. [SoD]
  28. port = 5999
  29. opcodes = login_opcodes_sod.conf
  30.  
  31. [schema]
  32. account_table = tblLoginServerAccounts
  33. world_registration_table = tblWorldServerRegistration
  34. world_admin_registration_table = tblServerAdminRegistration
  35. world_server_type_table = tblServerListType
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement