Signature link problem

A signature and avatar generator addon

Moderator: zanix

Signature link problem

Postby Satis » Sat Feb 03, 2007 12:41 pm

Okay the problem is that I used an link before to get my signatore postet on an forum before. the link is:
http://www.brotherhood.dk/roster/addons ... tissis.png

It have worked fine from the first day I setup siggen and not today it wont show enymore.
Then I tryed to change it to an Jpeg and I only got an blank page 2.
I tryed gif and bmp extension the, then i worken again, but only for gif and bmp.

It's the only signature I have problem with, since my other character is shown perfectly with the png extension:
http://www.brotherhood.dk/roster/addons ... atisma.png

The av.php works normaly, so it only the sig.php I have problem with..

Any sugestions ??
Satis
WR.net Apprentice
WR.net Apprentice
 
Posts: 17
Joined: Tue Jan 16, 2007 9:17 am

Signature link problem

Postby zanix » Sat Feb 03, 2007 3:52 pm

They are showing just fine for me

Although, you did give me an idea about the extension thing
I think I'm going to make it so when you access sigs this way, whatever extension used, SigGen will render it that way
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Signature link problem

Postby Satis » Sat Feb 03, 2007 10:16 pm

hmmm you are actualy right on this one :scratch:
When I tryed to type ind the link in IE 6.0 the it shows just fine.
but if I use Firefox, then the problen okures :scratch:

hmmm

It might just be my browser :???:

and the problem is that i love firefox. :ff:

Oh and I have another question about the link as well.
The 2 other link I posted before, the goes fine into an image tag on phpbb forums like
Code: Select all
[img]link[/img]


how do you do that with this link:
http://www.yoursite.com/roster/addons/s ... p?name=Bob

When I try using it, there is no picture unless you put the link inside the address bar.
Last edited by Satis on Sat Feb 03, 2007 10:21 pm, edited 1 time in total.
Satis
WR.net Apprentice
WR.net Apprentice
 
Posts: 17
Joined: Tue Jan 16, 2007 9:17 am

Signature link problem

Postby zanix » Sat Feb 03, 2007 10:57 pm

Most forums don't allow .php as an image
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Signature link problem

Postby Satis » Sun Feb 04, 2007 8:46 am

oh okay ^^

An sugestion for the siggen then ^^

Make an linksection so the user can get the link to there sig file and avatar file, like this one.
www.brotherhood.dk/roster/addons/siggen ... hechar.png

now the why part.

In my guild we have some character name with special characters, like Æ Ø Å
They are showen on a funny way in the sig directory and they will never be able to guess the file name for them to use.
so by making the link for them, that they can go in the roster and get the link directly copy and pase it where they are needing it ^^
Satis
WR.net Apprentice
WR.net Apprentice
 
Posts: 17
Joined: Tue Jan 16, 2007 9:17 am

Signature link problem

Postby zanix » Sun Feb 04, 2007 5:33 pm

Where do you suggest these links to be displayed?
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Signature link problem

Postby Rilgamon » Mon Feb 05, 2007 4:32 am

When I ran in the same problem I've added the following
lines to my .htaccess file.

RewriteEngine On
RewriteBase /
RewriteRule ^avatar/(.*)\.png$ /roster/addons/siggen/siggen\.php\?name\=$1&mode\=avatar&saveonly\=0&etag\=0
RewriteRule ^banner/(.*)\.png$ /roster/addons/siggen/siggen\.php\?name\=$1&mode\=signature&saveonly\=0&etag\=0


That means everyone can link to his avatar or banner with his name easily.

http://wow-semper-fidelis.de/avatar/Rilgana.png
shows Image

http://wow-semper-fidelis.de/banner/Rilgana.png
shows Image

They dont exist on the server but are rewritten by apache to
use the long url instead
Rilgamon
WR.net Apprentice
WR.net Apprentice
 
Posts: 16
Joined: Sun Aug 27, 2006 12:59 am

Re: Signature link problem

Postby Satis » Mon Feb 05, 2007 6:46 pm

zanix wrote:Where do you suggest these links to be displayed?


Maby make the siggen button to an button where members can get there image links from and make an siggen admin button another place instead.

Thou that is just an sugestion ^^

Anyway.. Great work and keap it up ^^
Satis
WR.net Apprentice
WR.net Apprentice
 
Posts: 17
Joined: Tue Jan 16, 2007 9:17 am

Re: Signature link problem

Postby Satis » Tue Feb 06, 2007 5:48 pm

Rilgamon wrote:When I ran in the same problem I've added the following
lines to my .htaccess file.

RewriteEngine On
RewriteBase /
RewriteRule ^avatar/(.*)\.png$ /roster/addons/siggen/siggen\.php\?name\=$1&mode\=avatar&saveonly\=0&etag\=0
RewriteRule ^banner/(.*)\.png$ /roster/addons/siggen/siggen\.php\?name\=$1&mode\=signature&saveonly\=0&etag\=0


That means everyone can link to his avatar or banner with his name easily.

http://wow-semper-fidelis.de/avatar/Rilgana.png
shows Image

http://wow-semper-fidelis.de/banner/Rilgana.png
shows Image

They dont exist on the server but are rewritten by apache to
use the long url instead


Okay nice..
One question thou..
Where should I create that .htaccess file ??
In the root directory or where ??
Satis
WR.net Apprentice
WR.net Apprentice
 
Posts: 17
Joined: Tue Jan 16, 2007 9:17 am

Signature link problem

Postby zanix » Tue Feb 06, 2007 9:57 pm

By the looks of it, it seems like it should go into the root dir
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Signature link problem

Postby Satis » Thu Feb 08, 2007 12:46 pm

Hmmm didn't work :S
But some how the old way is function again ^_^
Satis
WR.net Apprentice
WR.net Apprentice
 
Posts: 17
Joined: Tue Jan 16, 2007 9:17 am


Return to SigGen

Who is online

Users browsing this forum: No registered users and 1 guest

cron