Forum Moderators: phranque
I have a BIG problem that i dont know how to solve.
I am inside a AGE OF EMPIRES (game) clan. We create a signature system to be used as a signature in forums (vbulletin and ipb). This signature check some information in a server and display them in the signature as an image.
This is an example:
http://www.example.com.br/assinaturas/signature.png?EsoNick=NAPABYNAPA&Rating=sy
&Background=D&ShowPrLevel=1&ShowElo1v1=1&ShowEloTeam=1&ShowStreak=1&ShowCulturePie=1
&FontTypeCaptions=arial&FontSizeCaptions=8&FontBoldCaptions=1&FontTypeValues=arial
&FontSizeValues=8&FontCaptionColor=207199155&FontValueColor=220220220.png
If you put it in the browser, you will see an image (which collect dynamically the info in the server).
The problem is that most forums doesn't accept DYNAMIC IMAGES in the forums, unless the administrator manually TURN ON the dynamic images parameter in the signature.
I checked and the problem is that the forums recognize the DYNAMIC IMAGES because the "?" and "&" symbols in the link.
There is another site that provides the same system that our system but they dont have this problem, because they dont have "?" and "&" in their link...They just have "@" symbols.
Their example:
http://www.example.com/aoe_sign/LegolaS@5@http://example.com/img/fundofox.png
@http://example.com/img/raposa.png@TAD@250,250,250@0,0,0.png
I checked [their signature format] and it seems that they replace all "&" and "?" symbols for "@" symbol.
I tried some REWRITE (htacess) changes but all failed.
I don't know how to solve this.
ANY HELP WILL BE DEEPLY APPRECIATED!
Best regards!
[edited by: jdMorgan at 2:25 pm (utc) on Mar. 28, 2008]
[edit reason] example.com, fixed side-scroll [/edit]