View Single Post
Old 03-07-2005, 04:21 PM  
MidasKing
Senior Member
 
Join Date: Nov 2003
Posts: 108
Default

Harm, my ioAutonuke config (in two cases-only changed time to nuke for testing)

set anuke(user) "Nuker"
set anuke(group) "SiteOp"
set anuke(mtab) "C:/ioFTPD/etc/admin.vfs"
set anuke(muser) "Nuker"
set anuke(ioA) "C:\\ioFTPD\\scripts\\ioA\\ioA.exe"
set anuke(ioB) "C:\\ioFTPD\\scripts\\ioBanana.exe"
set anuke(tag) "\[Nuked\]-"

###; exclude = dirs with those words won't be checked
###; maxtime = releases older than that (mins) won't be checked
set anuke(exclude) {"incomplete" "nfofix" "nfo.fix" "nfo.update" "dirfix" "dir.fix" "samplefix" "sample.fix" "repack" ".fix." "_fix_" "orted"}
set anuke(maxtime) 1650

###; enable or disable nuke/warn (1 = enable, 0 = disable)
set anuke(empty,nuke) 1; set anuke(missing,nuke) 1; set anuke(banned,nuke) 1; set anuke(allowed,nuke) 0;
set anuke(empty,warn) 1; set anuke(missing,warn) 1; set anuke(banned,warn) 1; set anuke(allowed,warn) 0

###; syntax: {"/section" statsection creditsection multiplier warnmins nukemins}
set anuke(empty,sections) {{"/Appz" 0 0 3 15 60} {"/XingLing" 2 2 3 15 60} {"/DiVX_#--M" 0 0 3 15 60} {"/Moviez_BR" 0 0 3 15 60} {"/Gamez" 1 1 3 15 60} {"/DiVX_N--Z" 0 0 3 15 60} {"/Mp3z" 1 1 3 15 60} {"/Moviez_Infantis" 0 0 3 15 60} {"/Moviez_XXX" 1 1 3 15 60} {"/Moviez_Shows" 1 1 3 15 60}}
set anuke(missing,sections) {{"/Appz" 0 0 3 1440 1620} {"/XingLing" 2 2 3 1440 1620} {"/DiVX_#--M" 0 0 3 1440 1620} {"/Moviez_BR" 0 0 3 1440 1620} {"/Gamez" 1 1 3 1440 1620} {"/DiVX_N--Z" 0 0 3 1440 1620} {"/Mp3z" 1 1 3 1440 1620} {"/Moviez_Infantis" 0 0 3 1440 1620} {"/Moviez_XXX" 1 1 3 1440 1620} {"/Moviez_Shows" 1 1 3 1440 1620}}
set anuke(banned,sections) {{"/Gamez" 1 1 3 15 60}}
set anuke(allowed,sections) {{"/mp3/????" 0 0 3 10 20}}

set anuke(dateformat) "%m%d"

###; multicd = subdirs for multicds releases (regexps are supported)
###; missing,files = file types needed in a dir when checking for incomplete releases (do not change unless you know what you're doing)
set anuke(multicd) {"*CD[0-9]" "*DISC[0-9]" "*DVD[0-9]"}
set anuke(missing,files) {".zip" ".rar" ".r00" ".r01" ".mp3" ".000" ".001"}

###; banned,$section = banned words in dirnames for $section
###; allowed,$section = allowed groups for $section
set anuke(banned,Gamez) {"TESTBAN" "BANTEST"}
set anuke(allowed,mp3) {"TESTALLOW" "ALLOWTEST"}
MidasKing is offline   Reply With Quote