promostat original

39
UNDER THE ESTEEMED GUIDENCE OF Mr. A.V.S. SUDHAKAR (Asst. Prof.) PRESENTATION BY M. SAI RAMA KRISHNA [08F01A0572] V. V. SRIKANTH [08F01A05A9] Y. LAKSHMAN BABU [07F01A05B8] P. SUMAN [07F01A0577]

Upload: chandra-budati

Post on 09-Jul-2015

250 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Promostat original

UNDER THE ESTEEMED GUIDENCE OF

Mr. A.V.S. SUDHAKAR

(Asst. Prof.)

PRESENTATION BY M. SAI RAMA KRISHNA [08F01A0572]

V. V. SRIKANTH [08F01A05A9]

Y. LAKSHMAN BABU [07F01A05B8]

P. SUMAN [07F01A0577]

Page 2: Promostat original

Abstract

Introduction

Analysis

System Requirements

Modules

Design

Implementation

Testing

Output Screens

Conclusion

Future Enhancements

References

Page 3: Promostat original

• The objective of this application is to provide the solution for global advertising market place.

• Centralized system on web that display advertisers promo's in publishers website.

• Promostat can help generating revenue. It enables publishers to place a very simple promo tag within their HTML.

Page 4: Promostat original

• Promoting products in online is the easy way.

• It is the best way of online approach of

promoting products.

• Advertisers and publishers will register with the

online portal to access the system.

Page 5: Promostat original

EXISTING SYSTEM

PROPOSED SYSTEM

Page 6: Promostat original

• The existing system is manual. In this system if user wants

to apply for a promo, it is very time taking process.

• Existing system is not providing facilities for secure

registration.

• It’s a limited system and fewer users friendly.

Page 7: Promostat original

• User friendliness is provided in the application with various controls provided by system rich user interface.

• The system makes the overall project management much easier and flexible.

• It can be accessed over the internet.

• Authentication is provided for this application only registered users can access.

Page 8: Promostat original
Page 9: Promostat original

The Hardware used in this project is:

• RAM : 512 MB Min(1 GB Recommended).

• Processor : Pentium 4

• Hard Disk : 1 TB(2 TB Recommended)

Page 10: Promostat original

For Server:

• OS : Windows XP / Vista/7

• Technologies : ASP. NET with C#.NET

• Data Base : MS-SQL Server 2005

• IDE : MS-Visual Studio .NET 2008

For Client :

• Browser : Any browser

Page 11: Promostat original

• Administration

• Registration

• Publisher

• Advertiser

• Display Promos

Page 12: Promostat original

• In this module major functionalities will takes place. That means

approving and disapproving promos.

• Manage Publishers and Advertisers.

• Regular maintenance of the system.

Page 13: Promostat original

• Provides interface to users to get registered and to create an

account in the system.

• Provides separate interfaces for publishers and advertisers to

register with the system.

Page 14: Promostat original

• This module provides information regarding the existing

promos uploaded by advertiser.

• In this module advertiser can upload promos to the system.

• In this module advertiser can view his profile.

Page 15: Promostat original

• This is module publisher can get code to serve promos in his

website.

• In this module publisher can view his profile.

• Publisher can manage his account in the system by using this

module.

Page 16: Promostat original

• This module is intended to display promos in publishers

WebPages.

• Displaying promo can be customized from this module.

Page 17: Promostat original

• Database design

• Data flow diagrams

• UML diagrams

Page 18: Promostat original
Page 19: Promostat original

AdminPublisher

Request

response

advertiser

request

response

Page 20: Promostat original

USE CASE DIAGRAM

SEQUENCE DIAGRAM

COLLABORATION DIAGRAM

CLASS DIAGRAM

Page 21: Promostat original
Page 22: Promostat original
Page 23: Promostat original
Page 24: Promostat original
Page 25: Promostat original

public class dbclass

{ public dbclass()

{ /*Constructor*/ }

SqlConnection con = new

SqlConnection("user

id=sa;password=******;database=PromoStat");

SqlCommand cmd;

SqlDataAdapter da;

public int insupddel(string query)

{ cmd = new SqlCommand(query, con);

con.Open();

int i= cmd.ExecuteNonQuery();

con.Close();

return i;

}

public DataSet exeselect(string query)

{ da = new SqlDataAdapter(query, con);

DataSet ds = new DataSet();

da.Fill(ds, "PromoStat");

return ds; } }

Page 26: Promostat original

Testing is a process of identifying the quality and performance of a system.

There are three types of testing's conducted on this project.

• UNIT TESTING

• INTEGRATION TESTING

• SYSTEM TESTING

Page 27: Promostat original

• In this each module is divided into some individual

units.

• Each unit is tested whether it is integrated with its

database sufficiently or not.

Page 28: Promostat original

In this case all the modules are integrated and performs testing with

the databases whether they are working properly or not.

In this case the given modules are tested in different ways whether

the software is fully integrated and supported the given system or not.

Page 29: Promostat original
Page 30: Promostat original
Page 31: Promostat original
Page 32: Promostat original
Page 33: Promostat original
Page 34: Promostat original
Page 35: Promostat original
Page 36: Promostat original

• Online advertising system is emerging day by day in a

progressive manner.

• To provide better services in online advertising field

promostat is designed in a flexible manner.

Page 37: Promostat original

• By developing Intelligence Add Serving Mechanism we can

distribute relevant adds to different pages depending on the

content present in the pages.

Page 38: Promostat original
Page 39: Promostat original