It's been nearly a year since my last post, and many months since the plugin last had any updates. This post outlines the new features in version 1.00.03:

Removing data from the redirect log

The way that the plugin works out how many redirects there are for each address is by logging each redirect and counting the redirects on the link and address pages. One of the things that I didnt account for in the previous version was how to delete or reset this data. Now, when you uncheck the option "count redirects" on the link page and save the options, the entries from the log are removed. Re enabling this option will effectively reset the counter.

Case sensitive keyword/phrase searching

This is a feature that had been requested a little while ago. It enables keyword/phrase searching to be set to case insensitive - this means that the keyword "television" will find and replace "Television" (and other combinations of upper/lower case) in blog posts.

Redirects graph

Under the "count redirects" option on the links page there is now an option to show a traffic graph. Once the check box has been checked and saved, the graph will show at the bottom of the page. This shows the redirects for the current month.

{ 1 comment }

Affiliate link cloaker WordPress plugin

by Joe Brewer on July 11, 2011

Affiliate link cloaker is a free WordPress plugin that can geo target cloaked affiliate links. This plugin has the capability to generate a link like http://www.brewsterware.com/recommends/amazon and have visitors from the USA click on the link and get sent to www.amazon.com, visitors from the UK sent to www.amazon.co.uk and so on.

In addition to this, these cloaked links can be automatically inserted into content. Keywords or phrases can be set to be changed to nofollowed links that open in a new window so that visitors are not taken away from your website.
[click to continue…]

{ 31 comments }

Region detect wordpress plugin

May 22, 2011

Region detect is a plugin for WordPress that detects the country that the current visitor is browsing from. It can display the country to the user; something like: Hello visitor from %%COUNTRYNAME%% This is done by using the codes %%COUNTRYCOD E%% and %%COUNTRYNAM E%% in your posts (take out the spaces). The plugin makes the [...]

Read the full article →

WordPress autoblogging plugin

December 14, 2010

So, further to my previous post I now have a fully functioning autoblogging plugin for wordpress based on all of requirements of using cron jobs and other bits. It wasnt as easy as I initially thought it would be as I’ve had to pretty much touch every line of code in the software – I [...]

Read the full article →

strptime for windows

August 22, 2010

I was searching for a windows implementation for the php function strptime, however the best help/advice that I could find was read the source code and write it yourself. Here is my implentation that I knocked up with date_parse_from_format so you can use it on version of php less than 5.3.0

Read the full article →