mirc mirc indir türkçe mirc mirç mirç yükle indir download
       
mIRC/IRC Menü
IRCd/Eggdrop Menü
Yeni Dökümanlar
Yeni Hazır Kodlar
Online Kullanıcılar
Bahamut Kurulumu
Oncelikle Shellimize login oluyoruz..
Hemen bahamut dosyalari icin bi klasor olusturuyoruz..
[user@IRCTurk user]$ mkdir ircd
Bu komut ile ircd/ klasoru olusturduk..Simdilik buna dokunmuyoruz bunu ilerisi icin kullanicaz..
Simdi Bahamut1.4.35 i shell hesabimiza indiriyoruz..
[user@IRCTurk user]$ wget http://bahamut.dal.net/ircd-qa/bahamut-1.4.35-release.tar.gz
Artik bahamut1.4.25 hesabimizda simdi sira zipli dosyayi acmaya geldi..
[user@IRCTurk user]$ tar zxvf bahamut-1.4.35-release.tar.gz
yaziyoruz..Simdi zip dosyasi acildi vede shellinizde bahamut-release/ adinda bi klasor olustu..
simdi o klasorun icine giriyoruz..
[user@IRCTurk user]$ cd bahamut-release
Simdi bahamut klasorunun icindeyiz vede kurma islemine baslayabiliriz..
[user@IRCTurk user]$ ./configure
bu islem bittikten sonra
[user@IRCTurk user]$ ./config
yaziyoruz..Bu islem sirasinda kurulum bize sorular sorucaktir..
Sirasiyla sorulara bakalim...
What are the maximum File Descriptors that the IRCD can use?
[1024] ->
Sadece ENTER tusuna basin..
What are the maximum number of Users you
intend to allow on your IRC server?
Note that you can now change this number
on the fly with with /set command.
[1000] ->
Gene Entera Basin..
What is the maximum connection buffer amount?
Note, this CANNOT exceed the number of file descriptors
minus the maximum clients.
[24] ->
Entera basin..
What directory are all the server configuration files in?
Note, this directory name needs to end with a /
[/home/Stonkeep/bahamut] ->
kuruluma baslamadan once yaptigimiz islemi hatirlatin mkdir ircd yazmistik..Simdi burada oranin tam yolunu vericegiz vede bahamutu ircd/ klasorunun icine kuracagiz..
cevap olarak buraya /home/kullaniciadi/ircd yaziyoruz..
kullanici adi olarak shellinize login olarak kullandiginiz username i kullanin..Vede onceden ircd/ klasorunu yaratmayi unutmayin..
What is the explicit path to where the ircd binary will be
installed? This should point to a file, not a directory.
[/home/Stonkeep/bahamut] ->
Bu soruyada /home/kullaniciadi/ircd/ircd olarak cevap veriyoruz..
Dikkat sakin sonuna "/" isareti koymayin..
Would you like to see when a /stats is requested?
This only applys for +y users.
[Yes] ->
ENTERlayin..
There are clients out there ignoring the MOTD numeric, so
there is no point forcing MOTD on connecting clients. Instead of
sending the MOTD, enabling this will just send a short notice to the
connecting client asking them to read the motd.
To change the notice, you may edit ircd.smotd in the same directory
as your ircd.motd file.
[Yes] ->
ENTERlayin..
Would you like Connecting Clients to by automatically set +i?
[Yes] ->
ENTERlayin..
Would you like to compile as a HUB?
[No] ->
Eger baska bir servera link atmicaksaniz Yes diyin yoksa ENTERlayin..
Would you like connecting users to be sent a notice regarding
wingate and socks scans? This must be defined if you
intend to run your server on DALnet.
[Yes] ->
ENTERlayin..
What host does your wingate bot run from?
This is only a default and may be overridden with a T: line
See doc/example.conf for more information on T: lines
[some.bot.host] ->
proxy.serverinizismi.net olarak yazin..
What address can users affected by k-lines ask for help?
This is displayed to all LOCALLY k-lined users upon connect.
This should be the address of the local administrator.
This should _NOT_ be kline@dal.net!
[admin@poorly.configured.server.com] ->
kline larda kullanilacak adres..Admin adresinizi girmeniz yeterli olucaktir..
What address can users affected by autokills ask for help?
This is displayed to all globally autokilled users upon connect.
This should be the address of the network administrator.
On dalnet, this should be kline@dal.net.
[admin@poorly.configured.server.com] ->
buna akilllerin icin kullanilacak adres yukaridaki ile ayni adresi girin...
Would you like to use syslog for server logging?
This is STRONGLY reccomended, many errors can be caught by syslog.
[No] ->
YES diyip ENTERlayin..
What sendq length do you wish to have?
[5050000] ->
ENTERlayin..
What size of a bufferpool do you wish to have?
A bufferpool is a total of ALL sendq's in use
[(4 * MAXSENDQLENGTH)] ->
ENTERlayin...
Do you want your server to hide U:lined servers in a /links?
If you are planning to link to DALnet, this MUST be defined.
[Yes] ->
ENTERlayin..
Do you want to use the poll system call?
If you are on a solaris machine, this is mandatory.
Linux machines using a kernel older than 2.4 should use select.
Poll works nicely on freebsd machines.
Select is more economical for small networks.
[Yes] ->
ENTERlayin..
If you have network services and would like to make use of
the built in secure services aliasing features, type in the
name of your network services server here. If you are a
DALnet admin, you would type in "services.dal.net" below.
[services.dal.net] ->
Servislerinizin Ismini yazin.. Services.serveriniz.net gibi..
What is the maximum number of channels a user should be able to join?
[10] ->
Bir kullanici en fazla kac kullanici girebilir.. Tavsiye: 15
Would you like to encrypt oper passwords in O:lines?
[No] ->
ircd.conf daki O:line(Oper sifresi)sifrelenmis mi yoksa normal yazimi olucak..Yes derseniz sifre yapmak icin tools/ klasoru altindaki mkpasswd u kullanmiz gereklidir.. Normal sifreleme icin ENTERa basin..
Would you like to enable connection-throttling code?
[Yes] ->
ENTERlayin..
Evetttt bu bolumde bitti.Simdi sira dosyalari sisteminiz icin uygun hale getirmekde..
[user@IRCTurk user]$ make
[user@IRCTurk user]$ make install
yazarak bahamut kurulumunu tamamliyoruz..
Eger herseyi dogru yaptiysaniz ircd.conf vede ./ircd dosyalariniz /home/kullaniciadi/ircd klasorunun icinde olucaktir..
[user@IRCTurk user]$ cd
[user@IRCTurk user]$ cd ircd
sizi direkman bu klasore goturucektir..
Bundan sonra yapmaniz gereken sey ircd.conf u editlemek vede ./ircd komutu ile serverinizi calistirmak...
Kolay Gelsin...
Bu yazı toplam 1376 defa okunmuştur.
Bu döküman M00NLY tarafından eklenmiştir.

Yorumlar
Yorum yapabilmeniz için üye olmanız gerekmektedir.
<< Geri Dön
 

Üye Girişi
Kullanıcı Adı
Şifre
Kayıt Ol  
Şifremi Unuttum  
En Çok Yüklenenler
Türkçe mIRC 6.2
120202
PAPATYA v5 Webcam
21156
SiberTR Trivia Bot
19334
SiberTR Cloner v2
18965
DJ Programı (Shoutcast)
14205
komutsoru-botu
13272
PAPATYA v4
12217
SiberTR Cloner v1
10684
iSLamca Script v3.0
8737
eSChat Script
8701
Son Eklenen Dosyalar
Mavi TV Programı
10
KillRmt DLL
40
İrcde Script
92
Sohbetideal V3
35
maviS mİRC Script
58
Yonja mİRC Script
69
Sohbett mİRC
99
islami soru botu
96
SohbetideaL V2
77
Hossohbetci Script v2
81
Son Yapılan Yorumlar
aBso ScRipT
Sohbetideal V3
SohbetideaL V2
SohbetideaL ScripT
aBso ScRipT
CipMercy v3 - Socket System
İrcde Script
CipMercy v3 - Socket System
CipMercy v3 - Socket System
Siber Script

mirc mirc mirc mirc
sohbet Blog Sitemap  ---- mIRCHane.Com 2006 © Programlama: bLackStar Google Seo: CoLe

EkleBunu Sosyal Paylaşım Butonu