nxautonuke: getting incomplete problem
our site incomplete status bar(file) tag like a:
[SSN] - [ 8% Complete]
then i set below
set anuke(MissingExt) "*.*-missing"
set anuke(IncTag) {\[SSN\] - \[ *% Complete\]}
set anuke(Sections) {
"/GAME" 0 {
{empty {Not Used} 3 20 40}
{incomplete {Not Used} 3 60 300}
}
"/0DAY/%m%d" 0 {
{empty {Not Used} 3 20 40}
{incomplete {Not Used} 3 60 300}
}
}
then rar incomplete was works(could detected bad stuff by MissingExt)
but zip incomplete was not works(could not detected any inc.tag)
then i tried as other simply name like a:
set anuke(IncTag) test.incomplete
then i created a file as test.incomplete on any section for comfirm sure works or bad
but still coudlnt detected any tag file name..
someone got that problem with nxautonuke 2.5.0?
|