View Single Post
Old 06-01-2005, 08:16 PM  
moreniu
Junior Member
 
Join Date: May 2005
Posts: 15
Default problem loading at first time

hello
after configr all sections in my windrop and in my dzsbot.tcl im still have this error:

Quote:
C:\Windrop>eggdrop

Eggdrop v1.6.18+nosharefix (C) 1997 Robey Pointer (C) 2005 Eggheads
[18:11] --- Loading eggdrop v1.6.18+nosharefix (Wed Jun 1 2005)
[18:11] Listening at telnet port 3333 (all).
[18:11] Module loaded: dns
[18:11] Module loaded: channels
[18:11] Module loaded: server
[18:11] Module loaded: ctcp
[18:11] Module loaded: irc
[18:11] Module loaded: notes (with lang support)
[18:11] Module loaded: console (with lang support)
[18:11] Module loaded: blowfish
[18:11] Module loaded: uptime
[18:11] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[18:11] use '.help userinfo' for commands.
[18:11] Identd: I don't know why you're using winident.tcl on your system, but i
t probably won't work on anything but Windows.
[18:11] winident.tcl v1.2 - by FireEgl@EFNet <FireEgl@Windrop.cjb.net> - Loaded.

[18:11] Tcl error in file 'eggdrop.conf':
[18:11] could not read "C:/ioFTPD/logs/ioFTPD.log": no such file or directory
while executing
"file size $location(IOLOG)/ioFTPD.log"
invoked from within
"set lastoct [file size $location(IOLOG)/ioFTPD.log]"
(file "scripts/dZSbot.tcl" line 556)
invoked from within
"source scripts/dZSbot.tcl"
(file "eggdrop.conf" line 180)
[18:11] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)

C:\Windrop>
my eggdrop are working fine with this config:
Quote:

set username "solidousbot"
set admin "solidous <email: solidous@gmail.com>"
set network "irc.link-net.org"
set timezone "EST"
set offset "5"
set max-logs 5
set max-logsize 0
set quick-logs 0
set raw-log 0
logfile mco * "logs/eggdrop.log"
logfile jpk #lamest "logs/lamest.log"
set log-time 1
set keep-all-logs 0
set logfile-suffix ".%d%b%Y"
set switch-logfiles-at 300
set quiet-save 0
set console "mkcobxs"
set userfile "LamestBot.user"
set sort-users 0
set help-path "help/"
set text-path "text/"
set temp-path "tmp/"
set motd "text/motd"
set telnet-banner "text/banner"
set userfile-perm 0600
set botnet-nick "solidousbot"
listen 3333 all
set remote-boots 2
set share-unlinks 1
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
set ignore-time 15
set hourly-updates 00
set notify-newusers "$owner"
set default-flags "hp"
set whois-fields "url birthday"
set die-on-sighup 0
set die-on-sigterm 1
unbind dcc n tcl *dcc:tcl
unbind dcc n set *dcc:set
set must-be-owner 1
unbind dcc n simul *dcc:simul
set max-dcc 50
set allow-dk-cmds 1
set dupwait-timeout 5
set mod-path "modules/"
loadmodule dns
loadmodule channels
set chanfile "Fen1x.chan"
set force-expire 0
set share-greet 0
set use-info 1
set global-flood-chan 10:60
set global-flood-deop 3:10
set global-flood-kick 3:10
set global-flood-join 5:60
set global-flood-ctcp 3:60
set global-flood-nick 5:60
set global-aop-delay 5:30
set global-idle-kick 0
set global-chanmode "nt"
set global-stopnethack-mode 0
set global-revenge-mode 0
set global-ban-time 120
set global-exempt-time 60
set global-invite-time 60
set global-chanset {
-autoop -autovoice
-***** +cycle
+dontkickops +dynamicbans
+dynamicexempts +dynamicinvites
-enforcebans +greet
-inactive -nodesynch
-protectfriends +protectops
-revenge -revengebot
-secret -seen
+shared +statuslog
+userbans +userexempts
+userinvites -protecthalfops
-autohalfop
}
loadmodule server
set net-type 0
set nick "solidous"
set altnick "ssolidous"
set realname "/msg LamestBot hello"
bind evnt - init-server evnt:init_server
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +i-ws"
}
set default-port 6668
set servers {
irc.link-net.org:6667

}
set keep-nick 1
set strict-host 0
set quiet-reject 1
set lowercase-ctcp 0
set answer-ctcp 3
set flood-msg 5:60
set flood-ctcp 3:60
set never-give-up 1
set server-cycle-wait 60
set server-timeout 60
set servlimit 0
set check-stoned 1
set serverror-quit 1
set max-queue-msg 300
set trigger-on-ignore 0
set exclusive-binds 0
set double-mode 1
set double-server 1
set double-help 1
set optimize-kicks 1
set stack-limit 4
loadmodule ctcp
set ctcp-mode 0
loadmodule irc
set bounce-bans 1
set bounce-exempts 0
set bounce-invites 0
set bounce-modes 0
set max-bans 30
set max-exempts 20
set max-invites 20
set max-modes 30
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 - ident *msg:ident
unbind msg - addhost *msg:addhost
set opchars "@"
set no-chanrec-info 0
set prevent-mixing 1
set max-dloads 3
set dcc-block 0
set copy-to-tmp 1
set xfer-timeout 30
set share-compressed 1
set files-path "filesys/"
set incoming-path "filesys/incoming/"
set upload-to-pwd 0
set filedb-path ""
set max-file-users 20
set max-filesize 1024
loadmodule notes
set notefile "LamestBot.notes"
set max-notes 50
set note-life 60
set allow-fwd 0
set notify-users 1
set notify-onjoin 1
loadmodule console
set console-autosave 1
set force-channel 0
set info-party 0
loadmodule blowfish
loadmodule uptime
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/userinfo.tcl
loadhelp userinfo.help
source scripts/winident1.2.tcl
source scripts/dZSbot.tcl
source scripts/imdb.tcl
and my dbzsbot tcl is:
(just the first part)

Quote:
################################################## #######
# BASIC CONFIG #
################################################## #######
set location(IODIR) "C:/ioFTPD"
set location(IOLOG) "C:/ioFTPD/logs"
set location(RULES) "C:/ioFTPD/help/rules.msg"
# need ioA 1.0.5+
set location(NUKESLOG) "C:/ioFTPD/scripts/ioA/ioA.nuke.log"
set location(UNNUKESLOG) "C:/ioFTPD/scripts/ioA/ioA.unnuke.log"
set location(CMDSLOG) "C:/ioFTPD/scripts/ioA/ioACommands.log"

# IF YOU DON'T KNOW WHAT TO CHANGE !!! DON'T TOUCH ANY MSGTYPES !!!
set msgtypes(RACE) "IMDB ALLOCINE NFOURL NFO NEWDATE WIPE NEWDIR DELDIR INCOMPLETE NUKE UNNUKE PRE WARN RACE SFV UPDATE HALFWAY NEWLEADER COMPLETE STATS"
set msgtypes(DEFAULT) "INVITE LOGIN LOGOUT REQUEST REQFILLED REQDEL GIVE TAKE BTRIAL OPEN CLOSE"

set sitename "TEST"
set cmdpre "!"

# SETUP THIS ONLY IF YOU HAVE BNC for your SERVER
set bnc(LIST) "127.0.0.1:9999 127.0.0.1:8888 127.0.0.1:7777"
set bnc(USER) "ioFTPD"
set bnc(PASS) "ioFTPD"
set bnc(TIMEOUT) 3

# EXTERNAL EXE PATH CONFIGURATION HERE
set binary(PASSCHK) "C:/ioFTPD/scripts/bin/ioPasswd.exe"
set binary(DF) "C:/ioFTPD/scripts/bin/ioDiskSpace.exe"
set binary(NCFTPLS) "C:/ioFTPD/scripts/bin/ncftpls.exe"
set binary(CURL) "C:/ioFTPD/scripts/curl.exe"
set binary(FIND) "C:/ioFTPD/scripts/find.exe"
set binary(IOA) "C:/ioFTPD/scripts/ioA/ioa.exe"
set binary(IOGROUP) "C:/ioFTPD/scripts/iogroups/iogroups.exe"
set binary(UPTIME) "C:/ioFTPD/scripts/iouptime/ioUptime.exe"
set binary(SITEKILL) "C:/ioFTPD/scripts/sitekill/sitekill.exe"
set binary(WHO) "C:/ioFTPD/scripts/sitewho/sitewho.exe"
set binary(UNDUPE) "C:/ioFTPD/scripts/undupe.exe" ;# THIS REQUIRE DUPELOGGER 1.1

# SETUP HERE YOUR SECTIONS
set sections "APPS DIVX MP3 0DAY REQUEST"

# !!! THE LOGICAL DRIVE LETTER SHOULD BE WRITED IN UPPER CASE !!!
# !!! Exemple: C: or D: or E: ...but without \ at the end !!!
# !!! OTHER ARGS SHOULD RESPECT $sections variable ABOVE !!!
set device(0) "C: APPS"
set device(1) "D: MP3 0DAY"
set device(2) "E: DIVX"
set device(3) "F: REQUEST"
set device(TOTAL) 4
set device(COLUMN) 2
what is the problem????? all patchs is ok in the config.
moreniu is offline   Reply With Quote