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
Guide install UnrealIRCD EmptySat Aug 05, 2023 2:09 am by Chief

» mIRCx IRC Network Config
Guide install UnrealIRCD EmptySat Jul 15, 2023 9:51 pm by Chief

» ircu2.10.12-pk with dnsbl
Guide install UnrealIRCD EmptyFri Mar 10, 2023 2:22 pm by Admin

» Guide install PyLink on New version FreeBSD
Guide install UnrealIRCD EmptyThu Dec 15, 2022 9:39 pm by Chief

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

» install Nefarious2 && X3 IRC Services in FreeBsd
Guide install UnrealIRCD EmptySat Nov 12, 2022 3:12 pm by Chief

» help problem with adduser in Freebsd 12
Guide install UnrealIRCD EmptyFri Nov 11, 2022 9:06 pm by Chief

» מדריך פקודות והתקנה בסרביס X3
Guide install UnrealIRCD EmptyFri Oct 28, 2022 1:43 pm by Chief

» מדריך הגדרות WebIRC in Nefarious2
Guide install UnrealIRCD 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


Guide install UnrealIRCD

Go down

Guide install UnrealIRCD Empty Guide install UnrealIRCD

Post  Chief Tue Oct 09, 2012 12:55 pm

mIRCx
Guide install UnrealIRCD
ok today we learn about install unrealircd from linux and i show to you what you need to do
ok first you meed download unrealircd
Code:

wget http://www.unrealircd.com/downloads/Unreal3.2.9.tar.gz
this first and next you need config all file
Code:

tar zxvf Unreal3.2.9.tar.gz
 cd Unreal3.2
./Config
make
make install
ok after you did Config you need answer to question in Config then if you see question like this
Guide install UnrealIRCD L7c03zn3eq5ecyfl0ndw
you need send in first question yes and later all question send Enter ok next you need to change example.conf to unrealircd.conf and you need write in Terminal
Code:

cp doc/example.conf ./unrealircd.conf
after you need fix something in unrealircd.conf then you can inside from file or from Terminal
Code:

nano unrealircd.conf
and fix your conf.. after you fix and you try to run unrealircd and you see something look like this
Guide install UnrealIRCD Qoph67pspotmk862r62a
then inside to folder unreal3.2 and open file and write name ircd.log then try again start
Code:

./unreal start
if you want stop unreal or rehash you can write in Terminal
Code:

./unreal stop
./unreal rehash
./unreal mkpasswd
./unreal restart
and if you dont know how fix unrealircd.conf and you need help you can using in this conf build By Smart-Child
Code:

loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";
include "help.conf";
include "badwords.channel.conf";
include "badwords.message.conf";
include "badwords.quit.conf";
include "spamfilter.conf";
include "aliases/anope.conf";


me
{
name "dark.co.il";
info "- msn Network IRC Server";
numeric 2;
};


admin {
"|=================================|";
"|===> Administrators: <===|";
"|= -------------------- =|";
"|= ASHER - Owner =|";
"|= Smart-Child - Owner =|";
"|= -------------------- =|";
"|= Itzik - IRCop =|";
"|= Speed - IRCop =|";
"|= Yossi - IRCop =|";
"|= -------------------- =|";
"|= =|";
"|===> Email: <===|";
"|= botgi@walla.com =|";
"|= -------------------- =|";
"|=================================|";
};


class clients
{
pingfreq 50;
maxclients 1000;
sendq 2000000;
recvq 8000;
};

class servers
{
pingfreq 90;
maxclients 50;
sendq 1000000;
connfreq 1000;
};


allow {
ip *@*;
hostname *@*;
class clients;
maxperip 3;
};

allow channel {
channel "#c,a'?e'i'";
};


oper hzhzhzh {
class clients;
from {
userhost *@*;
};
password "fgfsgfsgfg";
flags
{
local;
global;
coadmin;
admin;
services-admin;
netadmin;
can_rehash;
can_die;
can_restart;
helpop;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_localkill;
can_globalkill;
can_kline;
can_unkline;
can_localnotice;
can_globalnotice;
can_zline;
can_gkline;
can_gzline;
get_umodew;
get_host;
can_override;
can_setq;
can_addline;
can_dccdeny;
};

swhois "Is Owner Of msn Network Chat";
snomask iowghraAsxNWqkfveGSso;
};

