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 - Cool Guy

Pages: [1]
1
Trade Pulse Support / TP = 1st domain, count clicks on another domain?
« on: January 09, 2012, 03:37:15 PM »
1) I have one domain A with tradepulse installed on it
2) all trades should send traffic to domain B
3) domain A is just a "gateway" to send traffic but not to receive it

How can I count incoming hits on domain B? Is it possible to include on external page? I mean if it gonna work?

2
message sent

3
So the problem is in include function, because when I comment it site works fine. With include it stops loading.

Php:
allow_url_fopen on
allow_url_include off
open_basedir no value no value
virtual direcatory support disabled

I don't if the reason is in one of these parameters. Please help me out.

virtual() doesn't work, so I can use include() only

4
I did this with:
<?php
$referrer = $_SERVER['HTTP_REFERER'];
if (preg_match("/top.nonude.me/",$referrer)) {
    header('Location: http://xxxx');
};
?>
works fine, but will these hits be counted by trade pulse (as that php code is at very top of header.php)

5
So I want to do this and I read about .htaccess and related topics. But I don't want to send visitors to different face, I need to send them to different web site. So maybe there is a way to do this?

6
Trade Pulse Support / Re: Internal 500 after making a toplist
« on: August 03, 2011, 12:51:27 PM »
fixed this by disabling phpsuexec in whm - then chmod 777 would work

7
Trade Pulse Support / Re: Internal 500 after making a toplist
« on: August 03, 2011, 09:45:36 AM »
lol...change to host... not an option --- that's ridiculous

8
Trade Pulse Support / Internal 500 after making a toplist
« on: August 03, 2011, 08:40:59 AM »
Argh... first I had to change all directories to 755 NOT 777 like it says in the manual just to get the script installed

Finally got it installed, then I go to create a toplist and when I press submit - back to internal server error.

9
Trade Pulse Support / Can't get instant force to work
« on: December 14, 2010, 10:22:53 AM »
This is making me pull my hair out... I've set some trades to instant force, daily force, hourly force, etc.  And it NEVER works.  They just sit there, not receiving any fucking traffic.

How can I make it so instant force takes priority over all the other incredibly complicated algorithms and rankings?

10
Trade Pulse Support / network sites...
« on: June 07, 2010, 11:01:54 AM »
I'm trying to network my sites and I get this error:

not ok unserialize error


11
Trade Pulse Support / Re: IN clicks not being tracked...
« on: June 06, 2010, 01:46:21 PM »
problem was 1. ssi needs to be included between head tags  2. if your script uses smarty templating you have to use {include_php file="/path/to/tp/ssi_in.php"}

12
Trade Pulse Support / Re: IN clicks not being tracked...
« on: June 06, 2010, 11:37:30 AM »
sent

13
Trade Pulse Support / Re: Multiple Problems with TP and STXT
« on: June 05, 2010, 10:26:16 AM »
did you guys get this figured out?  I'm having a similar problem, and I'm using STP (similar to STXT)

14
Trade Pulse Support / IN clicks not being tracked...
« on: June 05, 2010, 10:10:28 AM »
I just started with this, I see that I AM getting traffic from a few trades I've setup in google analytics... but I don't see the traffic as being counted by TP....

Pages: [1]