How long does it take CJ for this?

MiLiTARYiV

Senior Member
Joined
Jan 9, 2008
Messages
963
Reaction score
605
How long does it takes CJ to ban you for CS if they ever do? Do they check commissions during the lock period for CS?
 
if you keep your ctr low they don't usually care unless your being sloppy and using an i frame or someone complains
 
With all the cookie stuffing techniques now available, it should be easy to avoid getting banned ;)
 
Ok heres my problem..
Im doing forum stuffing using a invisible image thing, also I have the Ebay banner on my main website that gets about 300 visitors a day..

IS there any way to avoid detection on the forum stuffing. I have the iamge on my server and am doing the htaccess rewrite redirect thing..

Can anybody help me with this?
 
oh it's for ebay. Right now stuff away and keep the ctr low and you'll be ok. Ebay never complains about this to CJ unless the forum owner reports you or your ctr is above 20% or your clicks are mostly from proxys.
 
yea my CTR is way WAY high. I didnt know what I was doing.. Also how do you keep your CTR low in a forum where anybody can go to your message anytime?


HERE IS A EXAMPLE. MY CTR YESTERDAY WAS THIS: 280.77%

The thing is it has been averaging about this daily for the last month?

1,500 clicks.. 450 impressions for yesterday
 
Come on you all. Out of all these CS"S here nobody cant answer my question
 
ok guys here is what I have for this problem.

1. you need to make one more file in the same directory as your php/jpg image and name it: "c.txt" - open it and insert 0 in it.
2. next open your php and inside you insert this
PHP:
<?
if(!$_SERVER['HTTP_REFERER']){
//
} else {
$ration = 5;
$c = file_get_contents("c.txt");
	if($c == $ration){
		header("location: http://affilate_url"); //change your affiliate link
		$add = 0;
		$fp = fopen("c.txt", "w");
		fputs($fp, $add);
	}
	if($c != $ration){
		$add = $c+1;
		$fp = fopen("c.txt", "w");
		fputs($fp, $add);
	}
}
?>

3. If you want a 1:10 ration change the $ration value inside of the php with 9, if you want a 1:5 change it to 4.
4. save your file and start stuffing :P. It works I have just tested this.

Hope it helps you ...
 
Can you break that down in newbie terms
 
Its a PHP script that stuffs every 10th visitor, so you end up getting a 1:10 which is 10% CTR.
 
This is only going to stuff 1:10, however, it really isn't a 10% CTR because there will still not be any impressions from the forum. If 100 visitors pass by your code, only 10 will be cookied, but there will not have been any ad impressions, thus in reality, it would still be 100% CTR. Correct? Or am I missing something here?

The way I see it, you would need to rotate the impression pixel the other 9 times, that would have the desired effect of lowering CTR.

Liam
 
Last edited:
he said in the first post that he has a website where he has 450 impresions/day ... and from forums 1400 clicks. So i made the script and if he is doing some math he can gate 450 impressions and 300 clicks. Got it Liam?
 
Welp fellows I got the dreaded email Form CJ. They terminated me from Ebay program but I can still use CJ. They also said all my commissions will be reversed but its still in locked status...
 
Sorry to hear CPUGEEK, well, just get yourself an EPN account and studdy the techniques before applying it. Good luck on your endeavors, I need it myself!
 
So what happens to all the money a person makes after getting caught?> Does CJ keeps that or refunds Ebay?
 
i have a question about CS on forum and CJ. does CJ or the merchant know the referrer of the clicked link or the purchase came from?
 
Welp fellows I got the dreaded email Form CJ. They terminated me from Ebay program but I can still use CJ. They also said all my commissions will be reversed but its still in locked status...

Well i got paid my dough direct deposit. it came to about $3,000. all rounds on me . Guess they hate ebay for leaving!:D:D:D
 
Back
Top