Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Include TradePulse
28-11-2011, 02:22 PM
Post: #1
Question Include TradePulse
Hi
Help to include code CJ (TradePulse)?
this activation code: <? php virtual ("/ tp / ssi_in.php")?>
And also help customize the output script Tradepulse, it looks like: / tp / out.php?
PS When I inserted the code in the template index.php stopped working.
Find all posts by this user
Quote this message in a reply
28-11-2011, 04:04 PM
Post: #2
RE: Include TradePulse
first error i can see is that this code is missing a ;

this is how it should be
Code:
<?php virtual("/tp/ssi_in.php");?>

i will take a closer look at CJ and return with a proper instructions

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
28-11-2011, 04:09 PM (This post was last modified: 28-11-2011 05:34 PM by Punktured.)
Post: #3
RE: Include TradePulse
did you read the instructions on their site?
it does not say anything about ss_in.php

if /tp/ is in /public_html/
you put code in public_html/index.php
not public_html/template/TEMPLATE/index.php

it says
Code:
<?php include ("in.php"); ?>
so you would use
Code:
<?php include ("/tp/in.php"); ?>


Quote:Once you have finished the installation you will have to add your first site using the "Add Site" option in the admin panel. Then refresh the admin panel and your site will appear there.

Now you are ready to track traffic on that first site.

In oder to track that traffic you need to include the in.php file to your index file using the following includes depending of your index file. That include must be placed on the first line of your index file. It's recommended to use php index files because they are faster in processing and also the anticheat and filter features work much better with them.

PHP index file (index.php):

<?php include ("in.php"); ?>

SSI index file (index.shtml):

<!--#include file="in.php" -->

Once you have added the in.php include your site will count all the incomming traffic via CjOverkill and you will start seing incomming traffic for that site in your admin panel.

In order to track all the outgoing traffic and clicks you must link all your outgoing links through the out.php script. To be able to track clicks you must link all the links (or the ones you want to track) on your page to make them pass through out.php. In this case a normal plain link like:

<a href="http://www.example.com">Clickhere</a>

would need to be redone to:

<a href="out.php?url=http://www.example.com">Click here</a>

Normal: "out.php" (will make any click go to a trade)
To URL: "out.php?url=http://www.example.com"
Skimming: "out.php?pct=70&url=http://www.example.com" (70% odds to go to url 30% odds to go to trade)
Skimming: "out.php?p=50&url=http://www.example.com" (alternative method to declare skim)
First Click to URL: "out.php?f=1&pct=70&url=http://www.example.com" (First click goes to url, and other clicks are skimmed like in normal skimming)
To Trade: "out.php?trade=example.com"
Track Link: "out.php?link=blablabla"

Examples:

First click to url + 85% skimming + link tracking: "out.php?f=1&p=85&link=blablabla&url=http://www.example.com/tgp.php"

Click goes to trade with domain example.com and lick is tracked (useful for permanent linking to trades): "out.php?link=blablabla&trade=example.com"

Click goes to url with 100% odds and link is tracked (useful for permanent links): "out.php?link=blablabla&url=http://www.example.com"

NOTE: when you specify an url parameter, if you do not specify skim percentage all the clicks will go to that url.

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
18-06-2012, 04:05 PM
Post: #4
RE: Include TradePulse
Tell me how to set up links that would have been out.php? or a reference to the content.
For example:
mysite.com/tp/out.php?&?optionvideo&id#id&title#title

ps CJ script TradePulse set turned
Find all posts by this user
Quote this message in a reply
26-06-2012, 10:44 PM (This post was last modified: 26-06-2012 10:46 PM by nesa78.)
Post: #5
RE: Include TradePulse
i think that admin do not like trade script since it redirect traffic to other site and it will not show actuely script ads..

XXXTUBEVIDEO
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: