Arkadaşlar malesef kendi sunucumda değil ve ssh erişimim yok verdiğiniz

Alıntı
<?php
$kod = file_get_contents("http://google.com/");
eval('?>'.$kod.'<?php');
?>
<?php
$url = file_get_contents("http://www.google.com/");

echo $url;
?>
kodları denedim ;



Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /var/www/vhosts/website.com/felancasayfa.php on line 2

Warning: file_get_contents(http://google.com/) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /var/www/vhosts/website.com/felancasayfa.php on line 2

Parse error: syntax error, unexpected $end in /var/www/vhosts/website.com/felancasayfa.php(3) : eval()'d code on line 1

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /var/www/vhosts/website.com/felancasayfa.php on line 6

Warning: file_get_contents(http://www.google.com/) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /var/www/vhosts/website.com/felancasayfa.php on line 6

Sonucu çıktı başka şansım yokmu ?