Author Topic: TGPX and Trade Pulse  (Read 12066 times)

0 Members and 2 Guests are viewing this topic.

Offline bbhrucy79

  • Full Member
  • ***
  • Posts: 167
    • View Profile
    • Pussy in Style
TGPX and Trade Pulse
« on: June 08, 2011, 09:30:00 AM »
what is the trade pulse link syntax to be used in the TGPX click.php file?

I want trade pulse to manage the skim from the admin. panel so I don't want to use the p parameter in the link.

So how would the above link syntax look like in the TGPX click.php environment?

Also: please confirm, TP uses ENCODED links, correct?


Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
Re: TGPX and Trade Pulse
« Reply #1 on: June 10, 2011, 04:33:01 AM »
Hi I dont know how to answer this since I dont know how tgpx works I never used it personally. Basically all outgoing info about TP is here: http://scriptpulse.com/tp/manual/outgoing-links.php

About encoded YES you can use them!

Offline bbhrucy79

  • Full Member
  • ***
  • Posts: 167
    • View Profile
    • Pussy in Style
Re: TGPX and Trade Pulse
« Reply #2 on: June 14, 2011, 12:48:10 PM »
ah, ok, thanks I sorted this out.

Just for future reference in case someone is interested, this is the syntax you want to use with TGPX/TP combo:

// 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.yourdomain.com/tp/out.php?link=gal&url={$gallery_url}';

 ;)


Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
Re: TGPX and Trade Pulse
« Reply #3 on: June 15, 2011, 03:12:46 AM »
glad to see it solved.

Offline bbhrucy79

  • Full Member
  • ***
  • Posts: 167
    • View Profile
    • Pussy in Style
Re: TGPX and Trade Pulse
« Reply #4 on: July 01, 2011, 06:32:24 AM »
this should be inside your click.php:

$TEMPLATE = 'http://www.yoursite.com/tp/out.php?link=gal&url={$gallery_url}';

I manage skim from trade pulse not from the template.

hth




Offline bbhrucy79

  • Full Member
  • ***
  • Posts: 167
    • View Profile
    • Pussy in Style
Re: TGPX and Trade Pulse
« Reply #5 on: July 01, 2011, 06:46:25 AM »


<a href="/tgpx/click.php?id={$gallery.gallery_id|urlencode}&l={$gallery.category|urlencode}&u={$gallery.gallery_url|urlencode}"><img width="180" height="270" src="{$gallery.preview_url|htmlspecialchars}" border="0" alt="Thumb"/></a>

and this is in the template


Offline bbhrucy79

  • Full Member
  • ***
  • Posts: 167
    • View Profile
    • Pussy in Style
Re: TGPX and Trade Pulse
« Reply #6 on: July 01, 2011, 09:05:45 AM »
of course change the image dimensions to the size of your thumbs