![]() |
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 |
set proper path in click.php line 31
// The template for your traffic trading script URL // If you are not using a traffic trading script, do not change this value $TEMPLATE = 'http://www.domain.com//cgi-bin/a2/out.cgi?u={$gallery_url}'; and use default gallery templates Thanks |
also you can add this in htaccess to get nice links for seo
# gallery url rewriting RewriteRule ^gallery/(.*)$ /click.php?%{QUERY_STRING} |
Quote:
|
Quote:
try adding it , as i dont have tgpx installed right now. thanks |
All times are GMT -7. The time now is 07:58 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc