How do you make a default image, and then anytime you type in something like mysite.com/image/bulletz.png, bulletz will be placed on that default image. same thing will happen if you type in anything using that url. im not sure if its a code or not, but any help will be appreciated, thanks!
I believe this is created with php coding and a PNG image. However, php isn't my field so I can't help you their. Kind Regards.
I'm not quite sure what you mean. Do you mean a main image which changes when links around it are clicked?
i mean something like this: http://www.glop.org/gamercard/card/xxxxx.png anything you type in where it says xxxxxx, that text comes up on the image.
You will need scripting of some sort, but the image type will probably be a vector. I've heard of people making for instance their name in a vector image, then opening the image in a text editor like vi, and looking through all the crap and symbols until the text for the name is found, and changing it in there. The image changes to accommodate the name. The script will then have to do those things (read the intyped text, open a text editor, substitute the old text with the new, and resave (and then tell the browser to reload)).