November 15, 2024, 02:43:50 PM

1,531,348 Posts in 46,734 Topics by 1,523 Members
› View the most recent posts on the forum.


shutdown -r now

Started by Feynman, May 26, 2007, 10:22:01 AM

previous topic - next topic

0 Members and 2 Guests are viewing this topic.

Go Down

Kalahari Inkantation

It's 1:23 here.  awesome;

Ricky

<?php
$thread=("SUX");
if ($thread=="SUX")
  {
echo 'thread SUX';
  }
else{
echo 'hi';
}
?>

thread SUX

Feynman

Quote from: Ricky on May 26, 2007, 10:23:53 AM
<?php
$thread=("SUX");
if ($thread=="SUX")
  {
echo 'thread SUX';
  }
else{
echo 'hi';
}
?>

thread SUX


<?php echo 'sudo apt-get install FUCK YOU'; ?>

Ricky

Quote from: Bassir on May 26, 2007, 10:25:27 AM
<?php echo 'FUCK YOU'; ?>

<?php
$badwords=("dontmakeyoucool");
if ($badwords=="makeyoucool")
  {
echo 'your cool';
  }
else{
echo 'GOD YOU'RE RETARDED';
}
?>

GOD YOU'RE RETARDED

Go Up