Exploding Garrmondo Weiner Interactive Swiss Army Penis

Exploding Garrmondo Weiner Interactive Swiss Army Penis (http://www.gamingforce.org/forums/index.php)
-   Help Desk (http://www.gamingforce.org/forums/forumdisplay.php?f=36)
-   -   Showing Adsense only to visitors who come from web searches... (http://www.gamingforce.org/forums/showthread.php?t=7003)

Tawnee Van Pelt Jun 3, 2006 04:35 PM

Showing Adsense only to visitors who come from web searches...
 
Is this possible?

I got the idea from a blog, and the author suggest this code:

Code:

$refer = explode("/",$_SERVER["HTTP_REFERER"]);
if ( strpos($referred [2],"google") === false ) echo "";
else {
  echo '// insert adsense code here';
}

But I don't know how to use it. Is there a way to do this?

Grawl Jun 3, 2006 04:43 PM

If Google finds out they'll probably block your account.


All times are GMT -5. The time now is 02:10 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2026, vBulletin Solutions, Inc.