repair your stats sig in your profile

What do you want to see here? Some more categories, forums, and mods? Hmm...
Post Reply
ishAdmin
Match Winner
Posts: 625
Joined: Sun Jul 04, 2004 12:11 am
Contact:

repair your stats sig in your profile

Post by ishAdmin »

Anyone who wants to display Armagoshdarnish stats may do so by using the following new url for the image.

Code: Select all

[img]http://armagetron.imagenook.com/stats/YOURNAMEHERE.png[/img]

or if you want it to also link back to my stats page, use the following:
(I don't care if you link to me, I'm not a hits junkie)

[url=http://armagetron.imagenook.com][img]http://armagetron.imagenook.com/stats/YOURNAMEHERE.png[/img][/url]
I'm sure lucifer will do a similar fix soon enough. Perhaps when he has it working he can post it in this thread.

Image
Image
User avatar
Lucifer
Project Developer
Posts: 8640
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas
Contact:

Post by Lucifer »

http://guru3.sytes.net/viewtopic.php?p=22132#22132

I used your rewrite rule with a slight modifcation. :)

Here's mine:

RewriteEngine On
RewriteRule ^statsig/(.*)/(.*)\.png$ statsig.php?player=$2&server=$1

YOu see the two groups marked by the parenthesis? They're numbered from left to right starting at 1. :) You probably already knew that, but that was enough for me to restore some paramters. I could come up with a series of expressions to get all the parameters back, I suppose. But I have to go to class now, so enjoy.
Image

Be the devil's own, Lucifer's my name.
- Iron Maiden
ishAdmin
Match Winner
Posts: 625
Joined: Sun Jul 04, 2004 12:11 am
Contact:

Post by ishAdmin »

Lucifer wrote:YOu see the two groups marked by the parenthesis? They're numbered from left to right starting at 1. :) You probably already knew that,
um, yeah, I knew that, I did write it afterall. :D
Image
Post Reply