PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Fehler im Copyright bei Maddins Shoutbox



seg98
28.10.2008, 19:01
Hallo,
folgender Fehler tritt beim Copyright bei der Shoutbox auf:
Warning: file() [function.file (http://php.net/function.file)]: URL file-access is disabled in the server configuration in /users/maxxiesforum/www/files/module/Shoutbox/copyright.php on line 3

Warning: file(http://www.kaidl.de/marketing/backlinks.php?site=maxxiesforum.bplaced.net) [function.file (http://php.net/function.file)]: failed to open stream: no suitable wrapper could be found in /users/maxxiesforum/www/files/module/Shoutbox/copyright.php on line 3

Warning: file_get_contents() [function.file-get-contents (http://php.net/function.file-get-contents)]: URL file-access is disabled in the server configuration in /users/maxxiesforum/www/files/module/Shoutbox/copyright.php on line 4

Warning: file_get_contents(http://www.kaidl.de/marketing/backlinks.php?site=maxxiesforum.bplaced.net) [function.file-get-contents (http://php.net/function.file-get-contents)]: failed to open stream: no suitable wrapper could be found in /users/maxxiesforum/www/files/module/Shoutbox/copyright.php on line 4

Was muss ich machen bzw. ändern ?:
<?
// It's strongly restricted to change or remove this File!
file ("http://www.kaidl.de/marketing/backlinks.php?site=".$_SERVER['HTTP_HOST']);
$backlinks = file_get_contents ("http://www.kaidl.de/marketing/backlinks.php?site=".$_SERVER['HTTP_HOST']);
echo $backlinks;
// End of Copyright File
?>

HINWEIS: Ich habe an diesem Code NICHTS geändert !!!

Mfg seg98

eRaaaa
28.10.2008, 19:09
allow_url_fopen == true ?

seg98
28.10.2008, 19:14
allow_url_fopen == true ?

sorry...stehe heute auf dem schlauch..was meinst du damit ?

eRaaaa
28.10.2008, 19:18
sorry...stehe heute auf dem schlauch..was meinst du damit ?

ist der wert gesetzt in der php.ini?

(rausfinden kannste das mit dem befehl phpinfo();
also erstelle einfach eine leere datei mit namen "xy".php mit folgendem inhalt:=


<?
phpinfo();?>


dann die datei einfach im browser öffnen, strg+f drücken beispielsweise und nach allow_url_fopen suchen ;D