0% found this document useful (0 votes)
11 views71 pages

Student Malpractice System Document

The Student Malpractice System application aims to identify and address factors contributing to examination malpractices in colleges, providing a user-friendly interface for storing and accessing student data securely. It utilizes a survey method to analyze causes of malpractice and suggests solutions while allowing for efficient data management. The application includes modules for user registration, login, and malpractice detail management, and is built using PHP and MySQL.

Uploaded by

Charan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views71 pages

Student Malpractice System Document

The Student Malpractice System application aims to identify and address factors contributing to examination malpractices in colleges, providing a user-friendly interface for storing and accessing student data securely. It utilizes a survey method to analyze causes of malpractice and suggests solutions while allowing for efficient data management. The application includes modules for user registration, login, and malpractice detail management, and is built using PHP and MySQL.

Uploaded by

Charan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 71

ABSTRACT

The Student Malpractice System application it is used to find out the factor responsible for
examination malpractices in College. To examine the people involved in examination
malpractice. To suggest possible solution to the problem of examination malpractices in college
of education and the various schools that make up the college. It also saves time and effort. The
user interface must be user friendly and easy to understand. The details of students of the
organizations can be stored in the database with this application and they can find out whether
the student has copied or not. The results of the students can also be accessed and stored
through this application. The data which is disclosed will be more secure since there will be no
access to the unknown users. The performance of the students through curriculum as well as co-
curriculum can also be stored through the use of this application. You can also obtain the details
of the students by entering his/her name or the roll number just in one click.
INTRODUCTION

The educational system has for long had serious hit from examination

malpractice and this has brought into focus the need to tackle this issues in

order of findings ways to eradicate such problems in the light of the above

the study looked at examination malpractices in college with the view to

achieve. To achieve these objectives the survey method was used for data

collection, we used questionnaire to elicit information from chose school

students, the result of the data analysis showed that the main causes of

examination malpractice is the strong desire to acquire a certificate well

labeled and most parents encourage them on it and the method commonly

used is spying and copying of answers to examination questions from fellow

students and examination malpractices has brought disastrous effect on the

student. The study intends to find out the causes and some possible solution

to examination malpractice in College . The study is restricted to the college

of education using the students, academic and non-academic staffs. The

study will involve 10 academic staffs, 10 non academic staffs and one

hundred students drawn from each of the department in the school.


PHP

The PHP Hypertext Preprocessor (PHP) is a programming language that allows web
developers to create dynamic content that interacts with databases. PHP is basically used for
developing web based software applications. This tutorial helps you to build your base with
PHP.PHP started out as a small open source project that evolved as more and more people
found out how useful it was. Rasmus Lerdorf unleashed the first version of PHP way back in
1994.
PHP is a MUST for students and working professionals to become a great Software Engineer
specially when they are working in Web Development Domain. I will list down some of the key
advantages of learning PHP:
 PHP is a recursive acronym for "PHP: Hypertext Preprocessor".
 PHP is a server side scripting language that is embedded in HTML. It is used to manage
dynamic content, databases, session tracking, even build entire e-commerce sites.
 It is integrated with a number of popular databases, including MySQL, PostgreSQL,
Oracle, Sybase, Informix, and Microsoft SQL Server.
 PHP is pleasingly zippy in its execution, especially when compiled as an Apache module
on the Unix side. The MySQL server, once started, executes even very complex queries
with huge result sets in record-setting time.
 PHP supports a large number of major protocols such as POP3, IMAP, and LDAP. PHP4
added support for Java and distributed object architectures (COM and CORBA), making
n-tier development a possibility for the first time.
 PHP is forgiving: PHP language tries to be as forgiving as possible.
 PHP Syntax is C-Like.
PHP is a server-side scripting language, which is used to design the dynamic web applications
with MySQL database.

o It handles dynamic content, database as well as session tracking for the website.
o You can create sessions in PHP.
o It can access cookies variable and also set cookies.
o It helps to encrypt the data and apply validation.
o PHP supports several protocols such as HTTP, POP3, SNMP, LDAP, IMAP, and many
more.
o Using PHP language, you can control the user to access some pages of your website.
o As PHP is easy to install and set up, this is the main reason why PHP is the best language
to learn.
o PHP can handle the forms, such as - collect the data from users using forms, save it into
the database, and return useful information to the user. For example - Registration form.
FEATURES OF PHP

Performance:

PHP script is executed much faster than those scripts which are written in other languages such
as JSP and ASP. PHP uses its own memory, so the server workload and loading time is
automatically reduced, which results in faster processing speed and better performance.

Open Source:

PHP source code and software are freely available on the web. You can develop all the versions
of PHP according to your requirement without paying any cost. All its components are free to
download and use.

Familiarity with syntax:

PHP has easily understandable syntax. Programmers are comfortable coding with it.

Embedded:

PHP code can be easily embedded within HTML tags and script.

Platform Independent:

PHP is available for WINDOWS, MAC, LINUX & UNIX operating system. A PHP application
developed in one OS can be easily executed in other OS also.

Database Support:

PHP supports all the leading databases such as MySQL, SQLite, ODBC, etc.

Error Reporting -

PHP has predefined error reporting constants to generate an error notice or warning at runtime.
E.g., E_ERROR, E_WARNING, E_STRICT, E_PARSE.
Loosely Typed Language:

PHP allows us to use a variable without declaring its datatype. It will be taken automatically at
the time of execution based on the type of data it contains on its value.

Web servers Support:

PHP is compatible with almost all local servers used today like Apache, Netscape, Microsoft IIS,
etc.

Security:

