OJT Project


                    MESSAGE THE COMPUTER PROBLEM TO LAB TECHNICIANS


Abstract

                     The main objective of the website is that for sending message to troubleshooter(lab technicians) about the hardware and software problem of computers.students can easily contact the technicians by this site. In addition,details of the computer problem can be sent  in the form of image by taking and uploading photos. It also manages and stores the existing problem description in the database.

Software Specification
           
                  Windows 8.1/ XAMPP server 3.2.1.

Front End
                    HTML,CSS,JS,PHP
Back End
                   Mysql
PROJECT DESCRIPTION
MODULES
This website enables software and hardware problems send message.
The following modules are
·        SIGNUP
·        SIGNIN
·        COMPUTER PROBLEM
·        MESSAGE
·        UPLOAD IMAGE
·        SIGNOUT

Home page           



1.SIGNUP
            This module is used to enroll the user details.
 The fields are     
Ø  Rollno
Ø  Name
Ø  Email Address
Ø  Password
Ø  Date of Birth
Ø  Gender
Ø  Class


Create an Account page


2.SIGNIN
                        It is authentication page used by the existing user.
The fields are
·        Username
·        Email Address
·        Password.

Signin page(Fill all fields)



3.COMPUTER HARDWARE AND SOFTWARE ISSUES
                        When the module is clicked,hardware and software related informations are help for the users.Some of the example problems are listed following
o   The printer is not working

o    The computer is frozen,A program is not responding
o    The keyboard is not working
o    New hardware or software is working incorrectly
Hardware and software Problems (link to the corresponding solution)

For eg.,Keyboard,printer etc.,

The solution do not help enter the message in the message box.

Ahead upload images and videoes send it.





4.MESSAGE


                        This module is used to send a message for computer lab technicians.








5.UPLOAD IMAGES OR VIDEOES

                        This module is used for that computer complex images or videoes are upload it.





6.SIGNOUT
                        This module is used for Logging out and informs the website that the current user wishes to end the login session.

TABLE DESIGN

Table Name:lab_technician

NAME
TYPE
DESCRIPTION
Student Id
Integer
User student id
Roll Number
Varchar
User rollnumber
Name
Varchar
User name
Email
Varchar
User email address
Password
Varchar
User password
Date of Birth
Date
User date of birth
Gender
Varchar
User gender
Class
Varchar
User class




Table:Message

Name
Type
Description
Msg_id
Int
User message id
Message
Varchar
Message the computer problems



Table:upload_img_video

Name
Type
Description
Img_id
Int
User image id
Img_name
Varchar
Name of  the image
Img_or_vdo
Longblob
Hardware or software image

CONCLUSION

                      Nowadays everything is going on Web oriented. So,I carried out my mini project in the area of website creation.It deals about the conversation between students and lab technicians about hardware and software issues in the computer lab.This website is useful for both technicians and students.Students need not inform the problems directly.They can send the problems through this site.It also creates a user friendly relationship between technicians and students.                                                                                                                                                                                                                                 
  

No comments:

Post a Comment

Compiler Construction Tool - ANTLR

ANTLR A set of language translation tools (formerly PCCTS).       It is one of the "Compiler Construction Tool for Programming l...