Sunteți pe pagina 1din 24

Company Profile:

 Company Name : R A INFOTECH


 Year of Establishment: 2009
 Address: # 88 Kumar Nager East,
Tirupur – 641605, INDIA.
 Objective: Designing Web Sites
Training student.
SYNOPSIS:
 The project title “Web portal for Wildlife – Natural
Resources” is developed using PHP as front end and
MySQL Server as back end for R A INFOTECH.
 An amusing website for promoting awareness and
conservation of wildlife and its natural resources. Apart
from arousing the alertness it will posses detailed
information on various rare Indian animals along with
coverage of all species of animals that roam in the woods of
INDIA.
 With this, it will act as a platform for wildlife
conservationists and ecologists to share their knowledge
and recent trends in this field using blogs and social
networking. Blogs and social networking are achieved in
this project using the PHP CMS and Frameworks. It will
incubate research and participation on subjects like animal
communications, habitats, wildlife health issues, effects of
global warming and various disasters.

FRONT END - PHP


BACK END - MySQL
Module Description:
 Wildlife & Natural Resources
 Alerts & Notification
 Groups
 Voting
 Images

External Entity
 Articles
 Wiki
 DB Admin
Wildlife & Natural Resources
 The details of all statistical data of wildlife & natural
resources are stored. It helps the user to have a brief
knowledge about wildlife & natural resources

Alerts & Notification


 The details of all alerts & notification are stored. It
helps the user to have regular alerts & notification
from the web site.
Groups
 The details of all groups are stored. It helps the user to
form groups and share their data. Group Notifications
are also possible.

Voting
 The details of all Voting stored. It helps the user to
create voting schedules and conduct voting. All
registered user can pool their votes.
Images
 The details of all images are stored. It helps the user to
create image galleryy and share their multimedia content.
Users can also upload their images and multimedia content
to web portal using this module.
Functions
 To monitor statistics related to endangered species,
jeopardized habitats, unbalanced ecosystems and
unfavorable climatic changes.
 To facilitate members to form groups to organize local
meetings, wildlife forums, periodicals and Wildlife camps.
 To provide a space for registered users to post interesting
photos, videos and presentations on Indian Wildlife.
 Secure registration and profile management facilities for
registered members and, government and non government
agencies.
 To acquaint users with various career opportunities in the
field of wildlife, along with list of universities offering
Wildlife Degrees, fellowships and certifications.
 It will portray recent wildlife success stories with an
opportunity for users to participate in Wildlife blogs,
forums, internships, conferences and other awareness
programs.
 A regular news-letter should be sent to registered users to
spread awareness.
 To setup a reviewers panel to have a tab on data being
posted for the website and select appropriate contents from
them to be posted. Moreover, this panel will be responsible
for solving various queries of website users.
 Basic and advance administration facilities like add/update
members, back up/recovery of data, generating various
reports, etc.
EXISTING SYSTEM & DRAWBACKS:
 The system, which is followed at present, does not
provide users for blogs, forms, voting and image
gallery.
PROPOSED SYSTEM:
 The drawbacks, which are faced during existing
system, can be eradicated by using the proposed
system. The main objective of the existing system is to
provide a Complete user-friendly interface.
 The system, which is proposed, now brings a complete
Content Management System which helps the users to
share multimedia contents too.
 Only a single Administrator is enough to maintain all
the server from anywhere.
BENEFITS OF THE PROPOSED SYSTEM:
 Professional look & feel.

 Large volumes of data can be stored with case.

 Security is assured.

 Maintenance of file is flexible.

 Records stored are updated now and then.

 Stored data and procedures can be easily edited.

 Reports can be generated with case.

 DB can be administrated through internet.


HARDWARE SPECIFICATION:
 PROCESSOR : PENTIUM DUAL CORE
 HARD DISK : 40GB
 MONITOR : 15 “MONITOR
 CD DRIVE : 52X DVD-ROM
 PRINTER : HP LaserJet
 RAM : 2 GB
 KEYBOARD : 104 KEYS
 CPU CLOCK : 1.6 GHz
 MOUSE : SCROLL MOUSE
DEVELOPMENT TOOLS SPECIFICATION:
• OPERATING SYSTEM : Linux - Debian
• SERVER: Apache HTTP

• PHP VERSION: PHP 5.3

• BACKEND TOOL: MySQL 5

• Content Management System: Joomla

• FRAMEWORK: Zend, Yii

• DB ADMINISTRATION: SQL Buddy


SOFTWARE SPECIFICATION:
• OPERATING SYSTEM:

Platform Independent

• Deployment Server:

Apache, IIS , Zend ..,


• PHP Version:
PHP 5.3
• BACKEND TOOL:

MySQL 5
Data Flow Diagram
TABLE DESIGN
Table Name: Login Table Name: User
Primary Key: Username Primary Key: user_id
Purpose: Login Details are maintained Purpose: User Information are maintained

FIELD NAME DATA TYPE FIELD NAME DATA TYPE


username varchar(15) user_id int(5)
password varchar(15) username varchar(15)
first_name varchar(20)
Table Name: Group_det
last_name varchar(15)
Primary Key: group_id
initial varchar(5)
Purpose: Group details are maintained
e-mail text
description text
FIELD NAME DATA TYPE
d_o_b date
group_id int(5)
location text
name varchar(15)
date date
description text
date date
Table Name: Group_User Table Name: Group_Not
Primary Key: g_u_id Primary Key: group_not_id
Purpose: Group User Details Purpose: Group Notification

FIELD NAME DATA TYPE FIELD NAME DATA TYPE


g_u_id int(5) group_not_id int(5)
group_id int(5) name varchar(15)
user_id int(5) description text
user_id int(5)
group_id int(5)
date date

Table Name: Natural_stat


Primary Key: natural_id Table Name: Wildlife_stat
Purpose: Natural Resources Statistical Primary Key: wild_id
Purpose: Wildlife Data Statistical
FIELD NAME DATA TYPE FIELD NAME DATA TYPE
natural_id int(5) wild_id int(5)
name varchar(15) name varchar(15)
info varchar(50) info varchar(50)
description text description text
Table Name: Mon_Not Table Name: Alert_Not
Primary Key: month_not_id Primary Key: alert_not_id
Purpose: Monthly Notification Details Purpose: Alert Notification Details
FIELD NAME DATA TYPE FIELD NAME DATA TYPE
mon_not_id int(5) alert_not_id int(5)
name varchar(15) name varchar(15)
description text description text
date date group_id int(5)
date date

Table Name : Image_Det


Primary Key : image_id
Purpose : Image Detail

FIELD NAME DATA TYPE


image_id int(5)
user_id int(5)
name varchar(15)
type tinytext
location mediumtext
date date
Table Name: Voting_Det
Primary Key: voting_id
Purpose: Votind Details are maintained

FIELD NAME DATA TYPE


voting_id int(5)
question mediumtext
description text
date date

Table Name: Vote_Det


Primary Key: vote_id
Purpose: votes pooled Details are maintained

FIELD NAME DATA TYPE


vote_id int(5)
voting_id int(5)
user_id int(5)
yes boolean
no boolean
aux boolean
Thank You

S-ar putea să vă placă și