forster Posted December 29, 2003 Share Posted December 29, 2003 Anyone find the php script yet?? Link to comment Share on other sites More sharing options...
mikey Posted December 29, 2003 Share Posted December 29, 2003 or the font? i'd like that script ;) Link to comment Share on other sites More sharing options...
mariusu Posted December 30, 2003 Share Posted December 30, 2003 i'm also interested in finding that script :laugh: Link to comment Share on other sites More sharing options...
jack_canada Posted December 30, 2003 Share Posted December 30, 2003 Then we can build a site and charge $$$ for membership........ Link to comment Share on other sites More sharing options...
Dogan Posted December 30, 2003 Share Posted December 30, 2003 Then we can build a site and charge $$$ for membership........ :D :laugh: Link to comment Share on other sites More sharing options...
best_uv_d_best Posted December 30, 2003 Share Posted December 30, 2003 I'd... Link to comment Share on other sites More sharing options...
mariusu Posted December 30, 2003 Share Posted December 30, 2003 I'd... not bad... what...???? has someone an idea how this script works and where we could find something similar??? Link to comment Share on other sites More sharing options...
BxBoy Posted December 30, 2003 Share Posted December 30, 2003 HeHe.. Punk'd! Link to comment Share on other sites More sharing options...
mariusu Posted December 30, 2003 Share Posted December 30, 2003 the url-tag is not working anymore??? :unsure: Link to comment Share on other sites More sharing options...
bonobozoot Posted December 30, 2003 Share Posted December 30, 2003 HeHe.. Punk'd! :D :laugh: oh god!! :rofl: Link to comment Share on other sites More sharing options...
best_uv_d_best Posted December 30, 2003 Share Posted December 30, 2003 ROFL!!! Link to comment Share on other sites More sharing options...
KebecoiS Posted December 30, 2003 Share Posted December 30, 2003 http://www.captioncity.com/referal.php?pic...ebg13Obbovrf%21 Link to comment Share on other sites More sharing options...
mark03 Posted December 31, 2003 Share Posted December 31, 2003 anyone know where i can find "serena" without the stupid sign? ;) Link to comment Share on other sites More sharing options...
HellBender Posted December 31, 2003 Share Posted December 31, 2003 anyone know where i can find "serena" without the stupid sign? ;) In my bed :whistle: Link to comment Share on other sites More sharing options...
Poulet Posted December 31, 2003 Share Posted December 31, 2003 what about the font or the script?? anyone?? also what do I need or how can I make a font of my handwriting, is it possible? Link to comment Share on other sites More sharing options...
DrunknMunky Veteran Posted December 31, 2003 Veteran Share Posted December 31, 2003 http://www.captioncity.com/serena.php?text=(o)(o) :unsure: :unsure: LMAO :rofl: Link to comment Share on other sites More sharing options...
gwilson Posted December 31, 2003 Share Posted December 31, 2003 Don't know for sure as I haven't done it myself but I would imagine you would get the image with the plain sign with no writing on it. Then a function such as this would probably come in handy. PHP Image Function. I haven't done it myself so it is just a guess on where to start. If you need to install the GD Library for Image functions to work try here. I'm not a pro web developer so I won't be much help other than pointing out the library and functions, it's up to you to figure out the algorithms. Link to comment Share on other sites More sharing options...
holgr Posted December 31, 2003 Share Posted December 31, 2003 (edited) Here you are, just an example :) <?php header('Content-type: image/png'); $image = imagecreatefrompng("me.png"); $white = imagecolorallocate($image, 255, 255, 255); imagettftext($image, 7, 0, 270, 380, $white, "./LucidaSansRegular.ttf", "TEXT HERE"); imagepng($image); ?> The 270 and 380 are the positions where the text has to start. The rest see here. Thanks to gwilson :yes: Edited December 31, 2003 by HolgMan Link to comment Share on other sites More sharing options...
NiTRO Posted December 31, 2003 Share Posted December 31, 2003 dunno if this helps ya but http://boobiesscript.4-all.org/ has the script but u need GD libarys to get it workin Link to comment Share on other sites More sharing options...
jack_canada Posted December 31, 2003 Share Posted December 31, 2003 Really, we could make money by selling that script! Link to comment Share on other sites More sharing options...
BxBoy Posted December 31, 2003 Share Posted December 31, 2003 Really, we could make money by selling that script! who would buy it? :shifty: Link to comment Share on other sites More sharing options...
bonobozoot Posted December 31, 2003 Share Posted December 31, 2003 who would buy it? :shifty: I'll buy all the boobies I can and u can buy the script :laugh: I can then have night dreams that I was floating over boobies just like Josh Hartnett in 40days/40 nights. :woot: Link to comment Share on other sites More sharing options...
SweetRiverBaynes Posted December 31, 2003 Share Posted December 31, 2003 This one's a little better than the ( o ) ( o) one Link to comment Share on other sites More sharing options...
holgr Posted December 31, 2003 Share Posted December 31, 2003 This one's a little better than the ( o ) ( o) one :yes: Link to comment Share on other sites More sharing options...
jack_canada Posted January 2, 2004 Share Posted January 2, 2004 :) Link to comment Share on other sites More sharing options...
Recommended Posts