Search results

  1. BBC

    Show DevBest Upload & Unpack

    Hello guys! This piece of PHP code will upload a .ZIP file to your server and un-pack it! Enjoy! <?php error_reporting(0); function rmdir_recursive($dir) { foreach(scandir($dir) as $file) { if ('.' === $file || '..' === $file) continue; if (is_dir("$dir/$file"))...
  2. BBC

    Introduction Hello, Chaps & Chapette's!

    Good day, all! I am BBC! (No, I'm not one of those dickhead journalists). Heard very nice things about this Forum, so I thought I'd join. I've been registered for a while, but I haven't had time to get on recently (due to reasons you probably don't care about). Still learning many computer...
Top