What I'm trying to do is make signatures for our shard, so players can show off their characters on the forums. But [img] wont display the image that my php script creates
http://www.unrealuo.com/siggy.php?id=303498
id = is just the player's serial, so POL will know who's info to send.
I know that there's a way to make a link to the image like;
http://www.unrealuo.com/303498.png
using
mod_rewrite
RewriteRule RewriteRule Pattern Substitution (OptionalFlags)
I just don't have a damn clue about any of the rules to gather the name of the requested .png file to rewrite the link to display what
http://www.unrealuo.com/siggy.php?id=303498
shows...
Anyone can give me a hand on this, I will do anything for you
(Well, almost anything...)