Html, Css, Javascript, PHP, MySQL
Phone Number: 1111122222Password: 1111122222
- Configure your database detail in config_db.php file
// host name $__hostname = "127.0.0.1"; // database username $__username = "root"; // database password $__password = "password"; // database name $__db_name = "php_db";
- It is a CMS website. Administrator of website can manage the contents and visitor can download the content. It is completely responsive website. It has the feature of checking existence of current selected file in already uploaded files.
- For Visitors
Visitors can see the heading of each subject. Each heading contains uploaded file links and clicking on the link will download the files.
- For Administrator
Administrator can log into website and upload PDF and choose subjects and units using dropdown.
- Before uploading, Admin can check similarity in already uploaded files to prevent unnecessary uploads. After some processing, all matching files are listed and Admin can also see the matching contents of the PDF by clicking on View Similarity. It will compare and show the matching tokens in both PDFs. Matching is done using Myer's diff algorithm.
- Uploaded contents can also be deleted easily. If clicked on yes, the file is permanently removed from the server through an AJAX call.
- Visitor can send feedback to Admin to upload new content they want.
- Admin can Approve/Disapprove the visitor's request. An email is sent to the visitor's account regarding the feedback status.