View Single Post
Old 04-10-2010, 05:25 AM  
Angry Jew Cat - Banned for Life
(felis madjewicus)
 
Industry Role:
Join Date: Jul 2006
Location: In Mom & Dad's Basement
Posts: 20,368
Quote:
Originally Posted by GirlsOnYou View Post
Redirect to some sponsor. Only show the redirect to some human visitors. Not to search engines. You already got up there with a blackhat method so you don't need to worry much whether it is safe or not as your sites are getting spam reports anyway.

$useragent = strtolower($_SERVER['HTTP_USER_AGENT']);

if(strpos($useragent, 'google') === false && strpos($useragent, 'msnbot') === false && strpos($useragent, 'yahoo') === false && strpos($useragent, 'ia_archiver') === false) $is_searchengine = false;
else $is_searchengine = true;

if($is_searchengine == false) header('Location: http://somesponsor.com/');
Ya, cuz Google loves when you're cloaking Matter of time before you can kiss those 90k/day viewers goodbye...

How do you know the guy got up there with blackhat methods anyways? We don't even know what site he is talking about. Besides, a little backlink spamming is far safer than cloaking.
Angry Jew Cat - Banned for Life is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote