Kiwi

Anonymous
i found this in the plugins section

Text Formatted Code

// now prevent anonymous posters from submitting comments with too many links.
// this is to prevent spambots from adding comments filled with porn/drug links.
$numLinks = preg_match_all('/hrefs*=/i', $comment, $allLinks);
if($numLinks > 2 && $uid == 1) // uid 1 is Anonymous.
{
$retval .= COM_siteHeader()
. COM_startBlock ($LANG12[26], '',
COM_getBlockTemplate ('_msg_block', 'header'))
. $LANG03[31]
. COM_endBlock (COM_getBlockTemplate ('_msg_block', 'footer'))
. COM_siteFooter();
return $retval;
}

 



I know i have to add it to comment.php , but i dont know where to add it. I added it too the end, and then somewhere in the middle once it didnt work where i thought it would fit in but that didnt work either , so now i am asking for help. Thanks.

kiwi

Anonymous
help! i am being spamed