![]() |
|||||
|
|
#1 |
|
Big Jerk
Join Date: Aug 2002
Posts: 353
|
Nice PHP
i Was wondering how they did this ?
anybody knows ? http://www.patrick.fm/boobies/boobies.php?text=AWI greetz Zodiac |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Jun 2002
Location: Dark Helmet
Posts: 1,048
|
prolly uses gd library and image functions.. it's not really simple if it's so.. cool ![]()
__________________
thumbsitehosting.com - hosting with unlimited TManager 7 traffic trading/content management script licences .. And I don't want to have Garfield in my avatar! I can't change it though :( |
|
|
|
|
|
#3 |
|
Big Jerk
|
It's very simple to make that. it just uses a picture with a white paper and with a special selected font it put's the text on it with. Also the angle is somewhat changed. I use this trick to make buttons on some sites
![]()
__________________
|
|
|
|
|
|
#4 |
|
Big Jerk
|
It is a pretty cool feature, First time i have seen that done before...
|
|
|
|
|
|
#5 | |
|
Big Jerk
|
Quote:
That's what I would call the power of PHP So many people are scripting in PHP, but almost no one is using the full capebilities that PHP has
__________________
|
|
|
|
|
|
|
#6 |
|
Big Jerk
|
it could be better: http://www.patrick.fm/boobies/boobie...bmaster%20Info
not too hard with the right tools, I could do this... |
|
|
|
|
|
#7 |
|
The Great One
|
|
|
|
|
|
|
#8 |
|
Registered User
|
pretty easy indeed... in flash it would be easier...
__________________
adultgamestemple | premium full customizable adult games. increase your site retention - freeones , nastyrat , camz.com , paulmarkhamteens, jovicash, spunkycash and many more already made | ICQ: 163671223 |
|
|
|
|
|
#9 |
|
Big Jerk
|
* nevermind wrong thread
|
|
|
|
|
|
#10 |
|
Little Jerk
|
< ?
Header("Content-type: image/jpeg"); $imagepath = "/full/path/to/blank.jpg"; $im = imagecreatefromjpeg($imagepath); $tc = imagecolorclosest ($im, 62, 44, 66); imagettftext ($im, 15, 10, 150, 280, $tc, "/full/path/to/annifont.ttf", $text); imagejpeg($im,'',100); ? > Download the pic and download the font type....GD needs to be installed.... Enjoy! DynaMite
__________________
I have nothing usefull to say! |
|
|
|
|
|
#11 |
|
Big Jerk
|
|
|
|
|
|
|
#12 |
|
Big Jerk
|
|
|
|
|
|
|
#13 | |
|
The Great One
|
Quote:
That's what I call a nice sig. I think it would look better in bold. That would make it look much better. ![]() BT |
|
|
|
|
|
|
#14 |
|
Registered User
|
It's a simple script, but it has an impressive effect. If you ran a pay site and stored users names it would be a cool & personalised intro to the members section.
Cheers Uproared |
|
|
|
|
|
#15 |
|
Little Jerk
Join Date: Aug 2002
Posts: 105
|
As a programmer I am so sick and tired of hearing the 'Its so simple....' bullshit.
1. Come up with the idea first. 2. Actually go ahead an do it. 3. Then and only then, trash it, and still u are slopy seconds. |
|
|
|
|
|
#16 |
|
Registered User
|
As I stated, the effect is IMPRESSIVE, but the script itself (technically) is very simple.
Besides, Simonbalk is the only person who really said how simple it was (and explained it) and I think he knows how to program? ![]() Cheers Uproared |
|
|
|
|
|
#17 |
|
Big Jerk
Join Date: Aug 2002
Location: I think I'm lost.
Posts: 511
|
Nice use of simple php
I like it
__________________
Frank Over 28,000 Adult DVDs & No Membership Fees >> HotMovies.com. Earn 25% Recurring for life at Movie Dollars with websites that keep members forever. |
|
|
|
|
|
#18 |
|
Big Jerk
Join Date: Jun 2002
Location: YOUR MOM!
Posts: 886
|
That's a pretty coolo script. Great idea
![]()
__________________
freshchecks.com |
|
|
|
|
|
#19 |
|
Big Jerk
|
Thanks for the link Zodiac. I didn't know php could do that. Very nice!!
|
|
|
|
|
|
#20 |
|
Big Jerk
Join Date: Aug 2002
Location: I think I'm lost.
Posts: 511
|
There is another way to do it if you don't have gd library installed. The fonts just won't be anti-aliased.
http://www.web1.ws/imagemaker/image2...xt=GOT%20MILK? Its the same code as before with this line for the text. ImageString($im,800,220,140,$text,$black);
__________________
Frank Over 28,000 Adult DVDs & No Membership Fees >> HotMovies.com. Earn 25% Recurring for life at Movie Dollars with websites that keep members forever. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|