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.RandomStuff the affiliate url I got was different.
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.
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 "";}
}
}
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.
hxxp://greasy.com/mmmhollywould/hate_julia.html