MIRCX IRC Network
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Web Applications
install Joomla Wordpress Phpbb Drupal FluxBB PunBB osCommerce simple-machines MYBB moodle vBulletin Dolphin-v.7.1.1 PHPNUKE XOOPS
Services
install BorkNet Services X3 Services Anope Atheme Services Srvx IRC Srervices
IRCD
install Snircd IRCU INSPIRCD UNREAL Nefarious Bircd Bahamut Asuka Charybdis
TCL SCRIPT
TCL SCRIPT FOR EGGDROP Allprotection4.7 Antiproxy
Bots
Bots install FishBot bobot++ Eggdrop janus Omega Security Services Botnix Bopm SupyBot PyLink Hopm
Latest topics
» מדריך גירסה INSPIRCD V4
UnrealIRCd - UnrealIRCd.conf old EmptySat Aug 05, 2023 2:09 am by Chief

» mIRCx IRC Network Config
UnrealIRCd - UnrealIRCd.conf old EmptySat Jul 15, 2023 9:51 pm by Chief

» ircu2.10.12-pk with dnsbl
UnrealIRCd - UnrealIRCd.conf old EmptyFri Mar 10, 2023 2:22 pm by Admin

» Guide install PyLink on New version FreeBSD
UnrealIRCd - UnrealIRCd.conf old EmptyThu Dec 15, 2022 9:39 pm by Chief

» מדריך התקנה PBot על מערכת הפעלה FreeBsd-12
UnrealIRCd - UnrealIRCd.conf old EmptyMon Dec 05, 2022 5:44 am by Chief

» install Nefarious2 && X3 IRC Services in FreeBsd
UnrealIRCd - UnrealIRCd.conf old EmptySat Nov 12, 2022 3:12 pm by Chief

» help problem with adduser in Freebsd 12
UnrealIRCd - UnrealIRCd.conf old EmptyFri Nov 11, 2022 9:06 pm by Chief

» מדריך פקודות והתקנה בסרביס X3
UnrealIRCd - UnrealIRCd.conf old EmptyFri Oct 28, 2022 1:43 pm by Chief

» מדריך הגדרות WebIRC in Nefarious2
UnrealIRCd - UnrealIRCd.conf old EmptyThu Apr 07, 2022 4:45 am by Chief

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Affiliates
free forum

Affiliates
free forum


UnrealIRCd.conf old

Go down

UnrealIRCd - UnrealIRCd.conf old Empty UnrealIRCd.conf old

Post  Chief Sun Sep 30, 2012 11:08 pm

UnrealIRCd - UnrealIRCd.conf old MIRC
Your host is mIRCx.co.il, running version Unreal3.2.8.1
This server was created Sun Apr 12 14:47:33 2009
Unrealircd conf build in 2009 By Staff mIRCx
ok before i put two conf build by mIRCx but this conf run before in 2009 and you can select
Code:

loadmodule "modules/commands.dll";
loadmodule "modules/joinpartsno.dll";
loadmodule "modules/m_clones.dll"; 
loadmodule "modules/cloak.dll";
include "help.conf";
include "badwords.channel.conf"; 
include "badwords.message.conf";
include "badwords.quit.conf";
include "spamfilter.conf";
#####################NETWORK##########################
me
{
  name "mIRCx.co.il";
  info "mIRCx.co.il";
  numeric 1;
};
####################ADMIN###############################
admin {
  "Or";
  "dark@walla.com";
  "End of /ADMIN";
};
######################CLINETS############################
class          clients
{
  pingfreq 90;
  maxclients 500;
  sendq 100000;
  recvq 8000;
};
class          servers
{
  pingfreq 90;
  maxclients 10;     
  sendq 1000000;
  connfreq 100;
};
allow {
  ip            *;
  hostname      *;
  class          clients;
  maxperip 10;
};
########################OPER##############################
oper dark {
  class          clients;
  from {
      userhost *;
  };
  password "12345";
  flags oOCAaNTSrRDhgwnGcLkKbBvzZtqHWXd;
  snomask cefFGjknNqoJsSv;
};
oper staff {
  class          clients;
  from {
      userhost *;
  };
  password "12345";
  flags svq;
  snomask cefFJGjknNoqsSv;
};
oper asher {
  class          clients;
  from {
      userhost *;
  };
  password "darksis6";
  flags oOCAaNTSrRDhgwnGcLkKbBEvzZtqVvHWXd;
  snomask cefFGjknNqoJsSv;
};
oper Or  {
  class          clients;
  from {
      userhost *;
  };
  password "ad4GZz87a18Dc2";
  flags oOCAaNTSrRDhgwnGcLkKbBEvzZtqVvHWXd;
  snomask cefFGjknNqoJsSv;
};
oper itzik {
  class          clients;
  from {
      userhost *;
  };
  password "1122341";
  flags oOCAaNTSrRDhgwnGcLkKbBvzZtqHWXd;
  snomask cefFGjknNqoJsSv;
};
oper staff1 {
  class          clients;
  from {
      userhost *;
  };
  password "eden";
  flags v;
  snomask cefFGjknNoJsSv;
};
oper timeofangels {
  class          clients;
  from {
      userhost *;
  };
  password "4815162342";
  flags oOCAaNTSrRDhgwnGcLkKbBvzZtqHWXd;
  snomask cefFGjknNqoJsSv;
};
#######################LISTEN##############################
listen        *:6667;
listen        *:7000;
listen        *:6660;
#######################LINKS#############################
link            Services.mIRCx.co.il
{
  username  *;
  hostname    10.0.0.2;
  bind-ip    *;
  port      6667;
  hub            *;
  password-connect "asher1975552222444";
  password-receive "asher1975552222444";     
 class          servers;
};
 
