Logo

רד-בורד: ארכיון

ראשי > אבטחת מידע > שרת מירק על המחשב-עזרה

25/01/2005 21:39:42 jruin
אני יודע שיש קובץ שבעזרתו אני יכול לפתוח שרת מירק על המחשב.
למישהו יש אולי את הקובץ?
תודה מראש
25/01/2005 21:46:26 phax
www.unrealircd.org
mIRC is only the client, the server is IRCD as
internet relady chat daemon.

you can always use the help of mircx.co.il
(although the hlelp files of unrealircd are great)

services -
ircservices.com

if you will need anyhelp configurating something, send me a pm/publish at coding and i’ll try helping you.

edit.
i was bored, so i decided to config my own unreal IRC server, and help you a lil.
check it out.

קוד:

me {
name "irc.data.org"; /* servers name */
info "lame net"; /* ./info etc */
numeric 233; /* a number you add */
};


admin { /* /admin info */
"bob";
"someone";
};

class clients {/* rtfm..*/
pingfreq 90;
maxclients 100;
sendq 100000;
recvq 8000;
};

class servers { /* rtfm..*/
pingfreq 90;
maxclients 5;
sendq 1000000;
connfreq 100;
};

allow { /* allow how many clones */
ip *;
hostname *@*;
class clients;
maxperip 5;
};

listen *:6667 { /* ports that clients will connect, if you want SSL, rtfm. and add SSl-zip or something like that */
options {
clientsonly;
};
};


oper admin { /* oper user */
class clients;
from {
userhost *@*; /* host */
};
password "12345";
flags {
netadmin;
can_gkline;
can_gzline;
can_zline;
can_restart;
can_die;
global;
};
swhois "can see anything.";
snomask "frebWqFv";
};

drpass { /* restart n’ die passwords */
restart "r3st4r7";
die "803";
};

loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";


link somewhere.com { /* link a server/services */
username us3r;
hostname bla.com;
port 6668;
bind-ip bla.com;
password-connect "X2";
password-receive "X2";
class servers;
options {
autoconnect;
};
};

ulines {
uline.at.dot.com; /* ulines for servers/services */
};

set {
cloak-keys {
"RTFM";
"rtfm";
"rtfm";
};


maxchannelsperuser 10; /* max channels a user can go into */
services-server services;
help-channel #operhelp; /* help channel */
hosts {
admin admini.com; /* admin...*/
servicesadmin services.for.administration.com; /* services admin */
netadmin admini.com; /* netadmin \/ */
coadmin company.admini.com; /* coadmin host*/
host-on-oper-up yes; /* when an oper login, he will get the hosts */
};

modes-on-connect "+ixw"; /* modes on connect, you can add more, but this one are enough.*/
modes-on-oper "+xwWoOgs";
oper-auto-join "#staff"; /* opers channel */
network-name network; /* /network -s name */
default-server oops.com;/*i know it’s not a vaild ip, put ip of the server here. */
hiddenhost-prefix n3tw0rk;

dns {
nameserver meh.com; /* Servers ip address*/
timeout 2s; /* leave it */
retries 2; /* indeed. */
};
kline-address phax@nix.co.il;
options {
hide-ulines;
};
hosts {
admin admini.com; /* hosts on oper loggs in */
servicesadmin services.for.administration.com;
netadmin admini.com;
coadmin company.admini.com;
global something.to.say;
host-on-oper-up yes;
};

};



tested on win32 n’ madrake and worked fine.



[ההודעה נערכה על-ידי phax ב-25/01/2005 22:02:32][ההודעה נערכה על-ידי phax ב-25/01/2005 22:03:21]
26/01/2005 18:05:59 cp77fk4r
ממ.. זה לא הנושא של הפורום, אבל אין לי ממש לאיפה להעביר את זה, ככה ש.. בינתיים זה נשאר פה.

בכל אופן, יש מדריך מאוד נחמד של Ohad, מmIRCx, בנושא, כנס לפה:

http://www.mircx.co.il/website/viewtopic.php?t=7354
26/01/2005 20:51:35 phax
As you can see the article deals with lame UNREAL IRCD for unreal 3.1.2
this version is older than this version,
it’s not usefull.
עמודים: 1