yüklenen php dosyaları bir metin dosyası olarak bir sunucu tarafından tedavi neden kimse açıklayabilir?
Semptom i php dosyası erişmeye çalıştığınızda, sunucu bana dosyasının içeriğini göndermek.
i düzenlenebilir ve sordu içeriğin bir kısmını koyduk. This is output i see in the browser
*** WHAT : Removinng Meta Box in Post using $pageshow thing WHY :*****************************************/function bk_cdp_meta_box($pageshow) { switch ($pageshow) { case 'postnew.php' : add_action('dbx_post_advanced', 'bk_cdp_meta_box_reindex'); break; case 'pagenew.php' : add_action('page_advanced', 'bk_cdp_meta_box_reindex'); break; default : } if ($pageshow != "") {// remove_meta_box('postcustom', 'post', 'normal');// remove_meta_box('postexcerpt', 'post', 'normal');// remove_meta_box('trackbacks', 'post', 'normal'); }}/**************************************** WHAT : Reindex List all of Post panel Metaboxes before get remove or add a new meta_box WHY : FIXME : TODO : RETURN : ARGs :***
i download what i have upload and every one of them has <?php as i code it before, sorunun kaynağı başka bir yerde var yani.