View Single Post
Old 11-25-2012, 12:12 AM  
Rockhound
Confirmed User
 
Industry Role:
Join Date: Jan 2003
Posts: 334
TGPX help using click.php with ATX v.2 traffic trading script

I can't figure out what template code to use to integrate click.php to my site using ATX v.2 as a trade script

Here is my current template

{* PULL THE PERMANENT GALLERIES FROM THE DATABASE *}
{galleries
var=$galleries
type=permanent
format=pictures
getnew=true
allowused=true
description=false
preview=true
amount=18
previewsize=150x200
category=MIXED
sponsor=any
order=RAND()
reorder=RAND()}
<table align="center" cellpadding="5" border="0">
<tr>
{* DISPLAY ALL OF THE GALLERIES *}
{foreach var=$gallery from=$galleries counter=$counter}
<td><a href="/cgi-bin/a2/out.cgi?l=topthumb&u={$gallery.gallery_url|htmlspe cialchars}" target="_blank"><img src="{$gallery.preview_url|htmlspecialchars}" border="1" alt="{$gallery.description|htmlspecialchars}" title="{$gallery.description|htmlspecialchars}" width="150" height="200"></a></td>
{insert counter=$counter location=+6 max=12}
</tr><tr>
{/insert}
{/foreach}


Any help would be greatly appreciated, thanks
Rockhound is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook