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

Pages: [1] 2 3
1
Trade Pulse Support / OUT to real page??
« on: April 10, 2011, 07:37:21 AM »
is there anyway to use the script below to go to the real page after some trades?
/tp/out.php?p=50&url=[to the real page]


or is there another way to to this?
/tp/out.php?g=trader1 ,wherein trader1 group has all my trades then after some clicks it will go to the real page??

Tried everything but it always go the group trades.

2
Trade Pulse Bug Reports / Re: new created group wont appear in toplist
« on: March 02, 2011, 12:25:46 AM »
ahhh. not a bug sorry, in order to appear in that box it should have 5 sites in the group name.

3
Trade Pulse Bug Reports / new created group wont appear in toplist
« on: March 01, 2011, 03:38:50 PM »
Version 1.0.5 build 24


New created group wont appear in Toplist(Tools/toplists page) as choice in 'add new template' group box. But appear under Tools/Groups page.

4
Trade Pulse Support / Re: white page after migration
« on: March 01, 2011, 05:13:29 AM »
thanks ipoli!!

TP is awesome, additional to this. upload/transfer TP in binary mode.

everything is working great now.

5
Trade Pulse Support / Re: white page after migration
« on: February 28, 2011, 05:32:42 AM »
ouch! any words from admins and authors,

I had suggestion from this thread:
http://forum.scriptpulse.com/index.php/topic,188.0.html

but would really appreciate if there are anymore ideas?

6
Trade Pulse Support / white page after migration [SOLVED]
« on: February 27, 2011, 10:34:19 PM »
hi,
I migrated my site to a different server, uploaded all files public_html the site works and displays just fine but tradepulse is not working and also showing whitepage on login page and in trades.


any suggestions?? ???

7
 I manage to find out to make the virtual include work on TPL.

1. you need to know if your hosting allows virtual include, some shared hosting does not allows it.
2. luckily I found a way around to make this in TPL, instead of putting in the header I put it on the footer, the footer loads to all the pages of the site. Its, because if I put the tracker in the head the site goes blank.

{php}
    include('tp/ssi_in.php');
{/php}


then this goes to the body:


 <img src="/tp/img.php" width="0" height="0" style='display:none;border:none'>

3. I check the stats in the admin panel, and its counting the stats just fine.

Incoming traffic tracker on the .htaccess just count the trades that goes the index and not for the pages, tnx to ipoli for reminding me that.

Now its working just fine with tpl. And Tradepulse ROCK!

8
Trade Pulse Support / Re: top thumbs mixing sizes-SOLVED
« on: December 01, 2010, 07:05:55 AM »
solved -  ipoli corrected me

i just got confused of the checkbox-tired ::). Ipoli reminded me to put a check box for all active crop-ID size that I will use in tool/toplists so it will be enabled.

Tradepulse ROCK :D

thanks buddy.

9
Trade Pulse Support / top thumbs mixing sizes-SOLVED
« on: December 01, 2010, 04:48:16 AM »
toplist 1=thumb size 160x120,
toplist 2=thumb size 145x112

tp crop id 1=160x120, tp crop id 2 =145x112

is use this code:

toplist1 %%THUMB1-1-1%% - to get 160x120
toplist2 %%THUMB1-2-1%% - to get 145x112

problem is they mix in the toplist different sizes ???

10
Trade Pulse Support / Re: THUMB no display
« on: November 29, 2010, 05:48:30 AM »
ipoli your the man,  :o :o :o

damn im new to this script good thing your there.

solution by ipoli:
code below to include the html to smarty template ".tpl"

1.created toplist1.html in TP
2. added code to smarty template
{include file="/home/sitename/public_html/toplists/toplist1.html"}

11
Trade Pulse Support / Re: THUMB no display
« on: November 29, 2010, 03:25:10 AM »
hi thanks, email sent.


thanks for the correction.

12
Trade Pulse Support / Re: THUMB no display
« on: November 29, 2010, 01:42:20 AM »
any idea to get this working, the images/thumb are not properly called by the script.

13
Trade Pulse Support / THUMB no display-SOLVED
« on: November 28, 2010, 04:29:22 PM »
displaying X-thumb on the homepage but displays the images from TP preview. Site is TPL

code:

<td align="center"><a href="/tp/out.php?to=/tp/out.php?g=trader1&gp=100%" target="_blank"><img src="%%THUMB2-1-2%%"></a></td>

output:

it displays X thumbs but when you click on it, it goes to the trades just fine.

When I right click, view image info to check :
http://www.mydomain.com/templates/frontend/template1/js/%%THUMB3-1-7%%


any clue for the correct image source:
<img src="%%THUMB2-1-2%%"></a></td>


anyone help pls.
 ???

14
Trade Pulse Support / Re: NOT SAVING settings on ...
« on: November 27, 2010, 02:07:47 PM »
i contacted my hosting and they said they have SuPHP installed on server as a security module 777 permission is not allowed on any files or folders.

I can only use 644 and 755 .

anyone got solution with this.

15
Trade Pulse Support / Re: NOT SAVING settings on ...
« on: November 27, 2010, 09:18:50 AM »


when I make it 777 i cannot login and blank.

Pages: [1] 2 3