PHP is a secure language to develop the website. It consists of multiple layers of security to
prevent threads and malicious attacks.

Control:

Different programming languages require long script or code, whereas PHP can do the same
work in a few lines of code. It has maximum control over the websites like you can make
changes easily whenever you want.

A Helpful PHP Community:

It has a large community of developers who regularly updates documentation, tutorials, online
help, and FAQs. Learning PHP from the communities is one of the significant benefits.
XAMPP FRAMEWORK:

XAMPP is a free and open-source cross-platform web server solution stack package developed
by Apache Friends, consisting mainly of the Apache HTTP Server, MariaDB database, and
interpreters for scripts written in the PHP and Perl programming languages.

Since most actual web server deployments use the same components as XAMPP, it makes
transitioning from a local test server to a live server possible.

XAMPP's ease of deployment means a WAMP or LAMP stack can be installed quickly and
simply on an operating system by a developer. With the advantage a number of common add-in
applications such as Wordpress and Joomla! can also be installed with similar ease using
Bitnami.

Features of XAMPP Framework

XAMPP is regularly updated to the latest releases of Apache, MariaDB, PHP and Perl. It also
comes with a number of other modules including OpenSSL, phpMyAdmin, MediaWiki, Joomla,
WordPress and more.

Self-contained, multiple instances of XAMPP can exist on a single computer, and any given
instance can be copied from one computer to another.
Features of MYSQL

Relational Database Management System (RDBMS): MySQL is a relational database


management system.

Easy to use: MySQL is easy to use. You have to get only the basic knowledge of SQL. You can
build and interact with MySQL with only a few simple SQL statements.

It is secure: MySQL consist of a solid data security layer that protects sensitive data from
intruders. Passwords are encrypted in MySQL.

Client/ Server Architecture: MySQL follows a client /server architecture. There is a database
server (MySQL) and arbitrarily many clients (application programs), which communicate with
the server; that is, they query data, save changes, etc.

Free to download: MySQL is free to use and you can download it from MySQL official
website.

It is scalable: MySQL can handle almost any amount of data, up to as much as 50 million rows
or more. The default file size limit is about 4 GB. However, you can increase this number to a
theoretical limit of 8 TB of data.

Compatibale on many operating systems: MySQL is compatible to run on many operating


systems, like Novell NetWare, Windows* Linux*, many varieties of UNIX* (such as Sun*
Solaris*, AIX, and DEC* UNIX), OS/2, FreeBSD*, and others. MySQL also provides a facility
that the clients can run on the same computer as the server or on another computer
(communication via a local network or the Internet).

Allows roll-back: MySQL allows transactions to be rolled back, commit and crash recovery.

High Performance: MySQL is faster, more reliable and cheaper because of its unique storage
engine architecture.

High Flexibility: MySQL supports a large number of embedded applications which makes
MySQL very flexible.

High Productivity: MySQL uses Triggers, Stored procedures and views which allows the
developer to give a higher productivity.
HARDWARE REQUIREMENTS

 System : Intel inside i3

 System Type : 64-bit Operating System

 Storage :500GB

 RAM :4 GB

SOFTWARE REQUIREMENTS

 Operating system : Windows 10

 Front End : PHP

 Back End : MySql


ARCHITECTURE DIAGARAM
MODULE DESCRIPTION

NEW USER REGISTRATION MODULE:


 In this module, the user is permitted to provide the basic authentication information
like Username, Password, contact information.
 It validates the details and if the user enters correct username and password it
displays an message that ,”User is added successfully”.
 If the student details is not entered properly then it prompts an message saying that ,”
please fill the details properly”.
 After providing the user information, each student is given training for the exam.
 Once the training is provided each student is divided into groups.
 Each student will be evaluated in the exam and they will check whether the student
has been involved in any malpractice.

LOGIN PAGE MODULE


 In this module each staff is given a separate Login ID and Password and Phone number.
 It checks whether the user correct username and password then it validates and then
display an message saying that ,“Login successfully”.
 If the user enters incorrect username and password then it validates and then prompts an
error message saying that,“please correct username and password”.

ADD MALPRACTICE DETAILS


 This module is used to add the details of the student such as Student Name and student
ID.
 It also adds the details of the staff such as Staff Name and Staff ID
 And it also used to add the Malpractice date and Description
 And it also add the details of the subject in which the Malpractice has been done.
ADMIN MODULE

 In this module admin will be given separate Login ID and Password


 It checks whether the user correct username and password then it validates and then
display an message saying that ,“Login successfully”.
 If the user enters incorrect username and password then it validates and then prompts an
error message saying that,“please correct username and password”.

VIEW MALPRACTICE MODULE


 In this module admin can views the details of the student who has done
malpractice during the exam
 And admin can also view the details of the staff and their name
 And admin can also view malpractice id and the malpractice details.

SAMPLE CODING:
Index.php
<!DOCTYPE html>

<?php

require "config.php";

error_reporting(E_PARSE);

$user="";

$pwd="";

$_SESSION['username'] ="";

if (isset($_POST['submit']))

$user = $_POST['suser'];

$pwd = $_POST['spwd'];

if($user != "" && $pwd != "" )

// echo "called";

$lgn_qry=$conn->query("select * from slogin where suser='$user' and spwd='$pwd'");

$count = $lgn_qry->rowCount();

echo $count;

if($count==1)

echo "Welcome User: $user";


$_SESSION['username'] = $user;

header("Location:malpracticefeed.php");

else

?>

<script>alert('Please login as admin to check details!')</script><?php

else

echo "No user registered";

if(isset($_POST['StaffRegister']))

