Arkadaşlar daha önce link değişimi için include kodunu eklenilecek bütün sitelerin footerina koyunca ve o php nin bulunduğu yeri göstertince bütün sitelerde çikiyordu kodlar ama şimdi bu hatayi aldim sebebi nedir lütfen bi yardim edin.
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/hesa/public_html/wp-content/themes/default/footer.php on line 21
Warning: include(http://www.hesap.org/link.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/hesa/public_html/wp-content/themes/default/footer.php on line 21
Warning: include() [function.include]: Failed opening 'http://www.hesap.org/link.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hesa/public_html/wp-content/themes/default/footer.php on line 21
xxx.php yi çağirma hatası acil yardim!!
2
●547
- 04-03-2008, 00:59:03Eposta Aktivasyonu GerekmekteURL file-access is disabled > harici dosya erişimi kapalidir diyor.
php.ini icersindeki allow_url disable edilmis demektir.Amaci Da Sisteme uzakten
girmeyi hedef alan kotu amacli kisileri engellemektir (rfi engellemek vs)
yani
<? include "http://xxx.com/x.txt"; ?>
Dediğin zaman yine kabul etmeyecektir. Sende garanti boyle bişi yaptin
<? include "x.txt"; ?>
Dersin. x.txt icine link kodlarini korsun olur biter
- 04-03-2008, 00:59:54http://www.hesap.org/link.php degil de include için sistem adresini kullan. bu degilse yazdıgın kodu bir göster de nerede hata olabilir kontrol edebilelim. Böyle kesin bir çözüm bulmak her zmn mümkün degil.