Get your Name posted on this chick

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ServerGenius
    Confirmed User
    • Feb 2002
    • 9377

    #1

    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
    | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |
  • Mutt
    Too lazy to set a custom title
    • Sep 2002
    • 34431

    #2
    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?
    I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!

    Comment

    • Darkhorse
      Horsing Around
      • Sep 2002
      • 5879

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

      Comment

      • newbie
        Confirmed User
        • Jun 2002
        • 108

        #4
        can i get my cum posted on her?
        <embed src="http://www.pluginstories.com/sig.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="120" height="60"></embed>

        Comment

        • .:Frog:.
          Confirmed User
          • Jul 2002
          • 2123

          #5
          Thats cool. I'm really impressed.
          <a href="http://www.pornopayouts.com/?rid=pp3076">PornoPayouts</a>
          Tons of Hosted Galleries.

          Comment

          • ServerGenius
            Confirmed User
            • Feb 2002
            • 9377

            #6
            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

            DynaMite
            | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

            Comment

            • ServerGenius
              Confirmed User
              • Feb 2002
              • 9377

              #7
              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
              | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

              Comment

              • charlie6763
                Confirmed User
                • Nov 2001
                • 3056

                #8
                That is cool as shit! Nice work Dyna

                Comment

                • High Quality
                  Confirmed User
                  • Feb 2002
                  • 5741

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

                  RecurCash.com - Averaging $38/sale with 60% revshare in the first 4 months alone!

                  Convert your TEEN traffic today @ better than 1:500 guaranteed. ICQ me: 18287590!

                  Comment

                  • extreme
                    Confirmed User
                    • Oct 2002
                    • 2120

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

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

                    DynaMite
                    .. for free? =)

                    Comment

                    • dapproid
                      Confirmed User
                      • Sep 2002
                      • 469

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

                      Data Entry - $680 | Graphic Artist- $880 | Developer - $980 | System Administrator - $980
                      [email protected]

                      Comment

                      • ServerGenius
                        Confirmed User
                        • Feb 2002
                        • 9377

                        #12
                        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
                        | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

                        Comment

                        • ads2000
                          Registered User
                          • Nov 2002
                          • 12

                          #13
                          Send me the script code, will ya?
                          ADS2000.com - FREE CLASSIFIED ADS

                          Comment

                          • ServerGenius
                            Confirmed User
                            • Feb 2002
                            • 9377

                            #14
                            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
                            | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

                            Comment

                            • ServerGenius
                              Confirmed User
                              • Feb 2002
                              • 9377

                              #15
                              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
                              | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

                              Comment

                              • dapproid
                                Confirmed User
                                • Sep 2002
                                • 469

                                #16
                                Thanks Dyna, it works great!!

                                Data Entry - $680 | Graphic Artist- $880 | Developer - $980 | System Administrator - $980
                                [email protected]

                                Comment

                                • HQ
                                  Confirmed User
                                  • Jan 2001
                                  • 3539

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

                                  Very cool.

                                  Comment

                                  • strobi
                                    Confirmed User
                                    • Nov 2002
                                    • 7383

                                    #18
                                    Amazing thingie! thx!

                                    Comment

                                    • traffictrader
                                      Confirmed User
                                      • Sep 2002
                                      • 1331

                                      #19
                                      nice stuff!

                                      Comment

                                      • psyko514
                                        See sig. Join Epic Cash.
                                        • Oct 2002
                                        • 22366

                                        #20
                                        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!

                                        Bad Girl Bucks
                                        - 50% Revshare through CCBill.
                                        Promote BrandyDDD, Pixie's Pillows, Action Allie and more!

                                        Phoenix Forum Pics | Webmaster Access Montreal pics
                                        email: psyko514(a)gmail.com | icq: 214-702-014

                                        Comment

                                        • DearAbby
                                          Confirmed User
                                          • Nov 2002
                                          • 979

                                          #21
                                          It didnt seem to work for me

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

                                          Comment

                                          • pink_in_the_middle
                                            Confirmed User
                                            • Aug 2002
                                            • 4503

                                            #22
                                            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 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.

                                            Last edited by pink_in_the_middle; 11-27-2002, 08:29 PM.
                                            pinkysteph AT gmail DOT com

                                            I'm a native english speaker from Canada with a firm ass, excellent grammar and punctuation skills. If you're in need of text for your: blog, paysite galleries, DVD covers, image cropping, content purchasing, content insertion or anything else along these lines, please feel free to give me a shout. And I’m female to boot

                                            Comment

                                            • harvey
                                              Confirmed User
                                              • Jul 2001
                                              • 9266

                                              #23
                                              It seems a lot of people loves your script! I checked http://www.xamo.com/companyphotos_showyourlove.php and saw this

                                              +
                                              +
                                              +
                                              +
                                              +
                                              +
                                              +
                                              +

                                              +
                                              +
                                              +
                                              Last edited by harvey; 11-27-2002, 10:41 PM.
                                              This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth

                                              Comment

                                              • chodadog
                                                Confirmed User
                                                • Apr 2002
                                                • 9736

                                                #24
                                                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!
                                                Last edited by chodadog; 11-27-2002, 11:42 PM.
                                                26 + 6 = 1

                                                Comment

                                                Working...