![]() |
|
|
#1
|
||||
|
||||
|
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();
?>
|
|
#2
|
||||
|
||||
|
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 ... |
|
#3
|
||||
|
||||
|
Nice work! Keep up the good... coding
|
|
#4
|
|||
|
|||
|
where's the function definition for
Code:
fuck |
|
#5
|
||||
|
||||
|
php Code:
![]() 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. |
![]() |
| Bookmarks |
| Thread Tools | |
|
|
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 |