########################ULINES############################
ulines {
  Services.mIRCx.co.il;
  Stats.mIRCx.co.il;
};
########################RESTART###########################
drpass {
  restart "almog97";
  die "almog97";
};
#########################LOG#############################
log "ircd.log" {
  maxsize 2097152;
  flags {
      oper;
      kline;
      connects;
      server-connects;
      kills;
      errors;
      sadmin-commands;
      chg-commands;
      oper-override;
      spamfilter;
  };
};
#######################ALIAS#############################
alias NickServ { type services; };
alias ChanServ { type services; };
alias OperServ { type services; };
alias HelpServ { type services; };
alias Hostserv { type services; };
alias rootserv { type services; };
alias adminserv { type services; };
alias botserv { type services; };
alias agent { type services; };
alias memoserv { type services; };
alias nf { nick newsflash; type services; };
alias newsflash { type services; };
alias teams { type services; };
alias tm { nick teams; type services; };
alias eb { nick EB; type services; };
alias ns { nick nickserv; type services; };
alias cs { nick chanserv; type services; };
alias ms { nick memoserv; type services; };
alias as { nick adminserv; type services; };
alias rs { nick rootserv; type services; };
alias bs { nick botserv; type services; };
alias ag { nick agent; type services; };
alias os { nick operserv; type services; };
alias "services" {
  format "^#" {
      nick "chanserv";
      type services;
      parameters "%1-";
  };
  format "^[^#]" {
      nick "nickserv";
      type services;
      parameters "%1-";
  };
  type command;
};
 
alias "identify" {
  format "^#" {
      nick "chanserv";
      type services;
      parameters "IDENTIFY %1-";
  };
  format "^[^#]" {
      nick "nickserv";
      type services;
      parameters "IDENTIFY %1-";
  };
  type command;
};
alias "id" {
  format "^#" {
      nick "chanserv";
      type services;
      parameters "IDENTIFY %1-";
  };
  format "^[^#]" {
      nick "nickserv";
      type services;
      parameters "IDENTIFY %1-";
  };
  type command;
};
alias botname {
  format "QUAKENET" {
    target botname;
    type real;
    parameters "%1-";
  };
  type command;
  spamfilter no;
};
########################Q-LINE###########################
ban nick {
  mask "*C*h*a*n*S*e*r*v*";
  reason "Reserved for Services";
};
ban nick {
  mask "*N*i*c*k*S*e*r*v*";
  reason "Reserved for Services";
};
ban nick {
  mask "*R*o*o*t*S*e*r*v*";
  reason "Reserved for Services";
};
ban nick {
  mask "*A*d*m*i*n**S*e*r*v*";
  reason "Reserved for Services";
};
ban nick {
  mask "*A*g*e*n*t";
  reason "Reserved for Services";
};
ban nick {
  mask "*!*whoKnoWho@*";
  reason "Reserved for Services";
};
ban version {
   mask "*!*whoKnoWho@*";
   reason "fgfg";
   action zline;
};
#####################DCC################################
deny dcc { 
 filename "*";reason "Sorry, DCC services are not allowd.";
};
##########################VHOST##########################
vhost {
  vhost          mIRCx.co.il;
  from {
      userhost      *;
  };
  login          dark;
  password        asher1975552222444;
};
###################SETTING###############################
set {
  network-name      "mIRCx";
  default-server      "mIRCx.co.il";
  services-server    "Services.mIRCx.co.il";
  stats-server      "Stats.mIRCx.co.il";
  help-channel      "#System";
  hiddenhost-prefix  "mIRCx";
  prefix-quit      "Quit:";
 
  cloak-keys {
      "aoAr1HnR6gl3sJ7hVz4Zb7x4YwpW";
      "aoAr1HnS2gl3sJ7hVz4Zb7x4YwpW";
      "aoAr1HnR6gl3sJ7hVz4Zb2x6YwpW";
  };
###################HOSTS###############################
  hosts {
      local      "irc.mIRCx.co.il";
      global      "irc.mIRCx.co.il";
      coadmin      "irc.mIRCx.co.il";
      admin      "irc.mIRCx.co.il";
      servicesadmin    "irc.mIRCx.co.il";
      netadmin    "irc.mIRCx.co.il";
      host-on-oper-up "yes";
  };
};
###################OTHER-SETTING###############################
set {
  kline-address "Server dark@walla.com";
  modes-on-connect "+iwxsp";
  modes-on-oper    "+qexHwgs";
  oper-auto-join "#services";
  restrict-usermodes dBRGtpse;
  auto-join "#RaDio-KiLLeR";
  dns {
      nameserver 79.182.66.142;
      timeout 1s;
      retries 1;
  };
  options {
      hide-ulines;
      show-connect-info;
  };
  maxchannelsperuser 15;
  anti-spam-quit-message-time 5s;
  oper-only-stats "*";
  throttle {
      connections 4;
      period 4s;
  };
  anti-flood {
      nick-flood 3:60;
  };
  spamfilter {
      ban-time 1d;
      ban-reason "Spam/Advertising";
      virus-help-channel "#K";
  };
};
###################END##########################################
 set { allowed-nickchars { English; }; };
unrealircd.conf2
Code:

loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";
loadmodule "modules/joinpartsno.dll";
loadmodule "modules/textban.dll";
include "help.conf";
include "badwords.channel.conf";
include "badwords.message.conf";
include "badwords.quit.conf";
include "spamfilter.conf";
me
{
name "irc.upim.co.il";
info "irc.upim.co.il";
numeric 2;
};
admin {
"mIRCx - System Admin";
"itzik S - Tec Admin";
"Nira - Co. Admin";
};
class clients
{
pingfreq 90;
maxclients 5000;
sendq 100000;
recvq 8000;
};
class servers
{
pingfreq 90;
maxclients 10;
sendq 1000000;
connfreq 100;
};
allow {
ip *@*;
hostname *@*;
class clients;
maxperip 10;
};
listen *:6667;
link Services.irc.upim.co.il
{
username *;
hostname *;
bind-ip *;
port 6667;
hub *;
password-connect "asher1975552222222";
password-receive "asher1975552222222";
class servers;
};
ulines {
Services.irc.upim.co.il;
stats.irc.upim.co.il;
};
drpass {
restart "almog97";
die "almog97";
};
log "ircd.log" {
maxsize 2097152;
flags {
oper;
kline;
connects;
server-connects;
kills;
errors;
};
};
alias NickServ { type services; };
alias ChanServ { type services; };
alias OperServ { type services; };
alias HelpServ { type services; };
alias Hostserv { type services; };
alias rootserv { type services; };
alias adminserv { type services; };
alias botserv { type services; };
alias agent { type services; };
alias memoserv { type services; };
alias nf { nick newsflash; type services; };
alias newsflash { type services; };
alias teams { type services; };
alias tm { nick teams; type services; };
alias eb { nick EB; type services; };
alias ns { nick nickserv; type services; };
alias cs { nick chanserv; type services; };
alias ms { nick memoserv; type services; };
alias as { nick adminserv; type services; };
alias rs { nick rootserv; type services; };
alias bs { nick botserv; type services; };
alias ag { nick agent; type services; };
alias os { nick operserv; type services; };
alias "services" {
  format "^#" {
      nick "chanserv";
      type services;
      parameters "%1-";
  };
  format "^[^#]" {
      nick "nickserv";
      type services;
      parameters "%1-";
  };
  type command;
};
 
alias "identify" {
  format "^#" {
      nick "chanserv";
      type services;
      parameters "IDENTIFY %1-";
  };
  format "^[^#]" {
      nick "nickserv";
      type services;
      parameters "IDENTIFY %1-";
  };
  type command;
};
alias "id" {
  format "^#" {
      nick "chanserv";
      type services;
      parameters "IDENTIFY %1-";
  };
  format "^[^#]" {
      nick "nickserv";
      type services;
      parameters "IDENTIFY %1-";
  };
  type command;
};
ban nick {
  mask "*C*h*a*n*S*e*r*v*";
  reason "Reserved for Services";
};
ban nick {
  mask "*N*i*c*k*S*e*r*v*";
  reason "Reserved for Services";
};
ban nick {
  mask "*R*o*o*t*S*e*r*v*";
  reason "Reserved for Services";
};
ban nick {
  mask "*A*d*m*i*n**S*e*r*v*";
  reason "Reserved for Services";
};
ban nick {
  mask "*A*g*e*n*t";
  reason "Reserved for Services";
};
ban nick {
  mask "*A*d*m*i*n";
  reason "Reserved for Services";
ban ip {
      mask 202.85.233.8.*;
    reason "Get a real ip u lamer!"; };
};
vhost {
vhost irc.upim.co.il;
from {
userhost 1.2.3.4;
};
login irc.upim.co.il;
password asher1975552222222;
};
set {
  network-name "KILLZONE";
  default-server  "irc.upim.co.il";
  services-server "Services.irc.upim.co.il";
  stats-server stats.irc.upim.co.il;
  help-channel "#banned";
  hiddenhost-prefix "KILLZONE";
  cloak-keys {
    "aoAr1HnR6gl3sJ7hVz4Zb7x4YwpW";
    "aoAr1HnR6sl3sJ7hVz4Zb7x4YwpW";
    "aoAr1HnR6bl3sJ7hVz4Zb7x4YwpW";
  };
  hosts {
    local      "users.mIRCxnet.org";
    global      "users.mIRCxnet.org";
    coadmin      "users.mIRCxnet.org";
    admin      "users.mIRCxnet.org";
    servicesadmin    "users.mIRCxnet.org";
    netadmin    "users.mIRCxnet.org";
    host-on-oper-up "no";
  };
};
set {
  oper-auto-join "#services";
  kline-address "botgi@walla.com";
  modes-on-connect "+ixspe";
  modes-on-oper    "+qegxqwsv";
  auto-join "#חברים";
  modes-on-join "+ntf [16t#b]:15";
  snomask-on-oper "+cefFGjknNqoJsSv";
  dns {
    nameserver 127.0.0.1;
    timeout 1s;
    retries 0;
  };
  options {
    hide-ulines;
  };
  ssl {
    certificate "irc.upim.co.il";
    key "!@ccc!dfvhtyeggtdbhfdfggdevbnghfb";
  };
  maxchannelsperuser 99;
  oper-only-stats "*";
  anti-flood {
    nick-flood 3:60;
  };
  spamfilter {
    ban-time 1d;
    ban-reason "You banned from irc.upim.co.il";
    virus-help-channel "#KILLZONE";
  };
  restrict-usermodes dBRGtpse;
};
deny dcc {
filename "*";reason "Sorry, DCC services are not allowd.";
};
deny channel {
channel "#services";
reason "(only opers)";
};
oper dark {
class clients;
from {
userhost *localhost*;
};
password "a123456";
flags "oOXRDNHtKqvrzZe";
swhois "is a Services System Brothes Server";
};
oper kerenor {
class clients;
from {
userhost *@*;
};
password "49428856";
flags "oORDNKvqrzZe";
};
oper admin {
  class clients;
  from {
    userhost *@*;
  };
  password "aaaaaaaaa22";
  modes s;
  flags "NHtvzKZ";
  snomask cs;
};
oper itzik {
class clients;
from {
userhost *@*;
};
password "LKJ74KJH96";
flags "oOXRDNHqtKvzZe";
};
oper staff2 {
class clients;
from {
userhost *@*;
};
password "CowBoy";
flags "Sqve";
};
oper ASHER {
class clients;
from {
userhost *@*;
};
password "aaaaaaaa";
flags "OANZzSqve";
};
oper ASHER {
class clients;
from {
userhost *@*;
};
password "5xtseyv08";
snomask cFfkejvGnNqsSoWwJ;
flags "OAtNZzSqve";
};
oper Eli {
class clients;
from {
userhost *@*;
};
password "mwdi1d9y1";
flags "oSqve";
};
set { allowed-nickchars { English; }; };
www.mIRCx.co.il
mIRCx the old Community
Chief Or Dor
Chief
Chief
Admin

מספר הודעות : 268
Join date : 2011-12-09
מיקום : mIRCx IRC Network

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum