Cara Mengembalikan Tampilan Index Wordpress yang di Deface | Find4something - Kali ini saya mau share cara mengembalikan tampilan dibagian Index
wordpress jika terkena Hack atau Deface . jadi jangan panik , jika web
wordpress anda yang normal berubah menjadi tampilan Deface , seperti
ini :
Oke , Langsung saja triknya :
1. Jangan Panik (pasti)
2. Segera Masuk ke bagian File mananger , lalu Cari Index.php
4. Setelah itu , Ganti bagian Index.php menjadi Index.html (Untuk Tampilan sementara )
5. lalu Delate Index.php
6. sekarang , buka Notepad++ , dan masukan Code PHP berikut ini :
7. Lalu Save dengan Nama dan Format Index.php
8. tinggal upload deh ke Hostingan :) .
9. jika index.php sudah berhasil diupload , hapus index.html nya ..
10. Selesai :) lihat hasilnya pada Situs anda :)
Oke , Langsung saja triknya :
1. Jangan Panik (pasti)
2. Segera Masuk ke bagian File mananger , lalu Cari Index.php
4. Setelah itu , Ganti bagian Index.php menjadi Index.html (Untuk Tampilan sementara )
5. lalu Delate Index.php
6. sekarang , buka Notepad++ , dan masukan Code PHP berikut ini :
Patching Server r238
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
7. Lalu Save dengan Nama dan Format Index.php
8. tinggal upload deh ke Hostingan :) .
9. jika index.php sudah berhasil diupload , hapus index.html nya ..
10. Selesai :) lihat hasilnya pada Situs anda :)
Comments