Archive for October, 2009

Fix for GoTryThis v1.x Wordpress permalink issue

Note: This fix is for version 1.x of GoTryThis

I was checking some links on my blog today and realised that when I changed the Wordpress permalink structure it broke GoTryThis. A search revealed a few partial solutions but none of them worked. Here’s how I solved the problem on my blog at soho-internet.com:

1. Go into your theme directory (i.e. wp-content/themes/themedir/) and copy 404.php to wp404.php so that you now have 404.php and wp404.php in your theme directory.

2. Edit 404.php and add some code at the top of the file – just above the line that says:

<?php get_header(); ?>

paste this code in (substitute ‘yourdomain’ with your own domain!):

<?
$url=urlencode($_SERVER["REQUEST_URI"]);
header(“location:http://www.yourdomain.com/gotrythis/gotrythis.php?id=”.substr($url,3));
exit;
?>

…so those first few lines should now look like this:

<?
$url=urlencode($_SERVER["REQUEST_URI"]);
header(“location:http://www.yourdomain.com/gotrythis/gotrythis.php?id=”.substr($url,3));
exit;
?>

<?php get_header(); ?>

That takes care of the 404 redirect to GoTryThis. Next we need to edit the wp404.php page so that it displays correctly.

3. Change the very top line of the file so instead of looking like this:

<? get_header(); ?>

…it looks like this:

<?
require(‘../../../wp-blog-header.php’);
get_header();
?>

All we did there was insert a new ‘require’ line in between the opening PHP tag and the get_header function. Now to tell GoTryThis about the 404 page.

4. In your gotrythis folder there will be a folder called ‘application’ and in the application folder there will be a file called ‘application.php’. Edit that file and look for the line that starts with:

errdoc = “http://www….”

You need to change that setting to point to the wp404.php file. It will then look like:

errdoc = “http://www.yourdomain.com/wp-content/themes/mytheme/wp404.php”

Let me know if you have any success or otherwise with this.

Clickbank Pirate Review

I purchased this product a little over a month ago just to give it a test run. I’m not an affiliate marketer – I’m a developer and webmaster trainer/tech so I purchase products from time to time purely to review them and advise other online marketers, particularly the non-technical, on the suitability and overall quality of the product.

The first thing that struck me was how complete this product is. I’ve seen many products over the years that described themselves as ‘turnkey’ but this is one of only a handful that really deserve that label. It’s a solid system backed by some very savvy online marketers. The main purpose of Clickbank Pirate is to remove the hassle of setting up Clickbank ad campaigns. Some of the other ‘make money with Clickbank’ products I’ve seen all have one flaw – they assume that the purchaser is going to be able to create squeeze pages, set up autoresponders, write free reports to give to squeeze page leads and perform the myriad of tasks that are required to set up a working, efficient Clickbank income funnel. Clickbank Pirate does all of that. It is a genuine turnkey system that every Clickbank marketer probably should be using . I’m sure that even the most experienced Clickbank marketers would be impressed with the CB Pirate system and it’s not really not surprising that it’s fast becoming a ‘must have’ for Clickbank affiliates.