Charles G. Mullen

An internet marketer’s blog.

Entries Tagged as 'cookie stuffer'

Simple Ban Prevention For Cookie Stuffers

Now for all of you who think Cookie Stuffing is a simple drop your cookies here & there, get traffic, obtain clicks, receive commission is quite mistaken. Sure it’s easy as hell to stuff cookies & get commissions but how long can you do it for? Longevity is key here and taking simple measures to prevent getting banned is essential and key to long-term Blackhat Marketing success.

Below is a sample code in PHP that will only stuff cookies to users refered from Google:

if(substr((trim($_SERVER['HTTP_REFERER'])),0,23=="http://www.google.com/")
{
   echo "<img src=\"http://www.affiliatelink.com\" height=\"1\" width=\"1\" alt=\"\">";
}

Obviously the interchangeable part is the "echo" portion of the code. You don’t have to use the Image Stuffing method as it is only used here as an example. Also this is a barebones & basic code just for referer’s from Google. If you wish to add referers, use the elseif(substr((trim….so forth and change the 0,23 & the URL to match to how many character’s in length it is.

With a little PHP programming knowledge, you should be able to write an effective database driven model. If you don’t, you could probably outsource it at RentACoder, ScriptLance, or you could e-mail me for a quote.

The freely available model I’ve posted above is very basic and is definitely not enough to keep you in the safe boundaries you should be in. This also doesn’t prevent affiliate manager’s from getting stuffed — he or she may simply search for your website through Google, click through, and get stuffed. If you also need help with that, feel free to e-mail me for help.

Charles

eBay Files Lawsuit Against Cookie Stuffers

eBay Sues Alleged ‘Cookie Stuffers’

SAN FRANCISCO (CN) - Three men defrauded eBay in a "cookie stuffing" scheme that made it appear the men’s companies should be paid commissions, eBay claims in Federal Court. It sued Shawn Hogan and Digital Point Solutions, Todd Dunning and Kessler’s Flying Circus, and Brian Dunning and Thunderwood Holdings.
eBay says the men devised software programs that, "unbeknownst to the [computer] user, redirected the user’s computer to the eBay Web site without the user actually clicking on an eBay advertisement link, or even becoming aware that they had left the page they were previously viewing. As a result, the eBay site would be prompted to drop an eBay cookie on the user’s computer even though the user never clicked on an eBay advertisement or even realized that their computer had ever visited the eBay site."
The complaint continues: "once the cookie was stuffed on the user’s computer by one or more of the defendant’s any future revenue actions initiated by that user when the user later visited eBay intentionally, and not as a result of any advertisement places by defendants, appeared to be eligible for commissions payable to one of the defendants".
eBay claims the defendants also used deceptive means to prevent it from discovering the fraud, and to conceal it. eBay demands compensatory, treble and punitive damages. It is represented by David Eberhart with O’Melveny & Myers.

Source: Here

There’s also a PDF file outlining the document of the lawsuit. You can find that Here.

Good or bad for cookie stuffers? We’ll find out…

Charles