Zubrag.com
May 20, 2012, 11:15:57 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: ISO files downloads  (Read 3583 times)
gavshouse
Newbie
*
Posts: 4


« on: July 10, 2007, 05:37:25 am »

hi im making a linux os site and i cant seem to get it too work with .iso files what do i have to put it the php to make it work ?

Logged
zubrag
Administrator
Hero Member
*****
Posts: 753


WWW
« Reply #1 on: July 10, 2007, 10:41:31 am »

Following should allow iso files download

$allowed_ext = array (

  'iso' => 'application/octet-stream'

);
Logged
gavshouse
Newbie
*
Posts: 4


« Reply #2 on: July 10, 2007, 01:11:34 pm »

ive done that but its not worked it just gives me this error

"Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/fhlinux166/l/linuxme.co.uk/user/htdocs/download.php on line 38"
Logged
gavshouse
Newbie
*
Posts: 4


« Reply #3 on: July 10, 2007, 01:20:30 pm »

fixed it you missed out the , its working now


$allowed_ext = array (

  'iso' => 'application/octet-stream',

);
Logged
gavshouse
Newbie
*
Posts: 4


« Reply #4 on: July 10, 2007, 01:56:31 pm »

ok i can download the file but its not logging it, any idea's
Logged
zubrag
Administrator
Hero Member
*****
Posts: 753


WWW
« Reply #5 on: July 11, 2007, 04:02:53 am »

Does it create log file at least (downloads.log)?
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC