02-12-2005, 12:59 PM
|
#2 |
| Senior Member FlashFXP Registered User ioFTPD Scripter
Join Date: Jan 2003
Posts: 288
|
quick fix...
in imdb.tcl find the following
set ttcode "0000001"
if [regexp {/title/tt[0-9]+} $html ttcode] {
set pos [string last / $ttcode] ; incr pos
set ttcode [string range $ttcode $pos end]
}
and ADD DIRECTLY AFTER THIS
if [regexp {/Title\?[0-9]+} $html ttcode] {
set pos [string last / $ttcode] ; incr pos + 5
set ttcode [string range $ttcode $pos end]
}
no more crashing... kthx
__________________
#iotools #ioftpd (both on efnet)
|
| |