Old 01-15-2005   #1 (permalink)
code anyone?
 
scrowler's Avatar
 
Join Date: Feb 2004
Location: New Zealand
Posts: 590

Send a message via MSN to scrowler Send a message via Skype™ to scrowler
my new php sig

was browsing the gd lib function list and noticed "imagepolygon" so i made a php sig which generates 2 random polygons with 8 points, one white one red ish, adds text and a border then displays it:


http://scrowler.biorust.com/gdlib/sig2.php - random colours
http://scrowler.biorust.com/gdlib/fill.php - filled polygons, looks nifty

--edit-- damn seriously enable img tags sig is in my signature below and in the url above, its a php dynamic png image!

its dynamic, refresh it a few times

c&c? i didnt know whether this should be in here or graphics showoff but i posted it here since theres no graphic work involved in it.

what should i do to these sigs? i've just really been experimenting with gd lib in sigs, unfortunately lots of forums dont allow .php images, luckily biorust does, another reason why biorust > all
__________________
BioRUST Tutorials - the birthplace

Last edited by scrowler; 01-15-2005 at 01:50 PM.
scrowler is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 01-16-2005   #2 (permalink)
Moderator
 
ConceptualMind's Avatar
 
Join Date: Oct 2003
Location: BioRUST Design Community
Posts: 2,652

You can use the gd library and create a shoutbox sig. A friend of mine from a long time ago created one. It's pretty neat.

He even implemented IP Banning, filtering, etc.

Nice sig though. ^^ I think I'm going to learn php over the summer. :P
__________________
ConceptualMind
ConceptualMind is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 01-16-2005   #3 (permalink)
code anyone?
 
scrowler's Avatar
 
Join Date: Feb 2004
Location: New Zealand
Posts: 590

Send a message via MSN to scrowler Send a message via Skype™ to scrowler
yeah i would do that, except heaps of forums ban them as soon as you use them... gdlib is fun
__________________
BioRUST Tutorials - the birthplace
scrowler is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 01-16-2005   #4 (permalink)
Invicible Snake
 
ParaSnake's Avatar
 
Join Date: Sep 2004
Location: Ho Chi Minh City,Vietnam
Posts: 668

Send a message via MSN to ParaSnake Send a message via Yahoo to ParaSnake
http://www.swish-db.com/tutorials/view.php/tid/383 <--i`m sure this is what you need my friend..because i need it too
__________________
ParaSnake is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 01-16-2005   #5 (permalink)
code anyone?
 
scrowler's Avatar
 
Join Date: Feb 2004
Location: New Zealand
Posts: 590

Send a message via MSN to scrowler Send a message via Skype™ to scrowler
thanks... but that doesn't help me, i expect that somebody who can make random polygons etc in a dynamic sig would be able to display randomized quotes.

thanks anyway good luck with it
__________________
BioRUST Tutorials - the birthplace
scrowler is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 01-16-2005   #6 (permalink)
Invicible Snake
 
ParaSnake's Avatar
 
Join Date: Sep 2004
Location: Ho Chi Minh City,Vietnam
Posts: 668

Send a message via MSN to ParaSnake Send a message via Yahoo to ParaSnake
I still dunno ur target...what did u point for??i remembered GD can draw text on image..i read it on the manual.
__________________
ParaSnake is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 01-16-2005   #7 (permalink)
Red Dawn
 
BlodoPKNZ's Avatar
 
Join Date: May 2004
Location: Eastern Europe
Posts: 302

gdlib is fun. You can do anything paint does but in a dynamic way
__________________
BlodoPKNZ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 01-16-2005   #8 (permalink)
code anyone?
 
scrowler's Avatar
 
Join Date: Feb 2004
Location: New Zealand
Posts: 590

Send a message via MSN to scrowler Send a message via Skype™ to scrowler
ParaSnake - i was learning how to use the gdlib, and i used to function imagepolygon with some random functions where you usually define the points for the polygon, yes gdlb can draw text on images, but thats not all it can do.

that was the first thing i did with gdlib though - http://scrowler.biorust.com/gdlib/camel.php - my results.
__________________
BioRUST Tutorials - the birthplace
scrowler is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 01-24-2005   #9 (permalink)
Invicible Snake
 
ParaSnake's Avatar
 
Join Date: Sep 2004
Location: Ho Chi Minh City,Vietnam
Posts: 668

Send a message via MSN to ParaSnake Send a message via Yahoo to ParaSnake
I have been learning PHP too..but i just take little attention on GDlib...i only need it on my poll,WYSIWUWG online editor,and some auto-watermarking ...Could u pls tell me more about it??(like what kind of product u can make with it)
__________________
ParaSnake is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 01-24-2005   #10 (permalink)
Red Dawn
 
BlodoPKNZ's Avatar
 
Join Date: May 2004
Location: Eastern Europe
Posts: 302

Kinda like something mspaint would do, only dynamically.
__________________
BlodoPKNZ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 01-26-2005   #11 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
scrowler, did you know you can use freetype to add anti-aliased fonts as opposed the standard bitmap fonts? Positioning them is a challenge, however not too terribly hard.. never played too much with it.
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 01-27-2005   #12 (permalink)
code anyone?
 
scrowler's Avatar
 
Join Date: Feb 2004
Location: New Zealand
Posts: 590

Send a message via MSN to scrowler Send a message via Skype™ to scrowler
yeah i read that on the gblib manual on php.net, had a quick look at the freetype website and didn't think much of it
__________________
BioRUST Tutorials - the birthplace
scrowler is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 01-30-2005   #13 (permalink)
Registered User
 
Join Date: Jan 2005
Posts: 5

i really like the random colors but i dont think it turns out as good when ther filled
__________________
greenkronic is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 09:33 AM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT