Vous êtes sur la page 1sur 46

Online Crime Reporting

Shree M. & N. Virani Science Collage-Rajkot.

A Report On
Online Crime Reporting

Guidance By: - Prepared By:-


Mr. Pradip Vanpariya. Ms. Jambudiya Aarti P.
Mr. Keyur Zala. Ms. Topiya Dipa C.
Ms. Paneliya Bhumi R.

(30bca06c1) Page 1
Online Crime Reporting

*Acknowledgement*

 It is our great pleasure to present our project report on Connecting People which

we connived during the semester-6 of Bachelor of Computer Application affiliated


to Saurashtra University, Rajkot.

 We heartily thank Mr.Keyur Zala & Mr. Pradip Vanparia for his excellent

guidance and kind support in our efforts at every stage.

 We are indebted to our Shree M & N Virani Science College for providing

excellent lab facilities and reference books which were very helpful in project
work.

 We also thank our close friends who constantly inspired us to make this

application.

(30bca06c1) Page 2
Online Crime Reporting

*Index*
Sr no. Content Page no.
1. Project Profile 4
2. Abstract 5
3. Project summary 6
4. System Requirement Specification 7
 User Characteristics
 Configuration
 Hardware Requirements:
 Software Requirements:
 Platform Specification

5. System Analysis 9
 Analysis
 Advantages
 Disadvantages
6. Feasibility Study 12
7. Data Dictionary and Diagram 15
8. Screen Layouts 23
9. Risk Management 36
10. Testing 39
11. Future Enhancement 41
12. Bibliography 42

(30bca06c1) Page 3
Online Crime Reporting

*Project Profile*

Project Title Online Crime Reporting


Organization Shree M.& N. Virani Science Collage
Technologies Front-End =>ASP.NET 3.5

Back-End => SQL Server 2005


Documentation Tools Microsoft word 2007
Microsoft Visio 2007

Stream B.C.A. Sem- 6th c1

Project Guide Mr. Pradip Vanparia


Mr.Keyur Zala

Submitted By Ms. Aarti Jambudiya(Roll no:-15)


Ms. Topiya Dipa(Roll no:-41)
Ms .Bhumi Paneliya(Roll no:-26)

Submited To Shree M.&N. Virani Science Collage

(30bca06c1) Page 4
Online Crime Reporting

*Abstract*

 The aim of this project is to develop an online crime reporting and management
system which is easily accessible to the public, the police department and the
administrative department. The normal public in India is afraid to lodge a
complaint because they are filled with a false fear about the police department.

 An online complaint registering system will allay the fears of the public and will
also help in the public helping the police department in catching criminals.

 The other features of this online solution are enquiry about a complaint which has
been registered before, the status of the complaint and other information. Keeping
records of all the criminals will help the police department in keeping tabs on the
criminals to refrain them from getting into illegal activities.

 On the whole, the online crime registering and maintenance solution is an excellent
method, which bridges the gap between the public and the police department and
also helps the police department in preventing criminal activities.

(30bca06c1) Page 5
Online Crime Reporting

*Project Summary*
 Our project title is ONLINE CRIME REPORTING. This system is developed for user
and it most useful for Police department.

 When user have no user id & password they can registered. After login this system they
can report of any crime and any person or things or vehicle are missing so they can easily
report of their crime to fill up the form and after fill up their form and submit. After
submitting their report they can show a message of successfully submitted their progress
report to need to go any kind of Police station to report their crime.

 Admin can reply of the crimes and user can see that reply easily.

 Purpose:

 We have developed the portal of “CRIME REPORTING”, the portal can handle data
the criminals who are under the judicial surveillance or are under trial. This portal will be
most useful for defense for searching of details of crimes. Anyone can report a crimes
online, missing person, vehicle and things secure registration and profile management
facilities, reduce the work of policy and user and reduce the time.

 Scope:

 This website provides an architectural overview of the crime management. This website
is a generic. Web-based tool that enables user to manage the crime on tasks completed as
part of project with tasks and sub-tasks. The tool includes interactivity, Functionality,
Information will be stored in to a database. Administrative and managerial functions will
be provide including configuration projects/tasks/subtasks.

(30bca06c1) Page 6
Online Crime Reporting

SYSTEM REQUIREMENT
SPECIFICATION

(30bca06c1) Page 7
Online Crime Reporting

 ASP.NET:

 ASP.NET is more than the next version of Active Server Pages (ASP); it provides

a unified Web development model that includes the services necessary for
developers to build enterprise-class Web applications.

 While ASP.NET is largely syntax compatible with ASP, it also provides a new

programming model and infrastructure for more scalable and stable applications
that help provide greater protection.

 ASP.NET has been designed to work seamlessly with WYSIWYG HTML editors

and other programming tools, including Microsoft Visual Studio .NET.

 ASP.NET is a server side scripting technology that enables scripts (embedded in


web pages) to be executed by an Internet server.

 ASP.NET is a Microsoft Technology


 ASP stands for Active Server Pages
 ASP.NET is a program that runs inside IIS
 IIS (Internet Information Services) is Microsoft's Internet server
 IIS comes as a free component with Windows servers
 IIS is also a part of Windows 2000 and XP Professional

(30bca06c1) Page 8
Online Crime Reporting

 SQL Server:

 After a long gap in the release of SQL Server databases, Microsoft recently

released SQL Server 2005 (formerly code-named Yukon). In this substantial


upgrade, they've packed the new database engine full of features.

 SQL Server 2005 Express replaces the Microsoft Data Engine (MSDE) as the free

version of SQL Server for application development and lightweight use. It remains
free and retains the limitations of MSDE with respect to client connections and
performance. It’s a great tool for developing and testing applications and extremely
small implementations, but that’s about as far as you can run with it.

 The workhorse SQL Server 2005 Standard Edition remains the staple of the

product line for serious database applications. It can handle up to 4 CPUs with an
unlimited amount of RAM. Standard Edition 2005 introduces database mirroring
and integration services.

(30bca06c1) Page 9
Online Crime Reporting

 Cascading Style Sheet (CSS):

 CSS stands for Cascading Style Sheet.

 Styles define how to display HTML elements.

 Styles are normally stored in style sheets.

 Styles were added to HTML 4.0 to solve a problem.

 External Styles sheet can save you a lot of work.

 External Style Sheet is stored in CSS files.

 Multiple Style definition will cascade into one.

(30bca06c1) Page 10
Online Crime Reporting

 HTML:

 HTML is exactly what it claims to be a markup language. You use


HTML to mark up a text document, just as you would if you were an
editor with a red pencil. The marks you use indicates which format (or
Presentation style) should be used when displaying the marked text.

 If you have ever used an old word-processor program, you already know
how a markup language works. In order word-processing programs, if you
wanted text to appear in italics, you might surround it with control
characters like this:/ italics/ I when the document was printed. This is
exactly how HTML works, If you want text to appear on a web page in
italics, you mark it like this.

 It addition to this official work on HTML, the browsers have been


making their own additions to HTML. Some changes were eventually
adopted into W3C HTML Recommendations; other remain proprietary
coding aspects that only the individual browsers recognize. The browsers
versions of HTML changed, too, in a game of marketing and
programming one-upmanship, hoping to lock web developers into using
one browser or the other exclusively.

(30bca06c1) Page 11
Online Crime Reporting

Server side

 Front End : ASP.NET 3.5,

Microsoft Framework3.5

 Back End : SQL Server 2005

 OS : Windows XP,

Windows Server 2003

 Browser : Internet Explorer 6.0

Client Side
 Minimum Requirement

 Processor : Pentium 4 or Later, 1.8GHz

 System Memory : 256 MB

 Hard Disk : 20 GB

 Recommended Requirement

 Processor : Pentium 4 or Later

 System Memory : 1 GB

 Hard Disk : 40 GB

