The stopforumspam tech is asking: (I can't recall where the submission code is located.....)

Are you able to check the submission code add tell me if it looks anything like that, specifically with the fclose() - the variable names aren't an issue, just if its fput() and then fclose()

$fp = @fsockopen("www.stopforumspam.com", 80);
if ($fp) {
fputs($fp, "POST /add.php HTTP/1.1\n" );
fputs($fp, "Host: www.stopforumspam.com\n" );
fputs($fp, "Content-type: application/x-www-form-urlencoded\n" );
fputs($fp, "Content-length: ".strlen($sfsData)."\n" );
fputs($fp, "Connection: close\r\n\r\n");
fputs($fp, $sfsData);
fclose($fp);



Life is Good on Bremer Pond

Bremer Pond Weather