Advertisement
Guest User

Untitled

a guest
Jul 7th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. [Main]
  2. Version = 5
  3. Threads = 6
  4. Randomize Config File = false
  5.  
  6. [Rcon]
  7. IP = 127.0.0.1
  8. Port = 2302
  9. Password = rcon_passwrd
  10.  
  11. Bad Playername Enable = true
  12. Bad Playername Kick Message = Bad Player Name
  13. Bad Playername Strings = (:):{:}
  14. Bad Playername Regex_1 = [:alnum:]
  15. Bad Playername Regex_2 = [:alnum:]
  16. Bad Playername Regex_3 = [:alnum:]
  17. Bad Playername Regex_4 = [:alnum:]
  18.  
  19. Whitelist Enable = false
  20. Whitelist Kick Message = Only Reserved Slots Left
  21. Whitelist Public Slots = 999
  22. Whitelist Database = MySQL_Example
  23. Whitelist SQL Prepared Statement = SELECT CASE WHEN EXISTS(SELECT UID FROM PlayerInfo WHERE BattlEyeGUID=? AND Whitelisted=1) THEN 1 ELSE 0 END
  24. Whitelist Kick on SQL Query Failed = false
  25. ;Whitelist BEGuids = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx : yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
  26.  
  27. [Steam]
  28. ;; https://steamcommunity.com/dev/apikey
  29. API Key = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  30.  
  31. [VAC]
  32. Auto Ban = true
  33. NumberOfVACBans = 1
  34. DaysSinceLastBan = 999999999
  35. BanDuration = 0
  36. BanMessage = Steam VAC Banned
  37.  
  38. [Log]
  39. Flush = true
  40.  
  41. [LIFE]
  42. Type = MySQL
  43. Name = Arma3Life
  44. Username = Admin
  45. Password = ----- I have the correct Password here.
  46. IP = ----- I have the correct IP here.
  47. Port = 3306
  48.  
  49. minSessions = 2
  50. idleTime = 60
  51. compress = true
  52. Secure Auth = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement