alapidus 0 Report post Posted October 28, 2004 I've always wondered but I never really knew how... Share this post Link to post Share on other sites
Taupe 0 Report post Posted October 28, 2004 You can't.Excepted when the image library has bugs, but that's a security hole. Share this post Link to post Share on other sites
DingDong01 0 Report post Posted October 29, 2004 pfft Share this post Link to post Share on other sites
atomic3 0 Report post Posted October 30, 2004 You can't.Excepted when the image library has bugs, but that's a security hole.Well this topic really interests me too. I see people with signatures that are images and they have a character holding a sign and it says something and it shows your IP address. How do they do that? I would like to make that, except I want to make a custom design with my own graphics. Share this post Link to post Share on other sites
pbrugge 0 Report post Posted October 30, 2004 That are not normal images but scripts or better yet dynamic images mostly done by asp (aspImage) but its also posible with php I have seen.I think if you search with google @ dynamic images + php OR asp" you will find something you could use to make them yourself Share this post Link to post Share on other sites
Becca 0 Report post Posted November 1, 2004 Well this topic really interests me too. I see people with signatures that are images and they have a character holding a sign and it says something and it shows your IP address. How do they do that? I would like to make that, except I want to make a custom design with my own graphics.It's probably javascript.....some use that for like image counters and stuff.....don't they ???Um nevermind Share this post Link to post Share on other sites
Taupe 0 Report post Posted November 2, 2004 I see people with signatures that are images and they have a character holding a sign and it says something and it shows your IP address. How do they do that?They are perfectly valid images, with no script in them. The only thing to notice is that they're generated dynamically (but all it's done on server-side : you can save the image, it'll show exactly the same thing...)The easiest way to do this is to use PHP and the GD library. Share this post Link to post Share on other sites
kelp 0 Report post Posted November 2, 2004 For something like a dynamic picture/counter that displays number/names/etc, you would need to code something from your server not a script embedded into an image. It would be like some php code that decides what picture to use. Share this post Link to post Share on other sites