You are on page 1of 14

March 25, 2013

Advertisement System Software Requirement System


Version 1.0 25-3-2013

Project Profile

Project Title: Advertising System Project Duration: 2 and Half months

Objective: To provide user with the facility to advertise on newspaper, TV and websites.

Prepared By: Abhai Surti, Bhavin Gandhi, Amit Dantani Project Type: Web-Based Application Project Language: Php (Dreamweaver)

Database Tool: Wamp Server Project External Guide: Swapnil Tandel

Project Internal Guide: Anshu Agarwal

Table of content
1. INTRODUCTION 1.1 Purpose 1.2 Scope 1.3 Definitions , Acronyms , And Abbreviations 1.4 References 1.5 Overview 2. SPECIFIC REQUIREMENTS 2.1 Software Requirements 2.2 Hardware Requirements 3. Analysis Model 3.1 Data Flow Model 3.2 Data Dictionary

1. Introduction
1.1 Purpose Motive of this project is to provide online facility for
newspaper, Television, web based advertising that each and every person can see globally through this website. Any person can search for news through newspaper, television and website. Latest news or articles are put on web and other user can see it easily.

1.2

Scope
Visitors are all users who want to read the daily Newspaper in our website. Registered user read newspaper, watch video news. User will register their account by some registration facilty through this website.

1.3

Definations and acronyms Php- Hypertext preprocessor

SQL-Structured Query Language 1.4 1.5 References The Complete Reference PHP- Tata McGraw Hill Overview Existing System Manual task are perform to get user details. Time consuming process of maintaining user data. Increase burden and cost of doing manual task.

Proposed System Registration of users. Facility for online newspaper reading including banners posting. Provide more security to registered user.

2. Specific Requirement

2.1Software requirement

Front End : Php Back End : Wamp Server Operating System : Any Windows OS Browser Internet Connectivity

2.2Hardware requirement

Processor: Intel Core i3-2370M CPU 2.40GHz Ram: 2 GB

Data Flow Model

Context diagram of admin

Context Diagram of user

1st level DFD

3.2 Data Dictionary

Register Field Userid User Pass Cpass Name Dob Gender Address Email Mobileno State City Type Int(50) Varchar(50) Varchar(50) Varchar(50) Text Text Text Longtext Varchar(30) Varchar(12) Text Text Constraints Primary key

Purpose : Its is used for registering a user so that user may use website accordingly as a normal user or subscribed user

tbl_admin_banner Field Bid Size Black Colour tbl_admin_banner Type Int(10) Varchar(10) Varchar(10) Varchar(10) Constraints Primary key

Purpose : It is used to add banner information to the

tbl_admin_news Field Nid Newsname Details tbl_admin_banner Type Int(40) Varchar(40) Varchar(60) Constraints Primary key

Purpose : It is used to add news information to the

tbl_admin_reg Field Adminid Adminname Password Name Contact Email Address Type Int(50) Varchar(40) Varchar(60) Varchar(40) Varchar(40) Varchar(40) Varchar(50) Constraints Primary key

Purpose: It provides the basic information of admin tbl_admin_news_details Field Detail_id Nid Aname Address Email Contactno Type Int(10) Int(10) Text Varchar(50) Varchar(50) Varchar(15) Constraints Primary key

Purpose: It provides the newspaper information.

tbl_user_create_ad Field Adid Adtitle Adname Date Bannersize Bannercolour Type Int(20) Varchar(50) Varchar(60) Date Varchar(30) Varchar(30) Constraints Primary key

Purpose: It is used to create the ad for particular user in website

tbl_user_feedback Field Name Email Mobileno Message Type Text Varchar(50) Int(50) Varchar(50) Constraints

Purpose: It is useful for giving feedback from user

tbl_user_news

Field Bid Bannername Bannerdetails

Type Int(30) Varchar(50) Varchar(50)

Constraints Primary key

Purpose: It is used for getting details of newspaper

You might also like