











...I hate spam, don't you?
And I'm not talking about that processed shit in a can, although I hate that, too.
I'm talking about the plethora of random comments you get, from people with names like "supercalifrgilisticexpialidocious", with the alphabet all jumbled up in their comment, leading you to some unfortunate sex site.
Jesus... those are hell.
Here's a way of modding your Cutenews, which will hopefully eliminate the drones from real people.
$name = trim($name);
$mail = trim($mail);
$new = trim($new);
$comments = replace_comment("add", $comments);
$name = replace_comment("add", preg_replace("/\n/", "",$name));
$mail = replace_comment("add", preg_replace("/\n/", "",$mail));
$new = replace_comment("add", preg_replace("/\n/", "",$new));
if($new == "RADICAL" or $new == "radical" ) $ok = TRUE;
else{
echo("<div style=\"text-align: center;\">You must type RADICAL.<br />
<a href=\"javascript:history.go(-1)\"> go back </a> </div>");
$CN_HALT = TRUE;
break 1;
}