Plain URLs, for the site preview pics at least
In /include/functions.php locat near line #1231
Locate . . . .
| Code: |
if ($thumbshot == "1"){$htmlsrc .="height=\"90\">
<td valign=\"top\" width=\"120\" class=\"" . $cell_color . "\" background=./images/na.gif>
<a target=\"blank\" href=./out.php?ID=" . $sites_array[site_id] . ">";
$htmlsrc .="<img border=\"0\" align=\"top\" src=http://open.thumbshots.org/image.pxf?url=".
|
and replace with . . . .
| Code: |
if ($thumbshot == "1"){$htmlsrc .="height=\"90\">
<td valign=\"top\" width=\"120\" class=\"" . $cell_color . "\" background=./images/na.gif>
<a target=\"blank\" href=\"" . $sites_array['site_url'] . "\" onclick=\"location.href='./out.php?ID=" . $sites_array['site_id'] ."';return false;\">";
$htmlsrc .="<img border=\"0\" align=\"top\" src=http://open.thumbshots.org/image.pxf?url=".
|
It's 1am here now, and big day tomorrow, so I'll try to address the remaining links tomorrow evening