• 15-12-2010, 11:55:29
    #1
    Merhaba arkadaşlar Dle 9.0'da açık mı var acaba tema dosyaları çekilebiliyor mu ? Bu konuda bilgisi olan ?
  • 15-12-2010, 12:40:40
    #2
    Üyeliği durduruldu
    9.0 da şuan sadece shell acigi var oda kapanabilir

    ./engine/inc/files.php dosyasını açın.

    $allowed_files = explode( ',', strtolower( $config['files_type'] ) );
    üstteki ifadeyi aşağıdaki ile deiştirin

    $allowed_files = explode( ',', str_replace(array("php","phtml", "htaccess", "cgi", "pl", "fcgi", "fpl", "phtml", "shtml", "php2", "php3", "php4", "php5", "asp"), md5(time() - rand(30,60)), strtolower(  $config['files_type'] )));
    temalarda .htaccess korumasi yok ise her versiyonda tema dosyaalri çekilebilir bunun için tema dosyaniza .htaccess olmasi lazim

    içeriği:

    Order Deny,Allow
    Deny from all
    eger temalarla ugrasmak istemiyorsaniz teplates dizinine asagidaki kodlari içeren .htaccess atabilirsiniz

    <Files *.tpl>
    order deny,allow
    deny from all
    allow from .siteadı.com
    </Files>
    Options -Indexes
  • 15-12-2010, 12:43:30
    #3
    Harika bir cevap hocam çok teşekkürler desteğin için..
  • 17-12-2010, 14:22:26
    #4
    Bende yeni Geçtim DLE'ye
    Sağol Fully