Advertisement
Guest User

Priv8

a guest
Aug 30th, 2011
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. ##########################################################################
  2. # __ _ _ ___ ___
  3. # _ _| \| | | ___ __ / _ \ _ _______ / __\_ __ _____ __
  4. # | | | | . ` | |/ / '_ \/ | | \ \ /\ / / '_ \ / / | '__/ _ \ \ /\ / /
  5. # | |_| | |\ | <| | | \ |_| /\ V V /| | | | / /__ | | | __/\ V V /
  6. # \__,_|_| \_|_|\_\_| |_|\___/ \_/\_/ |_| |_| \____/|_| \___| \_/\_/
  7. # ------------------------------- never heard of us? now you did! -
  8. # ###############################################################
  9. # \ UnrealIRCd Config by iD [uNkn0wn Crew] /
  10. # ###########################################################
  11. # \ www.uNkn0wn.eu - [email protected] /
  12. #######################################################
  13.  
  14.  
  15.  
  16. # ########################################
  17. # # ME Block #
  18. # ########################################
  19.  
  20. me {
  21. name "irc.zrt2k.com";
  22. info "IRC Network Powerd by Z";
  23. numeric 1;
  24. };
  25.  
  26. # ########################################
  27. # # Admin Block #
  28. # ########################################
  29.  
  30. admin {
  31. "solutioN & Zrt";
  32.  
  33. };
  34.  
  35. # ########################################
  36. # # Class Block #
  37. # ########################################
  38.  
  39.  
  40. class clients
  41. {
  42. pingfreq 90;
  43. maxclients 5000;
  44. sendq 100000;
  45. recvq 4000;
  46. };
  47.  
  48.  
  49. # ########################################
  50. # # Allow Block #
  51. # ########################################
  52.  
  53.  
  54. allow {
  55. ip *;
  56. hostname *;
  57. class clients;
  58. maxperip 5;
  59. };
  60.  
  61. # ########################################
  62. # # Listen Block #
  63. # ########################################
  64.  
  65. listen *:6667;
  66.  
  67. # ########################################
  68. # # Operator Block #
  69. # ########################################
  70.  
  71.  
  72. oper solutioN {
  73. class clients;
  74. from {
  75. userhost *@*;
  76. };
  77. password "52171584";
  78. flags
  79. {
  80. global;
  81. services-admin;
  82. can_rehash;
  83. can_die;
  84. can_restart;
  85. helpop;
  86. can_wallops;
  87. can_globops;
  88. can_localroute;
  89. can_globalroute;
  90. can_localkill;
  91. can_globalkill;
  92. can_kline;
  93. can_gzline;
  94. can_gkline;
  95. can_unkline;
  96. can_localnotice;
  97. can_globalnotice;
  98. netadmin;
  99. can_zline;
  100. get_umodew;
  101. get_host;
  102. can_override;
  103. };
  104. snomask *;
  105. maxlogins "2";
  106. };
  107.  
  108. oper Zrt {
  109. class clients;
  110. from {
  111. userhost *@*;
  112. };
  113. password "1x";
  114. flags
  115. {
  116. global;
  117. services-admin;
  118. can_rehash;
  119. can_die;
  120. can_restart;
  121. helpop;
  122. can_wallops;
  123. can_globops;
  124. can_localroute;
  125. can_globalroute;
  126. can_localkill;
  127. can_globalkill;
  128. can_kline;
  129. can_gzline;
  130. can_gkline;
  131. can_unkline;
  132. can_localnotice;
  133. can_globalnotice;
  134. netadmin;
  135. can_zline;
  136. get_umodew;
  137. get_host;
  138. can_override;
  139. };
  140. snomask *;
  141. maxlogins "2";
  142. };
  143.  
  144.  
  145. # ########################################
  146. # # Settings #
  147. # ########################################
  148.  
  149. drpass {
  150. restart "759294";
  151. die "759294";
  152. };
  153.  
  154. set {
  155. network-name "IDF Team";
  156. default-server "g00gle.sytes.net";
  157. services-server "services.zrt2k.co.il";
  158. help-channel "#OperHelp";
  159. hiddenhost-prefix "0wn3d";
  160. cloak-keys {
  161. // Don't use the same keys
  162. "aIRgFoAr1HnF5h5sDb7x4YwA6pW";
  163. "P9FdZnR1gl5sJ7hVz4Zb7x4YwpW";
  164. "OI8r1ZnR6gl3sJ7hVz4Zb7x4YnX";
  165. };
  166.  
  167. hosts {
  168. local "1.3.3.7";
  169. global "1.3.3.7";
  170. coadmin "1.3.3.7";
  171. admin "1.3.3.7";
  172. netadmin "1.3.3.7";
  173. servicesadmin "1.3.3.7";
  174. host-on-oper-up "yes";
  175. };
  176. };
  177.  
  178.  
  179. set {
  180. allowed-nickchars {
  181. latin1;
  182. };
  183. kline-address "[email protected]";
  184. modes-on-connect "+xwGi";
  185. modes-on-oper "+xwgspH";
  186. restrict-usermodes "G";
  187. restrict-channelmodes "G";
  188. modes-on-join "+nust";
  189.  
  190. oper-auto-join "#admins";
  191.  
  192. dns {
  193. nameserver 127.0.0.1;
  194. timeout 2s;
  195. retries 2;
  196. };
  197. options {
  198. hide-ulines;
  199. show-connect-info;
  200. show-opermotd;
  201. allow-part-if-shunned;
  202. flat-map;
  203. fail-oper-warn;
  204. };
  205.  
  206. maxchannelsperuser 30;
  207. anti-spam-quit-message-time 100s;
  208. static-quit "Client has exited";
  209. oper-only-stats "*";
  210.  
  211. throttle {
  212. connections 3;
  213. period 60s;
  214. };
  215. anti-flood {
  216. nick-flood 50:60;
  217. };
  218. spamfilter {
  219. ban-time 1d;
  220. ban-reason "Spam/Advertising";
  221. virus-help-channel "#help";
  222. };
  223. default-bantime "0";
  224.  
  225. };
  226.  
  227. # ##### Modules #####
  228.  
  229. include "help.conf";
  230. include "badwords.channel.conf";
  231. include "badwords.message.conf";
  232. include "badwords.quit.conf";
  233. include "spamfilter.conf";
  234. loadmodule "modules/cloak.dll";
  235. loadmodule "modules/commands.dll";
  236.  
  237. # ########################################
  238. # # Log Block #
  239. # ########################################
  240.  
  241.  
  242. log ircd.log {
  243. maxsize 5MB;
  244. flags {
  245. errors;
  246. kills;
  247. sadmin-commands;
  248. chg-commands;
  249. oper-override;
  250. spamfilter;
  251. kline;
  252. tkl;
  253. };
  254. };
  255.  
  256. # ########################################
  257. # # SHIT SHIT Block (NOT NEEDED :D) #
  258. # ########################################
  259.  
  260.  
  261. ban nick {
  262. mask "*S*e*r*v*";
  263. reason "Gesperrt";
  264. };
  265.  
  266. ulines {
  267. services.zrt2k.com;
  268. stats.zrt2k.com;
  269. };
  270.  
  271.  
  272. # ###################################################
  273. # / Visit us at irc.uNkn0wn.eu - #irchome \
  274. # X ################################################### X
  275. # \ w w w . u N k n 0 w n . e u /
  276. # ####################################################
  277. # \ _ _ _ /
  278. # \ | \ | | | /
  279. # \ _ _| \| | | __ /
  280. # \ | | | | . ` | |/ / /
  281. # \ | |_| | |\ | < /
  282. # \ \__,_|_| \_|_|\_\ /
  283. # \ /
  284. ################ ################################### ###################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement