Examination Management System
Submitted by Dejene Techane on Tuesday, June 14, 2016 - 10:18.
Language
Online Examination Management System Using PHP/MySQL
This project is powerful exam management system using for College/University.
The scope of the projects:
1. The administrator creates a user account for departments and has the privilege to manage all the users.
2. The department gets privileges and login into the system and import students, instructors and course details of the department.
3. The instructor also gets the privilege to access the system and log into the system and then prepare questions and manage student results.
4. The students also login to the system and take the exam if available and then view their results.
Installation
1. Extract the zip folder and move to the apache web server director
2. Go to phpMyAdmin and create database: name it as ems
3. import all the tables from the file ems.sql which is located on the folder ems.
4. open web browser and invoke: localhost/ems/
5. the login page will appear and enter username and password.
username for administrator: admin
Password for administrator:1234
enjoy.
Contact me at [email protected] , for further questions.
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
login error uname and pass.....
Hello , please can you give me the username and password for admin/login page
Error Message
It displays only chek your user name and password and it is not completed yet...
need database connection
locate the file
./application/config/database.php
configure the file as
$active_group = 'default';
$active_record = TRUE;
/**/
$db['default']['hostname'] = 'localhost';
$db['default']['username'] = 'hms';
$db['default']['password'] = 'hms';
$db['default']['database'] = 'hms';
user naem ,Psssword is
user naem ,Psssword is notworking please send user name and password to my mail
[email protected]
username and password not working
username and password not workingusername and password not workingusername and password not workingusername and password not workingusername and password not workingusername and password not workingusername and password not workingusername and password not workingusername and password not workingusername and password not workingusername and password not working
ems is not working
Your project of ems is not working and user name and password is wrong always showing error Check Your user name and Password, why please tell me correct username and password and how its work.
correction
Hey guys... just open the dbsettings.php and edit the your server password...
if you are not using a password for your server, then set the variable $dbpassword=""; OK
there is dbsetings.php in include directory.. edit the same too ...I just did and is working.. chill
NOT WORKING OOOO
Please is not working on mine i edited the dbsettings in the root folder and in include folder but still nothing is coming up giving me a blank page even when i inputed wrong details
examination management system
DT...tyring to interest my school to use an automated exam system, can you please send me a demo of a good one and quote.
My contact is [email protected]
Access denied for user 'root'@'localhost' (using password: YES)
I have set
$dbpassword = "";
for both dbsettings.php files....but when I try to create a new user from the admin panel it gives this error Access denied for user 'root'@'localhost' (using password: YES)
. Ofcourse I don't use a password for my root user. Are there any other files that contains the variable $dbpassword
so I could set it to empty, other than the two dbsettings.php files?Add new comment
- Add new comment
- 2840 views