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 - Noobus Boobus

Pages: [1]
1
Trade Pulse Bug Reports / Re: Toplist problems in new version
« on: June 24, 2010, 06:25:22 AM »
Try "rebuild toplists"

2
Trade Pulse Bug Reports / Re: Toplist problems in new version
« on: June 20, 2010, 05:13:06 PM »
Without the flag everything is fine. Looks like it tries to replace thumb with something else, but fails and leaves blank space instead of image.

3
Trade Pulse Bug Reports / Re: Toplist problems in new version
« on: June 19, 2010, 02:19:37 PM »
Hey?

4
Trade Pulse Support / Re: build 19 - blank admin
« on: June 17, 2010, 04:47:38 PM »
you don't really need tp_in.php in admin page
Create .htaccess file in "tp" directory with normal DirectoryIndex settings:
Code: [Select]
DirectoryIndex index.php index.shtml index.html index.cgi

5
Trade Pulse Bug Reports / Toplist problems in new version
« on: June 17, 2010, 02:16:30 PM »
After upgrading to newest script version, script doesn't seem to process toplist correctly.
Here's a template:
Code: [Select]
<table align="center" border="0" cellpadding="0" cellspacing="0" width="180">
<tr>
<td colspan="2">
<a target=_blank href='tp/out.php?to=%%DOMAIN1%%&link=smalltop'><img onmouseover="this.style.borderStyle='dotted';" onmouseout="this.style.borderStyle='solid';" class="thumb" src="http://static.lovelygranny.net%%THUMB1-2-1%%" width="180" height="135"></a>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<b><a target=_blank href='tp/out.php?to=%%DOMAIN1%%&link=smalltop'>%%NAME1%%</a></b>
</td>
</tr>
</table>
And result:
Code: [Select]
<table align="center" border="0" cellpadding="0" cellspacing="0" width="180">
<tr>
<td colspan="2">
<a target=_blank href='tp/out.php?to=matureonlineporn.com&link=smalltop'>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<b><a target=_blank href='tp/out.php?to=matureonlineporn.com&link=smalltop'>Mature Online Porn</a></b>
</td>
</tr>
</table>
Notice, that IMG template disappears.

6
Trade Pulse Support / Re: Hello I am new
« on: November 10, 2009, 04:53:34 PM »
you can include generated toplist with javascript :)

7
Trade Pulse Bug Reports / Negative skim
« on: November 03, 2009, 12:41:08 PM »
Hello!

I've just experienced negative skim in the hourly skim column.



What was that?)

p.s. beware the popup on pichost

8
Hmmm. That's an idea.
Script counts all my traffic as proxy, cause I use nginx frontend over apache. That may be the reason, thanx.

9
Yep, sending notrades traffic to trades doesn't seem to work.

10
Trade Pulse Support / Nginx + FastCGI
« on: October 28, 2009, 01:04:26 PM »
Hello!

Is it possible to use TradePulse with nginx/FastCGI, without apache?

11
Trade Pulse Support / Re: Problems with zend server
« on: October 17, 2009, 10:10:06 AM »
Add some info about it to the manual maybe? Just mention "Zend Guard Loader" :)

12
Trade Pulse Support / Re: Problems with zend server
« on: October 17, 2009, 06:08:15 AM »
Uh.

I found the solution.
Looks like it is Zend Guard Loader you need, not Zend Optimizer.
For debian it resides in the same repository. Package name is php-5.2-loader-zend-server
Install it and reload Apache.

13
Trade Pulse Support / Problems with zend server
« on: October 17, 2009, 05:18:49 AM »
Hello guys,

I'm trying to install free version of the script on my hosting. I've installed Zend Server, phpinfo() shows that zend optimizer is working, but install.php doesn't work :(
I searched this forum for solution, ensured that 'short_open_tags' = on, but still got nothing.
Please help me :(

Pages: [1]