TGPX help using click.php with ATX v.2 traffic trading script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rockhound
    Confirmed User
    • Jan 2003
    • 334

    #1

    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
    ALL BUSTY BABES - The Biggest Boobs On The Net
  • JamesM
    Confirmed User
    • Nov 2012
    • 732

    #2
    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


    Ex GF Films | Grab Dollars
    Up To 80% Rev-Share | 255 Day Cookie | Legal Content | Variety of Promo Tools | CCBill Program | GF Niche
    james[at]grabdollars[dot]com | ICQ::611-99-zero-zero-20

    Comment

    • JamesM
      Confirmed User
      • Nov 2012
      • 732

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

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


      Ex GF Films | Grab Dollars
      Up To 80% Rev-Share | 255 Day Cookie | Legal Content | Variety of Promo Tools | CCBill Program | GF Niche
      james[at]grabdollars[dot]com | ICQ::611-99-zero-zero-20

      Comment

      • Rockhound
        Confirmed User
        • Jan 2003
        • 334

        #4
        Originally posted by JamesM
        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?
        ALL BUSTY BABES - The Biggest Boobs On The Net

        Comment

        • JamesM
          Confirmed User
          • Nov 2012
          • 732

          #5
          Originally posted by Rockhound
          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


          Ex GF Films | Grab Dollars
          Up To 80% Rev-Share | 255 Day Cookie | Legal Content | Variety of Promo Tools | CCBill Program | GF Niche
          james[at]grabdollars[dot]com | ICQ::611-99-zero-zero-20

          Comment

          Working...