(30bca06c1) Page 12
Online Crime Reporting

SYSTEM ANALYSIS

(30bca06c1) Page 13
Online Crime Reporting

 Analysis was done by keeping in mind the two modules of the project.

 The Analysis part of the project was the user module. Users of this application may or
may not have much computer knowledge, so we mainly focused on our design, which
had to be as user friendly as possible.

 The next important thing was to provide user level security. It was necessary to
provide privacy to community members. Another thing was the appearance of the
application; it had to be made pleasant and decent enough to attract the user.

 Last but not the least, was to provide the authorities to the administrators. Proper
validations where to be implemented of the registration form.

(30bca06c1) Page 14
Online Crime Reporting

 ADVANTAGES:

1. This web application allows the user to deal with the great ease of environment.

2. It allows user to complain of his crime anytime.

3. It provides the functionality to complain

4. It also allows user to change the password.

5. The users get reply from admin.

 DISADVANTAGES:

1. This application does not allow users to recover their password.

2. It is not going to allow users to ignore or remove their crime report.

3. It would also not allow to change in there profile.

4. It is not fully secured as anyone can visit anyones’ profile.

(30bca06c1) Page 15
Online Crime Reporting

FEASIBILITY STUDY

(30bca06c1) Page 16
Online Crime Reporting

 Feasibility to a project determines whether it is possible to develop the project.


Feasibility study is test of a system proposal according to its workability, impact on the
organization, ability to meet user needs and effective use of resources. All the projects
are feasible given unlimited resources and infinite time! Ergo, feasibility study means
an evaluation of benefits versus costs incurred in developing project, where cost
includes manpower, time, resources and money.

 A feasibility study is carried out to select the best system that meets performance
requirements. Only by spending the time to evaluate the feasibility do I reduce the
chances for extreme embarrassment at later stage of the system project.

 There are three main factors, which determine the feasibility of the projects. They are
discussed as follows.

1. Operational Feasibility Study:

The Operational Feasibility is the determination of your system’s minimum


configuration used and the machine’s eligibility.

Operational feasibility measures how well the solution will work in the organization
and how will end-user & management feels about the system.

Proposed system is helpful for all the users who joined this community.

This study resultant we that it requires a Web-browser, Pentium processer, a system


with adequate peripherals, macromedia or adobe Photoshop, etc.

(30bca06c1) Page 17
Online Crime Reporting

2. Technical Feasibility Study.

The study is related to any technical terms manner is to be mentioned in the


Technical Feasibility Study.

It consists of all the database storage facility, accessing facility, for the restore of
data; etc. It needs a high speed processer in GHz with the advent in technology.

According to the entire infrastructure, the system seems to be Technically Feasible.

3. Economical Feasibility Study:

The main part of among all the three areas of Feasibility Study is the Economical
Feasibility Study.

Whenever, anything is started one must see its benefits and loses. To check such
things we have to the related to the financial status of the project.

The developer has to be in the budget and has to develop the project. The additional
cost incur is the manpower.

(30bca06c1) Page 18
Online Crime Reporting

DATA DICTIONARY
AND
DIAGRAM

(30bca06c1) Page 19
Online Crime Reporting

 DATA DICTIONARY:

 Login:-

 Registration:-

(30bca06c1) Page 20
Online Crime Reporting

 Complain:-

(30bca06c1) Page 21
Online Crime Reporting

 Context level Data flow Diagram:-

(30bca06c1) Page 22
Online Crime Reporting

 First level Admin:-

(30bca06c1) Page 23
Online Crime Reporting

 First level Reporter:-

(30bca06c1) Page 24
Online Crime Reporting

 Second level Data flow Diagram:-

(30bca06c1) Page 25
Online Crime Reporting

 E-R Diagram:-

(30bca06c1) Page 26
Online Crime Reporting

Screen Layouts

(30bca06c1) Page 27
Online Crime Reporting

 LOGIN:

 This page allow user to login into Online Crime Reporting

