nice guide---read most of it--i agree with jibbler though, why be bothered taking up an hour doing all that when theres a million scripts to do it for you? and iv never had a problem with any script.
Printable View
nice guide---read most of it--i agree with jibbler though, why be bothered taking up an hour doing all that when theres a million scripts to do it for you? and iv never had a problem with any script.
writing "/timer -o 0 300 /msg xdccbot xdcc send #1" takes hours ?
Thanks a lot man, now I can be a little more l33t than my friends :P
Great guide! I wish I had seen it before I figured everything out by myself. I just have to note, though, that one part of your script is potentially problematic. Specifically:
This doesn't provide any allowances for long filenames. For instance, I got that script from the "incomplete" website, and I started using it. I found it didn't seem to work at all, and for the longest time I didn't know why. I also noticed around that time, though I didn't associate it immediately, that when I started Windows XP, it gave me a message about having a file called "Program" in the root of C drive, and that it could cause problems with programs. Whenever that message came up, some of my startup programs didn't load, and some other things didn't work.Code:On *:GETFAIL:*: {
btrunc $filename $iif($calc($file($filename).size - 102400 ) > 0, $ifmatch, 0)
}
I kept deleting the file, but it kept showing up. I couldn't figure out when it was showing up, so I didn't know how to fix it. One day, I decided to finally ask someone how to fix the rollback script since it didn't seem to be working. After talking with some people, they figured out that the "$filename" part of the script wouldn't handle long filenames. And sure enough, with testing, I found that when it runs the "btrunc" command with a long filename without quotes, it cut the filename off at the first space. So "C:\Program Files\Mirc\Download\blahblah.divx.movie.avi" became "C:\Program". So that was when I found out where that "program" file was coming from.
So the guy showed me how to correct the script, and I thought I would post it here for anybody that keeps the default download directory for mIRC. The corrected script is:
The $+(",$filename,") part puts quotes around the filename, so it retains the spaces. It works great, and I no longer have corrupted downloads.Code:On *:GETFAIL:*: {
btrunc $+(",$filename,") $iif($calc($file($filename).size - 102400 ) > 0, $ifmatch, 0)
}
Stephen
Great guide venom_il, glad to finally see it pinned! B)
hey what do you know, cool B)
stupendo44 - thanks for the fix. i'll test it soon and upadte the guide
krack - 10x !
about timer 6, is there any way that timer auto shutdown when ur in qeuie?
I suppose there is a way, I just don't know it :D
probably involves scripting - you might want to try and ask at mirc.com forums ?
sorry but i cant take it any more, Fuck this Guide, No corruption <_< :angry:
i was downloading ROTK its was 2Gb as usuall before finishing Bot went offline and becuz of u guyz that saing no corruption i continue that download with another BOT and Guess wat after waiting for more then 24Hrs i got corrupted file :angry: :angry: :angry:
bawa, bawa ... :frusty:
we told you numerous times, never resume from another bot
you will almost positively get corruptions
RTFG - read the... fine... guide
it instructs you to download from the *same* bot ...