View Single Post
Old 2007-12-20, 12:15 AM   #2
tickler
If there is nobody out there, that's a lot of real estate going to waste!
 
tickler's Avatar
 
Join Date: Dec 2003
Posts: 2,177
Post

Actually PHP can bypass hotlinking(If I remember right, from some TGP scripts)

PHP Code:
list($width$height$type$attr) = getimagesize("http://www.example.com/gifs/lo%20go.gif"); 

Also look at this code snippet from my thumbnailer routine:
PHP Code:
$wrkImage imagecreatefromjpeg($rawPicURL);

echo 
imagesx($wrkImage); // image width
echo imagesy($wrkImage); // image height 
__________________
Latina Twins, Solo, NN, Hardcore
Latin Teen Cash
tickler is offline   Reply With Quote