• 0

Dynamic Signatures


Question

How would I make a signature that allows users to put a piece of text into my signature? I know you can use PHP, but I don't have the slightest clue about PHP

(Apart from Cutenews stuff)

Could someone make me a saple signature, very plain, and show me how to allow users to imput text into it thru my website?

Edited by TimRogers
Link to comment
Share on other sites

Recommended Posts

  • 0

Personally, I think it's not worth forcing everyone to re-load sig images instead of using cache since it slows down pages for everyone.

Eventually, the new image will be re-loaded, why not just accept that as fact rather than slow everything down.

Link to comment
Share on other sites

  • 0
Your sig was well updated, but your browser doesn't display the good picture.

As HeadKaze said, refresh your browser. But it doesn't work sometimes because of your browser cache (your browser thinks it's the same picture, so it displays the one it has in its cache).

To override this behaviour, try this little trick (sig_form.php):

<img src="<?=DSIG_SAVED_SIG.'?'.rand( );?>" />

A random parameter suffix is added to the picture URL, but it does nothing (because a picture isn't a script :shifty: ). Browsers will think it's a new picture, will refresh their caches and will display the new picture.

585798298[/snapback]

Already said...

Read the forum...

Link to comment
Share on other sites

  • 0
Does anyone have a simple script to take what you are playing in Windows Media Player and put it in a sig?

585990138[/snapback]

Make sure your songs don't have swear words in them first.

Link to comment
Share on other sites

  • 0
Make sure your songs don't have swear words in them first.

585990151[/snapback]

lol... Sorry, but I laughed at that... :rofl:

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.