Advertisement
phoenix9000

banlist.xml -- Mar-06-2104

Mar 6th, 2014
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.79 KB | None | 0 0
  1. <configuration plugin="banlist">
  2.  
  3. <settings name="global_settings">
  4. <!-- level from which players won't be checked, thus never be kicked. (default: 100) -->
  5. <set name="immunity_level">20</set>
  6.  
  7. <!-- do you want to update banlists that provide an URL automatically every hour ? (default: yes) -->
  8. <set name="auto_update">no</set>
  9. </settings>
  10.  
  11. <settings name="commands">
  12. <!-- Command to list all loaded lists -->
  13. <set name="banlistinfo-blinfo">60</set>
  14.  
  15. <!-- Command to update all lists from their URL (if any) -->
  16. <set name="banlistupdate-blupdate">80</set>
  17.  
  18. <!-- Command to force checking of connected players -->
  19. <set name="banlistcheck-blcheck">60</set>
  20. </settings>
  21.  
  22. <!--
  23. You can define as many banlist files as you want.
  24. Banlists can be of 4 types : ip banlist, ip whitelist, guid banlist or guid whitelist
  25. Each banlist definition contains the following information :
  26. * name : the name of the banlist, will be used as a reason for the kick (useful to find them in Echelon)
  27. * file : the path to the banlist file.
  28. - ip banlist : a file containing ip to ban, compatible with quake3 banlist format. If an ip ends with ".0", the full range will be banned. Lines stating with "//" will be ignored.
  29. - guid banlist : a file containing guid to ban. Lines stating with "//" or "#" will be ignored.
  30. - pbid banlist : a file containing Punkbuster ids to ban. Lines stating with "//" or "#" will be ignored.
  31. - rules_of_combat : a special banlist that support the banlist format for http://www.rulesofcombat.com
  32. * message : an optional message that will be displayed in game. Keywords that can be used : $id, $ip, $guid, $pbid, $name
  33. - NOTE: the ban message is only visible to other players. The banned player WILL NOT SEE that message as it is kicked before having a chance to load the map.
  34. * url : an optional url from where the banlist file will be updated hourly
  35. * force_ip_range : yes/no. If yes all IPs will be read as if they were ending with '.0'
  36. -->
  37.  
  38. <ip_banlist>
  39. <name>WildCats</name>
  40. <file>@conf/banlists/WC.txt</file>
  41. <force_ip_range>no</force_ip_range>
  42. <message>^4$name^7 is ^1BANNED^7 by ^5|WC|</message>
  43. <url>
  44. <![CDATA[http://www.wildcatsclan.net/echelon/banlist.php]]>
  45. </url>
  46. </ip_banlist>
  47.  
  48. <ip_banlist>
  49. <name>FPB-BF-Team</name>
  50. <file>@conf/banlists/FPB-BF-Team.txt</file>
  51. <force_ip_range>no</force_ip_range>
  52. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-BF-team</message>
  53. <url>
  54. <![CDATA[http://www.urban-terror.fr/powerban/bf-team/]]>
  55. </url>
  56. </ip_banlist>
  57.  
  58. <ip_banlist>
  59. <name>FPB-Urban-unit</name>
  60. <file>@conf/banlists/FPB-Urban-unit.txt</file>
  61. <force_ip_range>no</force_ip_range>
  62. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-Urban-unit</message>
  63. <url>
  64. <![CDATA[http://www.urban-terror.fr/powerban/urban-unit/]]>
  65. </url>
  66. </ip_banlist>
  67.  
  68. <ip_banlist>
  69. <name>FPB-Frag-Unlimited</name>
  70. <file>@conf/banlists/FPB-Frag-Unlimited.txt</file>
  71. <force_ip_range>no</force_ip_range>
  72. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-Frag-Unlimited.</message>
  73. <url>
  74. <![CDATA[http://www.urban-terror.fr/powerban/frag-unlimited/]]>
  75. </url>
  76. </ip_banlist>
  77.  
  78. <ip_banlist>
  79. <name>FPB-Golden-Helmets</name>
  80. <file>@conf/banlists/FPB-Golden-Helmets.txt</file>
  81. <force_ip_range>no</force_ip_range>
  82. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-Golden-Helmets.</message>
  83. <url>
  84. <![CDATA[http://www.urban-terror.fr/powerban/golden-helmets/]]>
  85. </url>
  86. </ip_banlist>
  87.  
  88. <ip_banlist>
  89. <name>FPB-MQCD</name>
  90. <file>/@conf/banlists/FPB-MQCD.txt</file>
  91. <force_ip_range>no</force_ip_range>
  92. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-MQCD.</message>
  93. <url>
  94. <![CDATA[http://www.urban-terror.fr/powerban/mqcd/]]>
  95. </url>
  96. </ip_banlist>
  97.  
  98. <ip_banlist>
  99. <name>FPB-Snipers-Gaulois</name>
  100. <file>@conf/banlists/FPB-Snipers-Gaulois.txt</file>
  101. <force_ip_range>no</force_ip_range>
  102. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-Snipers-Gaulois.</message>
  103. <url>
  104. <![CDATA[http://www.urban-terror.fr/powerban/snipers-gaulois/]]>
  105. </url>
  106. </ip_banlist>
  107.  
  108. <ip_banlist>
  109. <name>FPB-Unity</name>
  110. <file>@conf/banlists/FPB-Unity.txt</file>
  111. <force_ip_range>no</force_ip_range>
  112. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-Unity.</message>
  113. <url>
  114. <![CDATA[http://www.urban-terror.fr/powerban/unity/]]>
  115. </url>
  116. </ip_banlist>
  117.  
  118. <ip_banlist>
  119. <name>FPB-Proxy</name>
  120. <file>@conf/banlists/FPB-Proxy.txt</file>
  121. <force_ip_range>no</force_ip_range>
  122. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-Proxy.</message>
  123. <url>
  124. <![CDATA[http://www.urban-terror.fr/powerban/anonymous-proxies/]]>
  125. </url>
  126. </ip_banlist>
  127.  
  128. <ip_banlist>
  129. <name>FPB-Tor</name>
  130. <file>@conf/banlists/FPB-Tor.txt</file>
  131. <force_ip_range>no</force_ip_range>
  132. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-Tor.</message>
  133. <url>
  134. <![CDATA[http://www.urban-terror.fr/powerban/tor-network/]]>
  135. </url>
  136. </ip_banlist>
  137.  
  138. <ip_banlist>
  139. <name>KRH</name>
  140. <file>@conf/banlists/KRH.txt</file>
  141. <force_ip_range>no</force_ip_range>
  142. <message>^4$name^7 is ^1BANNED^7 by ^5KRH</message>
  143. <url>
  144. <![CDATA[http://www.clankrh.com/echelon/banlist.php]]>
  145. </url>
  146. </ip_banlist>
  147.  
  148. <ip_banlist>
  149. <name>B00BS</name>
  150. <file>@conf/banlists/B00BS.txt</file>
  151. <force_ip_range>no</force_ip_range>
  152. <message>^4$name^7 is ^1BANNED^7 by ^5B00BS</message>
  153. <url>
  154. <![CDATA[http://b00bs-clan.com/b00bs-clan.com-echelon/banlist.php]]>
  155. </url>
  156. </ip_banlist>
  157.  
  158. <ip_banlist>
  159. <name>GORE</name>
  160. <file>@conf/banlists/GORE.txt</file>
  161. <force_ip_range>no</force_ip_range>
  162. <message>^4$name^7 is ^1BANNED^7 by ^5GORE</message>
  163. </ip_banlist>
  164.  
  165. <ip_banlist>
  166. <name>Cloud9Crew</name>
  167. <file>@conf/banlists/Cloud9Crew.txt</file>
  168. <force_ip_range>no</force_ip_range>
  169. <message>^4$name^7 is ^1BANNED^7 by ^5Cloud9Crew</message>
  170. <url>
  171. <![CDATA[http://cloud9crew.com/echelon/banlist.php]]>
  172. </url>
  173. </ip_banlist>
  174.  
  175. <ip_banlist>
  176. <name>ACenFed</name>
  177. <file>@conf/banlists/ACenFed.txt</file>
  178. <force_ip_range>no</force_ip_range>
  179. <message>^4$name^7 is ^1BANNED^7 by ^5ACenFed</message>
  180. <url>
  181. <![CDATA[http://www.acen.eu/tools/echelon/banlist.php]]>
  182. </url>
  183. </ip_banlist>
  184.  
  185. <ip_banlist>
  186. <name>Fv</name>
  187. <file>@conf/banlists/Fv.txt</file>
  188. <force_ip_range>no</force_ip_range>
  189. <message>^4$name^7 is ^1BANNED^7 by ^5Fv</message>
  190. </ip_banlist>
  191.  
  192. <ip_banlist>
  193. <name>CnDoldbanlist</name>
  194. <file>@conf/banlists/CnDoldbanlist.txt</file>
  195. <force_ip_range>no</force_ip_range>
  196. <message>^4$name^7 is ^1BANNED^7 by ^5CnD</message>
  197. </ip_banlist>
  198.  
  199. <ip_banlist>
  200. <name>|-CnD-|Oldbans</name>
  201. <file>@conf/banlists/CnDOldbans.txt</file>
  202. <force_ip_range>no</force_ip_range>
  203. <message>^4$name^7 is ^1BANNED^7 by ^5CnDOldbans</message>
  204. </ip_banlist>
  205.  
  206. <ip_banlist>
  207. <name>cnda</name>
  208. <file>@conf/banlists/cnda.txt</file>
  209. <force_ip_range>no</force_ip_range>
  210. <message>^4$name^7 is ^1BANNED^7 by ^5cnda</message>
  211. </ip_banlist>
  212.  
  213. <ip_banlist>
  214. <name>cndc</name>
  215. <file>@conf/banlists/cndc.txt</file>
  216. <force_ip_range>no</force_ip_range>
  217. <message>^4$name^7 is ^1BANNED^7 by ^5cndc</message>
  218. </ip_banlist>
  219.  
  220. <ip_banlist>
  221. <name>cndn</name>
  222. <file>/@conf/banlists/cndn.txt</file>
  223. <force_ip_range>no</force_ip_range>
  224. <message>^4$name^7 is ^1BANNED^7 by ^5cndn</message>
  225. </ip_banlist>
  226.  
  227. <guid_banlist>
  228. <name>bannedguids</name>
  229. <file>@conf/banlists/bannedguids.txt</file>
  230. <message>^4$guid^7 is ^1BANNED^7 (GUID 1)</message>
  231. </guid_banlist>
  232.  
  233. <guid_banlist>
  234. <name>guid banlist 2</name>
  235. <file>@conf/guidbanlist2.txt</file>
  236. <message>^4$id^7 is ^1BANNED^7 (GUID 2)</message>
  237. </guid_banlist>
  238.  
  239. <!--///////////////////// W H I T E L I S T S /////////////////////////-->
  240.  
  241. <ip_whitelist>
  242. <name>friends</name>
  243. <file>@conf/banlists/ipwhitelist1.txt</file>
  244. <force_ip_range>yes</force_ip_range>
  245. <message>^4$@id^7 found in friends list</message>
  246. </ip_whitelist>
  247.  
  248. <guid_whitelist>
  249. <name>guidwhitelist</name>
  250. <file>@conf/banlists/guidwhitelist.txt</file>
  251. <message>^4$name^7 found in (^4WHITELIST 1^7)</message>
  252. </guid_whitelist>
  253. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement