Page 1 of 1
php signatures
Posted: Mon Sep 12, 2005 1:31 am
by pryj
I was wondering about having a bank of images that could be used for a sig - wonder if its best to have a script the writes an image to a file or one that writes an image to a HTTP request?
Re: php signatures
Posted: Mon Sep 12, 2005 6:24 am
by DevilKingX
pryj wrote:I was wondering about having a bank of images that could be used for a sig - wonder if its best to have a script the writes an image to a file or one that writes an image to a HTTP request?
The easiest way to do it would be for the script to write an image to an HTTP request since if you want to have a PHP forum signature, you should have a script that doesn't generate an image to a file (more kilobytes than necessary). A good random sig PHP script should do fine.
Posted: Mon Sep 12, 2005 7:55 am
by Final Nova
I used to use a code that changes the quotes on each view of the page... I know it uses the randval value on that (I think)
but not very good at PHP though..