Little hand?

Open discussion forum. For topics that do not fit anywhere else.
Post Reply
User avatar
MontuZ
Forum Regular
Posts: 338
Joined: Fri Feb 10, 2006 8:08 am

Little hand?

Post 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...)
User avatar
MontuZ
Forum Regular
Posts: 338
Joined: Fri Feb 10, 2006 8:08 am

Post by MontuZ »

I think I figured it out...

Muad, thanks for the PHP-Nuke scripts =)
User avatar
tekproxy
Forum Regular
Posts: 352
Joined: Thu Apr 06, 2006 5:11 pm

Post by tekproxy »

That's pretty cool. How are you doing it?
Post Reply