Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: bbhrucy79 on June 08, 2011, 09:30:00 AM

Title: TGPX and Trade Pulse
Post by: bbhrucy79 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?

Title: Re: TGPX and Trade Pulse
Post by: ip0li 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!
Title: Re: TGPX and Trade Pulse
Post by: bbhrucy79 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}';

 ;)

Title: Re: TGPX and Trade Pulse
Post by: ip0li on June 15, 2011, 03:12:46 AM
glad to see it solved.
Title: Re: TGPX and Trade Pulse
Post by: bbhrucy79 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



Title: Re: TGPX and Trade Pulse
Post by: bbhrucy79 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

Title: Re: TGPX and Trade Pulse
Post by: bbhrucy79 on July 01, 2011, 09:05:45 AM
of course change the image dimensions to the size of your thumbs