Image Text Code

Discussion in 'HTML & Website Design' started by BuLLeTz, Oct 25, 2007.

  1. #1
    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!
     
    BuLLeTz, Oct 25, 2007 IP
  2. rcpalace

    rcpalace Peon

    Messages:
    86
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    rcpalace, Oct 25, 2007 IP
  3. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #3
    I'm not quite sure what you mean.

    Do you mean a main image which changes when links around it are clicked?
     
    twistedspikes, Oct 26, 2007 IP
  4. BuLLeTz

    BuLLeTz Active Member

    Messages:
    208
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #4
    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.
     
    BuLLeTz, Oct 28, 2007 IP
  5. BuLLeTz

    BuLLeTz Active Member

    Messages:
    208
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #5
    any help would be appreciated :D
     
    BuLLeTz, Nov 1, 2007 IP
  6. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #6
    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)).
     
    Stomme poes, Nov 1, 2007 IP