every traffic trading script i have tried does not work in wordrpess for some reason, doesn't keep up with incoming hits or outgoing hits properly (incoming is infalted, outgoing the opposite) so what other then clickz style stuff will work right with wordpress?
need traffic trading script that works in wordpress
Collapse
X
-
Tags: None
-
-
Use Sloth Trader but put the PHP include as the first line on the actual "index.php" file at the blog root not the blog template files.
I used sloth on a few wp blogs but I'm moving away from WP now.
http://www.slothtrader.com/In November, you can vote for America's next president or its first dictator.Comment
-
-
-
In November, you can vote for America's next president or its first dictator.Comment
-
Also make sure to use the full url in the toplist like this..
<a href="http://www.blogdomain.com/blog/sloth_out.php?trade=%DOMAIN1%">%NAME1%</a>
other wise the toplist will screw up on the category pages.In November, you can vote for America's next president or its first dictator.Comment
-
Comment
-
edit as a side note.. only thing that sucks with a blog and a trade script, is you see a lot of extra referrals from your domain. because every new page on the blog that the surfer opens ends up being tracked.
So I just add my own domain as a trade and then disable it and just subtract that total from the actual traffic level.In November, you can vote for America's next president or its first dictator.Comment
-
Well, w/ Sloth you could use this as the include:edit as a side note.. only thing that sucks with a blog and a trade script, is you see a lot of extra referrals from your domain. because every new page on the blog that the surfer opens ends up being tracked.
So I just add my own domain as a trade and then disable it and just subtract that total from the actual traffic level.
<?php if ($_COOKIE["sloth_src"] == "") include "sloth_in.php"; ?>Comment
-
the actual index.php file only has one line of code to it, just put the include for he log.php file at the top of that?Comment
-
Great posts Crockett. This helped quite a few people im sure.Convert your clicks with Swank Dollars ICQ - 472 856 761Comment
-
In November, you can vote for America's next president or its first dictator.Comment
-
Yea the next thing that would help them, is if they ditched wordpress..
and picked up Blogs Organizer
It allows you to run as many blogs as you want from one admin pannel including WP blogs and most other blog scripts and hosted blog services.
I've been building at least 1 new blog a day since I started using BO.In November, you can vote for America's next president or its first dictator.Comment
-
Great info in this threadPornGuy skype me pornguy_epic
AmateurDough The Hottes Shemales online!
TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!Comment
-
Comment
-
Also I guess I'll add this in case anyone tries out Blog Organizer and wants to use a trade script.
With BO you will need to install the trade script normally. But rename the index.php file that is generated by the script to something like main.php or what ever name.
The make a new index.php file with the following code.
<?
include ('sloth_in.php');
include('main.php');
?>
So that way you can use the trade script with your BO blogs as well.In November, you can vote for America's next president or its first dictator.Comment



Comment