hello
i use lulzimg for host my picture :D
i use a script for this and works for some image and not for other...
i don't know why...
my script....
$img=postHost("http://www.lulzimg.com/upload.php?submit=lulz&url=$shot", "", "");
preg_match_all("/\[IMG\]http:\/\/[a-z0-9.]+\/[a-z0-9A-Z.]+/", $img, $matches);
$imageUrl = $matches[0][0];
$screenshot = str_replace('','',$imageUrl);
this work for some img and not for other....
work with this : [url]http://i25.lulzimg.com/ace7c2.jpg[/url]
and not work with this : [url]http://i25.lulzimg.com/c7d6d0.jpg[/url]
(work with other xxx image)
i dont know the difference :(
i use lulzimg for host my picture :D
i use a script for this and works for some image and not for other...
i don't know why...
my script....
$img=postHost("http://www.lulzimg.com/upload.php?submit=lulz&url=$shot", "", "");
preg_match_all("/\[IMG\]http:\/\/[a-z0-9.]+\/[a-z0-9A-Z.]+/", $img, $matches);
$imageUrl = $matches[0][0];
$screenshot = str_replace('','',$imageUrl);
this work for some img and not for other....
work with this : [url]http://i25.lulzimg.com/ace7c2.jpg[/url]
and not work with this : [url]http://i25.lulzimg.com/c7d6d0.jpg[/url]
(work with other xxx image)
i dont know the difference :(