Folding image in sig?

A forum just for SPCR's folding team... by request.

Moderators: NeilBlanchard, Ralf Hutter, sthayashi, Lawrence Lee

Post Reply
miker
Patron of SPCR
Posts: 798
Joined: Sun Aug 11, 2002 3:26 pm
Location: Akron, OH (The Rubber Capital)
Contact:

Folding image in sig?

Post by miker » Mon Aug 29, 2005 4:58 am

I feel pretty silly. I have been using PHP forums for along time and I thought I was pretty good at BB Code. I can't for the life of me get an image to show in my sig. It just shows the code instead. I had this working once upon a time, so I know it should work.

This is what I am putting in my sig:

Code: Select all

[img]http://www.liquidninjas.com/dc/ln_dc_sigs.php?xfahuser=mjrusso45&xskin=Zyzzyx&xfahteam=31574[/img]
EDIT: I think I found the answer. New PHP version blocking code in images.
Bummer.

dasman
*Lifetime Patron*
Posts: 485
Joined: Thu Jan 08, 2004 10:59 am
Location: Erie, PA USA

Post by dasman » Sat Sep 10, 2005 9:56 am

to get the liquid ninja sig to work, replace the ( with a [ at the beginning and end of the next line:

(img]http://www.liquidninjas.com/dc/ln_dc_si ... team=31574[/img)



Dave


EDIT -- Dang, it was working a second ago, now it is broken :evil: I saved my profile when I copy/pasted my sig to make the above and now it's busted. Maybe it only worked because my sig had been unedited/unchanged for about a year and resaving it killed it?!?!??

peteamer
*Lifetime Patron*
Posts: 1740
Joined: Sun Dec 21, 2003 11:24 am
Location: 'Sunny' Cornwall U.K.

Post by peteamer » Sat Sep 10, 2005 10:18 am

Bummer!!! :evil: Another one Lost...


It's all down to a Forum 'upgrade'... :cry:


Good to see you anyway 8) ... sig or no sig.




Pete

StarfishChris
Posts: 968
Joined: Fri Jan 07, 2005 7:13 pm
Location: Bristol, UK
Contact:

Post by StarfishChris » Sat Sep 10, 2005 4:22 pm

I worked around it by creating a folder on my webspace with the .jpg extension... there's an index.php script that redirects to folding stats.

Example:
Image
Src: http://sfgames.clicksplat.com/images/fold.jpg
Looks just like an image, but I know the truth ;) I don't use it anymore to fit in with the minimalist sig standard, and 150PPD isn't exactly interesting either :P

dedogs
Posts: 86
Joined: Wed Sep 01, 2004 3:31 pm

Post by dedogs » Thu Sep 15, 2005 1:10 pm

Cheers StarfishChris!

created folder : http://www.peterhaines.f2s.com/fold.jpg

Code: Select all

<?php $URL="http://folding.extremeoverclocking.com/sigs/sigimage.php?u=125863&c2=FFCC33&c3=FF9900&c4=CC6600&c5=663300";
header ("Location: $URL");
?>
And tis works ure a genious! :wink:

Post Reply