Zubrag.com
May 20, 2012, 11:15:57 pm
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
Zubrag.com :: Forum
>
zubrag.com
>
Questions About Our Scripts
>
Smart File Download
>
ISO files downloads
Pages: [
1
]
Print
Author
Topic: ISO files downloads (Read 3583 times)
gavshouse
Newbie
Posts: 4
ISO files downloads
«
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
Re: ISO files downloads
«
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
Re: ISO files downloads
«
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
Re: ISO files downloads
«
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
Re: ISO files downloads
«
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
Re: ISO files downloads
«
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:
Please select a destination:
-----------------------------
zubrag.com
-----------------------------
=> News
=> Questions About Our Scripts
===> Password Protect
===> Password Protect Advanced
===> cPanel Scripts
===> Thumbnail Generator
===> Website Thumbnail Generator
===> Smart File Download
===> Anti Spam Image Generator
===> Watermark
=> Wish List / Suggestions
=> Bugs / Known Issues
-----------------------------
Webmasters Lounge
-----------------------------
=> Tips and Tricks
=> Webmasters: General Discussion
-----------------------------
Programmers Lounge
-----------------------------
=> PHP / MySql / Smarty Questions
=> Tips and Tricks
=> Programmers: General Discussion
-----------------------------
General Category
-----------------------------
=> General Discussion
Loading...