IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   Eggdrop, NeoStats, BNC (https://www.ircforumlari.net/eggdrop-neostats-bnc/)
-   -   Eggdrop Calıstırınca (https://www.ircforumlari.net/eggdrop-neostats-bnc/37859-eggdrop-calistirinca.html)

firikcan 12 Eylül 2007 18:21

Eggdrop Calıstırınca
 
Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[16:30] --- Loading eggdrop v1.6.18 (Wed Sep 12 2007)
[16:30] Tcl error in file 'eggdrop.conf':
[16:30] invalid command name "channel"
while executing
"channel add #hatice,#islam,#oyun {
chanmode "+nt"
idle-kick 0
stopnethack-mode 0
}"
(file "eggdrop.conf" line 44)

EGGDROP ./eggdrop -m eggdrop.conf YAZINCA
ARKADASLAR CALISMIYO O CIKIYO NEDİR O

NeTDeLiSi 13 Eylül 2007 10:03

Cevap: Eggdrop Calıstırınca
 
Confun "44" üncü satırında hata var büyük ihtimal şu satırları yanlış yaptın ;

Alıntı:

channel add #hatice,#islam,#oyun {
chanmode "+nt"
idle-kick 0
stopnethack-mode 0
}
Kanalların arasına virgül koyma oradan sil tek bir kanal bırak örnek ;
Kod:

channel add #Kemal {
  need-op { putserv "MODE #Soylenti +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}


firikcan 13 Eylül 2007 11:56

Cevap: Eggdrop Calıstırınca
 
Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[10:06] --- Loading eggdrop v1.6.18 (Thu Sep 13 2007)
[10:06] Tcl error in file 'eggdrop.conf':
[10:06] invalid command name "channel"
while executing
"channel add #hatice,#islam,#oyun {
need-op { putserv "MODE #hatice,#islam,#oyun +o $botnick " }
chanmode "+nt"
idle-kick 0
}"
(file "eggdrop.conf" line 44)
[10:06] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
AYNI HATAYO Bİ DAHA VERDİ..

NeTDeLiSi 13 Eylül 2007 12:04

Cevap: Eggdrop Calıstırınca
 
Confunu şuraya koyda düzelteyim vereyim sana.

firikcan 13 Eylül 2007 12:11

Cevap: Eggdrop Calıstırınca
 
