Blog CMS (Blog Content Management System) Project
##############################################################################################
Admin-Login: http://localhost/BlogCMS/admin/
##############################################################################################
Front Page of BlogCMs
1.HTML 2.CSS 3Bootstrap (Not Much) 4.Javascript (Not Much) 5.JQuery (Not Much)
1.PHP
1.Admin can add users as admins / moderators. 2.Admin / Moderators can publish article and later can also update article. 3.Article Images can also be updated. 4.Post count will be updated on article publishing / updating / deleting. 5.Dashboard has realtime posts / users / categorys count and also latest article updates. 6.Fully functional Search Option. 7.Pagination in all pages.
Dashboard of BlogCMs
1.Users (Admin/Moderator) passwords are hased. 2.Better Session Handling. 3.Error Page Management (:> If visitor directly enters page url / manipulates url / some code errors are managed and redirected to seperatly designed error page.) 4.Visitors cant access floders (eg. css floder / javascript floder / images floder) which are part of blog. When they try to access folders they will be redirected to error page.