in reply to hide direct link script

Your 206 header is malformed. Try this:
print STDOUT "Status: 206 Partial Content\r\n";

Replies are listed 'Best First'.
Re^2: hide direct link script
by duzvik (Initiate) on Dec 16, 2006 at 22:05 UTC
    Great, it works, thanks! but i meed new problem : ( i use for testing download master, and DM create 5 threads for this scripts, and before creating 5 threads(set by default) it freeze while opening thread 2,3,4,5. Opening thread 1 - are done quickly. Any ideas how workaround it ?
      seems it's problem of DM! Thanks for help! all is fine!