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 - Web_Master

Pages: 1 2 [3] 4
31
Trade Pulse Bug Reports / Re: Mailer Bug and invalid characters.
« on: June 17, 2009, 04:53:34 AM »
The problems described above remain after update 1.0.2 Build 16 :(

32
Trade Pulse Support / Re: Problems with installation
« on: May 21, 2009, 11:44:07 AM »
In my hosting service have a security function that I have to disable any script to install and having to chmod 777. If it off gives me error of installation. See if you have a security system activated in your hosting service. Just to point out that my host is Webair.

 8)

34
Updated the page of the GEO

(Last updated May 1st, 2009, next update on June 1st, 2009)

 ;)

35
Trade Pulse Support / Re: Problems with installation
« on: May 03, 2009, 06:50:27 AM »
send me ftp and url to info@scriptpulse.com and add this forum post url to it so I can check. thnx

That should be at least http://www.spankjunkie.com/tp/login.php that was checked and was wrong. It may be the folder that TP is not the appropriate chmod.

 ;)

36
Trade Pulse Bug Reports / Re: Bug in Admin page
« on: May 02, 2009, 05:33:17 PM »
????

37
Trade Pulse Support / Re: Problems with installation
« on: May 02, 2009, 05:32:19 PM »
Chmod your folder TP to 777

 ;)

38
Trade Pulse Bug Reports / Re: Bug in Admin page
« on: April 30, 2009, 11:35:05 AM »
ip0li discovered the error?

 :)

39
Trade Pulse Bug Reports / Re: Bug in Admin page
« on: April 29, 2009, 05:44:05 PM »
info@scriptpulse.com send me tp login info, also what OS you use on your PC and what browser? thnx

Done :)

40
Trade Pulse Bug Reports / Bug in Admin page
« on: April 29, 2009, 05:10:42 PM »
In my admin page, I am not able to open the pages Bulk Add, Export and Trash. When I click on the links when the page opens Overall. Only after clicking on that link Overall I open the pages Bulk Add, Export and Trash. It is strange...

Cheers

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

It means that if we put the URL as $TEMPLATE = 'http://www.yourdomain.com/tp/out.php?url={$gallery_url}'; he will take the default Skim Scheme which will be 60% in the menu Admin?

Just to take a question.

Thanks

42
Trade Pulse Support / Re: TP & TGPX issues
« on: April 15, 2009, 07:18:48 AM »
I saw that information on the forum asking them: http://www.jmbsoft.com/support/viewtopic/5082/

 :-X

43
Trade Pulse Support / Re: TP & TGPX issues
« on: April 15, 2009, 04:55:00 AM »
<!--#include virtual="tp/toplist.html"-->

This code only work on pages with extensions .shtml
Rename the main.html to main.shtml

 ;)

44
Trade Pulse Support / Re: TP & TGPX issues
« on: April 15, 2009, 04:50:26 AM »
This code is incomplete:

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}

The truth will:

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

Change the quotes on page click.php to stay well:

Code: [Select]
$TEMPLATE = 'http://www.yourdomain.com/tp/out.php?fc=1&p=60&url={$gallery_url}';
Change and see if it works correctly. ;)

45
Trade Pulse Support / Re: Need assistance with TradePulse.
« on: April 14, 2009, 06:12:46 AM »
Thank you so much Ipoli! I figured that's what I had to do. Just making sure.

One more question: Do I insert <?php virtual("/tp/ssi_in.php")?> in the <head> or <body> of index.php? Or does it matter??

<head><?php virtual("/tp/ssi_in.php")?></head>

 ;)

Pages: 1 2 [3] 4