Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - George

Pages: [1]
1
Trade Pulse Support / Re: Unable to update from build 18 to 19 or 20
« on: June 24, 2010, 05:38:40 AM »
Thanks for your help Kildoozer. I had my hosting co. look into it and it's now fix. Thanks again  :)

2
Trade Pulse Support / Unable to update from build 18 to 19 or 20
« on: June 22, 2010, 09:12:42 AM »
Last week when build 19 came out I was unable to update, I wrote it off as a bug/defect with 19. However I now am unable to update to build 20.
Steps to replicate:
Within Settings: Auto updates, I have a check mark on "Allow checking for auto updates"
I click on "Check for latest version (upgrade)."

I then get:

" The latest versions of some files available for updating now.
It's very recommended to update these files
."
So I click on "Update Now” button. Followed by a message stating:
The 2 files were successfully updated
tp/out.php
tp/trade.php


However when I ftp to my site these two files are not updated. The directory and files where origanlly set to 775 so I then tried 777 and it still will not update.
 Any clue what is causing this? Also is there a way to just obtain the two files so I can upload to them my server?

3
Trade Pulse Support / Re: How to use TP with my TGPX tgp site
« on: April 21, 2009, 07:38:07 AM »
If U use fc or p params in URL skim schemes don't work...use or params in url OR skim schemes.

Thanks!  :)

4
Trade Pulse Support / Re: How to use TP with my TGPX tgp site
« on: April 20, 2009, 11:32:06 AM »
I just started using TGPX as well.

I'm using $TEMPLATE = 'http://www.bondagework.com/tp/out.php?fc=1&p=70&url={$gallery_url}'; in my click.php

Now in my TP admin setting under "Skim Schemes" I have it set as 60 on the 8th click. However for the past couple of days my stats are showing a 81% skim rate. Are we supposed to remove any entries in the Default Scheme do to the confguration on click.php?

5
Trade Pulse Support / TP & TGPX issues
« on: April 15, 2009, 04:09:11 AM »
I moving from Comus Thumbs to TGPX and I'm having a few problems getting the script to work correctly.

I’m having some problems getting my Trade Pulse script working with click.php.

I've added the following Template to click.php

Code: [Select]
$TEMPLATE = ‘http://www.mydomain.com/tp/out.php?fc=1&p=60&url={$gallery_url}’;

My template reads as the following:

Code: [Select]
{foreach var=$gallery from=$galleries counter=$counter}
<td><a href="/tgpx/click.php?id={$gallery.gallery_url|htmlspecialchars}" target="_blank"><img src="{$gallery.preview_url|htmlspecialchars}" border="0" alt="Thumb"></a></td>
{insert counter=$counter location=+4 max=36}

Clicks do go to my trades however when a click attempts to go to a gallery it sends me to the Trade Pulse admin login page www.mydomain.com/ tp/login.php


Also my toplist is not visable any longer using <!--#include virtual="tp/toplist.html"-->

Any ideas why this is happening?

(Please note the script is currently working fine on my index.shtml with Comus, It's just not working using TGPX on main.html)

Thanks in advance

Pages: [1]