header("Location:staffregister.php");

}
if(isset($_POST['adminlogin']))

header("Location:adminlogin.php");

?>

<html lang="en">

<head>

<title>Student Malpractice System</title>

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<link href="https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900"
rel="stylesheet">

<link href="https://fonts.googleapis.com/css?family=Fredericka+the+Great" rel="stylesheet">

<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">

<link rel="stylesheet" href="css/animate.css">

<link rel="stylesheet" href="css/owl.carousel.min.css">

<link rel="stylesheet" href="css/owl.theme.default.min.css">

<link rel="stylesheet" href="css/magnific-popup.css">


<link rel="stylesheet" href="css/aos.css">

<link rel="stylesheet" href="css/ionicons.min.css">

<link rel="stylesheet" href="css/flaticon.css">

<link rel="stylesheet" href="css/icomoon.css">

<link rel="stylesheet" href="css/style.css">

</head>

<body>

<div class="py-2 bg-primary">

<div class="container">

<div class="row no-gutters d-flex align-items-start align-items-center px-3 px-md-0">

<div class="col-lg-12 d-block">

<div class="row d-flex">

<div class="col-md-5 pr-4 d-flex topper align-items-center">

<div class="icon bg-fifth mr-2 d-flex justify-content-


center align-items-center"><span class="icon-map"></span></div>

<span class="text">India</span>

</div>

<div class="col-md pr-4 d-flex topper align-items-center">

<div class="icon bg-secondary mr-2 d-flex justify-


content-center align-items-center"><span class="icon-paper-plane"></span></div>

<span class="text">[email protected]</span>

</div>

<div class="col-md pr-4 d-flex topper align-items-center">


<div class="icon bg-tertiary mr-2 d-flex justify-content-
center align-items-center"><span class="icon-phone2"></span></div>

<span class="text">+ 91 9834343434</span>

</div>

</div>

</div>

</div>

</div>

</div>

<nav class="navbar navbar-expand-lg navbar-dark bg-dark ftco_navbarftco-navbar-light" id="ftco-


navbar">

<div class="container d-flex align-items-center">

<a class="navbar-brand" href="index.html">Student Malpractice System</a>

<button class="navbar-toggler" type="button" data-toggle="collapse"


data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">

<span class="oi oi-menu"></span> Menu

</button>

<div class="collapse navbar-collapse" id="ftco-nav">

<ul class="navbar-nav ml-auto">

<li class="nav-item active"><a href="index.php" class="nav-link pl-0">Home</a></li>

<li class="nav-item"><a href="adminlogin.php" class="nav-link">Admin Login</a></li>

<li class="nav-item"><a href="contact.html" class="nav-link">Contact</a></li>

</ul>

</div>

</div>

</nav>
<!-- END nav -->

<section class="home-slider owl-carousel">

<div class="slider-item" style="background-image:url(images/bg_1.jpg);">

<div class="overlay"></div>

<div class="container">

<div class="row no-gutters slider-text align-items-center justify-content-center" data-scrollax-


parent="true">

<div class="col-md-8 text-centerftco-animate">

<h1 class="mb-4">Students Are The Best <span>Explorers In The World</span></h1>

<p><a href="#" class="btnbtn-secondary px-4 py-3 mt-3">Read More</a></p>

</div>

</div>

</div>

</div>

<div class="slider-item" style="background-image:url(images/bg_2.jpg);">

<div class="overlay"></div>

<div class="container">

<div class="row no-gutters slider-text align-items-center justify-content-center" data-scrollax-


parent="true">

<div class="col-md-8 text-centerftco-animate">

<h1 class="mb-4">Perfect Learned<span> For Your Child</span></h1>

<p><a href="#" class="btnbtn-secondary px-4 py-3 mt-3">Read More</a></p>

</div>

</div>
</div>

</div>

</section>

<section class="ftco-services ftco-no-pb">

<div class="container-wrap">

<div class="row no-gutters">

<div class="col-md-3 d-flex services align-self-stretch pb-4 px-4 ftco-animate bg-primary">

<div class="media block-6 d-block text-center">

<div class="icon d-flex justify-content-center align-items-center">

<span class="flaticon-teacher"></span>

</div>

<div class="media-body p-2 mt-3">

<h3 class="heading">Certified Teachers</h3>

<!--<p>Even the all-powerful Pointing has no control about the blind texts it is an almost
unorthographic.</p> -->

</div>

</div>

</div>

<div class="col-md-3 d-flex services align-self-stretch pb-4 px-4 ftco-animate bg-tertiary">

<div class="media block-6 d-block text-center">

<div class="icon d-flex justify-content-center align-items-center">

<span class="flaticon-reading"></span>

</div>

<div class="media-body p-2 mt-3">

<h3 class="heading">Special Education</h3>


</div>

</div>

</div>

<div class="col-md-3 d-flex services align-self-stretch pb-4 px-4 ftco-animate bg-fifth">

<div class="media block-6 d-block text-center">

<div class="icon d-flex justify-content-center align-items-center">

<span class="flaticon-books"></span>

</div>

<div class="media-body p-2 mt-3">

<h3 class="heading">Book &amp; Library</h3>

</div>

</div>

</div>

<div class="col-md-3 d-flex services align-self-stretch pb-4 px-4 ftco-animate bg-quarternary">

<div class="media block-6 d-block text-center">

<div class="icon d-flex justify-content-center align-items-center">

<span class="flaticon-diploma"></span>

</div>

<div class="media-body p-2 mt-3">

<h3 class="heading">Certification</h3>

</div>

</div>
</div>

</div>

</div>

</section>

