Example of entry from error_log:
PHP Notice: Undefined variable: argv in
/srv/www/vhosts/gallery.viperclub.org/public_html/index.php on line 15, referer:
http://gallery.viperclub.org/bulkupl...all=no&dthumbs
index.php (first line is line 15):
if ( is_numeric($argv[0]) )
{
header("Location: {$Globals['maindir']}/showphoto.php?photo={$argv[0]}");
exit;
}
From access_log (OK):
74.194.39.6 - - [31/Dec/2006:15:28:06 -0600] "GET
/bulkupload.php?ppaction=addphotos&do=preview&photopath=5&upuser=Jay+Herbert¬ify=no&rating=&comments=yes&defcat=500&deftitle=&defdesc=&defdesc=&keywords=&numprocess=10&processall=no&dthumbs=yes
HTTP/1.1" 200 26119 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR
1.1.4322)"