on my localhost i get an problem with displayimage.php
as i seem to be the onlyone.. it could be that the mime-types arent correctly set on my XP localhost apache server..
its the:
header('Content-type: image/' . $imageinfo['extension']);
if the file is "jpg"
my server doesn't accept it.. as for jpgs it only accepts: jpeg
so in the line above i added...
Code:
Content visible to verified customers only.
and now it works again...
Luc
PS.. on my linux-server (notebook) no need to change it.. it works as is