Arkadaşlar include hakkında bir sorunum var şimdi serverdeki bir sitelerin index.php sine aşağıdaki kodu ekleyince hata çıkıyor

<?php include("http://www.siteadresi.com/deneme.txt"); ?>

çıkan hata

Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/gaydav/public_html/index.php on line 1

Warning: include(http://www.siteadresi.com/deneme.txt) [function.include]: failed to open stream: no suitable wrapper could be found in /home/gaydav/public_html/index.php on line 1

Warning: include() [function.include]: Failed opening 'http://www.siteadresi.com/deneme.txt' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gaydav/public_html/index.php on line 1


ve bu sorun aniden oluşdu sorunsuz çalışırken aniden hata vermeye başladı yardımcı olursanız sevinirim...