BigLarry
Regular Member
- Mar 2, 2011
- 218
- 146
Before I get banned, the above isn't really for sale and there's no hidden squeeze of affiliate - that bits a little bit of fun, the real thing is a little trick I've been using on blogs with scrapebox and it's giving me good approval results, in fact a lot of webmasters email me thanking them for the link and give me one back, often on their blogroll or on the front page of their site.
As with everything, this works better if the blogs are related or even slightly related, but I'm sure you guys will just blast the shit out of it either way
First off there are two others on the forum who have added similar scripts, so while I haven't copied them and I believe this takes the idea a step further I will still give credits to them (although as of now their names evade me so I'll edit them in here later).
The method, now this will be template related but add this to one of your wordpress files via the admin (I use the file home.php and add it just after the header).
Code:
<?php
if(isset($_SERVER['HTTP_REFERER'])){
$referrer = parse_url($_SERVER['HTTP_REFERER']);
$domain = $referrer['host'];
$url = "http://".$domain;
//Create the fake partner link
$fakepartners = '<img src="http://www.jaychoustudio.com/themes/jay-chou/images/9stars.gif">Â Â <a href="http://en.wikipedia.org">Wikipedia</a><br />';
$fakepartners .= '<img src="http://www.jaychoustudio.com/themes/jay-chou/images/8stars.gif">Â Â <a href="http://www.google.com">Google</a><br />';
$fakepartners .= '<img src="http://www.jaychoustudio.com/themes/jay-chou/images/10stars.gif">Â Â <a href="'.$url.'">'.$domain.'</a><br />';
$fakepartners .= '<img src="http://www.jaychoustudio.com/themes/jay-chou/images/8stars.gif">Â Â <a href="http://www.yahoo.com">Yahoo</a><br />';
}
if ($fakepartners && $domain<>'www.yourdomain.com'){
echo "<div id=\"archivebox\">Like our site? We recommend these other sites:<br />".$fakepartners."</div>";
}
?>
Code:
blah blah blah, I've added a link to your site on mine here <a href="yourdomain.com">your domain</a>
There URL shows amongst the other 3 urls (change them in the code to be relevant to your site hint so it looks more real) and it also has a nice 5 star rating. They're chuffed to bits and approve the comment and perhaps email you to say thanks.
Now without stepping through the code, all it does is if the user comes with a referrer it makes that domain the third link on the list and gives it 5 stars. Anyone who visits without a referrer just sees your regular site with no links.
Again as this isn't a completely fresh idea on here, thanks to the other guys, this is my little twist on it. I was going to use it to try and catapult my way to Jr VIP status but decided to share it with everyone instead
Have fun.
Larry.