homepage Welcome to WebmasterWorld Guest from 107.22.156.205
register, login, search, subscribe, help, library, PubCon, announcements, recent posts, open posts,
Subscribe to WebmasterWorld

Visit PubCon.com
Home / Forums Index / Marketing and Biz Dev / Cloaking
Forum Library : Charter : Moderator: open

Cloaking Forum

    
How to monetize irrelevant traffic with cloaking
my little script
ogletree




msg:675865
 4:25 am on Dec 6, 2004 (gmt 0)

I bought a site and completely changed it's subject matter. The old site was almost entirely uk traffic and now I only want US traffic. I am not able to do ip delivery right now so I had to think of another way to send the traffic to another page. I get a lot of traffic because of anchor text that is completely irrelevant to my new site. There is one word that is pretty much in every search term used to get to the old content. So I made a php script that looks at the REFERER and loads an include depending on what is in the REFERER string. I stuck up an affiliate ad that would be useful to uk visitors that are searching for the old content.

<?php
if ( strpos($_SERVER['HTTP_REFERER'], 'keyword') === false ){
include("index.txt");

} else {
include("index2.txt");
}

?>


 

volatilegx




msg:675866
 2:18 pm on Dec 6, 2004 (gmt 0)

Pretty good implementation of referrer based cloaking ;)

Global Options:
 top home search open messages active posts  
 

Home / Forums Index / Marketing and Biz Dev / Cloaking
rss feed

All trademarks and copyrights held by respective owners. Member comments are owned by the poster.
Terms of Service ¦ Privacy Policy ¦ Report Problem ¦ About
WebmasterWorld ® and PubCon ® are a Registered Trademarks of Pubcon Inc.
© Pubcon Inc. 1996-2012 all rights reserved