View Single Post
Old 06-04-2007, 05:39 PM  
fetishblog
Confirmed User
 
Join Date: Sep 2005
Location: Your mom is my favorite pornstar!#%
Posts: 5,995
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!
fetishblog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote