Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am looking for a script that records the download after the download has finished, not just on link click which ensures that the file was actually downloaded and not cancelled after initializing it.
I have a feeling that this is going to be complicated but I am prepared to learn.
You can't really, unless...
Your download notifies your server on opening it (only possible for programs generally)
You make a guess at how long it may have taken to download
Both these options are terrible.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have a really large PHP script and I would like to know how many characters it has.
Is there any software that can count me how many files and chars are included in my project?
As mentioned by Mark Baker, the needed solution:
phploc
A tool for quickly measuring the size and analyzing the
structure of a PHP project.
phploc
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
guys
Do you know any available PHP third party application or script which allows all my registered members to share their files to other members?
I'm thinking similar with this one (My concern on that are there is no support doc and it seems the author of the script is gone for a long time.)
http://codecanyon.net/item/really-simple-file-sharing-web-application/51228
Really appreciated to your help! Thanks
Opendocman checkout this open source application. Hope this helps you.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
iam looking for a php/mysql open source inventory management software.
Can anyone suggest me a good, free script?
I have heard about VTigerCRM, SugarCRM, Magento... which among these is the best for inventory, and anything else is preferable ?
Check this out, http://phpbms.org/ I dont know to what extent it will satisfy your needs, but it can be easily customized. And it is open source running on php/mysql.
You can very well use it on WAMP stack, if I am not wrong.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Especially I want to translate this answer in matlab to PHP, is it viable?
No. This tool not exists.
But you can do this simple by hand using some for statements. With using GD and some code to Image Processing.
More information how to implement Image Processing you can find at http://php.net/manual/en/book.image.php
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for a web based FTP client for our clients that is password protected, they can upload & download files.
Each client must have a user/pass to login into their folders.
Any reccomendation of open source would be very much appreciated
Here are a few:
http://freshmeat.net/projects/asukphpftp/
http://oliver.sourceforge.net/
http://www.net2ftp.com/
http://code.google.com/p/f-it/
www.net2ftp.com
PHPanywhere.net is an online FTP client and PHP editor.