Not sure if this has been posted anywhere in this thread it may have been but i have not got time to go through it all , We use our sigs sometimes to show off to other forums and use our sigs as that show off , Alot of forums do not allow you to use the php tag in your signature , So how do we get around this , It is pretty simple really thought i would show how here so anybody else can use this as well. Open note pad or your favorite editor of course and put this in there
Code:
RewriteEngine on
RewriteRule ^signature.(png|jpg|jpeg|gif) /forum/signature.php
RewriteCond %{HTTP_HOST} ^forum.(your site name).com$ [OR]
RewriteCond %{HTTP_HOST} ^www.forum.(your site name).com$
RewriteRule ^(.*)$ http://(your site name).com/forum/index.php [R=301,L]
Now of course replace (your site name) with your own and you may also have to alter the first line to where your signature.php file is.
Now save this file as .htaccess and put it into the same folder as you have set on that first line. Or if you already have the file .htaccess in that folder then put the code above anything else in your .htaccess file
What this does is create a rewrite rule so that any querys it get for the file signature.jpg/jpg/jpeg/png (any of those extensions) it directs it to and runs the file signature.php Thus running your stats sig and writing it and returning it as that file signature.jpg
Ie this is my signature
www.tlsnetwork.com/forum/signature.jpg
Gee hope you understand all that and you find it helpfull if you need it.
Opps just realised my sig might be advertising , (just using it as an example) , Mod please remove the link if its not ok.