oper ASHER {
class clients;
from {
userhost *@*;
};
password "aaaaaaaaa";
flags
{
local;
global;
coadmin;
admin;
services-admin;
netadmin;
can_rehash;
can_die;
can_restart;
helpop;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_localkill;
can_globalkill;
can_kline;
can_unkline;
can_localnotice;
can_globalnotice;
can_zline;
can_gkline;
can_gzline;
get_umodew;
get_host;
can_override;
can_setq;
can_addline;
can_dccdeny;

};
swhois "Is Owner Of msn Network Chat";
snomask iowghraAsxNWqkfveGSso;
};
oper Itzik {
class clients;
from {
userhost *@*;
};
password "21042104";
flags
{
local;
global;
coadmin;
admin;
netadmin;
can_rehash;
can_die;
helpop;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_localkill;
can_globalkill;
can_kline;
can_unkline;
can_localnotice;
can_globalnotice;
can_zline;
can_gkline;
can_gzline;
get_umodew;
get_host;
can_override;
can_setq;
can_addline;
can_dccdeny;
};
swhois "Is IRCop Of msn Network Chat";
snomask iowghraAsxNWqkfveGSso;
};
oper yossi {
class clients;
from {
userhost *@*;
};
password "2020301";
flags
{
local;
global;
coadmin;
admin;
services-admin;
netadmin;
can_die;
helpop;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_unkline;
can_localnotice;
can_globalnotice;
get_umodew;
get_host;
can_override;
can_setq;
can_addline;
can_dccdeny;
};
swhois "Is IRCop Of msn Network Chat";
snomask iowghraAsxNWqkfveGSso;
};
oper Speed {
class clients;
from {
userhost *@*;
};
password "cdkv-mvuc-ajur";
flags
{
local;
global;
coadmin;
admin;
can_rehash;
can_die;
helpop;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_localkill;
can_globalkill;
can_kline;
can_unkline;
can_localnotice;
can_globalnotice;
can_zline;
can_gkline;
can_gzline;
get_umodew;
get_host;
can_override;
can_setq;
can_addline;
can_dccdeny;
};
swhois "Is IRCop Of msn Network Chat";
snomask iowghraAsxNWqkfveGSso;
};


listen *:6661;
listen *:6662;
listen *:6663;
listen *:6664;
listen *:6665;
listen *:6666;
listen *:7000;
listen *:6668;
listen *:6669;

link dark.co.il {
username *;
hostname 127.0.0.1;
bind-ip *;
port 6668;
leaf *;
password-connect "CooLink";
password-receive "CooLink";
class servers;
options {
autoconnect;

};
};
link Services.dark.co.il
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 6667;
hub *;
password-connect "CooLink";
password-receive "CooLink";
class servers;

};

ulines {
Services.dark.co.il;
Stats.dark.co.il;

};

drpass {
restart "yourestart?no";
die "fuck-the-irc";
};

log "ircd.log" {
maxsize 2097152;
flags {
oper;
kline;
connects;
server-connects;
kills;
errors;
sadmin-commands;
chg-commands;
oper-override;
spamfilter;
};
};


alias NickServ { type services; };
alias ChanServ { type services; };
alias OperServ { type services; };
alias HelpServ { type services; };
alias MemoServ { type services; };
alias BotServ { type services; };
alias HelpBot { type services; };
alias StatServ { type stats; };
alias Global { type services; };
alias ns { type services; };
alias cs { type services; };
alias os { type services; };
alias hs { type services; };
alias ms { type services; };
alias bs { type services; };
alias hb { type services; };

alias "identify" {
format "^" {
target "chanserv";
type services;
parameters "IDENTIFY %1-";
};
format "^[^#]" {
target "nickserv";
type services;
parameters "IDENTIFY %1-";
};
type command;
};
alias "id" {
format "^" {
target "chanserv";
type services;
parameters "IDENTIFY %1-";
};
format "^[^#]" {
target "nickserv";
type services;
parameters "IDENTIFY %1-";
};
type command;
};



