61
Mods & Plugins (Requests & Discussions) / Extern Filesize Info
« on: September 29, 2010, 10:16:27 PM »
I would be happy to spend an external file sizes, but I get an error message.
details.html
<?php
$datei = "http://www.gaupc1.gina.servhost.biz/$server_pfad$image_server_file";
$groesse = filesize("$datei");
echo "$groesse";
?>
Does the code somewhere else?
details.html
<?php
$datei = "http://www.gaupc1.gina.servhost.biz/$server_pfad$image_server_file";
$groesse = filesize("$datei");
echo "$groesse";
?>
Quote
Warning: filesize() [function.filesize]: stat failed for http://www.gaupc1.gina.servhost.biz/bf/bf1942/mappacks/iCe_D-Day_Map_Pack_2.zip in /is/htdocs/wp1189343_OX40HRKULQ/www/gau-pc/includes/template.php(101) : eval()'d code on line 212
Does the code somewhere else?