Skip to content

mohantechnology/cms-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content Management System

Html, Css, Javascript, PHP, MySQL

Account Details

Phone Number: 1111122222
Password: 1111122222

Configuration


  • 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";
    

Overview


  • 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.

DEMO


  • 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.

About

A content managment site where teaches can upload notes, books, etc. and student can download and send feedback for more contents

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors