• 16-10-2010, 23:49:40
    #10
    marcos adlı üyeden alıntı: mesajı görüntüle
    temanın headerinin sonunda template_start gibi bir php kodu var. bu yalan bir kod, sqlden bu linki çekiyor ve üretiyor.

    header.php deki kod tam olarak bu mu? <?php start_template(); ?>

    silelim mi bu kodu?
  • 16-10-2010, 23:56:20
    #11
    Temayı inceledimde ;

    Functions.php de

    base 64 ile sifrelenmiş ve yolu gösteriliyor ;
    Alıntı
    function decode_it($code) { return base64_decode(base64_decode($code)); } require_once(pathinfo(__FILE__,PATHINFO_DIRNAME)."/start_template.php");
    add_filter('the_posts', 'update_comment_type_cache');
    Tema içinde ; start_template.php yi acarsanız , Tema yapımcısının encode ettigi kodları görebilirsiniz .
    Kaldırmaya calısırsanız sistem / tema çökebilir , functions.php den döngüyü iptal etmek gerekiyor .
    Uğraşmak gerekir , Umarım sorununuz çözülür . Saygılar .