Get laid tonight with this amazing PHP script!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fetishblog
    Confirmed User
    • Sep 2005
    • 5995

    #1

    Get laid tonight with this amazing PHP script!

    Can't get laid any other way? Try this amazing PHP script and have sex tonight!

    Code:
    <?php
    function findsex(){
      $human = new human;
      $tonight = new night;
      $excuses = array('Headache','Migraine','Not Today','Menstration');
      $num_girl = random(0,count($human->girl));
      if ($human->girl[$num_girl]=="stupid")
      {
        $tonight->sex = true;
      }
      else
      {
        $tonight->sex = undefined;
        $result=trygetsex();
        if ($result==true){
          $tonight->sex = true;
        }
        else
        {
          $tonight->sex = false;
          $number = random(0,count($excuses));
          echo $excuses[$number]."<br/>";
        }
      }
      if($tonight->sex = true)
        echo "<b>Operation Successful!</b>";
        return 0;
      else
        findsex();
    }
    ?>

    Fling.com doesn't steal your traffic and sales unlike some other dating companies. I promote them, and so should you!
  • The Sultan Of Smut
    Confirmed User
    • Dec 2004
    • 4325

    #2
    Doesn't work I'm still sitting here lonely staring at the parse error

    Comment

    • WiredGuy
      Pounding Googlebot
      • Aug 2002
      • 34512

      #3
      I'm gonna modify that random number generator to be between 3 and 20 and have a great time tonight!
      WG
      I play with Google.

      Comment

      • munki
        Do Fun Shit.
        • Dec 2004
        • 13393

        #4
        ROFLMAO


        I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde

        Comment

        • tiger
          Confirmed User
          • Apr 2002
          • 6986

          #5
          HA, nice coding.

          Comment

          • fetishblog
            Confirmed User
            • Sep 2005
            • 5995

            #6
            I fixed the parse error!

            Code:
            <?php
            function findsex() {
              $human = new human;
              $tonight = new night;
              $excuses = array('Headache','Migraine','Not Today','Menstration');
              $num_girl = random(0,count($human->girl));
              if ($human->girl[$num_girl]=="stupid")
              {
                $tonight->sex = true;
              }
              else
              {
                $tonight->sex = undefined;
                $result=trygetsex();
                if ($result==true){
                  $tonight->sex = true;
                }
                else
                {
                  $tonight->sex = false;
                  $number = random(0,count($excuses));
                  echo $excuses[$number]."<br/>";
                }
              }
              if ($tonight->sex = true) {
                echo "<b>Operation Successful!</b>";
                return 0;
              }
              else
                findsex();
            }
            ?>
            If all you get is a blank screen, then you're not getting lucky.

            Fling.com doesn't steal your traffic and sales unlike some other dating companies. I promote them, and so should you!

            Comment

            • munki
              Do Fun Shit.
              • Dec 2004
              • 13393

              #7
              Originally posted by fetishblog
              I fixed the parse error!

              Code:
              <?php
              function findsex() {
                $human = new human;
                $tonight = new night;
                $excuses = array('Headache','Migraine','Not Today','Menstration');
                $num_girl = random(0,count($human->girl));
                if ($human->girl[$num_girl]=="stupid")
                {
                  $tonight->sex = true;
                }
                else
                {
                  $tonight->sex = undefined;
                  $result=trygetsex();
                  if ($result==true){
                    $tonight->sex = true;
                  }
                  else
                  {
                    $tonight->sex = false;
                    $number = random(0,count($excuses));
                    echo $excuses[$number]."<br/>";
                  }
                }
                if ($tonight->sex = true) {
                  echo "<b>Operation Successful!</b>";
                  return 0;
                }
                else
                  findsex();
              }
              ?>
              If all you get is a blank screen, then you're not getting lucky.

              I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde

              Comment

              • ucv.karl
                Confirmed User
                • Jul 2006
                • 498

                #8
                I think I am going to wait till version 2.0 comes out.

                That trygetsex() function could create issues.

                Here's a temporary fix.


                Code:
                <?php
                function findsex() {
                  $human = new human;
                  $tonight = new night;
                  $excuses = array('Headache','Migraine','Not Today','Menstration');
                  $num_girl = random(0,count($human->girl));
                  if ($human->girl[$num_girl]=="stupid")
                  {
                    $tonight->sex = true;
                  }
                  elseif($human->man)
                  {
                    $tonight->sex = false;
                  }
                  else
                  {
                    $tonight->sex = undefined;
                    $result=trygetsex();
                    if ($result==true){
                      $tonight->sex = true;
                    }
                    else
                    {
                      $tonight->sex = false;
                      $number = random(0,count($excuses));
                      echo $excuses[$number]."<br/>";
                    }
                  }
                  if ($tonight->sex = true) {
                    echo "<b>Operation Successful!</b>";
                    return 0;
                  }
                  else
                    findsex();
                }
                ?>
                It's better when you can Switch.
                ICQ: 263079754

                Comment

                • k0nr4d
                  Confirmed User
                  • Aug 2006
                  • 9231

                  #9
                  Originally posted by The Sultan Of Smut
                  Doesn't work I'm still sitting here lonely staring at the parse error
                  Mechanical Bunny Media
                  Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

                  Comment

                  • fetishblog
                    Confirmed User
                    • Sep 2005
                    • 5995

                    #10
                    Nice mod, thanks. ;)

                    Fling.com doesn't steal your traffic and sales unlike some other dating companies. I promote them, and so should you!

                    Comment

                    Working...