I noticed a while back there was a solution for a dynamic picture signature, posetd by PM and a few others. I'm wondering if it's possible to do this with text aswell? I can't seem to get a dynamic text signature going...
Anyway able to help with this? (PHP)
Ta in advnace,
chem
My software doesn't have bugs, it just develops random features..
Not directly possible AFAIK. The random image hack works because where the forum script believes it's linking to a real image (because it's enclosed in < IMG > tags) it's actually a PHP script that outputs the random image data in place. For text, the only way to do it would be to generate your text and map it into an image, kinda like those fashionable signatures that say "you are IP x.y.z.t, your ISP is blahblah.org, you run Windows XP and IE6, pwned!" - these are images generated on the fly.
RACC home - Bots-United: beer, babies & bots (especially the latter) "Learn to think by yourself, else others will do it for you."
Oh gawd. PHP isn't my main language. VB, C++, and ASM are. I assume I could find some examples on the internet (or possibly here [hint] [hint] )? Does PHP have an IDE?
Ta in advance
chem
My software doesn't have bugs, it just develops random features..