Quote:
Originally Posted by Cerb
Well, I just had some free time now so I fixed morrow's bug.
In functions.php, find
PHP Code:
if (substr_count(trim(strtolower($spideragents[$i])),strtolower($_SERVER["HTTP_USER_AGENT"])) > 0) // Spiderbot
and replace by
PHP Code:
if ( strstr(strtolower($_SERVER["HTTP_USER_AGENT"]),trim(strtolower($spideragents[$i]))) )
Now you will be able to see it works from SummitMedia's spider simulator.
Anyways, I will stop giving support since no one seems to like my hack. Sorry for this.
|
People do like your hack, most of them are afraid to say so though, because they fear getting banned from google

.
My offer still stands, even though the site is down