<section class="ftco-section ftco-no-ptftc-no-pb">

<div class="container">

<div class="row">

<div class="col-md-5 order-md-last wrap-about py-5 wrap-


about bg-light">

<div class="text px-4 ftco-animate">

<h2 class="mb-4">Welcome to Student Malpractice System Learning School</h2>

<p>This project provides a clear details on the


students involved in malpractive</p>

<p>This project got various logins to track down


the list of students who are not eligible for the future exams.</p>

<p><a href="#" class="btnbtn-secondary px-4


py-3">Read More</a></p>

</div>

</div>

<div class="col-md-7 wrap-about py-5 pr-md-4 ftco-animate">

<h2 class="mb-4">What We Offer</h2>

<p>One of the Top institution with various stuffs


accomodated.</p>

<div class="row mt-5">

<div class="col-lg-6">

<div class="services-2 d-flex">


<div class="icon mt-2 mr-3 d-
flex justify-content-center align-items-center"><span class="flaticon-security"></span></div>

<div class="text">

<h3>Safety First</h3>

</div>

</div>

</div>

<div class="col-lg-6">

<div class="services-2 d-flex">

<div class="icon mt-2 mr-3 d-


flex justify-content-center align-items-center"><span class="flaticon-reading"></span></div>

<div class="text">

<h3>Regular
Classes</h3>

</div>

</div>

</div>

<div class="col-lg-6">

<div class="services-2 d-flex">

<div class="icon mt-2 mr-3 d-


flex justify-content-center align-items-center"><span class="flaticon-diploma"></span></div>

<div class="text">

<h3>Certified
Teachers</h3>
</div>

</div>

</div>

<div class="col-lg-6">

<div class="services-2 d-flex">

<div class="icon mt-2 mr-3 d-


flex justify-content-center align-items-center"><span class="flaticon-education"></span></div>

<div class="text">

<h3>Sufficient
Classrooms</h3>

</div>

</div>

</div>

<div class="col-lg-6">

<div class="services-2 d-flex">

<div class="icon mt-2 mr-3 d-


flex justify-content-center align-items-center"><span class="flaticon-jigsaw"></span></div>

<div class="text">

<h3>Creative
Lessons</h3>

</div>

</div>

</div>

<div class="col-lg-6">

<div class="services-2 d-flex">


<div class="icon mt-2 mr-3 d-
flex justify-content-center align-items-center"><span class="flaticon-kids"></span></div>

<div class="text">

<h3>Sports
Facilities</h3>

</div>

</div>

</div>

</div>

</div>

</div>

</div>

</section>

<section class="ftco-section ftco-consult ftco-no-ptftco-no-pb" style="background-image:


url(images/bg_5.jpg);" data-stellar-background-ratio="0.5">

<div class="container">

<div class="row justify-content-end">

<div class="col-md-6 py-5 px-md-5 bg-primary">

<div class="heading-section heading-section-white ftco-animate mb-5">

<h2 class="mb-4">Staff Login</h2>

</div>

<form action="#" class="appointment-form ftco-animate" method="post">

<div class="d-md-flex">

<div class="form-group">
<input type="text" class="form-control"
id="suser" name ="suser" placeholder="User Name">

</div>

<div class="form-group ml-md-4">

<input type="text" class="form-control" id


="spwd" name ="spwd" placeholder="Password">

</div>

</div>

<div class="d-md-flex">

<div class="form-group">

<input type="submit" id="StaffRegister" name ="StaffRegister" value="StaffRegister"


class="btnbtn-secondary py-3 px-4">

</div>

<div class="form-group ml-md-4">

<input type="submit" id="submit" name ="submit" value="submit" class="btnbtn-


secondary py-3 px-4">

</div>

</div>

<div class="d-md-flex">

<div class="form-group">

<input type="submit" id="adminlogin" name ="adminlogin" value="adminlogin"


class="btnbtn-secondary py-3 px-4">
</div>

</div>

</form>

</div>

</div>

</div>

</section>

<section class="ftco-intro" style="background-image: url(images/bg_3.jpg);" data-


stellar-background-ratio="0.5">

<div class="overlay"></div>

<div class="container">

<div class="row">

<div class="col-md-9">

<h2>Teaching Your Child Some Good Manners</h2>

<p class="mb-0">A small river named Duden flows by


their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted
parts of sentences fly into your mouth.</p>

</div>

<!-- <div class="col-md-3 d-flex align-items-center">

<p class="mb-0"><a href="#" class="btnbtn-secondary


px-4 py-3">Take a Course</a></p>

</div>-->
</div>

</div>

</section>

<section class="ftco-section ftco-no-pb">

<div class="container">

<div class="row justify-content-center mb-5 pb-2">

<div class="col-md-8 text-center heading-section ftco-animate">

<h2 class="mb-4"><span>Certified</span> Faculties</h2>

<p>The best professors and trainers for all Engineering subjects.</p>

</div>

</div>

<div class="row">

<div class="col-md-6 col-lg-3 ftco-animate">

<div class="staff">

<div class="img-wrap d-flex align-items-


stretch">

<div class="img align-self-stretch"


style="background-image: url(images/teacher-1.jpg);"></div>

</div>

<div class="text pt-3 text-center">

<h3>Bianca Wilson</h3>

<span class="position mb-


2">Professor</span>

<div class="faded">
<p>Compiler Design
Professor</p>

<ul class="ftco-social text-


center">

<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-google-plus"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>

</ul>

</div>

</div>

</div>

</div>

<div class="col-md-6 col-lg-3 ftco-animate">

<div class="staff">

<div class="img-wrap d-flex align-items-


stretch">

<div class="img align-self-stretch"


style="background-image: url(images/teacher-2.jpg);"></div>

</div>

<div class="text pt-3 text-center">

<h3>Mitch Parker</h3>

<span class="position
mb-2">AP</span>

<div class="faded">

<p>DBMS Professor</p>

<ul class="ftco-social text-


center">
<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-google-plus"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>

</ul>

</div>

</div>

</div>

</div>

<div class="col-md-6 col-lg-3 ftco-animate">

<div class="staff">

<div class="img-wrap d-flex align-items-


stretch">

<div class="img align-self-stretch"


style="background-image: url(images/teacher-3.jpg);"></div>

</div>

<div class="text pt-3 text-center">

<h3>Stella Smith</h3>

<span class="position mb-2">Art


Professor</span>

<div class="faded">

<p>Maths Professor</p>

<ul class="ftco-social text-


center">

<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-google-plus"></span></a></li>


<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>

</ul>

</div>

</div>

</div>

</div>

<div class="col-md-6 col-lg-3 ftco-animate">

<div class="staff">

<div class="img-wrap d-flex align-items-


stretch">

<div class="img align-self-stretch"


style="background-image: url(images/teacher-4.jpg);"></div>

</div>

<div class="text pt-3 text-center">

<h3>Monshe Henderson</h3>

<span class="position mb-


2">Professor</span>

<div class="faded">

<p>Electronics Professor</p>

<ul class="ftco-social text-


center">

<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-google-plus"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>

</ul>

</div>
</div>

</div>

</div>

</div>

</div>

</section>

<section class="ftco-section ftco-counter img" id="section-counter" style="background-


image: url(images/bg_4.jpg);" data-stellar-background-ratio="0.5">

<div class="container">

<div class="row justify-content-center mb-5 pb-2">

<div class="col-md-8 text-center heading-section heading-section-black ftco-animate">

<h2 class="mb-4"><span>20 Years of</span> Experience</h2>

<p>Top Most institutions in India</p>

</div>

</div>

<div class="row d-md-flex align-items-center justify-content-center">

<div class="col-lg-10">

<div class="row d-md-flex align-items-center">

<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">

<div class="block-18">

<div class="icon"><span class="flaticon-doctor"></span></div>

<div class="text">

<strong class="number" data-number="200">0</strong>

<span>Certified Teachers</span>
</div>

</div>

</div>

<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">

<div class="block-18">

<div class="icon"><span class="flaticon-doctor"></span></div>

<div class="text">

<strong class="number" data-number="5000">0</strong>

<span>Successful Students</span>

</div>

</div>

</div>

<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">

<div class="block-18">

<div class="icon"><span class="flaticon-doctor"></span></div>

<div class="text">

<strong class="number" data-number="7000">0</strong>

<span>Happy Parents</span>

</div>

</div>

</div>

<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">

<div class="block-18">

<div class="icon"><span class="flaticon-doctor"></span></div>

<div class="text">
<strong class="number" data-number="300">0</strong>

<span>Awards Won</span>

</div>

</div>

</div>

</div>

</div>

</div>

</div>

</section>

<!-- loader -->

<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle


class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle
class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#F96D00"/></svg></div>

<script src="js/jquery.min.js"></script>

<script src="js/jquery-migrate-3.0.1.min.js"></script>

<script src="js/popper.min.js"></script>

<script src="js/bootstrap.min.js"></script>

<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>

<script src="js/jquery.stellar.min.js"></script>

<script src="js/owl.carousel.min.js"></script>

<script src="js/jquery.magnific-popup.min.js"></script>

<script src="js/aos.js"></script>

<script src="js/jquery.animateNumber.min.js"></script>

<script src="js/scrollax.min.js"></script>

<script src="https://maps.googleapis.com/maps/api/js?
key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script>

<script src="js/google-map.js"></script>

<script src="js/main.js"></script>

</body>

</html>

Viewmalpractice.php
<!DOCTYPE html>

<?php

require "config.php";

error_reporting(E_PARSE);

echo "New record ";

if (isset($_POST['submit']))

$staffname = $_POST['staffname'];
$staffid = $_POST['staffid'];

$studentname= $_POST['studentname'];

$studentid = $_POST['studentid'];

$Malpractice = $_POST['Malpractice'];

$malpracticedate = $_POST['malpracticedate'];

try {

if($staffname != "" && $staffid != "" )

$sql = "insert into malpractice ( staffname,staffid,studentname,studentid,Malpractice,malpracticedate)


values('$staffname','$staffid','$studentname','$studentid','$Malpractice','$malpracticedate')";

echo $sql;

$conn->exec($sql);

echo "New Malpractice record created successfully";

header("Location:index.php");

} else {

echo "Error: " . $sql . "<br>" . $conn->error;

$conn->close();
}

catch(PDOException $e)

echo $sql . "<br>" . $e->getMessage();

$conn = null;

?>

<html lang="en">

<head>

<title>Student Malpractice System</title>

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<link href="https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900"
rel="stylesheet">

<link href="https://fonts.googleapis.com/css?family=Fredericka+the+Great" rel="stylesheet">

<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">

<link rel="stylesheet" href="css/animate.css">

<link rel="stylesheet" href="css/owl.carousel.min.css">


<link rel="stylesheet" href="css/owl.theme.default.min.css">

<link rel="stylesheet" href="css/magnific-popup.css">

<link rel="stylesheet" href="css/aos.css">

<link rel="stylesheet" href="css/ionicons.min.css">

<link rel="stylesheet" href="css/flaticon.css">

<link rel="stylesheet" href="css/icomoon.css">

<link rel="stylesheet" href="css/style.css">

</head>

<body>

<div class="py-2 bg-primary">

<div class="container">

<div class="row no-gutters d-flex align-items-start align-items-center px-3 px-md-0">

<div class="col-lg-12 d-block">

<div class="row d-flex">

<div class="col-md-5 pr-4 d-flex topper align-items-center">

<div class="icon bg-fifth mr-2 d-flex justify-content-


center align-items-center"><span class="icon-map"></span></div>

<span class="text">India</span>

</div>

<div class="col-md pr-4 d-flex topper align-items-center">

<div class="icon bg-secondary mr-2 d-flex justify-


content-center align-items-center"><span class="icon-paper-plane"></span></div>

<span class="text">[email protected]</span>
</div>

<div class="col-md pr-4 d-flex topper align-items-center">

<div class="icon bg-tertiary mr-2 d-flex justify-content-


center align-items-center"><span class="icon-phone2"></span></div>

<span class="text">+ 91 9834343434</span>

</div>

</div>

</div>

</div>

</div>

</div>

<nav class="navbar navbar-expand-lg navbar-dark bg-dark ftco_navbarftco-navbar-light" id="ftco-


navbar">

<div class="container d-flex align-items-center">

<a class="navbar-brand" href="index.html">Student Malpractice System</a>

<button class="navbar-toggler" type="button" data-toggle="collapse"


data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">

<span class="oi oi-menu"></span> Menu

</button>

<div class="collapse navbar-collapse" id="ftco-nav">

<ul class="navbar-nav ml-auto">

<li class="nav-item active"><a href="index.php" class="nav-link pl-0">Home</a></li>

<li class="nav-item"><a href="adminlogin.php" class="nav-link">Admin Login</a></li>

<li class="nav-item"><a href="contact.html" class="nav-link">Contact</a></li>

</ul>
</div>

</div>

</nav>

<!-- END nav -->

<section class="ftco-section ftco-counter img" id="section-counter" style="background-


image: url(images/bg_4.jpg);" data-stellar-background-ratio="0.5">

<div class="container">

<div class="row justify-content-center mb-5 pb-2">

<div class="col-md-8 text-center heading-section heading-section-black ftco-animate">

<h2 class="mb-4"><span>20 Years of</span> Experience</h2>

<p>Top Most institutions in India</p>

</div>

</div>

<div class="row d-md-flex align-items-center justify-content-center">

<div class="col-lg-10">

<div class="row d-md-flex align-items-center">

<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">

<div class="block-18">

<div class="icon"><span class="flaticon-doctor"></span></div>

<div class="text">

<strong class="number" data-number="200">0</strong>

<span>Certified Teachers</span>

</div>
</div>

</div>

<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">

<div class="block-18">

<div class="icon"><span class="flaticon-doctor"></span></div>

<div class="text">

<strong class="number" data-number="5000">0</strong>

<span>Successful Students</span>

</div>

</div>

</div>

<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">

<div class="block-18">

<div class="icon"><span class="flaticon-doctor"></span></div>

<div class="text">

<strong class="number" data-number="7000">0</strong>

<span>Happy Parents</span>

</div>

</div>

</div>

<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">

<div class="block-18">

<div class="icon"><span class="flaticon-doctor"></span></div>

<div class="text">

<strong class="number" data-number="300">0</strong>


<span>Awards Won</span>

</div>

</div>

</div>

</div>

</div>

</div>

</div>

</section>

<section class="ftco-section ftco-consult ftco-no-ptftco-no-pb" style="background-image:


url(images/bg_3.jpg);" data-stellar-background-ratio="0.5">

<div class="container">

<div class="row justify-content-end">

<div class="col-md-9">

<div class="heading-section heading-section-white ftco-animate mb-5">

<h2 class="mb-4">View Malpractice Details</h2>

</div>

<table border="1" cellspacing="5" cellpadding="5" width="100%">

<thead>

<tr>
<th>Staff Name</th>

<th>Staff ID</th>

<th>Student Name</th>

<th>Student ID</th><th>Subject Name</th>

<th>Malpractice Details</th>

<th>Malpractice Date</th>

</tr>

</thead>

<tbody>

<?php

require_once('config.php');

$result = $conn->prepare("SELECT * FROM malpractice ORDER BY id ASC");

$result->execute();

for($i=0; $row = $result->fetch(); $i++){

?>

<tr>

<td><label><?php echo $row['staffname']; ?></label></td>

<td><label><?php echo $row['staffid']; ?></label></td>

<td><label><?php echo $row['studentname']; ?></label></td>

<td><label><?php echo $row['studentid']; ?></label></td>

<td><label><?php echo $row['SubjectName']; ?></label></td>


<td><label><?php echo $row['Malpractice']; ?></label></td>

<td><label><?php echo $row['malpracticedate']; ?></label></td>

</tr>

<?php } ?>

</tbody>

</table>

</div>

</div>

</div>

</section>

<!-- loader -->

<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle


class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle
class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#F96D00"/></svg></div>

<script src="js/jquery.min.js"></script>

<script src="js/jquery-migrate-3.0.1.min.js"></script>

<script src="js/popper.min.js"></script>

<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>

<script src="js/jquery.waypoints.min.js"></script>

<script src="js/jquery.stellar.min.js"></script>

<script src="js/owl.carousel.min.js"></script>

<script src="js/jquery.magnific-popup.min.js"></script>

<script src="js/aos.js"></script>

<script src="js/jquery.animateNumber.min.js"></script>

<script src="js/scrollax.min.js"></script>

