Thread: dzsbot prob
View Single Post
Old 11-24-2003, 04:29 PM  
TheAngel
Disabled
 
Join Date: Nov 2003
Posts: 2
Default dzsbot prob

hey im stuck at the tcl config
i config there following:
################################################## #######
# This script is part of zipscript-c made by dark0n3 #
# Ported by B0unTy for ioFTPD community #
################################################## #######
# BASIC CONFIG #
################################################## #######
set location(IODIR) "D:/ioFTPD"
set location(IOLOG) "D:/ioFTPD/logs"
set location(RULES) "D:/ioFTPD/help/rules.msg"
# need ioA 0.8.1+
set location(NUKESLOG) "D:/ioFTPD/logs/ioA.nukes.log"
set location(UNNUKESLOG) "D:/ioFTPD/logs/ioA.unnukes.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"

set sitename "Gol"
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"

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

# SETUP HERE YOUR SECTIONS
set sections "section1 section2 section3 section4 section5"

# !!! 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: section1"
set device(1) "D: section2"
set device(2) "E: section3"
set device(3) "F: section4"
set device(TOTAL) 4

################################################## #######
# SETUP EATCH PATH YOU NEED LIKE THIS #
# set paths(section) "/vfs_path/*" (vfs format) #
# set type(section) "RACE" #
# set chanlist(section) "#sita" #
################################################## #######
set paths(APPS) "/section1/*"
set type(APPS) "RACE"
set chanlist(APPS) "#sita"

set paths(DIVX) "/section2/*"
set type(DIVX) "RACE"
set chanlist(DIVX) "#sita"

set paths(MP3) "/section3/*"
set type(MP3) "RACE"
set chanlist(MP3) "#sita"

set paths(0DAY) "/section4/*"
set type(0DAY) "RACE"
set chanlist(0DAY) "#sita"

set paths(REQUEST) "/section5/*"
set type(REQUEST) "RACE"
set chanlist(REQUEST) "#sita"

set chanlist(DEFAULT) "#sita"
set chanlist(INVITE) "#sita"
set chanlist(WELCOME) "#sita"



mmm im using windrop Windropold.old
my friend sent it to me
i dont know whats wrong
when i open the eggdrop file it says the sitebot is loaded and that its online
i see my eggdrop join the other script chans
but she doesnt join #sita
what did i did wrong?
thanx
TheAngel is offline   Reply With Quote