Catapult Your Wordpress Sites Into Next Year with "Wordpress Trebuchet"

I created a fake blogroll with this code. all you have to do is to install the php code widget plugin add the widget to your sidebar without title and replace the part in the code that says "Like our site? We recommend these other sites:" with "<h?>Blogroll</h?>" the h tag will depend on the theme settings depending on the theme it will show a small empty box when the referrer is your own site.
 
Also you need to use cookies to keep track of them, just in case they want to click refresh, so no referrer will be made again and they will be pissed when they don't see any links to their site.

You do indeed need to set a cookie, otherwise it's a pretty flawed implementation (of an old idea).
 
I created a fake blogroll with this code. all you have to do is to install the php code widget plugin add the widget to your sidebar without title and replace the part in the code that says "Like our site? We recommend these other sites:" with "<h?>Blogroll</h?>" the h tag will depend on the theme settings depending on the theme it will show a small empty box when the referrer is your own site.

Great idea!
Ow, maybe stupid question, but can I use this PHP code as a SB commenter instead of Trackbacks?
 
Last edited:
Yup, I use it with the commenter and not the trackbacks module in Scrapebox.
 
what if the Author continue read in my blog , and opened new post, then didn't see his Link , as the new poet page will be referr with my domain , so no link in this case

Thanx and i think it need enhancement to make SQL IP tables or to COOKIES

Thanx anyway i saw some one selling such script since months
 
The primary aim of the post/script was to be as easy as possible for people to implement and get results from an easy implementation. I didn't want to start confusing people who perhaps weren't familiar too much with code - creating databases etc etc

Obviously more experienced people can take the code/idea and embellish it accordingly.

I've never had anyone complain their link was missing or had vanished, most blog owners get excited about the link, give link back and then probably can't remember they've even done it, let alone put in place a link checker.
 
This works great !

Just tested it and it works like a charm and I see great potential here :)
 
Back
Top