GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Get your Name posted on this chick (https://gfy.com/showthread.php?t=90644)

ServerGenius 11-27-2002 07:57 AM

Get your Name posted on this chick
 
http://66.181.179.74/fun.php

Have fun.....if you want the code.....let me know

DynaMite :glugglug

Mutt 11-27-2002 07:59 AM

DynaMite i replied on Oprano to you. It's a cool little script but the fonts are jagged on yours, can you make the script anti-alias/smooth the font?

Darkhorse 11-27-2002 08:02 AM

That is some cool shit, now I see where Tipsy got his old Avatar From.

newbie 11-27-2002 08:03 AM

can i get my cum posted on her?

.:Frog:. 11-27-2002 08:06 AM

Thats cool. I'm really impressed. :thumbsup

ServerGenius 11-27-2002 08:09 AM

Quote:

Originally posted by Mutt
DynaMite i replied on Oprano to you. It's a cool little script but the fonts are jagged on yours, can you make the script anti-alias/smooth the font?
Yeah I will look into it....it's a really simple script....I used this
to generate dynamic buttons....I have to look into it to get the
font better....I will see what I can do :thumbsup

DynaMite

ServerGenius 11-27-2002 08:13 AM

Seems like there is an issue with freetype and php 4.2.3 there
is a patch will try that....if not I'll dig into the manual of the
function...I'll get this sorted hehehe

DynaMite

Jake 11-27-2002 08:18 AM

That is cool as shit! Nice work Dyna

High Quality 11-27-2002 08:19 AM

Oh my god that is so fucking old. Hoax posted that like a month ago.

extreme 11-27-2002 08:20 AM

Quote:

Originally posted by DynaSpain
http://66.181.179.74/fun.php

Have fun.....if you want the code.....let me know

DynaMite :glugglug

.. for free? =)

dapproid 11-27-2002 08:22 AM

I really want that code. How's the font changes looking, Dynamite?

ServerGenius 11-27-2002 08:29 AM

I know it's old....I saw it sometime ago but thought it was funny
regardless so I made the same......

Extreme:
Yeah you can get the code for free

Still working on the antialliasing....it's a truecolor image there
seems to be some problems with that...I'm busy with a work
around.....will post if it's finnished....

p.s. if you see parse errors instead of the pic....reload as I'm
trying to fix this stuff...I might fuck up now and then lol

DynaMite

ads2000 11-27-2002 09:13 AM

Send me the script code, will ya? :)

ServerGenius 11-27-2002 09:32 AM

Ok I didn't solve the bug....it required me to recompile php with
an older version of GD. The script is ok the jaggered font is
because of a bug in the latest release of GD.

Just select the code in the comments there is info what you need


PHP Code:

<?

/***********************************************************************************************
*
* fun.php
*
* You need freetype modules installed and php compiled with --with-freetype-dir=/path/to/freetype
* You need php compiled with GD support (GD2 seems to have anti-alias bug with truecolor images)
* You need the font: [url]http://66.181.179.74/annifont.ttf[/url]
* You need the blank jpeg: [url]http://66.181.179.74/blank.jpg[/url]
*
* Enjoy!
*
* DynaMite
* UIN# 370820
*
*************************************************************************************************/

if(isset($text)) {
Header("Content-type: image/jpeg");
$imagepath = "/full/path/to/blank.jpg";

$pic = imagecreatefromjpeg($imagepath);
$textcolor = imagecolorclosest ($pic, 62, 44, 66);
imagettftext ($pic, 15, -7, 150, 280, ($textcolor*-1), "/full/path/to/annifont.ttf", $text);
imagejpeg($pic,'',100);


?>
<html>
<head>
<title>
GFY FUN!
</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="640" cellspacing="0" cellpadding="8" id="">
  <tr> 
    <td width="480" bgcolor="#FFFFFF" valign="top"> 
    <p><IMG height=337 src="blank.jpg" width=451><br />
    <br />
    <form action="fun.php">
    Name: <input type="textfield" width=10 name=text
    value="fill in here"> and press enter </form>
    </p>
     </td>
   </tr>
</table>
</body>
</html>



DynaMite :winkwink:

ServerGenius 11-27-2002 09:39 AM

Oh there can also be some issues with the position/rotation
of the font.....if that happens play with the values in this line:

imagettftext ($pic, 15, -7, 150, 280, ($textcolor*-1), "/full/path/to/annifont.ttf", $text);

15 = font size
-7 = rotation value
150 = left margin
280 = topmargin

DynaMite :2 cents:

dapproid 11-27-2002 10:51 AM

Thanks Dyna, it works great!!

HQ 11-27-2002 02:14 PM

http://66.181.179.74/fun.php?text=GFY%21

Very cool.

strobi 11-27-2002 02:39 PM

Amazing thingie! thx!

traffictrader 11-27-2002 02:50 PM

nice stuff!

psyko514 11-27-2002 10:12 PM

can i get the script too? i'm dabbling in php-generated graphics and i'd love to dissect this

psyko at gmx dot at

thanks dude!

DearAbby 11-27-2002 10:19 PM

It didnt seem to work for me :(

http://66.181.179.74/fun.php?text=fill+in+here

pink_in_the_middle 11-27-2002 10:27 PM

Quote:

Originally posted by traffictrader
nice stuff!
Hi Nice to meet ya' traffictrader...I know this isn't my business but it's fun to let ppl know that their sig is just a tad too big :1orglaugh Yeah I'm bored LOL

Basic rules for GFY
2. Signature rules. Maximum 120x60 button and no more than 3 text lines of default size and color.

:thumbsup

harvey 11-28-2002 12:30 AM

It seems a lot of people loves your script! I checked http://www.xamo.com/companyphotos_showyourlove.php and saw this
http://www.fdsign.com/iloveronstewart.jpg
+
+
+
+
+
+
+
+
http://www.fdsign.com/bobera/wereabout.gif
+
+
+

chodadog 11-28-2002 01:38 AM

Saw this posted on the 31st of October on another forum.

http://www.slbs.net/boobies.php?text=Whatever

Edit: But it now redirects to your one, but the text on that one was really smooth!


All times are GMT -7. The time now is 12:56 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123