Go Back   Adult Webmaster Info BBS > General > General Webmaster Chat
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
Old 11-17-2002, 10:49 AM   #1
zodiac
Big Jerk
 
zodiac's Avatar
 
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
zodiac is offline   Reply With Quote
Old 11-17-2002, 11:03 AM   #2
Mathew
Registered User
 
Mathew's Avatar
 
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 :(
Mathew is offline   Reply With Quote
Old 11-17-2002, 11:23 AM   #3
Simonbalk
Big Jerk
 
Simonbalk's Avatar
 
Join Date: Jun 2002
Location: The Netherlands
Posts: 371
Send a message via ICQ to Simonbalk
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
__________________
Simonbalk is offline   Reply With Quote
Old 11-17-2002, 01:15 PM   #4
Sureal
Big Jerk
 
Join Date: Oct 2002
Location: BC Canada
Posts: 635
Send a message via ICQ to Sureal
It is a pretty cool feature, First time i have seen that done before...
Sureal is offline   Reply With Quote
Old 11-17-2002, 01:17 PM   #5
Simonbalk
Big Jerk
 
Simonbalk's Avatar
 
Join Date: Jun 2002
Location: The Netherlands
Posts: 371
Send a message via ICQ to Simonbalk
Quote:
Originally posted by Sureal
It is a pretty cool feature, First time i have seen that done before...

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
__________________
Simonbalk is offline   Reply With Quote
Old 11-17-2002, 01:56 PM   #6
Jimbo
Big Jerk
 
Jimbo's Avatar
 
Join Date: Mar 2000
Location: Boucherville
Posts: 1,435
Send a message via ICQ to Jimbo
it could be better: http://www.patrick.fm/boobies/boobie...bmaster%20Info

not too hard with the right tools, I could do this...
Jimbo is offline   Reply With Quote
Old 11-17-2002, 04:12 PM   #8
flashfreak
Registered User
 
Join Date: Jul 2002
Location: www.adultgamestemple.com
Posts: 367
Send a message via ICQ to flashfreak Send a message via Yahoo to flashfreak
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
flashfreak is offline   Reply With Quote
Old 11-17-2002, 04:29 PM   #9
Jimbo
Big Jerk
 
Jimbo's Avatar
 
Join Date: Mar 2000
Location: Boucherville
Posts: 1,435
Send a message via ICQ to Jimbo
* nevermind wrong thread
Jimbo is offline   Reply With Quote
Old 11-17-2002, 04:52 PM   #10
DynaSpain
Little Jerk
 
Join Date: May 2002
Location: Spain
Posts: 124
Send a message via ICQ to DynaSpain Send a message via Yahoo to DynaSpain
< ?

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!
DynaSpain is offline   Reply With Quote
Old 11-18-2002, 12:50 AM   #11
DDX
Big Jerk
 
DDX's Avatar
 
Join Date: Nov 2002
Location: Michigan
Posts: 422
Send a message via ICQ to DDX Send a message via AIM to DDX Send a message via Yahoo to DDX
http://www.patrick.fm/boobies/boobie...t=Jane%20Gotti

cool
DDX is offline   Reply With Quote
Old 11-18-2002, 01:01 AM   #12
amatuerx
Big Jerk
 
amatuerx's Avatar
 
Join Date: Jul 2002
Posts: 302
Send a message via ICQ to amatuerx
http://www.amatuerx.com/boobies.jpg
__________________
amatuerx is offline   Reply With Quote
Old 11-18-2002, 02:24 AM   #13
BIGTYMER
The Great One
 
BIGTYMER's Avatar
 
Join Date: Apr 2002
Posts: 14,702
Send a message via ICQ to BIGTYMER
Quote:
Originally posted by amatuerx
http://www.amatuerx.com/boobies.jpg

That's what I call a nice sig. I think it would look better in bold. That would make it look much better.

BT
BIGTYMER is offline   Reply With Quote
Old 11-18-2002, 05:36 AM   #14
uproared
Registered User
 
uproared's Avatar
 
Join Date: Oct 2002
Posts: 699
Send a message via Yahoo to uproared
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
uproared is offline   Reply With Quote
Old 11-18-2002, 10:32 PM   #15
eon
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.
eon is offline   Reply With Quote
Old 11-19-2002, 01:24 AM   #16
uproared
Registered User
 
uproared's Avatar
 
Join Date: Oct 2002
Posts: 699
Send a message via Yahoo to uproared
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
uproared is offline   Reply With Quote
Old 11-19-2002, 03:01 PM   #17
fpanko
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.
fpanko is offline   Reply With Quote
Old 11-19-2002, 03:04 PM   #18
StwoF
Big Jerk
 
StwoF's Avatar
 
Join Date: Jun 2002
Location: YOUR MOM!
Posts: 886
That's a pretty coolo script. Great idea
__________________
freshchecks.com
StwoF is offline   Reply With Quote
Old 11-19-2002, 03:17 PM   #19
RockerHard
Big Jerk
 
Join Date: Aug 2002
Location: La-La Land
Posts: 364
Send a message via ICQ to RockerHard
Thanks for the link Zodiac. I didn't know php could do that. Very nice!!
__________________
RockerHard is offline   Reply With Quote
Old 11-20-2002, 03:52 PM   #20
fpanko
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.
fpanko is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 08:01 AM.


  AWI Forum   

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
adultwebmasterinfo.com