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

For the future

Name: Anonymous 2013-02-24 0:44

Please put a logic bomb in every piece of software you write to detonate in 10~15 years just in case machines take over

Name: Anonymous 2013-02-24 4:05

As an idea, let infest php.net with code snippets, which alone are rather safe, but together form exploits. They don't understand code anyway, these brutal copy-and-paste programmers. This would be beneficial to all of us.

They are many examples on the site:


<?php
   function tempnam_sfx($path, $suffix)
   {
      do
      {
         $file = $path."/".mt_rand().$suffix;
         $fp = @fopen($file, 'x');
      }
      while(!$fp);

      fclose($fp);
      return $file;
   }

   // call it like this:
   $file = tempnam_sfx("/tmp", ".jpg");
?>

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