GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   TGPX help using click.php with ATX v.2 traffic trading script (https://gfy.com/showthread.php?t=1090513)

Rockhound 11-25-2012 12:12 AM

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

JamesM 11-28-2012 11:39 AM

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

JamesM 11-28-2012 11:41 AM

also you can add this in htaccess to get nice links for seo

# gallery url rewriting
RewriteRule ^gallery/(.*)$ /click.php?%{QUERY_STRING}

Rockhound 11-28-2012 06:29 PM

Quote:

Originally Posted by JamesM (Post 19336572)
also you can add this in htaccess to get nice links for seo

# gallery url rewriting
RewriteRule ^gallery/(.*)$ /click.php?%{QUERY_STRING}

Thanks a lot for all the tips but what would this change as far as SEO goes?

JamesM 11-28-2012 08:24 PM

Quote:

Originally Posted by Rockhound (Post 19337239)
Thanks a lot for all the tips but what would this change as far as SEO goes?

it will add the description to the url.
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