View Single Post
  #9 (permalink)  
Old 04-15-2008, 11:35 PM
GeoffreyF67's Avatar
GeoffreyF67 GeoffreyF67 is offline
Vip Member
 
Join Date: Apr 2008
Posts: 570
Reputation: 1
GeoffreyF67 is on a distinguished road
Default

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
Reply With Quote