Has your girlfriend cheated on you?

I wonder what c0peac thinks about his advertising? Hope he is allowed to incentivise the offer.
 
Definitely a hired model. She's posing in the pictures with makeup on, however it could be just a coincidence. Lemme fire up Proxy Machine and browse to it. I wonder why you get to see all the pics/vids if your true IP is hidden... In any case I'm sure he makes a killing daily with this method. Let's email him and have him/her sign-up here and start posting, I bet there's a few more trick's up his sleeve.
 
Also, look where the Secret Video points: file=http://download.youporn.com/download/158976/flv/120256_Deep_Throat_blowjow.flv

Hahaha...
 
Why does he even bother putting real nudes on there? All he wants is the email submit. Who cares once they submit. On another note, when I entered an email nothing happened.

edit: She can really give a bj!
 
RandomStuff the affiliate url I got was different.
Thanks for answering man. I'm still interested in how he's actually doing this, with giving out the referral code, and tracking how many times it gets clicked on to reveal more pictures. As someone else already stated, if you view the website through hidemyass.com you get to see all the pics. Also, if you just google the website name, a digg thread comes up, and in that someone has posted links to all the pics and video (which the video isn't the same chick). It's easy to see what he did in that instance, just found a pr0n site that had an "ameteur" sequence and nabbed them to use on his page and then found a video that looks as close as possible.

Definitely a hired model. She's posing in the pictures with makeup on, however it could be just a coincidence. Lemme fire up Proxy Machine and browse to it. I wonder why you get to see all the pics/vids if your true IP is hidden... In any case I'm sure he makes a killing daily with this method. Let's email him and have him/her sign-up here and start posting, I bet there's a few more trick's up his sleeve.

I agree, I'd really like to know the technology behind it that's making it work. Did you email the person? You should, that'd be awesome if he/she does come here and join up and "hangs out" with us. :D
 
come on, guys
he just md5's your ip address.
 
Last edited:
ps. here's a quick and dirty java app to reverse the ip.

Code:
import java.math.BigInteger;
import java.security.MessageDigest;

public class RefCrack {
    
    public static void main(String[] args)
    {
        if (args.length != 1)
            System.out.println("usage: java RefCrack [ref-code]");
        else
            new RefCrack(args[0]);
        
    }
    
    public RefCrack(String ref)
    {        
        String ip = "1.1.1.1";
        while (!ref.equals(md5(ip)) || ip.equals("256.0.0.0"))
            ip = increment(ip);
        if (ip.equals("256.0.0.0"))
            System.out.println("bad ref code");
        else
            System.out.println("\n\nIP: "+ip);
    }
    
        public String increment(String input)
    {
        String[] s = input.split("\\.");
        int[] t = new int[4];
        t[0] = Integer.parseInt(s[0]);
        t[1] = Integer.parseInt(s[1]);
        t[2] = Integer.parseInt(s[2]);
        t[3] = Integer.parseInt(s[3]);
        t[3]++;
        if (t[3] == 256)
        {
            t[3] = 0;
            t[2]++;
            System.out.println("Checking: "+t[0]+"."+t[1]+"."+t[2]+".*");
        }
        if (t[2] == 256)
        {
            t[2] = 0;
            t[1]++;
        }
        if (t[1] == 256)
        {
            t[1] = 0;
            t[0]++;
        }
        return t[0]+"."+t[1]+"."+t[2]+"."+t[3];
    }
    
    public String md5(String input) {
        try {
        MessageDigest m=MessageDigest.getInstance("MD5");
        m.update(input.getBytes(),0,input.length());
        return new BigInteger(1,m.digest()).toString(16);
        
        } catch (Exception e) {System.out.println("md5 error"); return "";}
    }
    
    
}
Not super-speedy or anything, but not unusably slow either. Takes a little over a minute to get through each __.XX.__.__ (i forget what it's called =P) on my laptop when compiled with gcj
 
Last edited:
Does anyone know where you can get this script from?
 
I'd hit her!! But dam I want this site!! I bet it makes him some $$ This is about the 10th marketing forum I've seen this on. Yes it is a sweet little site. His pagerank is a pr1 and his alexa ranking is 54,347. Man he is getting hits!!
 
Definitely a hired model. She's posing in the pictures with makeup on, however it could be just a coincidence. Lemme fire up Proxy Machine and browse to it. I wonder why you get to see all the pics/vids if your true IP is hidden... In any case I'm sure he makes a killing daily with this method. Let's email him and have him/her sign-up here and start posting, I bet there's a few more trick's up his sleeve.

Hmmm...why does she have to be a "definite hired model" just because she has her makeup on? I pose for all of my nude pics with my makeup on...this proves nothing...;)
 
Is it me or is that couch and carpet in the first 2 pictures just about the most hideous combination on the planet? On the flip side I'd hit that right there on the floor. She definitely improves the decor.
 
Last edited:
Hmm. Virtualv. I like your style! (especially if that's you in the picture)!
 
This is kind of old news some dude did this a few years back and he managed to get the news on BBC and it went viral, I believe it was in either 2000 or 2001
 
Goddamn, that shit is all over the internet...

Great idea to create word of mouth...
 
OMG!!! Oh look at the comments in that website! They're all sooo wrong!
hxxp://greasy.com/mmmhollywould/hate_julia.html

Here I'm a newbie, but there I would consider myself to be the Super Administrator!! Haha!!
 
Last edited:
Back
Top