Adding to wish list:
After clicking the Referer link it would be a really
nice feature on the refdetail.php? details page to have
those http:// addresses live hyperlinks so upon
clicking on any of them would open a new window and
take you to the referer's page.
I have rewriten the code in refdetail.php starting on Line#98. The rewrite makes the referers address hot, and allows you to visit the page from a new windows.
Here's the rewrite:
Logged In: YES
user_id=1592206
Originator: YES
I have rewriten the code in refdetail.php starting on Line#98. The rewrite makes the referers address hot, and allows you to visit the page from a new windows.
Here's the rewrite:
// hyperlink to referers url
if ($referers[$i]["name"])
echo "<td class=\"subtitle\"><a href=\" " . $referers[$i]["name"] . "\" target=\"_blank\">" . $referers[$i]["name"] . "</a></td>\n";