Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Shiichan is full of code quality

Name: Anonymous 2011-02-06 7:28

post.php:

} else if ($_GET[bbs]) {
echo "go fuck yourself"; exit;
}



/* link shorten

function shorten($str){
  if(strlen($str) > 50) {
    $divide = round(strlen($str) / 3);
    if ($divide*2 > 50) {
      $divide = round(strlen($str) / 5);
     $second_string = substr($str,$divide*4,200);
    } else {
        $second_string = substr($str,$divide*2,200);
    }
   $first_string = substr($str,0,$divide);
   $short_string = $first_string . "..." . $second_string;
   $short_string = htmlspecialchars($short_string, ENT_NOQUOTES);
    } else {
 $short_string = $str;
 }
 return $short_string;
}*/



if (strlen($_POST[name]) > 30) fancydie("Your name is too damn long!");


Shiichan sucks. This can't have been done by an EXPERT PROGRAMMER

Name: Anonymous 2011-02-07 8:43

>>22
>forums
>prog
Oh, how I wept.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List