
Simple submission page that anyone can use.

Very easy to edit and configure.
Installation Instructions:
- Unpack and upload the files into the folder : /plugins/submissions/
- Go into the administration panel, then tab "Plugins", click Submission System, and at bottom of the plugin properties, select "Install all".
- Edit the settings of the plugin by clicking the configuration button on that same page.
- Be sure to chmod the folder that you set the uploads to 777 and include the .htaccess file found in /plugins/submissions/uploads/ to your designated directory.
To access your plugin, go to:
Code:
http://www.yoursite.com/plug.php?e=submissionsChange Log
Version 1.3
- Cleaned up a bit of code
- Removed some unneeded tags
- Added max file size tag
- Changed default information
- Added confirmation box when clicking upload
Version 1.2
- Fixed possible SQL injection
- Fixed file executing by adding a simple .htaccess file to upload directory
- Changed default upload directory
- Some minor coding changes
- Fixed a simple typo
Version 1.1
- Multi-Language Support
- A few new tags for TPL
- Fixed a few typos