(30bca06c1) Page 28
Online Crime Reporting

 RAGISTRATION FORM:

 It allow user to create a account of this application

(30bca06c1) Page 29
Online Crime Reporting

HOME :

(30bca06c1) Page 30
Online Crime Reporting

 COMPLAIN:

 This page allow user to complain about their crime.

(30bca06c1) Page 31
Online Crime Reporting

 VIEW REPLY:

 This page allow user to view reply of their complain

(30bca06c1) Page 32
Online Crime Reporting

 CHANGE PASSWORD:

 This allow user to change their password.

(30bca06c1) Page 33
Online Crime Reporting

 HELP:

 This page is help the user about their crime

(30bca06c1) Page 34
Online Crime Reporting

 ADMIN –LOGIN:

(30bca06c1) Page 35
Online Crime Reporting

 VIEW COMPLAIN:

(30bca06c1) Page 36
Online Crime Reporting

 VIEW PROFILE:

o Admin give reply to complainer and check the details about the complainer .

(30bca06c1) Page 37
Online Crime Reporting

 SEARCH CRIME:

o Search the complain of specific date.

(30bca06c1) Page 38
Online Crime Reporting

RISK MANAGEMENT

(30bca06c1) Page 39
Online Crime Reporting

During the analysis of our whole application, we discovered some of the rise that
Could affect our application while developing and also while using.
These are those risks:
1. Technical Risk
2. Project Risk
3. Political Risk

1. Technical Risks :

First the application struck with the problem of the browser because it is depended
on the browser technology as the website is going to be opened at the user side in
the browser where any user can use any of the browsers available today.

Our project is developed under the data documentations list of various hardware
products of the user and according to their needs.

2. Project Risks :

As this application is developed for crime reporting, security has been given special
importance. Privacy is a basic requirement expected by the users of this application.

In our project there is very less requirement of budget because the only
concentration here is on the computer and the internet access when this project is
used as the real application so economical risks does not matter so much in our
application
.
(30bca06c1) Page 40
Online Crime Reporting

3. Political Risks :

There is no need to worry about the political issues here because it is just a website
where the political issues may not occur.

(30bca06c1) Page 41
Online Crime Reporting

TESTING

(30bca06c1) Page 42
Online Crime Reporting

 WHITE BOX TESTING:

 Under White Box Testing, each and every functionality has been tested. The flow
of data between forms , interaction with objects etc. have been checked.
 White Box Testing follows code coverage , statement coverage , decision
coverage , Condition coverage , multiple condition coverage , path coverage ,
function coverage and table coverage

 BLACK BOX TESTING:

 Under Black Box Testing, this application has been checked with overlook
approach. i.e. Data is applied as input and the output has been matched with
desired output.

 GREY BOX TESTING:

 During white box testing each is form is gone through testing and during black box
testing only output is gone to be checked , but Grey Box Testing is somewhat
different from kind of testing in which database transactions are measured else
everything is gone like black box testing.

 As bug fixing scenarios , box testing really proved handy because at fixing ,
various kinds of bugs turn by turn starting with black box testing followed by grey
box testing and the finally white box testing.

(30bca06c1) Page 43
Online Crime Reporting

*FUTURE ENHANCEMENT*

This application can further be enhanced in the following manner:

 We can allow upload audio & videos of crime.


 We can develop admin profile, allowing replaying to each users query or suggestions.
 We can remove the limitation only Gujarat State.
 We can make this application more hack proof.
 We can ask question related their crime and get reply from admin.
 We can ask question and get answer related the crime.

(30bca06c1) Page 44
Online Crime Reporting

BIBLIOGRAPHY

(30bca06c1) Page 45
Online Crime Reporting

 www.ncrbindia.com
 www.raleighpd.org
 www.cybercellmumbai.com
 www.w3schools.com
 Black book on ASP.NET
 crc.raleighpd.org

(30bca06c1) Page 46

Vous aimerez peut-être aussi