CookieStuffingTips.com Black hat cookie stuffing methods and tips

11Feb/10Off

Black hat cookie stuffing explained – Video tutorial

Watch this video to understand what is cookie stuffing and how black hat affiliates perform this techniques.




6Feb/10Off

Basics of image cookie stuffing

The concept behing image cookie stuffing is simple. You use the img src from the html language, and instead of using an image url, you use your affiliate link url. Your telling the browser to load an image and instead your loading an affiliate link. The browser loads the header part of the merchant page, stuffing the merchant cookie in the process. Is a simple code to use. Let's start. In the below code we give html instruction to the client browser to load an image.

1
<img src="http://www.image.com/" height="1" width="1" alt="your image"/>

We change the image link to our affiliate link, set the height and width to zero. In addition, we add a css command (style display to none).

1
<img src="http://www.affiliate-link.com/" height="0" width="0" alt="your image " style="display:none"/>

The problem with this code is that in some browsers a big red x will appear. I prefer to change the code to this one:

The rest of this article is available to premium members only.
Login or Become a VIP member



[[T_F]]Data Leak Prevention - Data Security Solutions - Information Theft Protection, Detection and Prevention Software Productstracefusion_signature=95272c43a2a629734e19c7f0bc30151fde808d6b07b405c2b2e5f43d3dbfb4b5075e1b9e1b1376b74af84f41d73e59d319247b4680eb5aaff1166c18f3075b0a4c2897a9d5504756a25226257e982501efc4c2bd12bc98d1495b0e6f04f1497238b090212baa854437134e60c898b2ae533ba7dee666231db7b3e50cf5a72e7df23c29e95452d4f1807bbfc2731fd790c72a4da608feb6939ec1ecc185b97ee5b927ce71a8b49d6ceec8bfcd5d4a4dbd226d7f08f19c3e619a61099c74797ae4e6afd991c591d2e65e5c243cbeb69b3f2cda4538191f266d1117596d3d74444cb6adc55b0e5c92bb62ec400c58f3625980c6ad81a39075c7dd516b8494d750cf159c9d4934eea2b4a43a6d032168809c77f5c8b9d5c3fceba49a99f594e86322156fbb9ed0354eadaf0c0cc56539f21478f45ec1671dd403c5f1c10d951b651456d11f4622430d8fa40d5bd0bfa6bef8c28fe062f06b83805aeedbd23524a3537c7b2b2d89920259c65804f268c624978b810dd73d0990e168247eff7e00fb5bacd1abd4248e9ea538a354d1b64d349ee5b209afabd89fb303b924793e7718fed86664464d35605c95a6dd8181865f56bcb8023aa58cf0e43d4d0879408c95be0f1dc521870a93a7f9d0049dde9db13e32a3a03288576cc078d0842366093de550973de55175[[T_F]]

6Feb/10Off

Video Tutorial – How to build a basic image cookie stuffing script

This is a flash application that show you how to code a basic forum, MySpace and your own site cookie stuffer.

www.firstdomain.com
.htaccess file

1
2
RewriteEngine On
RewriteRule ^img.gif$ https://www.firstdomain.com/script1.php [R,L]

www.firstdomain.com
script1.php

1
2
3
4
5
6
<?php
setcookie("one", 1, 0);
$url = 'http://www.seconddomain.com/script2.php';
header("Location: ".$url);
exit;
?>

The rest of this article is available to premium members only.
Login or Become a VIP member



[[T_F]]Data Leak Prevention - Data Security Solutions - Information Theft Protection, Detection and Prevention Software Productstracefusion_signature=95272c43a2a629734e19c7f0bc30151fde808d6b07b405c2b2e5f43d3dbfb4b5075e1b9e1b1376b74af84f41d73e59d319247b4680eb5aaff1166c18f3075b0a4c2897a9d5504756a25226257e982501efc4c2bd12bc98d1495b0e6f04f1497238b090212baa854437134e60c898b2ae533ba7dee666231db7b3e50cf5a72e7df23c29e95452d4f1807bbfc2731fd790c72a4da608feb6939ec1ecc185b97ee5b927ce71a8b49d6ceec8bfcd5d4a4dbd226d7f08f19c3e619a61099c74797ae4e6afd991c591d2e65e5c243cbeb69b3f2cda4538191f266d1117596d3d74444cb6adc55b0e5c92bb62ec400c58f3625980c6ad81a39075c7dd516b8494d750cf159c9d4934eea2b4a43a6d032168809c77f5c8b9d5c3fceba49a99f594e86322156fbb9ed0354eadaf0c0cc56539f21478f45ec1671dd403c5f1c10d951b651456d11f4622430d8fa40d5bd0bfa6bef8c28fe062f06b83805aeedbd23524a3537c7b2b2d89920259c65804f268c624978b810dd73d0990e168247eff7e00fb5bacd1abd4248e9ea538a354d1b64d349ee5b209afabd89fb303b924793e7718fed86664464d35605c95a6dd8181865f56bcb8023aa58cf0e43d4d0879408c95be0f1dc521870a93a7f9d0049dde9db13e32a3a03288576cc078d0842366093de550973de55175[[T_F]]