Page 1 of 1

Little hand?

Posted: Wed Nov 28, 2007 11:35 am
by MontuZ
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...)

Posted: Wed Nov 28, 2007 9:52 pm
by MontuZ
I think I figured it out...

Muad, thanks for the PHP-Nuke scripts =)

Posted: Thu Dec 20, 2007 8:58 am
by tekproxy
That's pretty cool. How are you doing it?