2011-03-13, 10:58 PM
(2011-03-13, 10:37 PM)Lith Wrote: Here's a bug, it rips the ":" from the URL.
In the plugin file (./inc/plugins/affiliates.php), find and replace the following (line 194).
Find:
header("Location: http://".$affiliate['link']."");
Replace with:
header("Location: ".$affiliate['link']."");
This should fix the issue.