Advertisement
phoenix9000

CnD Banlist xml - Mar 03 2014

Mar 3rd, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.58 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">yes</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>banlist 1</name>
  40. <file>/home/serge/service9/banlists/wcechelon.txt</file>
  41. <force_ip_range>no</force_ip_range>
  42. <message>^4$name^7 is ^1BANNED^7 by ^5|WC|</message>
  43. <url><![CDATA[http://www.wildcatsclan.net/echelon/banlist.php]]></url>
  44. </ip_banlist>
  45.  
  46. <ip_banlist>
  47. <name>FPB-BF-Team</name>
  48. <file>/home/serge/service9/banlists/FPB-BF-Team.txt</file>
  49. <force_ip_range>no</force_ip_range>
  50. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-BF-team</message>
  51. <url><![CDATA[http://www.urban-terror.fr/powerban/bf-team/]]></url>
  52. </ip_banlist>
  53.  
  54. <ip_banlist>
  55. <name>FPB-Urban-unit</name>
  56. <file>/home/serge/service9/banlists/FPB-Urban-unit.txt</file>
  57. <force_ip_range>no</force_ip_range>
  58. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-Urban-unit</message>
  59. <url><![CDATA[http://www.urban-terror.fr/powerban/urban-unit/]]></url>
  60. </ip_banlist>
  61.  
  62. <ip_banlist>
  63. <name>FPB-Frag-Unlimited</name>
  64. <file>/home/serge/service9/banlists/FPB-Frag-Unlimited.txt</file>
  65. <force_ip_range>no</force_ip_range>
  66. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-Frag-Unlimited.</message>
  67. <url><![CDATA[http://www.urban-terror.fr/powerban/frag-unlimited/]]></url>
  68. </ip_banlist>
  69.  
  70. <ip_banlist>
  71. <name>FPB-Golden-Helmets</name>
  72. <file>/home/serge/service9/banlists/FPB-Golden-Helmets.txt</file>
  73. <force_ip_range>no</force_ip_range>
  74. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-Golden-Helmets.</message>
  75. <url><![CDATA[http://www.urban-terror.fr/powerban/golden-helmets/]]></url>
  76. </ip_banlist>
  77.  
  78. <ip_banlist>
  79. <name>FPB-MQCD</name>
  80. <file>/home/serge/service9/banlists/FPB-MQCD.txt</file>
  81. <force_ip_range>no</force_ip_range>
  82. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-MQCD.</message>
  83. <url><![CDATA[http://www.urban-terror.fr/powerban/mqcd/]]></url>
  84. </ip_banlist>
  85.  
  86. <ip_banlist>
  87. <name>FPB-Snipers-Gaulois</name>
  88. <file>/home/serge/service9/banlists/FPB-Snipers-Gaulois.txt</file>
  89. <force_ip_range>no</force_ip_range>
  90. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-Snipers-Gaulois.</message>
  91. <url><![CDATA[http://www.urban-terror.fr/powerban/snipers-gaulois/]]></url>
  92. </ip_banlist>
  93.  
  94. <ip_banlist>
  95. <name>FPB-Unity</name>
  96. <file>/home/serge/service9/banlists/FPB-Unity.txt</file>
  97. <force_ip_range>no</force_ip_range>
  98. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-Unity.</message>
  99. <url><![CDATA[http://www.urban-terror.fr/powerban/unity/]]></url>
  100. </ip_banlist>
  101.  
  102. <ip_banlist>
  103. <name>FPB-Proxy</name>
  104. <file>/home/serge/service9/banlists/FPB-Proxy.txt</file>
  105. <force_ip_range>no</force_ip_range>
  106. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-Proxy.</message>
  107. <url><![CDATA[http://www.urban-terror.fr/powerban/anonymous-proxies/]]></url>
  108. </ip_banlist>
  109.  
  110. <ip_banlist>
  111. <name>FPB-Tor</name>
  112. <file>/home/serge/service9/banlists/FPB-Tor.txt</file>
  113. <force_ip_range>no</force_ip_range>
  114. <message>^4$ip^7 is ^1BANNED^7 by ^5FPB-Tor.</message>
  115. <url><![CDATA[http://www.urban-terror.fr/powerban/tor-network/]]></url>
  116. </ip_banlist>
  117.  
  118. <ip_banlist>
  119. <name>KRH</name>
  120. <file>/home/serge/service9/banlists/KRH.txt</file>
  121. <force_ip_range>no</force_ip_range>
  122. <message>^4$name^7 is ^1BANNED^7 by ^5KRH</message>
  123. <url><![CDATA[http://www.clankrh.com/echelon/banlist.php]]></url>
  124. </ip_banlist>
  125.  
  126. <!-- GER Clan's banlist was not available at the moment of editing this file... ph03n1x
  127.  
  128. <ip_banlist>
  129. <name>GERclan</name>
  130. <file>/home/serge/service9/banlists/GERclan.txt</file>
  131. <force_ip_range>no</force_ip_range>
  132. <message>^4$name^7 is ^1BANNED^7 by ^5GERclan</message>
  133. <url><![CDATA[http://j083.jade.fastwebserver.de/echelon/banlist.php]]></url>
  134. </ip_banlist>
  135.  
  136. -->
  137.  
  138. <ip_banlist>
  139. <name>B00BS</name>
  140. <file>/home/serge/service9/banlists/B00BS.txt</file>
  141. <force_ip_range>no</force_ip_range>
  142. <message>^4$name^7 is ^1BANNED^7 by ^5B00BS</message>
  143. <url><![CDATA[http://b00bs-clan.com/b00bs-clan.com-echelon/banlist.php]]></url>
  144. </ip_banlist>
  145.  
  146. <ip_banlist>
  147. <name>GORE</name>
  148. <file>/home/serge/service9/banlists/GORE.txt</file>
  149. <force_ip_range>no</force_ip_range>
  150. <message>^4$name^7 is ^1BANNED^7 by ^5GORE</message>
  151. </ip_banlist>
  152.  
  153. <ip_banlist>
  154. <name>Cloud9Crew</name>
  155. <file>/home/serge/service9/banlists/Cloud9Crew.txt</file>
  156. <force_ip_range>no</force_ip_range>
  157. <message>^4$name^7 is ^1BANNED^7 by ^5Cloud9Crew</message>
  158. <url><![CDATA[http://cloud9crew.com/echelon/banlist.php]]></url>
  159. </ip_banlist>
  160.  
  161. <ip_banlist>
  162. <name>ACenFed</name>
  163. <file>/home/serge/service9/banlists/ACenFed.txt</file>
  164. <force_ip_range>no</force_ip_range>
  165. <message>^4$name^7 is ^1BANNED^7 by ^5ACenFed</message>
  166. <url><![CDATA[http://www.acen.eu/tools/echelon/banlist.php]]></url>
  167. </ip_banlist>
  168.  
  169. <ip_banlist>
  170. <name>Fv</name>
  171. <file>/home/serge/service9/banlists/Fv.txt</file>
  172. <force_ip_range>no</force_ip_range>
  173. <message>^4$name^7 is ^1BANNED^7 by ^5Fv</message>
  174. </ip_banlist>
  175.  
  176. <ip_banlist>
  177. <name>CnDoldbanlist</name>
  178. <file>/home/serge/service9/banlists/CnDoldbanlist.txt</file>
  179. <force_ip_range>no</force_ip_range>
  180. <message>^4$name^7 is ^1BANNED^7 by ^5CnD</message>
  181. </ip_banlist>
  182.  
  183. <ip_banlist>
  184. <name>|-CnD-|Oldbans</name>
  185. <file>/home/serge/service9/banlists/CnDOldbans.txt</file>
  186. <force_ip_range>no</force_ip_range>
  187. <message>^4$name^7 is ^1BANNED^7 by ^5CnDOldbans</message>
  188. </ip_banlist>
  189.  
  190. <ip_banlist>
  191. <name>cnda</name>
  192. <file>/home/serge/service9/banlists/cnda.txt</file>
  193. <force_ip_range>no</force_ip_range>
  194. <message>^4$name^7 is ^1BANNED^7 by ^5cnda</message>
  195. </ip_banlist>
  196.  
  197. <ip_banlist>
  198. <name>cndc</name>
  199. <file>/home/serge/service9/banlists/cndc.txt</file>
  200. <force_ip_range>no</force_ip_range>
  201. <message>^4$name^7 is ^1BANNED^7 by ^5cndc</message>
  202. </ip_banlist>
  203.  
  204. <ip_banlist>
  205. <name>cndn</name>
  206. <file>/home/serge/service9/banlists/cndn.txt</file>
  207. <force_ip_range>no</force_ip_range>
  208. <message>^4$name^7 is ^1BANNED^7 by ^5cndn</message>
  209. </ip_banlist>
  210.  
  211. <guid_banlist>
  212. <name>bannedguids</name>
  213. <file>/home/serge/service9/banlists/bannedguids.txt</file>
  214. <message>^4$guid^7 is ^1BANNED^7 (GUID 1)</message>
  215. </guid_banlist>
  216.  
  217. <guid_banlist>
  218. <name>guid banlist 2</name>
  219. <file>@conf/guidbanlist2.txt</file>
  220. <message>^4$id^7 is ^1BANNED^7 (GUID 2)</message>
  221. </guid_banlist>
  222. <!--///////////////////// W H I T E L I S T S Examples /////////////////////////-->
  223.  
  224. <ip_whitelist>
  225. <name>friends</name>
  226. <file>/home/urt/ipwhitelist1.txt</file>
  227. <force_ip_range>yes</force_ip_range>
  228. <message>^4$@id^7 found in friends list</message>
  229. </ip_whitelist>
  230.  
  231. <guid_whitelist>
  232. <name>guidwhitelist</name>
  233. <file>/home/serge/service9/banlists/guidwhitelist.txt</file>
  234. <message>^4$name^7 found in (^4WHITELIST 1^7)</message>
  235. </guid_whitelist>
  236.  
  237. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement