| 
 Posted by Snef on 07/28/06 13:30 
Hi, 
 
It should be possible (as far as I know) to use createimagefromjpg('<urltoimage>'); 
 
In PHP4.3.11 it worked just fine, but now I use PHP4.4 and it is not working  
anymore! 
 
I only can do: 
createimagefromjpeg('blafoo.jpg') (=same dir) 
or 
createimagefromjpeg('d:/inetpub/vhosts/......../blafoo.jpg); 
 
This function is also used in a plugin (LightBox) for Nuclues and with Nucleus  
is isn't working also. 
 
Anybody a solution? (I *need* to load from url!). 
 
PS 
I'm using Win2003, IIS6, PHP4.4 (cgi and isapi). 
allow_url_fopen = on 
safe-mode = off 
 
Thanx...
 
[Back to original message] 
 |