Digital Point Forums
westernunion

Go Back   Digital Point Forums > Design & Development > Programming > PHP
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Jun 2nd 2008, 7:46 pm
andytse's Avatar
andytse andytse is offline
Champion of the Naaru
 
Join Date: Dec 2006
Posts: 107
andytse is on a distinguished road
My first PHP programe source!!

Code:
<?php


    function get_girl($money = 1000) {
		if ($money < 1000)
			return false;
		$beautiful = $money / 1000;
		return $beautiful;
    }

    function make_money($hours = 24) {
		$money = 5 * $hours;
		return $money;
    }

    function go_to_bed() {
		global $beautiful, $girl;
		if (!$beautiful || $beautiful < 1) {
			fuck($girl, 10);
			return;
		}
		else {
			fuck($girl, 60*60*24);
			return;
		}
    }


    $my_money = make_money(24*30*12);
    $girl = get_girl($my_money);

    go_to_bed();
?>
Reply With Quote
  #2  
Old Jun 3rd 2008, 9:18 am
krakjoe's Avatar
krakjoe krakjoe is offline
of the Nightfall
 
Join Date: Dec 2006
Location: Bucks UK - Watchin Telly
Posts: 1,751
krakjoe is a glorious beacon of lightkrakjoe is a glorious beacon of lightkrakjoe is a glorious beacon of lightkrakjoe is a glorious beacon of lightkrakjoe is a glorious beacon of lightkrakjoe is a glorious beacon of light
Wait ... do you plan to work for a year before going to sleep, and most importantly before fucking the girl you just worked a solid year to get ??

I'm fucking with you ... well done ...
__________________
(\__/) Joe Watkins
(='.'=) PHP Programmer
(")_(") http://interviolet.com
Reply With Quote
  #3  
Old Jun 3rd 2008, 9:27 am
xlcho's Avatar
xlcho xlcho is offline
Twilight Vanquisher
 
Join Date: Jun 2008
Posts: 535
xlcho is on a distinguished road
Nice work! Keep up the good... coding
Reply With Quote
  #4  
Old Jun 3rd 2008, 1:38 pm
2slick 2slick is offline
Grunt
 
Join Date: Feb 2007
Location: in front of the computer
Posts: 73
2slick is on a distinguished road
where's the function definition for
Code:
fuck
Reply With Quote
  #5  
Old Jun 4th 2008, 11:14 am
Christian Little's Avatar
Christian Little Christian Little is offline
of the Nightfall
 
Join Date: Aug 2006
Location: Vancouver, BC (Canada)
Posts: 1,438
Christian Little is a jewel in the roughChristian Little is a jewel in the roughChristian Little is a jewel in the rough
php Code:
function fuck($girl, $seconds) {

  switch($beautiful) {
    case < 1:
      $my_penis = "meatshaft oozing with ghonorrea";
      $her_funhole = "stinky hole where millions of guys have been before";
      $finish = "I'm done, there's the door.  You can wait for your taxi at the sidewalk.  By the way, I forgot my condoms so you should get the morning after pill and ask your doctor about ghonorrea testing in the morning.";
      break;
   default:
      $my_penis = "8\" of pure love'in";
      $her_funhole = "palace of love and magic.";
      $finish = "Ohhh baby!  Lemmie grab a red bull and we can do it again in a few minutes.";
      break;
  }
  while($time = 0, $time < $seconds, $time++) {
    echo "I stick my $my_penis into her $her_funhole.<br />";
    pause(1000);
  }
  echo "SHAZAAAM!!!!!<br /><br />";
  echo "$finish";
}
There you go

Possible outputs:

Hot Chick:
I stick my 8" of pure love'in into her palace of love. (60*60*24 times)
SHAZZAM!
Ohhh baby! Lemmie grab a red bull and we can do it again in a few minutes.

Ugly Chick:
I stick my meatshaft oozing with ghonorrea into her stinky hole where millions of guys have been before. (10 times)
SHAZZAM!
I'm done, there's the door. You can wait for your taxi at the sidewalk. By the way, I forgot my condoms so you should get the morning after pill and ask your doctor about ghonorrea testing in the morning.



I could write a way more extensive one for fun, but I should get some real work done today

Last edited by Christian Little; Jun 4th 2008 at 11:26 am.
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Open source PHP forums? creative4w3 PHP 8 Dec 28th 2007 2:49 am
I Want E-commerce PHP source code rubyjava PHP 5 May 3rd 2007 7:58 pm
PHP Open Source ???? pulikuttann PHP 14 Feb 28th 2007 6:09 pm
decoding php cripted source? phpone PHP 4 Feb 25th 2007 7:01 pm
PHP file in image source html code <img src="url.php"> etc. MediaHustler PHP 12 Jan 28th 2006 5:08 pm


All times are GMT -8. The time now is 12:46 pm.