csci4131 Assignment 4: Programming with PP and Database Connection solved

$24.99

Original Work ?

Download Details:

  • Name: proj4.zip
  • Type: zip
  • Size: 6.37 KB

Category: You will Instantly receive a download link upon Payment||Click Original Work Button for Custom work

Description

5/5 - (1 vote)

Goals: In this assignment ou will learn PP programming. and MS database connectivit at the server side. Problem Statement:
In this Assignment ou have to implement the functionalities of Assignment using PP and MS.
Following are the etra reuirements that ou have to implement:.
(1) ou are reuired to to store with each photo a categor. For this ou would provide a selection menu to select a photo categor in both the Photo View menu and the Photo Upload menu as detailed for Assignment .
In the View menu ou would displa photos corresponding to the selected categor.
ou should support the following photo categories: wor friends sports nature school. ou ma use an other categories instead as per our interest.
(2) User authentication based on password and cooies would be reuired to access the View and Upload functions. our server side program would store username and password in its database. hen a user attempts to access the Photo View/Upload program for the first time a login menu would be presented to get username and password from the user. n successful validation of the password program menu functions will be presented to the user and a cooie will also be sent to the browser. n each subseuent access b the user to our server program this cooie should sent for validation.
Set epiration time for the cooie to minutes. After the cooie epiration reauthentication of the user should be performed (3) n the server side ou would maintain a MS database for storing the photo information and user name/password information. This in in place of the use of Perl hash or a file to store this ind of information.
This database would contain for each stored photo the file pathname for the photo file description and the photo categor. Also this database would contain for each user the corresponding password information.
3/22/12 Assignment #3
2/2www-users.cselabs.umn.edu/classes/Spring-2012/csci4131/Assignments//assignment4.html
Submission Instructions: Include the following files in our submission: PP files and a RADM files. In a RADM indicate the following things: x our Student ame and ID x ow to run our code. Submit the tarred director containing all these files.