Name | Modified | Size | Downloads / Week |
---|---|---|---|
Version 0.7 | 2014-04-27 | ||
Version 0.6 | 2013-10-01 | ||
Version 0.5 | 2013-09-19 | ||
License.txt | 2014-04-27 | 7.8 kB | |
README.txt | 2014-04-27 | 3.3 kB | |
Totals: 5 Items | 11.1 kB | 0 |
phpShare&Search is an application for sharing documents. index.php is the first page that visitors see (logged in or not) and it provides them with the ability to - Login - Register as a new user - Share the application (branded by the installer) with others - Search the database of shared content Tested With: PHP Version 5.3.10 LICENSE: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program (see License.txt). If not, see <http://www.gnu.org/licenses/>. DOCUMENTATION: Visit our SourceForge documentation page for information on installation and configuration: https://sourceforge.net/p/phpshareandsearch/wiki/Home/ DONATIONS: While this code is distributed FREE OF CHARGE, your donations are appreciated to help support this project and continued developments and enhancements. Simply use this button multiple times to contribute the amount you feel is appropriate (in increments of $100): https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=93RPJ8GXVPWH4 Or this button(in increments of $20): https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PQG75X8T277A4\ Donations are not tax-deductible and we are not a 503(c) organization, but we feel letting you choose the amount you this is appropriate to pay for our software makes more sense than setting a fixed price. -- Changes in Version 0.7 -- * Added several isset()s to make the code more cross-configuration capable. * Added ability for users to edit content they've uploaded. Moderators/Admins/Etc. can too, although I haven't written any proceedures to take someone from a general user (Permissions = 10) to anything higher. * Completely rewrote cronjobs.php to deal with emailthrottling. As such, if you're upgrading, don't forget to change your cron job call to run Every Sunday, Every 1 minute, From Midnight to Noon. This will handle over 5000 subscribers. If you need more subscribers, edit cronjobs.php or run the job longer. Cronjobs will not work if run over 24 hours. * Fixed filename not showing up correctly in cronjobs.php email to admin. * Cleaned up several errors in code. -- Changes in Version 0.6 -- * Made drop downs into database tables instead of being hard coded. * Created a new file/class sns_mysqli which depreciates databasefuncs.php * Turned off functionality by default for hiding errors, can be turned back on with a constant. * Created a new function sns_error_log which depreciates fs_error_log and is better besides just following the new naming convention. * Added a new class called sns_passwordLimiter which is used to keep bots from guessing passwords in Login or verify screens. * Added an email share button. * Added "Powered By"... footer.