Howdy,
just been doing a test of my network settings and the cp00001.pl file was copied to my website cgi-bin. Being the nosey sort I though I would open it up and see what was in it.
Does anyone else have this content when they view they file in notepad?
y ($bVersionState, $sMessage) =
CheckPerlVersion();
my $bCyberSitter = $GOOD;
my $nSum = unpack('%32C*', "sexy ");
if ($nSum != 914)
{
$bCyberSitter = $BAD;
$sMessage .= "It appears as if CyberSitter or some other network filter is mangling the CGI scripts.\r\n";
}
just been doing a test of my network settings and the cp00001.pl file was copied to my website cgi-bin. Being the nosey sort I though I would open it up and see what was in it.
Does anyone else have this content when they view they file in notepad?
y ($bVersionState, $sMessage) =
CheckPerlVersion();
my $bCyberSitter = $GOOD;
my $nSum = unpack('%32C*', "sexy ");
if ($nSum != 914)
{
$bCyberSitter = $BAD;
$sMessage .= "It appears as if CyberSitter or some other network filter is mangling the CGI scripts.\r\n";
}
Comment