<script src="https://maps.googleapis.com/maps/api/js?
key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script>

<script src="js/google-map.js"></script>

<script src="js/main.js"></script>

</body>

</html>

Staffregister.php

<!DOCTYPE html>

<?php

require "config.php";

error_reporting(E_PARSE);

echo "New record ";

if (isset($_POST['submit']))

{
$user = $_POST['suser'];

$pwd = $_POST['spwd'];

$sName = $_POST['sName'];

$phone = $_POST['phone'];

try {

if($user != "" && $pwd != "" )

$sql = "insert into slogin ( sname,suser,spwd,phone) values('$sName','$user','$pwd','$phone')";

echo $sql;

$conn->exec($sql);

echo "New record created successfully";

header("Location:index.php");

} else {

echo "Error: " . $sql . "<br>" . $conn->error;

$conn->close();
}

catch(PDOException $e)

echo $sql . "<br>" . $e->getMessage();

$conn = null;

?>

<html lang="en">

<head>

<title>Student Malpractice System</title>

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<link href="https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900"
rel="stylesheet">

<link href="https://fonts.googleapis.com/css?family=Fredericka+the+Great" rel="stylesheet">

<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">

<link rel="stylesheet" href="css/animate.css">


<link rel="stylesheet" href="css/owl.carousel.min.css">

<link rel="stylesheet" href="css/owl.theme.default.min.css">

<link rel="stylesheet" href="css/magnific-popup.css">

<link rel="stylesheet" href="css/aos.css">

<link rel="stylesheet" href="css/ionicons.min.css">

<link rel="stylesheet" href="css/flaticon.css">

<link rel="stylesheet" href="css/icomoon.css">

<link rel="stylesheet" href="css/style.css">

</head>

<body>

<div class="py-2 bg-primary">

<div class="container">

<div class="row no-gutters d-flex align-items-start align-items-center px-3 px-md-0">

<div class="col-lg-12 d-block">

<div class="row d-flex">

<div class="col-md-5 pr-4 d-flex topper align-items-center">

<div class="icon bg-fifth mr-2 d-flex justify-content-


center align-items-center"><span class="icon-map"></span></div>

<span class="text">India</span>

</div>

<div class="col-md pr-4 d-flex topper align-items-center">

<div class="icon bg-secondary mr-2 d-flex justify-


content-center align-items-center"><span class="icon-paper-plane"></span></div>
<span class="text">[email protected]</span>

</div>

<div class="col-md pr-4 d-flex topper align-items-center">

<div class="icon bg-tertiary mr-2 d-flex justify-content-


center align-items-center"><span class="icon-phone2"></span></div>

<span class="text">+ 91 9834343434</span>

</div>

</div>

</div>

</div>

</div>

</div>

<nav class="navbar navbar-expand-lg navbar-dark bg-dark ftco_navbarftco-navbar-light" id="ftco-


navbar">

<div class="container d-flex align-items-center">

<a class="navbar-brand" href="index.html">Student Malpractice System</a>

<a class="navbar-brand" href="index.html">Student Malpractice System</a>

<button class="navbar-toggler" type="button" data-toggle="collapse"


data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">

<span class="oi oi-menu"></span> Menu

</button>

<div class="collapse navbar-collapse" id="ftco-nav">

<ul class="navbar-nav ml-auto">

<li class="nav-item active"><a href="index.php" class="nav-link pl-0">Home</a></li>

<li class="nav-item"><a href="adminlogin.php" class="nav-link">Admin Login</a></li>

<li class="nav-item"><a href="contact.html" class="nav-link">Contact</a></li>


</ul>

</div>

</div>

</nav>

<!-- END nav -->

<section class="ftco-section ftco-consult ftco-no-ptftco-no-pb" style="background-image:


url(images/bg_5.jpg);" data-stellar-background-ratio="0.5">

<div class="container">

<div class="row justify-content-end">

<div class="col-md-6 py-5 px-md-5 bg-primary">

<div class="heading-section heading-section-white ftco-animate mb-5">

<h2 class="mb-4">Staff Login</h2>

</div>

<form action="#" class="appointment-form ftco-animate" method="post">

<div class="d-md-flex">

<div class="form-group">

<input type="text" class="form-control"


id="suser" name ="suser" placeholder="User Name">

</div>

<div class="form-group ml-md-4">

<input type="text" class="form-control" id


="spwd" name ="spwd" placeholder="Password">

</div>

</div>

<div class="d-md-flex">
<div class="form-group">

<input type="text" class="form-control"


id="sName" name ="sName" placeholder="Name">

</div>

<div class="form-group ml-md-4">

<input type="text" id="phone" name ="phone"


class="form-control" placeholder="Phone">

</div>

</div>

<div class="d-md-flex">

<div class="form-group ml-md-4">

<input type="submit" id="submit" name ="submit" value="submit" class="btnbtn-


secondary py-3 px-4">

</div>

</div>

</form>

</div>

</div>

</div>

</section>

<section class="ftco-intro" style="background-image: url(images/bg_3.jpg);" data-


stellar-background-ratio="0.5">
<div class="overlay"></div>

<div class="container">

<div class="row">

<div class="col-md-9">

<h2>Teaching Your Child Some Good Manners</h2>

<p class="mb-0">A small river named Duden flows by


their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted
parts of sentences fly into your mouth.</p>

</div>

<!-- <div class="col-md-3 d-flex align-items-center">

<p class="mb-0"><a href="#" class="btnbtn-secondary


px-4 py-3">Take a Course</a></p>

</div>-->

</div>

</div>

</section>

<section class="ftco-section ftco-no-pb">

<div class="container">

<div class="row justify-content-center mb-5 pb-2">

<div class="col-md-8 text-center heading-section ftco-animate">

<h2 class="mb-4"><span>Certified</span> Faculties</h2>

<p>The best professors and trainers for all Engineering subjects.</p>

</div>

</div>

<div class="row">
<div class="col-md-6 col-lg-3 ftco-animate">

<div class="staff">

<div class="img-wrap d-flex align-items-


stretch">

<div class="img align-self-stretch"


style="background-image: url(images/teacher-1.jpg);"></div>

</div>

<div class="text pt-3 text-center">

<h3>Bianca Wilson</h3>

<span class="position mb-


2">Professor</span>

<div class="faded">

<p>Compiler Design Professor</p>

<ul class="ftco-social text-center">

<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-google-plus"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>

</ul>

</div>

</div>

</div>

</div>

<div class="col-md-6 col-lg-3 ftco-animate">


<div class="staff">

<div class="img-wrap d-flex align-items-


stretch">

<div class="img align-self-stretch"


style="background-image: url(images/teacher-2.jpg);"></div>

</div>

<div class="text pt-3 text-center">

<h3>Mitch Parker</h3>

<span class="position
mb-2">AP</span>

<div class="faded">

<p>DBMS Professor</p>

<ul class="ftco-social text-


center">

<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-google-plus"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>

</ul>

</div>

</div>

</div>

</div>

<div class="col-md-6 col-lg-3 ftco-animate">

<div class="staff">
<div class="img-wrap d-flex align-items-
stretch">

<div class="img align-self-stretch"


style="background-image: url(images/teacher-3.jpg);"></div>

</div>

<div class="text pt-3 text-center">

<h3>Stella Smith</h3>

<span class="position mb-2">Art


Professor</span>

<div class="faded">

<p>Maths Professor</p>

<ul class="ftco-social text-


center">

<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-google-plus"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>

</ul>

</div>

</div>

</div>

</div>

<div class="col-md-6 col-lg-3 ftco-animate">

<div class="staff">
<div class="img-wrap d-flex align-items-
stretch">

<div class="img align-self-stretch"


style="background-image: url(images/teacher-4.jpg);"></div>

</div>

<div class="text pt-3 text-center">

<h3>Monshe Henderson</h3>

<span class="position mb-


2">Professor</span>

<div class="faded">

<p>Electronics Professor</p>

<ul class="ftco-social text-


center">

<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-google-plus"></span></a></li>

<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>

</ul>

</div>

</div>

</div>

</div

</div>

</div>

</section>
<section class="ftco-section ftco-counter img" id="section-counter" style="background-image:
url(images/bg_4.jpg);" data-stellar-background-ratio="0.5">

<div class="container">

<div class="row justify-content-center mb-5 pb-2">

<div class="col-md-8 text-center heading-section heading-section-black ftco-animate">

<h2 class="mb-4"><span>20 Years of</span> Experience</h2>

<p>Top Most institutions in India</p>

</div>

</div>

<div class="row d-md-flex align-items-center justify-content-center">

<div class="col-lg-10">

<div class="row d-md-flex align-items-center">

<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">

<div class="block-18">

<div class="icon"><span class="flaticon-doctor"></span></div>

<div class="text">

<strong class="number" data-number="200">0</strong>

<span>Certified Teachers</span>

</div>

</div>

</div>

<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">

<div class="block-18">

<div class="icon"><span class="flaticon-doctor"></span></div>

<div class="text">
<strong class="number" data-number="5000">0</strong>

<span>Successful Students</span>

</div>

</div>

</div>

<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">

<div class="block-18">

<div class="icon"><span class="flaticon-doctor"></span></div>

<div class="text">

<strong class="number" data-number="7000">0</strong>

<span>Happy Parents</span>

</div>

</div>

</div>

<div class="col-md d-flex justify-content-center counter-wrap ftco-animate">

<div class="block-18">

<div class="icon"><span class="flaticon-doctor"></span></div>

<div class="text">

<strong class="number" data-number="300">0</strong>

<span>Awards Won</span>

</div>

</div>

</div>
</div>

</div>

</div>

</div>

</section>

<!-- loader -->

<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px"><circle


class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/><circle
class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#F96D00"/></svg></div>

<script src="js/jquery.min.js"></script>

<script src="js/jquery-migrate-3.0.1.min.js"></script>

<script src="js/popper.min.js"></script>

<script src="js/bootstrap.min.js"></script>

<script src="js/jquery.easing.1.3.js"></script>

<script src="js/jquery.waypoints.min.js"></script>

<script src="js/jquery.stellar.min.js"></script>

<script src="js/owl.carousel.min.js"></script>

<script src="js/jquery.magnific-popup.min.js"></script>

<script src="js/aos.js"></script>

<script src="js/jquery.animateNumber.min.js"></script>

<script src="js/scrollax.min.js"></script>

<script src="https://maps.googleapis.com/maps/api/js?
key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script>
<script src="js/google-map.js"></script>

<script src="js/main.js"></script>

</body>

</html>
SCREENSHOTS:

HOMEPAGE:
STAFF LOGIN PAGE:
ADD MALPRACTICE DETAILS:
ADMIN LOGIN:
VIEW MALPRACTICE DETAILS:
REFERENCE:
WEBSITE LINKS:

1. https://onlinelibrary.wiley.com/doi/abs/10.1002/aehe.3640150709
2. https://www.grossarchive.com/project/1597/the-effect-of-examination-malpractice-on-
students-attitude-to-learn-a-case-study-of-college-of-education-ekiadolor-benin

You might also like