Quote:
Originally Posted by 12clicks
thief, you'd go completely unnoticed by me except you keep bringing me up. 
|
Shrug, maybe he'll sign up for some of your sites, and it's a win-win. It's always the same hum-drum:
Code:
<?php
while ($new_posts) {
add_postcount($post[$x]);
}
die("My life has no purpose! Cry!");
function add_postcount($post) {
if ($post) {
echo "Here is some worthless reply that makes me feel good about my sad life.";
postcount++;
} else {
cry_more_noob();
}
}
function cry_more_noob() {
$self = "pathetic";
$state = "crying";
return $state;
}
?>