One more thing: my out.php only redirects to a blank page. So every time someone is suppose to be redirected to one of my trades it just shows a blank page. What can i do?
I use TGPX and my click.php files look like this:
// 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.bondagework.com/tp/out.php?fc=1&p=70&url={$gallery_url}';
// If your traffic trading script supports encoded URLs set this value to TRUE.
// This will allow you to send traffic to URLs that contain query strings without a problem.
// If you are not using a traffic trading script, do not change this value
$ENCODE = TRUE;
How do i get the tradesript to redirect to my trades?