##########################
# bu Conf Dosyasi IRCturk Network Team Tarafindan Hazirlanmistir..
# Lutfen Bu Bilgiyi Buradan Kaldirmayiniz..
##########################
# Eggdrop Kurulumu vede Yardim Konusunda Sitemizden
# vede Forumlarimizdan Yardim Alabilirsiniz..!
# [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] Undernet #IRCturk
# Ayarlama Yapmaniz Gerek Bolumler...
##########################
# BURAYA DOKUNMAYINIZ..!
##########################
loadmodule channels
loadmodule server
loadmodule ctcp
loadmodule irc
loadmodule notes
loadmodule console
loadmodule blowfish
##########################
#Botun Identi
set username "IRCturk"
# Botun Nicki
set nick "IRCturk"
# Botun Alt Nicki
set altnick "IRCturk`"
# Botun Ip Adresi
set my-ip "63.162.10.73"
# Botun Vhost`u (eger destekliyorsa.. Buradaki Vhostun my-ip ile uyusmasi gereklidir)
set my-hostname "ircop.com"
# Botun Whois`inde Cikacak Olan yazi
set realname "Turkiyenin IRC Portali
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
Botun irc`ye baglandiginda yapicagi ilk sey
set init-server { putserv "MODE $BOTNICK +ix" }
set init-server { putserv "PRIVMSG [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] :login username userpass" }
# Botun girmeye calisacagi server listesi..
set servers {
irc.ircturk.org:6667
irc.ircturk.info:6667
irc.arkadas.ca:6667
irc.hayalim.net:6667
}
# Botun girecegi Ilk kanal(Bu Kanal Botun Hafizasinda Dewamli kalicaktir.)
# Bot bu kanaldan cikmaz..Ancak burdan silinirse cikar..
channel add #IRCturk {
chanmode "+nt"
idle-kick 0
stopnethack-mode 0
}
# Burada Botun Serverdaki ana kanalini Ayarliyoruz..
set home "#IRCTurk"
# Burada Botun girecegi Server tipini belirlemelisiniz..
# 0= Efnet , 1= IRCnet , 2= undernet , 3= DALnet , 4=Efnet Hybrid , 5= Digerleri
set net-type 2
# Botun sahibinin nicki
set owner "Stonkeep"
# Botun kullanici dosyasi
set userfile "as.user"
# Botun kanal listesi dosyasi
set chanfile "as.chan"
# logunu tutmak istediginiz kanal icin kullanabilirsiniz..
logfile jpk #turkshell "logs/turkshell.log"
# tmp dir. Botun gecici dosyalari sakliyacagi yer.
# Eggdrop kullananlar icin
# set temp-path "/tmp"
# windrop kullananlar icin
# set temp-path "tmp/"
# Kullandiginiz Bot turune gore birisinin onundaki #
# kaldiriniz..!
# botun calismasi icin asagidaki "die" ile basyalan satiri kaldirmalisiniz..
die "CONF DOSYASINI TAM OLARAK EDITLEMEMISSINIZ..!"
# Eger IRCturk Multi Kullaniyosaniza Bu Bolumu
# Basindaki # Isaretini Kaldirarak Aktif Ediniz.!
# Botunuza kisa yoldan komut vermek icin...
#set shortnick "IRC"
##########################
#Bu bolumden asagisi uzmanlar icindir..
#Her ozelligin tam aciklamasi bir dahaki surumde..
##########################
set mod-path "modules/"
set help-path "help/"
set text-path "text/"
listen 3334 all
logfile msbxco * "logs/eggdrop.log"
set console "mkcobxs"
loadmodule uptime
# bu bolum eklediginiz tcllere gore duzenliyeceginiz bolum..
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/compat.tcl
source scripts/userinfo.tcl
loadhelp userinfo.help
# Herkeze guzel Sohbetler Dileriz..
# Irc.IRCturk.OrG

firikcan 13 Eylül 2007 12:11

Cevap: Eggdrop Calıstırınca
 
Bu Confu Kendime Gore Editlendimmi Hata Cikiyor Anlamadim

firikcan 13 Eylül 2007 12:13

Cevap: Eggdrop Calıstırınca
 
adını eggdrop.conf Diye Degiştiriyom

NeTDeLiSi 13 Eylül 2007 12:16

Cevap: Eggdrop Calıstırınca
 
Kardeşim sen ne botu kurmaya çalışıyosun söyle ben sana hazırlayıp atayım bari :)

firikcan 13 Eylül 2007 12:22

Cevap: Eggdrop Calıstırınca
 
Koruma Botları İle Oyun

NeTDeLiSi 13 Eylül 2007 12:34

Cevap: Eggdrop Calıstırınca
 
Bu conf oper şifrlerini vs ayarla ;

Kod:


#===================== LINE NEEDED FOR LOADCONF ====================#

#======================= GENERAL BOT SETTINGS ======================#
set username "irc.sunucu.com"
set admin "NeTDeLiSi <email:
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
>"
set network ""
set timezone "EST"
set offset "5"
set my-hostname "72.20.38.21"

#==================== GENERAL BOT LOGGING OPTIONS ==================#
set max-logsize 0
set quick-logs 0
logfile mco * "scripts/log/koruma.log"
logfile bjk #sohbet "scripts/log/koruma.log"
set log-time 1
set keep-all-logs 0
set switch-logfiles-at 300
set quiet-save 0
set console "mkcobxs"

#================ GENERAL BOT FILE/LOCATION SETTINGS ===============#
set userfile "scripts/log/koruma.user"
set sort-users 0
set help-path "help/"
set temp-path "/tmp"
set motd "motd"
set telnet-banner "telnet-banner"

#====================== GENERAL BOTNET OPTIONS =====================#
#set botnet-nick "GuarD"
listen 3333 all
set protect-telnet 0
set dcc-sanitycheck 0
set ident-timeout 5
set require-p 0
set open-telnets 0
set stealth-telnets 0
set use-telnet-banner 0
set connect-timeout 15
set dcc-flood-thr 3
set telnet-flood 5:60
set paranoid-telnet-flood 1
set resolve-timeout 15

#===================== ADVANCED SETTINGS FOR BOT ===================#
#set firewall "proxy:178"
#set nat-ip "127.0.0.1"
#set reserved-port 9076
set ignore-time 0
set hourly-updates 00
set owner "NeTDeLiSi"
set notify-newusers "$owner"
set default-flags "hp"
set whois-fields "url birthday"
set remote-boots 2
set share-unlinks 1
set die-on-sighup 0
set die-on-sigterm 0
unbind dcc n tcl *dcc:tcl
unbind dcc n set *dcc:set
set must-be-owner 0
unbind dcc n simul *dcc:simul
set max-dcc 50
set dcc-portrange 1024:65535
set enable-simul 1
set allow-dk-cmds 1


#==================== GENERAL BOT MODULE SETTINGS ==================#
set mod-path "modules/"

#==================== GENERAL BOT CHANNEL MODULES ==================#
loadmodule channels

set chanfile "scripts/log/koruma.chan"
set ban-time 0
set exempt-time 60
set invite-time 60
# set force-expire 0
set share-greet 0
set use-info 1
set global-flood-chan 5:3
set global-flood-deop 5:10
set global-flood-kick 0:0
set global-flood-join 8:30
set global-flood-ctcp 8:30

set global-chanset {
        +clearbans      +enforcebans
        +dynamicbans    +userbans
        +autoop        -bitch
        +greet          +nodesynch
        +statuslog      -stopnethack
        -revenge        -secret
        -autovoice      +cycle
        +dontkickops    -wasoptest
        -inactive      +protectfriends
        +shared        -seen
    +userexempts    +dynamicexempts
    +userinvites    +dynamicinvites
}

channel add #islam {
  need-op { putserv "MODE #help +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #operhelp {
  need-op { putserv "MODE #operhelp +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #Sohbet {
  need-op { putserv "MODE #Tehlike +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #zurna {
  need-op { putserv "MODE #zurna +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #iStanbul {
  need-op { putserv "MODE #alem +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #izmir {
  need-op { putserv "MODE #bursa +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #Ankara {
  need-op { putserv "MODE #istanbul +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #Edebiyat {
  need-op { putserv "MODE #ankara +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #beginner {
  need-op { putserv "MODE #beginner +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #35+ {
  need-op { putserv "MODE #35+ +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #18+ {
  need-op { putserv "MODE #18+ +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}


channel add #izmir {
  need-op { putserv "MODE #izmir +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #gay+ {
  need-op { putserv "MODE # +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #beşiktaş {
  need-op { putserv "MODE #beşiktaş +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #galatasaray {
  need-op { putserv "MODE #galatasaray +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #fenerbahçe {
  need-op { putserv "MODE #fenerbahçe +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #ayva {
  need-op { putserv "MODE #help +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #OperS {
  need-op { putserv "MODE #opers +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #*** {
  need-op { putserv "MODE #*** +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #Staff {
  need-op { putserv "MODE #sohbet +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}

channel add #ayna {
  need-op { putserv "MODE #ayna +o $botnick " }
  chanmode "+nt"
  idle-kick 0
}



set global-chanmode ""

#==================== GENERAL BOT SERVER MODULES ===================#

loadmodule server
set net-type 0
set nick "Koruma"
set realname "Koruma"
set init-server { putserv "PRIVMSG nickserv :identify sifre "
  putserv "OPER NICK SIFRE"
}

set servers {
72.20.38.21:6667
}

set keep-nick 1
set use-ison 1

set strict-host 0

set quiet-reject 1
set lowercase-ctcp 0
set answer-ctcp 3
set flood-msg 0:0
# how many CTCPs in how many seconds?
set flood-ctcp 0:0

set never-give-up 1
set strict-servernames 0

set default-port 6667

set server-cycle-wait 30

set server-timeout 15

set servlimit 0
set check-stoned 1
set use-console-r 0
set debug-output 0
set serverror-quit 1
set max-queue-msg 300
set trigger-on-ignore 0
set double-mode 0
set double-server 0
set double-help 0

#set use-silence 1
#set check-mode-r 1
loadmodule ctcp
set ctcp-mode 0
loadmodule irc
set bounce-bans 1
set bounce-modes 0
set kick-bogus-bans 1
set bounce-bogus-bans 1
set max-bans 20
set max-modes 30
set allow-desync 0
set kick-bogus 0
set ban-bogus 0
set kick-fun 0
set ban-fun 0
set learn-users 0
set wait-split 600
set wait-info 180
set mode-buf-length 200
#unbind msg - hello *msg:hello
#bind msg - myword *msg:hello
 unbind msg - ident *msg:ident
unbind msg - addhost *msg:addhost
#bind msg - myidentword *msg:ident
set no-chanrec-info 0

set revenge-mode 1

set bounce-exempts 0
set bounce-invites 0
set max-exempts 20
set max-invites 20
set bounce-bogus-exempts 0
set kick-bogus-exempts 0
set bounce-bogus-invites 0
set kick-bogus-invites 0
# set use-exempts 0
# set use-invites 0
set prevent-mixing 1
#set kick-method 1
#set modes-per-line 3
#set use-354 0
#set rfc-compliant 1
#loadmodule transfer
set max-dloads 3
set dcc-block 1024
set copy-to-tmp 1
set xfer-timeout 30

#==================== GENERAL BOT SHARE MODULES ====================#
#loadmodule share
#set allow-resync 0
#set resync-time 900
#set private-owner 0
#set private-global 0
#set private-globals "mnot"
#set private-user 0

#================== GENERAL BOT FILESYSTEM MODULES =================#
#loadmodule filesys
set files-path "/home/mydir/filesys"
set incoming-path "/home/mydir/filesys/incoming"
set upload-to-pwd 0
set filedb-path ""
set max-file-users 20
set max-filesize 1024

#===================== GENERAL BOT NOTES MODULES ===================#
loadmodule notes
set notefile "scripts/log/koruma.notes"
set max-notes 50
set note-life 60
set allow-fwd 0
set notify-users 1
set notify-onjoin 1

#==================== GENERAL BOT CONSOLE MODULES ==================#
loadmodule console
set console-autosave 1
set force-channel 0
set info-party 0

#==================== GENERAL BOT WOOBIE MODULES ===================#
#loadmodule woobie

#===================== GENERAL BOT SEEN MODULES ====================#
#loadmodule seen

#==================== GENERAL BOT BLOWFISH MODULES =================#
checkmodule blowfish

#===================== GENERAL BOT ASSOC MODULES ===================#
#loadmodule assoc

#===================== GENERAL BOT WRITE MODULES ===================#
#loadmodule wire

#======================== GENERAL BOT SCRIPTS ======================#
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/userinfo.tcl
source scripts/clientstats1.1.tcl
source scripts/clonepro.tcl
source scripts/cmd_resolve.tcl
source scripts/compat.tcl
source scripts/limit.tcl
source scripts/getops.tcl
source scripts/klined.tcl
source scripts/koruma2.tcl
source scripts/koruma3.tcl
source scripts/koruma4.tcl
source scripts/nocycle1.3.tcl
source scripts/NoticeBan.tcl
source scripts/ques5.tcl
source scripts/sentinel.tcl
source scripts/spam.tcl
source scripts/soz.tcl
source scripts/sayac.tcl
#===================== GENERAL BOT HELP MODULES ====================#
loadhelp scripts/userinfo.help



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 19:39.

Powered by vBulletin® Version 3.8.8 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2024 IRCForumlari.Net