Help needed!!! any PHP coders out there?

Wicked_one

New Member
Messages
16
Reaction score
0
Points
0
I have installed a Private image hosting script but I get a error message when I try to view the image.
Code:
Warning:  filesize() [[URL="http://wickedweb.elementfx.com/imagespace/function.filesize"]function.filesize[/URL]]: stat failed for home/*****/wickedweb.elementfx.com/img/9667c324 in /home/*****/public_html/imagespace/view.php on line 88


heres the url so you can see for yourself
http://wickedweb.elementfx.com/imagespace/




Note to X10 staff
My hosting script will only be accessed by me, when I have all the bugs fixed
If this is against the TOS please let me know before taking action.




Edit:
Heres line 88 of view.php
$new_band = $file_info['band_used'] + filesize($image_link);
 
Last edited:

kajasweb

New Member
Messages
1,723
Reaction score
0
Points
0
Check whether $image_link has a valid "path to a file". First, If you're in PHP v1, consider applying for PHP v2. That function may have been blocked for v1.
 
Last edited:

kajasweb

New Member
Messages
1,723
Reaction score
0
Points
0
Check it that first. BTW, I'm not getting this type of error when I tried to view the image instead, the PHP file is getting downloaded. Have you made any changes to the Apache Handlers ???
 
Last edited:

kajasweb

New Member
Messages
1,723
Reaction score
0
Points
0
Removing that function call may cause defects in the operation of your script. Consider, contacting the Developer who wrote the script.
 
Top