Quote:
Originally Posted by GeoffreyF67
Code:
$Count = rand(20,150);
$Command = 'dd if=/dev/urandom of="./downloads/' . $Title . '.wmv" bs=87615 count=' . $Count;
exec($Command);
Only works on Linux but it sure rocks  Throw that into the app above and create a lot of files
G-Man
|
save yourself a LOT of cpu time and use /dev/random, no need for perfectly random files