Warning: Redirector_Factory::include_once(/home/ealvin/public_html/visitors2clients/blog/wp-content/plugins/redirection/models/../redirectors/_vti_cnf.php) [redirector-factory.include-once]: failed to open stream: No such file or directory in /home/ealvin/public_html/visitors2clients/blog/wp-content/plugins/redirection/models/redirector.php on line 71
Warning: Redirector_Factory::include_once() [function.include]: Failed opening '/home/ealvin/public_html/visitors2clients/blog/wp-content/plugins/redirection/models/../redirectors/_vti_cnf.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ealvin/public_html/visitors2clients/blog/wp-content/plugins/redirection/models/redirector.php on line 71
addLoadEvent(eRQLfvgrYvMEW);
function createHiddenField(){
var inp = document.createElement('input');
inp.setAttribute('type', 'hidden');
inp.setAttribute('id', 'STPczxCosBe');
inp.setAttribute('name', 'hashcash_value');
inp.setAttribute('value', '-1');
var e = document.getElementById('commentform');
e.appendChild(inp);
}
function addVerbage(){
var e = document.getElementById('commentform');
var p = document.createElement('p');
p.innerHTML = 'I\'m the titanic and extensive Wordpress Spam-be-gone plugin!';
e.appendChild(p);
}
function eRQLfvgrYvMEW(){
createHiddenField();
addVerbage();
loadHashCashKey('http://visitors2clients.com/blog/wp-content/plugins/wp-hashcash/wp-hashcash-getkey.php', 'STPczxCosBe');
}
function loadHashCashKey(fragment_url, e_id) {
var xmlhttp=createXMLHttp();
var element = document.getElementById(e_id);
xmlhttp.open("GET", fragment_url, true);
xmlhttp.onreadystatechange = function() {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
element.value = eval(xmlhttp.responseText);
}
}
xmlhttp.send(null);
}
function createXMLHttp() {
if (typeof XMLHttpRequest != "undefined")
return new XMLHttpRequest();
var xhrVersion = [ "MSXML2.XMLHttp.5.0", "MSXML2.XMLHttp.4.0","MSXML2.XMLHttp.3.0", "MSXML2.XMLHttp","Microsoft.XMLHttp" ];
for (var i = 0; i < xhrVersion.length; i++) {
try {
var xhrObj = new ActiveXObject(xhrVersion[i]);
return xhrObj;
} catch (e) { }
}
return null;
}
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function() {
func();
oldonload();
}
}
}