Dle 9.0'da açık mı var ??
3
●648
- 15-12-2010, 12:40:40Üyeliği durduruldu9.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