View Single Post
Old 10-23-2006, 09:01 AM  
edgeprod
Permanently Gone
 
Industry Role:
Join Date: Mar 2004
Posts: 10,019
Quote:
Originally Posted by 12clicks View Post
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;
}

?>
edgeprod is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote