Zitro-Stats server kill durumunu güncellemek için upload.php dosyasını çalıştırmam gerekir fakat o sayfa görüntülenemiyor diyor.Biri .htaccess i klasörden sil düzelir dedi sildim siteye girmez oldu :) nasıl düzeltebilirim ?
.htaccess
# LIMITED FILE ACCESS FOR INSTALL/RESET/UPDATE
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1
 
# RECOMMENDED PHP SETTINGS
# WORKS ONLY FOR PHP AS MODULE
	# disable to allow php code in xhtml documents
	php_value	short_open_tag			off
	# disable magic quotes to improve performance
	php_flag	magic_quotes_gpc		off
	php_flag	magic_quotes_runtime	off
	# display errors for debugging
	#php_value	display_errors			on
	#php_value	error_reporting			2047
	# disable execution limit for update.php
	
		php_value	max_execution_time	0
	 
 
	# disable to allow php code in xhtml documents
	php_value	short_open_tag			off
	# disable magic quotes to improve performance
	php_flag	magic_quotes_gpc		off
	php_flag	magic_quotes_runtime	off
	# display errors for debugging
	#php_value	display_errors			on
	#php_value	error_reporting			2047
	# disable execution limit for update.php
	
		php_value	max_execution_time	0
	 
 
 
  

 
                    