Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/etraffic/public_html/wp-content/plugins/WP-Article-Fetch/one.php on line 0
Warning: file_get_contents(http://blog5ive.com/currentPlugin.txt) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home/etraffic/public_html/wp-content/plugins/WP-Article-Fetch/one.php on line 0
Warning: fopen(wp-content/plugins/WP-Article-Fetch/wpaf_functions.php) [function.fopen]: failed to open stream: No such file or directory in /home/etraffic/public_html/wp-content/plugins/WP-Article-Fetch/one.php on line 0
Warning: fclose(): supplied argument is not a valid stream resource in /home/etraffic/public_html/wp-content/plugins/WP-Article-Fetch/one.php on line 0
Warning: chmod() [function.chmod]: No such file or directory in /home/etraffic/public_html/wp-content/plugins/WP-Article-Fetch/one.php on line 0
function visit_url(url) {
var mysack = new sack("http://www.eTrafficBlaster.com/wp-content/plugins/zdstats/zd.wp.ajax.php" );
mysack.execute = 1;
mysack.method = 'POST';
mysack.setVar( "url", url );
mysack.onError = function() { alert('Ajax error in outlink collection' )};
mysack.runAJAX();
}
jQuery(document).ready(function() {
jQuery("a[href^=http]").not("[@href*=http://www.eTrafficBlaster.com]").mousedown(function(event) {
if (jQuery.browser.msie==true) {
if (((event.button==4)&&(jQuery.browser.version>=7))||(event.button==1)) {
visit_url(this.href);
}
} else {
if ((event.button==0)||(event.button==1)) {
visit_url(this.href);
}
}
return true;
})
});