PHP and MySQL based website for sharing files.
In your phpmyadmin, do the following steps:
- Create database 'secure_login'
- Import sql\secure_login.sql
- Create sec_user and assign a password "XHSYp2At98fajXpt" (You have to change it later, must be same as in 'dl\includes\psl-config.php')
- Assign only SELECT, INSERT, UPDATE and DELETE and only to that database
- Open 'dl\includes\psl-config.php' and change your database settings
- Open 'dl\includes\server-info.php' and change $serveradress to point to your 'upload' folder
OPTIONAL: Default file size limit is set by php.ini (8 MB). To change that, tweak 'upload_max_filesize' in php.ini
- Uploaded files list
- Uploaded files management (deleting)
- User rank system (Member, admin, moderator)
- Uploaded files management (Administration)
- Web-based user management
- CSS and other visual things
- API!!!