/* Standard aliases */
alias "services" {
format "^#" {
target "chanserv";
type services;
parameters "%1-";
};
format "^[^#]" {
target "nickserv";
type services;
parameters "%1-";
};
type command;
};

alias "identify" {
format "^#" {
target "chanserv";
type services;
parameters "%1-";
};
format "^[^#]" {
target "nickserv";
type services;
parameters "%1-";
};
type command;
};

alias "identify" {
format "^#" {
target "chanserv";
type services;
parameters "IDENTIFY %1-";
};
format "^[^#]" {
target "nickserv";
type services;
parameters "IDENTIFY %1-";
};
type command;
};


/*
* NEW: tld {}
* OLD: T:Line
* This sets a different motd and rules files
* depending on the clients hostmask.
* Syntax is as follows:
* tld {
* mask (ident@host);
* motd "(motd file)";
* rules "(rules file)";
* };
*/

#tld {
# mask *@*.fr;
# motd "ircd.motd";
# rules "ircd.rules";
#};

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 "*S*e*r*v*";
reason "Reserved for SuperChat";
};
ban nick {
mask "*A*d*m*i*n*i*s*t*r*a*t*o*r*";
reason "Reserved for Services";
};
ban nick {
mask "os";
reason "Reserved due to services impersonation";
};
ban nick {
mask "cs";
reason "Reserved due to services impersonation";
};
ban nick {
mask "bs";
reason "Reserved due to services impersonation";
};
ban nick {
mask "hs";
reason "Reserved due to services impersonation";
};
ban nick {
mask "ms";
reason "Reserved due to services impersonation";
};
ban nick {
mask "IRCd";
reason "Reserved for internal IRCd purposes";
};
ban nick {
mask "sub7";
reason "This nick may not be used (Exploits)";
};
ban nick {
mask "idiot";
reason "Reserved for GalaxyNet";
};
deny channel {
channel "#";
reason "illegal channel name";
};
deny channel {
channel "#?";
reason "illegal channel name";
};
deny channel {
channel "#Services";
reason "IRCops Chan Only, Need Services Help? Join, #OperHelp";
};
deny channel {
channel "#lobby";
reason "For The Main Channel Please Join, #Friends";
redirect "#RaDio-KiLLeR";
};
deny channel {
channel "#help";
reason "For The Supprt Channel Please Join, #Support";
redirect "#Support";
};

set {
network-name "msn";
default-server "dark.co.il";
services-server "Services.dark.co.il";
stats-server "Stats.dark.co.il";
help-channel "#Support";
hiddenhost-prefix "#c,a'?e'i'";
prefix-quit ".";

cloak-keys {
"AHos2HOHS6ds2gsQQHGAkish";
"qF5D3ormaH6mnEvbaH226lfEhjf";
"hfA6HwFh53HedOwQg9Ufs";
};
hosts {
local "locop.IrC.RaDio-KiLLeR.NeT";
global "IRCop.IrC.RaDio-KiLLeR.NeT";
coadmin "CoAdmin.IrC.RaDio-KiLLeR.NeT";
admin "Admin.IrC.RaDio-KiLLeR.NeT";
servicesadmin "Sadmin.IrC.RaDio-KiLLeR.NeT";
netadmin "NetAdmin.IrC.RaDio-KiLLeR.NeT";
host-on-oper-up "no";
};
};
set {
kline-address "botgi@walla.com";
modes-on-connect "+iwxG";
modes-on-join "+ntCG";
modes-on-oper "+xgsWq";
auto-join "#RaDio-KiLLeR";
oper-auto-join "#Scripting";
allowed-nickchars { hebrew; };
options {
hide-ulines;
show-connect-info;
};

maxchannelsperuser 15;
anti-spam-quit-message-time 10s;

static-part yes;

oper-only-stats "okfGsMRUEelLCXzdD";

throttle {
connections 3;
period 60s;
};

anti-flood {
nick-flood 4:60;
};

spamfilter {
ban-time 1d;
ban-reason "Advertising";
virus-help-channel "#OperHelp";

};
};
credit to Smart-Child about conf
Good luck
Guide By mIRCx staff
www.mIRCx.co.il
mIRCx the old Community
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