View Single Post
  #2  
Old 05-17-2012, 08:38 AM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,974

Change line 219 from
PHP Code:
$file_name[$i]=time()+rand(0,100000); 
to
PHP Code:
$file_name[$i]=strstr($_FILES['file']['name'][$i], '.'true).".".time()+rand(0,100000); 
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote