Distraction time ~ Tell Cheshire what to say...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Daymare
    Confirmed User
    • Feb 2002
    • 2674

    #651
    650!! BEEEOOOTCCHH!!!

    Comment

    • Daymare
      Confirmed User
      • Feb 2002
      • 2674

      #652
      This has to be one of the LONGEST threads.... damn

      Comment

      • Daymare
        Confirmed User
        • Feb 2002
        • 2674

        #653
        too bad it goes until sunday night...

        can we declare an early winner?

        Comment

        • hdcrltr1
          Registered User
          • May 2002
          • 24

          #654
          Since my posts are counted in multiples of 100, you guys are all fucked.

          And Chesire, as much as I enjoy spending time with you, I will not debase myself to doing Richard Simmons Sweatin to the Oldies in your apartment.

          Unfortunately, I can't make suggestions here because in all likelihood I would get the shit slapped out of me in the future. Chesire can be one mean sumbitch when she wants to be.

          And I don't know what all the hubbub is about anyway, Chesire is absolutely hideous. I've seen better heads on boils.

          Ya know I love ya!

          Comment

          • Cheshire
            Confirmed User
            • Jul 2001
            • 5738

            #655
            Hahaha, love you too hdcrltr1 ~ now tell me again why you turned me down on my offer of tequila shots... bitch...


            just a little bit naughty

            Comment

            • Daymare
              Confirmed User
              • Feb 2002
              • 2674

              #656
              now now, there is no reason for fighting... unless it's nude wrestling

              Comment

              • Undutchable
                Registered User
                • Jun 2002
                • 2217

                #657
                Hey Ches, if this isnt about the DVD player, will you send it to me?

                Comment

                • UncleJimmy
                  Confirmed User
                  • Sep 2002
                  • 855

                  #658
                  dayummmmm
                  <a href="http://www.redpartners.com/?r=100278"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><img src="http://britney-spears.blewme.com/wm.gif" width="120" height="60" border="0"></font></a><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> Promote the web's hottest adult personals website, <a href="http://www.redpartners.com/?r=100278" target="_blank">Red Personals</a>.</font>

                  Comment

                  • ServerGenius
                    Confirmed User
                    • Feb 2002
                    • 9377

                    #659
                    Ok for the losers I have coded a small gadget to soften your
                    sorrow....if you want the code let me know....it's a funny gadget.
                    It's not my idea, nor my pic...I've seen this online somewhere
                    and wrote this similar thing.....

                    http://66.181.179.74/fun.php

                    Have Fun!

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

                    Comment

                    • ServerGenius
                      Confirmed User
                      • Feb 2002
                      • 9377

                      #660
                      Oh cheshire get me a pic with you holding up a sign and I'll
                      edit the thing to work with your picture....the sign should only
                      contain : I Love or whatever

                      http://66.181.179.74/blank.jpg is the blank pic onto which the
                      text is drawn by the script sniplet

                      DynaMite

                      p.s. for people that run livecam sites....the code is for sale
                      | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

                      Comment

                      • hdcrltr1
                        Registered User
                        • May 2002
                        • 24

                        #661
                        If the offer is still open Wednesday night, you're on. No matter how much work I have left to do on Wednesday, my goal is to drink my bodyweight in alcohol. Yes, yes, strive to be #1 and all that. If you matched me shot for shot I figured we both pass out before you attempted to molest me. And if not, I swear I won't tell Dad.

                        And by the way folks, that 300 posts for me now. Quite frankly it doesn't matter if I win or lose, once you've seen Chesire bent over your toilet heaving her brains out, you've seen it all.

                        And yes, I was staring at your ass the whole time.
                        Last edited by hdcrltr1; 11-26-2002, 08:28 AM.

                        Comment

                        • UncleJimmy
                          Confirmed User
                          • Sep 2002
                          • 855

                          #662
                          Would love a copy of that script man...

                          webmaster (at) latinablvd.com
                          <a href="http://www.redpartners.com/?r=100278"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><img src="http://britney-spears.blewme.com/wm.gif" width="120" height="60" border="0"></font></a><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> Promote the web's hottest adult personals website, <a href="http://www.redpartners.com/?r=100278" target="_blank">Red Personals</a>.</font>

                          Comment

                          • Cheshire
                            Confirmed User
                            • Jul 2001
                            • 5738

                            #663
                            Originally posted by hdcrltr1
                            And yes, I was staring at your ass the whole time.
                            I thought you were gay...?


                            just a little bit naughty

                            Comment

                            • ServerGenius
                              Confirmed User
                              • Feb 2002
                              • 9377

                              #664
                              Ok here is the code for everyone who is interested.

                              paypal: [email protected]

                              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
                              * 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);
                              $newpic = imagecolorclosest ($pic, 62, 44, 66);
                              imagettftext ($pic, 15, -5, 150, 280, $newpic, "/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

                              • railz
                                Confirmed User
                                • Nov 2001
                                • 2531

                                #665
                                Originally posted by Cheshire
                                The GFYer with the most posts in this thread by Sunday midnight (Pacific Time) tells me what to write on a sign that I'll hold in a posted pic ~ anything goes.

                                If the winner has over 50 individual posts within ~ I'll wear the shirt of their choosing sent to our P.O. Box (size must be within reason!!!)

                                Sound like a good time?
                                Sounds like fun.

                                Now I'm going to reply to every single post in this thread!
                                This Space for Rent

                                Comment

                                • railz
                                  Confirmed User
                                  • Nov 2001
                                  • 2531

                                  #666
                                  Originally posted by Battuss
                                  Nifty!
                                  This Space for Rent

                                  Comment

                                  • railz
                                    Confirmed User
                                    • Nov 2001
                                    • 2531

                                    #667
                                    Originally posted by 12clicks
                                    I have an over used 3rd input?
                                    I sale short ICQ

                                    This Space for Rent

                                    Comment

                                    • railz
                                      Confirmed User
                                      • Nov 2001
                                      • 2531

                                      #668
                                      Ahh bollox to it - can't be arsed.

                                      Good luck to those who "win".
                                      This Space for Rent

                                      Comment

                                      • h0st
                                        Confirmed User
                                        • Jul 2001
                                        • 1216

                                        #669
                                        damn I´m too late, spam fest has allready started
                                        Did you say Pimp My Sexlife?

                                        Comment

                                        • brocklanders
                                          Confirmed User
                                          • Feb 2001
                                          • 297

                                          #670
                                          I have an idea for the sign:


                                          "I know how to use e-mail"




                                          HARDY HAR HAR! Remember that thread?

                                          Comment

                                          • Cheshire
                                            Confirmed User
                                            • Jul 2001
                                            • 5738

                                            #671
                                            Originally posted by brocklanders
                                            HARDY HAR HAR! Remember that thread?
                                            Yeah, that was funny ~ but it was the office network configuration for my computer, not my email.



                                            funny how simple minds remember things...


                                            just a little bit naughty

                                            Comment

                                            • Daymare
                                              Confirmed User
                                              • Feb 2002
                                              • 2674

                                              #672
                                              Hey Cheshire, where are those vacation pics!

                                              Comment

                                              • hdcrltr1
                                                Registered User
                                                • May 2002
                                                • 24

                                                #673
                                                I have to attribute this to someone else but it's thoroughly appropriate..

                                                "Only when I'm having sex with other men." - K

                                                I think my late roommate said this once or twice as well.

                                                Comment

                                                • grumpy
                                                  Too lazy to set a custom title
                                                  • Jan 2002
                                                  • 9870

                                                  #674
                                                  i am to late i suppose??
                                                  Don't let greediness blur your vision | You gotta let some shit slide
                                                  icq - 441-456-888

                                                  Comment

                                                  • Cheshire
                                                    Confirmed User
                                                    • Jul 2001
                                                    • 5738

                                                    #675
                                                    It's only the second day ~ some people start strong and end early, others stick with it and stay steady throughout the entire time...

                                                    which one are you?


                                                    just a little bit naughty

                                                    Comment

                                                    • Daymare
                                                      Confirmed User
                                                      • Feb 2002
                                                      • 2674

                                                      #676
                                                      Originally posted by Cheshire
                                                      It's only the second day ~ some people start strong and end early, others stick with it and stay steady throughout the entire time...

                                                      which one are you?
                                                      What's the count at now?

                                                      Comment

                                                      • Cheshire
                                                        Confirmed User
                                                        • Jul 2001
                                                        • 5738

                                                        #677
                                                        um, you've got first place all to yourself by a few posts...


                                                        But don't forget about the second place prize ~ that could be fun too.


                                                        just a little bit naughty

                                                        Comment

                                                        • Daymare
                                                          Confirmed User
                                                          • Feb 2002
                                                          • 2674

                                                          #678
                                                          Sounds good to me

                                                          Comment

                                                          • Daymare
                                                            Confirmed User
                                                            • Feb 2002
                                                            • 2674

                                                            #679
                                                            Back to a question I asked before... did you bring your digi cam in today?

                                                            Comment

                                                            • xxxcam
                                                              Confirmed User
                                                              • Feb 2002
                                                              • 401

                                                              #680
                                                              how about u post naked picture of yourself now chesire ? look how many posts you got

                                                              or at least non naked picture but sexy one

                                                              Comment

                                                              • Daymare
                                                                Confirmed User
                                                                • Feb 2002
                                                                • 2674

                                                                #681
                                                                Originally posted by xxxcam
                                                                how about u post naked picture of yourself now chesire ? look how many posts you got

                                                                or at least non naked picture but sexy one
                                                                Agreed! I second that.

                                                                Comment

                                                                • Voodoo
                                                                  ♥ ♦ ♣ ♠
                                                                  • Sep 2002
                                                                  • 10600

                                                                  #682
                                                                  Originally posted by horns
                                                                  Voodoo - where did you grow up?
                                                                  Hey...
                                                                  I grew up mostly in San Jose, CA.

                                                                  "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

                                                                  Comment

                                                                  • Voodoo
                                                                    ♥ ♦ ♣ ♠
                                                                    • Sep 2002
                                                                    • 10600

                                                                    #683
                                                                    Good morning everyone!

                                                                    "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

                                                                    Comment

                                                                    • Daymare
                                                                      Confirmed User
                                                                      • Feb 2002
                                                                      • 2674

                                                                      #684
                                                                      Morning Voodoo

                                                                      Comment

                                                                      • Voodoo
                                                                        ♥ ♦ ♣ ♠
                                                                        • Sep 2002
                                                                        • 10600

                                                                        #685
                                                                        What's everyone doing today?

                                                                        "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

                                                                        Comment

                                                                        • Voodoo
                                                                          ♥ ♦ ♣ ♠
                                                                          • Sep 2002
                                                                          • 10600

                                                                          #686
                                                                          Damn... I worked out yesterday for the first time in YEARS... I'm sore as shit!

                                                                          "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

                                                                          Comment

                                                                          • Voodoo
                                                                            ♥ ♦ ♣ ♠
                                                                            • Sep 2002
                                                                            • 10600

                                                                            #687
                                                                            I'm going to take up boxing in January.

                                                                            "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

                                                                            Comment

                                                                            • Voodoo
                                                                              ♥ ♦ ♣ ♠
                                                                              • Sep 2002
                                                                              • 10600

                                                                              #688
                                                                              My girlfriend and I are going to be joining the boxing class together. That should be fun.

                                                                              "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

                                                                              Comment

                                                                              • Voodoo
                                                                                ♥ ♦ ♣ ♠
                                                                                • Sep 2002
                                                                                • 10600

                                                                                #689
                                                                                Hey Daymare...
                                                                                For that text over image script, what PHP libraries do you have installed?

                                                                                "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

                                                                                Comment

                                                                                • Daymare
                                                                                  Confirmed User
                                                                                  • Feb 2002
                                                                                  • 2674

                                                                                  #690
                                                                                  Originally posted by Voodoo
                                                                                  Hey Daymare...
                                                                                  For that text over image script, what PHP libraries do you have installed?
                                                                                  LOL

                                                                                  Comment

                                                                                  • Daymare
                                                                                    Confirmed User
                                                                                    • Feb 2002
                                                                                    • 2674

                                                                                    #691
                                                                                    They are built into the GFY http button when you are typing a message... look for it

                                                                                    Comment

                                                                                    • Voodoo
                                                                                      ♥ ♦ ♣ ♠
                                                                                      • Sep 2002
                                                                                      • 10600

                                                                                      #692
                                                                                      LOL... Neva Mind... hehehe... I just saw that the script was done by DynaSpin. Oops.

                                                                                      "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

                                                                                      Comment

                                                                                      • RAM
                                                                                        They're all hookers, but mom!
                                                                                        • Jan 2001
                                                                                        • 7047

                                                                                        #693
                                                                                        The Power of the Cheshire
                                                                                        RAM



                                                                                        Fucking Machines are like CASH MACHINES


                                                                                        See RAM on these quality sites!!
                                                                                        Rightofftheboat.com EuroBrideTryouts.com

                                                                                        Comment

                                                                                        • Voodoo
                                                                                          ♥ ♦ ♣ ♠
                                                                                          • Sep 2002
                                                                                          • 10600

                                                                                          #694

                                                                                          "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

                                                                                          Comment

                                                                                          • Voodoo
                                                                                            ♥ ♦ ♣ ♠
                                                                                            • Sep 2002
                                                                                            • 10600

                                                                                            #695
                                                                                            Hehehehe

                                                                                            "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

                                                                                            Comment

                                                                                            • McAttack
                                                                                              Confirmed User
                                                                                              • Jul 2002
                                                                                              • 625

                                                                                              #696
                                                                                              Originally posted by grumpy
                                                                                              i am to late i suppose??
                                                                                              Depends if you're able to reply about 300 times by sunday, then you might have a chance.

                                                                                              You know Teen Kelly converts like crazy.

                                                                                              Comment

                                                                                              • Voodoo
                                                                                                ♥ ♦ ♣ ♠
                                                                                                • Sep 2002
                                                                                                • 10600

                                                                                                #697

                                                                                                "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

                                                                                                Comment

                                                                                                • Voodoo
                                                                                                  ♥ ♦ ♣ ♠
                                                                                                  • Sep 2002
                                                                                                  • 10600

                                                                                                  #698

                                                                                                  "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

                                                                                                  Comment

                                                                                                  • Voodoo
                                                                                                    ♥ ♦ ♣ ♠
                                                                                                    • Sep 2002
                                                                                                    • 10600

                                                                                                    #699
                                                                                                    Wake up everyone!

                                                                                                    "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

                                                                                                    Comment

                                                                                                    • Voodoo
                                                                                                      ♥ ♦ ♣ ♠
                                                                                                      • Sep 2002
                                                                                                      • 10600

                                                                                                      #700
                                                                                                      Anyone here?

                                                                                                      "I'm selflessly supporting the common good, but only coincidentally looking out for No.1."

                                                                                                      Comment

                                                                                                      Working...