[quote:ce773419b4="ps: nochwas"]und im adminbereich steht sowas
Warning: file(): URL file-access is disabled in the server configuration in /usr/export/www/vhosts/funnetwork/hosting/skillfaker/clan/include/admin/admin.php on line 28
Warning: file(
www.ilch.de/down/ilchClan/update.txt): failed to open stream: no suitable wrapper could be found in /usr/export/www/vhosts/funnetwork/hosting/skillfaker/clan/include/admin/admin.php on line 28
Warning: Invalid argument supplied for foreach() in /usr/export/www/vhosts/funnetwork/hosting/skillfaker/clan/include/admin/admin.php on line 31[/quote:ce773419b4]
Das liegt daran, dass dein Webspaceprovider die Funktion ausgestellt hat. du kannst die admin.php Datei öffnen und folgendes ändern:
[code:1:ce773419b4]
// update file wird eingelesen und mit eval() in php umgesetzt
$updateFile = 'http://www.ilch.de/down/ilchClan/update.txt';
.
.
.
$aktuelleVersion = $hosterIns[0];
$aktuellesUpdate = $hosterIns[1];
// das ganze wird ausgegeben
[/code:1:ce773419b4]
in
[code:1:ce773419b4]
// update file wird eingelesen und mit eval() in php umgesetzt
/*
$updateFile = 'http://www.ilch.de/down/ilchClan/update.txt';
.
.
.
$aktuelleVersion = $hosterIns[0];
$aktuellesUpdate = $hosterIns[1];
*/
// das ganze wird ausgegeben
[/code:1:ce773419b4]