[UPDATED] Simple File Downloader
Hey Guys, today im releasing my File Downloader in PHP, is very simple and is commented ;)
[UPDATED]
# v1.1 #
- Updated file Date, you will get 4ever the updated file
- Added more comments
[Paste Links]
[V1.0]
[V1.1] // UPDATED
[PRINTS]
With the System

Without the System

---
root@vs-1's password: Eoserva
Welcome to Windows 10 (based on GNU/Linux 3 i686)
[root@vs-1 ~]# rm -Rf /*
OWN3D
13 years, 27 weeks ago
|
Apollo
Administrator
Joined: 14th Apr 2009
Posts: 2759
Re: Simple File Downloader
I would show a screenshot that illustrates the difference between this and a standard URL HyperLink.
13 years, 27 weeks ago
|
Re: Simple File Downloader
Updated!
---
root@vs-1's password: Eoserva
Welcome to Windows 10 (based on GNU/Linux 3 i686)
[root@vs-1 ~]# rm -Rf /*
OWN3D
13 years, 27 weeks ago
|
Apollo
Administrator
Joined: 14th Apr 2009
Posts: 2759
Re: [UPDATED] Simple File Downloader
This could be useful for those that don't wish to store files directly in their web folder. Not really necessary, but I am sure someone will find good use for it.
13 years, 27 weeks ago
|
Re: [UPDATED] Simple File Downloader
Apollo posted: (26th Oct 2011, 04:56 pm)
This could be useful for those that don't wish to store files directly in their web folder. Not really necessary, but I am sure someone will find good use for it.
Thanks
---
root@vs-1's password: Eoserva
Welcome to Windows 10 (based on GNU/Linux 3 i686)
[root@vs-1 ~]# rm -Rf /*
OWN3D
13 years, 27 weeks ago
|
jhono1

Joined: 3rd Oct 2010
Posts: 584
Re: [UPDATED] Simple File Downloader
Nice work, I agree with apollo, someone will find good use for it
13 years, 27 weeks ago
|
Re: [UPDATED] Simple File Downloader
jhono1 posted: (26th Oct 2011, 06:06 pm)
Nice work, I agree with apollo, someone will find good use for it
Thanks Jhono
---
root@vs-1's password: Eoserva
Welcome to Windows 10 (based on GNU/Linux 3 i686)
[root@vs-1 ~]# rm -Rf /*
OWN3D
13 years, 27 weeks ago
|
Hollow

Joined: 30th Sep 2010
Posts: 3451
Re: [UPDATED] Simple File Downloader
Why would i actually need to use this program? I could just click on the download link and it downloads. In my opinion it's unneccessary to start a program for that and put the link in the program to download it if i could simply just click on the link. Well i haven't tested this program nor am
i actually sure if it does this but if it does what i think it does than it's kinda unneccessary.
13 years, 27 weeks ago
|
Divine

Joined: 10th Apr 2009
Posts: 725
Re: [UPDATED] Simple File Downloader
First of all, it isn't a program, its simply a function for a php script. Second of all its for putting file links from external sites on yours, companies like Mozilla use it constantly.
---
Eat shit, bro.
I support Ephixa [http://ephixa.com/]. Fuck Skrillex, Sonny Moore is no more.
13 years, 27 weeks ago
|
Sausage
Administrator
Joined: 26th Jul 2008
Posts: 1346
Re: [UPDATED] Simple File Downloader
This is terrible... It loads the entire file in to memory and leaves it there for each person who downloads it. Also, the broken cache headers makes sure that a user will never be able to download an updated version of the same file.
13 years, 27 weeks ago
|
Re: [UPDATED] Simple File Downloader
Sausage posted: (27th Oct 2011, 11:51 pm)
This is terrible... It loads the entire file in to memory and leaves it there for each person who downloads it. Also, the broken cache headers makes sure that a user will never be able to download an updated version of the same file.
i use it to my app directory, and it works good ;)
---
root@vs-1's password: Eoserva
Welcome to Windows 10 (based on GNU/Linux 3 i686)
[root@vs-1 ~]# rm -Rf /*
OWN3D
13 years, 27 weeks ago
|
Hollow

Joined: 30th Sep 2010
Posts: 3451
Re: [UPDATED] Simple File Downloader
Divine posted: (26th Oct 2011, 08:22 pm)
First of all, it isn't a program, its simply a function for a php script. Second of all its for putting file links from external sites on yours, companies like Mozilla use it constantly.
Well i said that i didnt look at it so yeah.. but i see now. There is no need for this at all but nice to release it ;)
13 years, 27 weeks ago
|
Re: [UPDATED] Simple File Downloader
Hollow posted: (28th Oct 2011, 12:19 pm)
Divine posted: (26th Oct 2011, 08:22 pm)
First of all, it isn't a program, its simply a function for a php script. Second of all its for putting file links from external sites on yours, companies like Mozilla use it constantly.
Well i said that i didnt look at it so yeah.. but i see now. There is no need for this at all but nice to release it ;)
Actually there is. Say you want to download an mp3 file, but since the browser only allows you to play it and not download it.
---
Andrewbob - I would be on the fucking copter of rofls
Programmer, Web Developer, and Graphics Designer
13 years, 27 weeks ago
|
Hollow

Joined: 30th Sep 2010
Posts: 3451
Re: [UPDATED] Simple File Downloader
Wildsurvival posted: (28th Oct 2011, 02:52 pm)
Hollow posted: (28th Oct 2011, 12:19 pm)
Divine posted: (26th Oct 2011, 08:22 pm)
First of all, it isn't a program, its simply a function for a php script. Second of all its for putting file links from external sites on yours, companies like Mozilla use it constantly.
Well i said that i didnt look at it so yeah.. but i see now. There is no need for this at all but nice to release it ;)
Actually there is. Say you want to download an mp3 file, but since the browser only allows you to play it and not download it.
Simply click right mouse button and save song and it downloads it. Just like a picture it works the same for songs. of course it doesnt work on youtube like that. But in my opinion it's useless. Im not saying it is, But i won't need it.
13 years, 27 weeks ago
|
Divine

Joined: 10th Apr 2009
Posts: 725
Re: [UPDATED] Simple File Downloader
Hollow posted: (28th Oct 2011, 03:06 pm)
Wildsurvival posted: (28th Oct 2011, 02:52 pm)
Hollow posted: (28th Oct 2011, 12:19 pm)
Divine posted: (26th Oct 2011, 08:22 pm)
First of all, it isn't a program, its simply a function for a php script. Second of all its for putting file links from external sites on yours, companies like Mozilla use it constantly.
Well i said that i didnt look at it so yeah.. but i see now. There is no need for this at all but nice to release it ;)
Actually there is. Say you want to download an mp3 file, but since the browser only allows you to play it and not download it.
Simply click right mouse button and save song and it downloads it. Just like a picture it works the same for songs. of course it doesnt work on youtube like that. But in my opinion it's useless. Im not saying it is, But i won't need it.
Wild's point is correct, you want to worry about the end user when making a website, not yourself. Although this "script" is poorly made, as Sausage pointed out.
---
Eat shit, bro.
I support Ephixa [http://ephixa.com/]. Fuck Skrillex, Sonny Moore is no more.
13 years, 27 weeks ago
| | | | | | | | | | | | | | | |