Tekil Mesaj gösterimi
  #13 (permalink)  
Alt 10.11.07, 05:25 AM
PowerUseR - ait Kullanıcı Resmi (Avatar)
PowerUseR PowerUseR isimli Üye şimdilik offline konumundadır
Celeron
 
Üyelik tarihi: Aug 2007
Yaş: 36
Mesajlar: 71
Tecrübe Puanı: 22
PowerUseR has a reputation beyond reputePowerUseR has a reputation beyond reputePowerUseR has a reputation beyond reputePowerUseR has a reputation beyond reputePowerUseR has a reputation beyond reputePowerUseR has a reputation beyond reputePowerUseR has a reputation beyond reputePowerUseR has a reputation beyond reputePowerUseR has a reputation beyond reputePowerUseR has a reputation beyond reputePowerUseR has a reputation beyond repute
PowerUseR - İCQ üzeri Mesaj gönder PowerUseR - MSN üzeri Mesaj gönder PowerUseR - YAHOO üzeri Mesaj gönder PowerUseR isimli Üyeye Skype üzeri Mesaj gönder
Aradıgın bu sanırı

tüm ircd satan arkadaslarım icin yararlı olacagını düsünüyorum hic birseyi editlemeden
unreali kuruyor ( gerekli tüm modulleriyle ) conflarini hazırlıyor bırakıyor size sadece
unreali start etmek kalıyor sorunsuz calısması icin wget adresleri ile oynamayın
bizzat kendim aylardır kullanıyorum sorunsuz calısıyor

Kodun uyarlanması Sunucu üzerinde Root yetkisi olması gerekir
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxx
ssh a root a baglanın
PHP- Kodu:
pico /usr/bin/ukur 
Girin
icine asagıda verdigim kodu eksiksiz kopyalayın kaydet ve cık
daha sonra chmod yetkisini +x yapın
PHP- Kodu:
chmod +/usr/bin/ukur 
eger wget adresleriyle oynamadıysaniz kurulumu su komut ile yapabilirsin
ister root dan su - user isterseniz müsteri ssh a login olup

PHP- Kodu:
ukur domain.com ipadresi RootNicki 
yazıp arkanıza yaslanın o bitince durur
Kod:
#/usr/bin/! clear echo "*-------------------------------------------------*" echo "| ideal-network.com'u Sectiginiz icin tesekkurler. |" echo "*-------------------------------------------------*" echo "| IRCDnizin Dogru calismasi icin ayarlarinizin |" echo "| dogrulugunu kontrol Etmeliyim.. |" echo "*-------------------------------------------------*" echo "| Ayarlar Dogru Oldugu Halde IRCDniz calismiyorsa |" echo "| poweruser@ulusalchat.net adresine bildiriniz. |" echo "*-------------------------------------------------*" echo "| Ayrintili Bilgi icin www.ircdepo.com adresini |" echo "| Ziyaret Ediniz... |" echo "*-------------------------------------------------*" echo "Devam Etmek İçin Lutfen Klavyeden ENTER Tusuna Basiniz" read cc clear wget www.ideal-network.com/unreal.tar.gz tar zxvf unreal.tar.gz cd Unreal3.2 cd src/modules rm -rf m_join.c wget http://ideal-network.com/modul/m_join.c cd ../.. clear echo "Unreal Kuruluyor... (Bu Islem Birkac Dakika Surebilir.)" ./Config -q clear echo "Ayarlar Kayit Ediliyor... (Bu Islem Birkac Dakika Surebilir.)" make cd src/modules wget http://ideal-network.com/modul/adwords.c wget http://ideal-network.com/modul/antilitmus.c wget http://ideal-network.com/modul/antimoon.c wget http://ideal-network.com/modul/antirandom.c wget http://ideal-network.com/modul/cmdflood.c wget http://ideal-network.com/modul/delaylist.c wget http://ideal-network.com/modul/icerik.c wget http://ideal-network.com/modul/m_antidccbug.c wget http://ideal-network.com/modul/m_getinfo.c wget http://ideal-network.com/modul/m_gqline.c wget http://ideal-network.com/modul/m_ircops.c wget http://ideal-network.com/modul/m_nonotice.c wget http://ideal-network.com/modul/ekle.c wget http://ideal-network.com/modul/m_privdeaf.c wget http://ideal-network.com/modul/m_rmtkl.c wget http://ideal-network.com/modul/hideserver.c wget http://ideal-network.com/modul/m_sendraw.c wget http://ideal-network.com/modul/netadmins.c wget http://ideal-network.com/modul/noctcp.c wget http://ideal-network.com/modul/blockrepeat.so wget http://ideal-network.com/modul/takip.c wget http://ideal-network.com/modul/bilgi.c cd ../.. wget http://ideal-network.com/modul/modules.conf wget http://ideal-network.com/modul/reklam.conf wget http://ideal-network.com/modul/proxy.conf wget http://ideal-network.com/modul/spam.conf wget http://ideal-network.com/modul/trojan.conf clear make custommodule MODULEFILE=adwords make custommodule MODULEFILE=antilitmus make custommodule MODULEFILE=antimoon make custommodule MODULEFILE=antirandom make custommodule MODULEFILE=bilgi make custommodule MODULEFILE=cmdflood make custommodule MODULEFILE=delaylist make custommodule MODULEFILE=hideserver make custommodule MODULEFILE=icerik make custommodule MODULEFILE=m_antidccbug make custommodule MODULEFILE=m_getinfo make custommodule MODULEFILE=m_gqline make custommodule MODULEFILE=m_ircops make custommodule MODULEFILE=ekle make custommodule MODULEFILE=m_nonotice make custommodule MODULEFILE=m_privdeaf make custommodule MODULEFILE=m_rmtkl make custommodule MODULEFILE=m_sendraw make custommodule MODULEFILE=takip make custommodule MODULEFILE=netadmins make custommodule MODULEFILE=noctcp echo "*-------------------------------------------------------*" echo "| Unreal kurulumu basarı ile tamamlandi! |" echo "| Unreal Kurulum Aparati ideal-network By PowerUseR |" echo "| unrealircd.conf Dosyasi olusturulacak |" echo "| Lütfen Entere Basin|" echo "*-------------------------------------------------------*" read cc clear cat >unrealircd.conf<<_EOF__ ################################################## ################ # Bu unrealircd.conf dosyasi ideal-network tarafindan hazirlanmistir # ########## Server Bilgi ########################################## me {  name Irc.$1;  info "Network [Hub] www.$1";  numeric 1;  };  ########## Admin Bilgi ########################################  admin {  "|===>>> $3 <<<===|"; "info@$1";  "http://www.$1"; };  ########## Ayarlar ############################################  class clients {  pingfreq 90;  maxclients 1024;  sendq 100000;  };  class servers {  pingfreq 300;  connfreq 600;  maxclients 5;  sendq 1000000;  };  ########## İzin Ayarları ######################################  allow {  ip "*@*";  hostname "*@*";  class clients;  };  ########## Die Ve Restart Şifreleri ###########################  /* Die/Restart Password */  drpass {  die "6562565645fd6fdfg";  restart "6456454dfs5g4bvfd5s4g";  };  ########## line Ayarları ######################################  link services.$1 {  username *;  hostname $2;  bind-ip *;  port 6667;  password-connect "services";  password-receive "services";  class servers;  leaf *;  };  link koruma.$1 {  username *;  hostname $2;  bind-ip *;  port 6667;  password-connect "services";  password-receive "services";  class servers;  leaf *;  }; ########## U Line Ayarları #####################################  ulines {  services.$1;  koruma.$1;  };  ########## Banned Nick Yasaklı nick'ler ########################  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 "*M*e*m*o*S*e*r*v*"; reason "Reserved for services"; };  ban nick { mask "*H*e*l*p*S*e*r*v*"; reason "Reserved for services"; };  ban nick { mask "*O*p*e*r*S*e*r*v*"; reason "Reserved for services"; };  ban nick { mask "*I*n*f*o*S*e*r*v*"; reason "Reserved for services"; };  ban nick { mask "*Admin*"; reason "Reserved for Administrator"; };  ban nick { mask "*IRC*op*"; reason "Reserved for ircops"; };  ban nick { mask "*Oper*"; reason "Reserved for ircops"; };  ban nick { mask "Status"; reason "Bug in mIRC"; };  ########## Include Klasörü #####################################  include "aliases/epona.conf"; include "badwords.channel.conf"; include "badwords.message.conf"; include "help.conf"; include "opers.conf"; include "spamfilter.conf"; include "proxy.conf"; include "spam.conf"; include "reklam.conf"; include "trojan.conf"; include "modules.conf"; # /* Some modules;  loadmodule "src/modules/cloak.so";  loadmodule "src/modules/commands.so";  /* Mirc Girisler Icin Normal Giris Portlari */ listen $2:6660-6669; /* Sunucuya 6660 Ile 7000 Arasi Giris Portlari */  listen $2:7000; listen $2:7777; ########## Work Ayarları ####################################  set {  network-name "$1";  allowed-nickchars { turkish; }; default-server "Irc.$1";  services-server "services.$1";  kline-address "irc@$1";  modes-on-connect "+iwxt";  restrict-usermodes "ixBwCs"; restrict-channelmodes "fGntDC"; modes-on-join "+ntf [5c#C15,5j#R5,12k#K10,12m#m10,5n#N15,8t#b]:10"; modes-on-oper "+pxwqoOs-Gh";  maxchannelsperuser 10;  help-channel "#Help";  stats-server "stats.$1"; auto-join "#Sohbet,#Radyo,#Oyun"; oper-auto-join "#Opers,#takip";  hiddenhost-prefix "$1";  static-part "4Web Adresimiz 12Http://Www.$1 "; static-quit "4Klavyeden Dostluklara Acılan Kapı 12Http://Www.$1 & 12 Irc.$1";  anti-spam-quit-message-time 10s;  oper-only-stats "*";  throttle { connections 6; period 60s; }; anti-flood { nick-flood 1:30; }; dns {  nameserver $2;  timeout 2s;  retries 2;  }; hosts {  local "$1.Operator";  global "$1.IRCOperator";  coadmin "$1.CoAdministrator";  netadmin "$1.Network.Admin";  servicesadmin "$1.SAdmin";  admin "$1.ServerAdmin";  host-on-oper-up "yes";  }; cloak-keys {  a2JO6fh3Q6w4oN3s8; a2JO6fh3Q6w4oN3s1; a2JO6fh3Q6w4oN3s7; }; options {  show-connect-info;  };  };  log "ircd.log" { maxsize 2097152; flags { oper; server-connects; errors; }; }; ban version { mask "5.91"; reason "Version Yenileyin."; }; allow dcc { filename "*.jpg"; soft yes; }; allow dcc { filename "******"; soft yes; }; allow dcc { filename "*.zip"; soft yes; }; allow dcc { filename "*.txt"; soft yes; }; deny dcc { filename "*.exe"; reason "Exe tipi uygulama dosyası göndermek yasaktır "; soft yes; }; deny dcc { filename "*.bat"; reason "BAT tipi uygulama dosyası göndermek yasaktır "; soft yes; }; deny dcc { filename "*.CFG"; reason "cfg tipi uygulama dosyası göndermek yasaktır "; soft yes; }; listen $2:7000 { options { java; }; }; 
__________________
CahiL Bir kimsenin yanında Kitap gibi sesiz OL..!

Konu PowerUseR tarafından (02.07.08 Saat 06:12 PM ) değiştirilmiştir..
Alıntı ile Cevapla