|
If all the above checks out then try this:
open getthumbs.cgi in notepad (right click/open with)
Go to line 1590 (assuming it will be the same line)
and see this code:
my $headers = new HTTP::Headers(
Accept => "image/*",
Referer => $referrer,
Connection => Keep-Alive,
timeout => 120
);
Now edit this to place double quotes around the other fields just like the
"image/*" part.
Do not put a comma after "120"
and run it again and let me know what happened.
|