Dont know if anyone else sees this but spam robots are bypasing the search.php form and POST directly to the search.php.... the html field restricts the number of characters to 35 but the the php code in search.php has no restriction....
So i added this below the
$navpath .= "<a class=\"bglink\" href=\"".build_link("search.php")."\">Search</a>";
///////////////////////////////////////////////////////////////////////////
if( strlen($words) > 35 )
{
message("Error!", "Sorry, You CANNOT search with this many words.");
}
///////////////////////////////////////////////////////////////////////////
It was only annoying in the access.log file