Project Documentation

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 93

UNIVERSITY OF mUMBAI

K.V.Pendharkar College Of Arts, Science and Commerce


(Affiliated To University Of Mumbai)
A PROJECT REPORT
ON
“GAME PORTAL-your game zone”
Project Work Submitted In Partial Fulfillment
Of The
Requirement For The Award Of The Degree Of
T.Y.B.Sc.(IT)
SUBMITTED BY:
Pranit R.Patil
Shubham K. Banaye
2017-2018
Project Guide:
Mrs.Nilima Gajre(Head Of Department)
Mrs.Rupali Patil
Project certificate for B.Sc.-IT students
This is to certify that the project entitled "Game Portal” undertaken at
the T.Y.B.Sc(IT) Semester-VI Examination by Mr. Shubham Kishor
Banaye Seat no. ,and Mr.Pranit Ramesh Patil Seat no.
in partial fulfillment of B.sc. IT degree(semester VI) Examination had not
been submitted for any other examination and does not form part of any
other course undergone by the candidate.

It is further certified that he has completed all required phases of the


project.

Signature of Internal Signature Of External


Guide Examiner

Signature of HOD/In-charge/ College Seal


Coordinator
ACKNOWLEDGEMENT

My project is result of dedicated effort as well as proper Guidance from my internal


guide. Before I get into the act of explaining my project I would like to add on a few heartfelt
words for our internal guide who gave me unending support right from the day the idea was
conceived.
I take this opportunity to express my gratitude towards my project guide
Mrs. Nilima Gajare for their kind co-operation & overwhelming support during my
project without which this project would have not been a reality.
There are times in such projects when the clock beats you time and again you run out
of energy and you just want to finish it once and forever. These individuals made me closure
such times by teaching me to see the silver-lining in every dark cloud.
INDEX

Serial
Title Pg.no.
No.
1 Objective Of The Project
2 Definition of the problem
3 Tools/Platform,Hardware and software requirement
specification
4 Entity Relationship Diagram
5 Data Flow Diagram
6 Use Case Diagram
7 Activity Diagram
8 Screen Layouts with coding
9 System Maintaince and Evaluation
10 Conclusion
11 References and Bibliography
12 Websites Used
Objective Of The Project:

The main objective of the website is to improve ……


 Searching time required for finding out upcoming games.
 The one who are gamers they can be able to go to the website directly instead of
wasting time in searching that games website.
 Ease of playing.
 All types of games are available at one place.
 Java games are also available.ie applet games etc.

 Easy maintenance of all the information that is to add/ edit / delete records.Provide
all the detail information about the game (i. e downloading link, how to play) at
one link.

 Implementing a website that will be operated by many users.

 Ensure sufficient security to safeguard all the information, which is critical for the
website.

 Implement Backup procedures to guard against possible failures of data


Definition Of Problem:

1. User is not coming to know about the upcoming games.

2. User has difficulty in accessing the games website.

3. Lack of time.

4.Java Games are not easily available.If available user is not able to understand how to
run that games.

5.Mostly the java games contained few bugs.

TOOLS/PLATFORM, HARDWARE AND SOFTWARE REQUIREMENT SPECIFICATION:


1.Hardware 1.1 40 GB Hard Disk
1.2 128 MB RAM
1.3 Pentium II Processor

2. Software 1.Operating System


Windows NT/2000/98

2. Front End
Visual Basic 6.0

3. Back End / RDBMS


ORACLE 8 / SQL SERVE
Entity Relationship Diagram
Data model are tools used in diagrams to describe the data requirements an assumptions in
the system from a top down perspective.

An entity relationship diagram is a graphical representation of an organization’s data


storage requirements.

Entity relationship diagrams are abstractions of the real world which simply the problem to
be solved while retaining its essential feat rest. Entity relationship diagrams are used to
identify the data that must be captured, stored and retrieved in order to support the business
activities performed by the organization; and identify the data required to derive and report
on the performance measures that an organization should be monitoring.

There are three basic elements in ER models:

Entities: Entities are the "things" about which we seek information.

Attributes: Attributes are the data we collect about the entities.

Relationships: Relationships provide the structure needed to draw information from


multiple entities.

Developing an ERL requires a n understanding of the system and its components. ERD
brings out issues:

1) Ambiguities
2) Entities and their relationships
3) What data needs to be stored?
4) The degree of a relationship

Symbol Symbol Name Meaning


Entity An object that exit and is
distinguishable from all
other object.
Weak Entity An entity set with no
sufficient attributes to
form a primary key
Relationship An association among
several entities.

Identifying Relationship A relationship


associating
Weak entity set with
identifying entity set
Attribute A specification that defines
the property of an object,
element of file.

Primary key A candidate key that has


been selected as the
A
identifier for an entity type.
Primary key values. It is
also called as identifier.
Multi-valued Attribute An attribute that can have
more than one value for
each entity instance.

Discriminating attribute A set of attributes that


allow
distinguishing among the
entities
Data Flow Diagram:

A data flow diagram (DFD) is a graphical representation of the "flow" of data


through an information system, modelling its process aspects. A DFD is often used
as a preliminary step to create an overview of the system without going into great
detail, which can later be elaborated.DFDs can also be used for
the visualization of data processing(structured design).
A DFD shows what kind of information will be input to and output from the system,
how the data will advance through the system, and where the data will be stored. It
does not show information about process timing or whether processes will operate in
sequence or in parallel, unlike a traditional structured flowchart which focuses on
control flow, or a UML activity workflow diagram, which presents both control and
data flows as a unified model
Data flow diagrams are also known as bubble charts.[5] DFD is a designing tool used
in the top-down approach to Systems Design. This context-level DFD is next
"exploded", to produce a Level 1 DFD that shows some of the detail of the system
being modeled. The Level 1 DFD shows how the system is divided into sub-systems
(processes), each of which deals with one or more of the data flows to or from an
external agent, and which together provide all of the functionality of the system as a
whole. It also identifies internal data stores that must be present in order for the
system to do its job, and shows the flow of data between the various parts of the
system
CHECKS USER
LOGIN
DETAILS
LOGIN -
MANAGEMEN
T SYSTEM

GAME PORTAL

HOME CHECKS WHETHER


CORRECT HOME
PAGE
PAGE IS RECEIVED
TO USER
USE CASE DIAGRAM:

A use case diagram in the Unified Modelling Language (UML) is a type of behavioural
diagram defined by and created from a Use-case analysis. Its purpose is to present a graphical
overview of the functionality provided by a system in terms of actors, their goals
(represented a use cases), and any dependencies between those use cases.

The main purpose of a use case diagram is to show what system functions are performed
for which actor. Roles of the actors in the system can be depicted. A use case is a set of
scenarios that describing an interaction between a user and a system. A use case diagram.

Displays the relationship among actors and use cases. The two main components of a use
case diagram are use cases and actors.

components of a use case diagram are use cases and actors.

Actor Use Case

An actor is represents a user or another system that will interact with the system you are
modelling use case is an external view of the system that hat represents some action the user
might perform in order to complete a task.

When to Use: Use Cases Diagrams

Use cases are used in almost every project. They are helpful in exposing requirements and
planning the project.

During the initial stage of a project most use case should be defined, but as the project
continues more might become visible.
LIST OF TABLES WITH ATTRIBUTES AND CONSTRAINTS:

1.AdminMst

2.CateMst:
3.FeedbackMstr

4.ItemMst:
5.UserMst:
SCREEN LAYOUTS WITH CODING:
login.master:
<%@ Master Language="C#" AutoEventWireup="true"
CodeFile="login.master.cs" Inherits="login" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server" >

<link rel="stylesheet" href="css/style.css" type="text/css"


media="all" />
<script src="js/jquery-1.3.2.min.js"
type="text/javascript"></script>
<script src="js/fns.js" type="text/javascript"></script>

<link href="meera.css" rel="stylesheet" type="text/css" />


<link href="meera.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="engine1/style.css"
media="screen" />
<style type="text/css">a#vlb{display:none}</style>
<script type="text/javascript"
src="engine1/jquery.js"></script>
<style type="text/css">
.style2
{
width: 100px;
}
.style3
{
width: 101px;
}
.style5
{
color: Green;
text-align: center;
width: 101px;
}
</style>

<asp:ContentPlaceHolder id="head" runat="server">


</asp:ContentPlaceHolder>
<title>Game Portal</title>
<meta http-equiv="Content-type" content="text/html;
charset=utf-8" />
<link rel="stylesheet" href="css/style.css" type="text/css"
media="all" />
<script src="js/jquery-1.3.2.min.js"
type="text/javascript"></script>
<script src="js/fns.js" type="text/javascript"></script>

</head>
<body>
<div id="logo">
<h1><a href="#">Game<span>portal</span></a></h1>
<p class="description">your game zone</p>
</div>
<form id="form1" runat="server">
<div>
<asp:ContentPlaceHolder id="ContentPlaceHolder1"
runat="server">

</asp:ContentPlaceHolder>
</div>
</form>
</body>
</html>
login.aspx:

<%@ Page Title="" Language="C#" MasterPageFile="~/login.master"


AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Login" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head"


Runat="Server">
<style type="text/css">
.style2
{
width: 259px;
}
.style3
{
height: 8px;
}
.style4
{
height: 9px;
}
.style5
{
width: 100px;
}
</style>
</asp:Content>
<asp:Content ID="Content2"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div style="background-image:
url('/SourceCode/images/vegito.jpg')" >
<table class="tbl">
<tr>
<td class="tblhead">
User Login Area</td>
</tr>
<tr>
<td>
&nbsp;</td>
</tr>
<tr>
<td>
<br />
<br />
</td>
</tr>
<tr>
<td style="text-align: center">
<table align="center" class="style2" style="border: thin
solid #008000">
<tr>
<td class="tblhead" colspan="2">
Login Here</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td class="lbl">
UserName :
</td>
<td>
<asp:TextBox ID="txtuname" runat="server"
CssClass="txt" Width="140px"></asp:TextBox>
<asp:RequiredFieldValidator
ID="RequiredFieldValidator1" runat="server"
ControlToValidate="txtuname"
ErrorMessage="Enter UserName"
ForeColor="Aqua"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="lbl">
Password :
</td>
<td>
<asp:TextBox ID="txtpass" runat="server"
CssClass="txt" Width="140px"
TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator
ID="RequiredFieldValidator2" runat="server"
ControlToValidate="txtpass"
ErrorMessage="Enter Password"
ForeColor="Aqua"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="style4">
</td>
<td class="style4">
&nbsp;</td>
</tr>
<tr>
<td>
<asp:HyperLink ID="HyperLink1"
runat="server" NavigateUrl="admin/login.aspx">Admin</asp:HyperLink>
&nbsp;</td>
<td align="left" valign="top">
<table class="style5">
<tr>
<td>
<asp:Button ID="btnlogin"
runat="server" CssClass="btn" Text="Login"
onclick="btnlogin_Click" />
</td>
<td>
<asp:Image ID="Image3"
runat="server" Height="44px"
ImageUrl="~/images/bomb
squad.jpg" Width="85px" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="style3">
</td>
<td align="left" class="style3">
<asp:Label ID="lblerror" runat="server"
ForeColor="#CC0000"></asp:Label>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br />
<asp:HyperLink ID="HyperLink3"
runat="server" NavigateUrl="~/FPassword.aspx">Forgot
Password</asp:HyperLink>
<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="text-align: center; color: Aqua">
Dont have Username and Password
<asp:HyperLink ID="HyperLink2" runat="server"
NavigateUrl="~/Registration.aspx">Register Now !!</asp:HyperLink>
</td>
</tr>
</table>
</div>
</asp:Content>

login.aspx.cs:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class Login : System.Web.UI.Page


{
DS_USER.USER_SELECTDataTable UDT = new
DS_USER.USER_SELECTDataTable();
DS_USERTableAdapters.USER_SELECTTableAdapter UAdapter = new
DS_USERTableAdapters.USER_SELECTTableAdapter();
protected void Page_Load(object sender, EventArgs e)
{

}
protected void btnlogin_Click(object sender, EventArgs e)
{
UDT = UAdapter.Seleect_FOR_LOGIN(txtuname.Text,
txtpass.Text);
if (UDT.Rows.Count > 0)
{
Session["uname"] = txtuname.Text;
Session["fname"] = UDT.Rows[0]["name"].ToString();
Session["lname"] = UDT.Rows[0]["surname"].ToString();
Response.Redirect("User/Default.aspx");
}
else
{

lblerror.Text = "Error !!!";


}
}
}
registration.aspx:

<%@ Page Title="" Language="C#" MasterPageFile="~/login.master"


AutoEventWireup="true" CodeFile="Registration.aspx.cs"
Inherits="User_Registration" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head"


Runat="Server">
<style type="text/css">

.style6
{
color: Green;
text-align: right;
height: 24px;
}
.style7
{
height: 24px;
}

</style>
</asp:Content>
<asp:Content ID="Content2"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div style="background-image: url('images/goku.jpg')">
<table class="tbl">
<tr>
<td class="tblhead" colspan="2">
Registration Form</td>
</tr>
<tr>
<td class="lbl">
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td class="lbl" style="color: #FF0000">
<h3>NAME</h3> :
</td>
<td>
<asp:TextBox ID="txtname" runat="server" CssClass="txt"
Width="160px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1"
runat="server"
ControlToValidate="txtname" ErrorMessage="Enter
Name" ForeColor="Aqua"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="lbl" style="color: #FF0000">
<h3>SURNAME</h3> :
</td>
<td>
<asp:TextBox ID="txtsname" runat="server" CssClass="txt"
Width="160px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2"
runat="server"
ControlToValidate="txtsname" ErrorMessage="Enter
Surname" ForeColor="Aqua"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="lbl" style="color: #FF0000">
<h3>ADDRESS</h3> :
</td>
<td>
<asp:TextBox ID="txtadd" runat="server" CssClass="txt"
Width="160px"
TextMode="MultiLine"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator3"
runat="server"
ControlToValidate="txtadd" ErrorMessage="Enter
Address" ForeColor="Aqua"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="lbl" style="color: #FF0000">
<h3>CITY</h3> :
</td>
<td>
<asp:TextBox ID="txtcity" runat="server" CssClass="txt"
Width="160px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator4"
runat="server"
ControlToValidate="txtcity" ErrorMessage="Enter
City" ForeColor="Aqua"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="lbl" style="color: #FF0000">
<h3>PINCODE</h3> :
</td>
<td>
<asp:TextBox ID="txtppin" runat="server" CssClass="txt"
Width="160px"></asp:TextBox>
<asp:RangeValidator ID="RangeValidator1" runat="server"
ControlToValidate="txtppin" ErrorMessage="Enter
Pincode" ForeColor="Aqua"
MaximumValue="999999" MinimumValue="100000"
Type="Double"></asp:RangeValidator>
</td>
</tr>
<tr>
<td class="lbl" style="color: #FF0000">
<h3>GENDER</h3> :
</td>
<td>
<asp:RadioButton ID="RadioButton1" runat="server"
GroupName="h" Text="Male" />
<asp:RadioButton ID="RadioButton2" runat="server"
GroupName="h" Text="Female" />
</td>
</tr>
<tr>
<td class="lbl" style="color: #FF0000">
<h3>MOBILE NO.</h3> :
</td>
<td>
<asp:TextBox ID="txtmo" runat="server" CssClass="txt"
Width="160px"
MaxLength="10"></asp:TextBox>

<asp:RegularExpressionValidator
ID="RegularExpressionValidator1" runat="server"
ControlToValidate="txtmo" ErrorMessage="Enter
Mobile" ForeColor="Aqua"
ValidationExpression="[0-9]
{10}"></asp:RegularExpressionValidator>
</td>
</tr>
<tr>
<td class="lbl">
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td class="lbl" style="color: #FF0000">
<h3>EMAIL</h3> :
</td>
<td>
<asp:TextBox ID="txtemail" runat="server" CssClass="txt"
Width="160px"></asp:TextBox>
<asp:RegularExpressionValidator
ID="RegularExpressionValidator2" runat="server"
ControlToValidate="txtemail" ErrorMessage="Enter
Email" ForeColor="Aqua"
ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\
w+)*\.\w+([-.]\w+)*"></asp:RegularExpressionValidator>
</td>
</tr>
<tr>
<td class="lbl" style="color: #FF0000">
<h3>PASSWORD</h3> :
</td>
<td>
<asp:TextBox ID="txtpass" runat="server" CssClass="txt"
Width="160px"
TextMode="Password"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style6" style="color: #FF0000">
<h3>CONFIRM PASSWORD</h3> :
</td>
<td class="style7">
<asp:TextBox ID="txtcpass" runat="server" CssClass="txt"
Width="160px"
TextMode="Password"></asp:TextBox>
<asp:CompareValidator ID="CompareValidator1"
runat="server"
ControlToCompare="txtpass"
ControlToValidate="txtcpass"
ErrorMessage="passwod not same"
ForeColor="Aqua"></asp:CompareValidator>
</td>
</tr>
<tr>
<td class="lbl">
&nbsp;</td>
<td align="left">
<asp:Button ID="Button3" runat="server" CssClass="btn"
Text="Register Now"
onclick="Button3_Click" />
</td>
</tr>
<tr>
<td colspan="2" align="center" style="color: #FF0000">
Already have an username and password
<asp:HyperLink ID="HyperLink2" runat="server"
NavigateUrl="~/Login.aspx">Login Here</asp:HyperLink>
</td>
</tr>
</table>
</div>
</asp:Content>

registration.aspx.cs:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class User_Registration : System.Web.UI.Page


{
DS_USER.USER_SELECTDataTable UDT = new
DS_USER.USER_SELECTDataTable();
DS_USERTableAdapters.USER_SELECTTableAdapter UAdapter = new
DS_USERTableAdapters.USER_SELECTTableAdapter();
protected void Page_Load(object sender, EventArgs e)
{

}
protected void Button3_Click(object sender, EventArgs e)
{
UAdapter.Insert(txtname.Text, txtsname.Text, txtadd.Text,
txtcity.Text, txtppin.Text, txtmo.Text, txtemail.Text,
txtpass.Text);
Utility.sendMail(txtemail.Text, "Thanks", "Thanks for
registration with us");
Response.Redirect("Login.aspx");

}
}
user.master:
<%@ Master Language="C#" AutoEventWireup="true"
CodeFile="User.master.cs" Inherits="User" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">

<link rel="stylesheet" href="css/style.css" type="text/css"


media="all" />

<script src="js/jquery-1.3.2.min.js"
type="text/javascript"></script>
<script src="js/fns.js" type="text/javascript"></script>

<link href="meera.css" rel="stylesheet" type="text/css" />


<link href="meera.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="engine1/style.css"
media="screen" />
<style type="text/css">a#vlb{display:none}</style>
<script type="text/javascript"
src="engine1/jquery.js"></script>
<style type="text/css">
.style2
{
width: 100px;
}
.style3
{
width: 101px;
}
.style5
{
color: Green;
text-align: center;
width: 101px;
}
</style>
<asp:ContentPlaceHolder id="head" runat="server">
</asp:ContentPlaceHolder>
<title>GamePortal</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"
/>
<link rel="stylesheet" href="css/style.css" type="text/css"
media="all" />
<script src="js/jquery-1.3.2.min.js"
type="text/javascript"></script>
<script src="js/fns.js" type="text/javascript"></script>
</head>
<body>
<form id="form1" runat="server">

<div class="cl">&nbsp;</div>

<div id="logo">
<h1><a href="#">Game<span>portal</span></a></h1>
<p class="description">your game zone</p>
</div>
<div id="main-nav">
<div class="bg-right">
<div class="bg-left">
</div>
</div>
</div>
<div class="cl">&nbsp;</div>
<div id="sort-nav">
<div class="bg-right">
<div class="bg-left">
<div class="cl">&nbsp;</div>
<ul>
<li><a href="Feedback.aspx">Feedback </a><span
class="sep">&nbsp;</span></li>
<li><a href="NewRelease.aspx">New Releases</a><span
class="sep">&nbsp;</span></li>
<li><a href="Play.aspx">Play Games</a><span
class="sep">&nbsp;</span></li>
<li><a href="Logout.aspx">LogOut</a><span
class="sep">&nbsp;</span></li>
<li><a href="Javagames.aspx">Java Games</a><span
class="sep">&nbsp;</span></li>
</ul>

<div class="cl">&nbsp;</div>
</div>
</div>
</div>

</div>
<div id="second">

<table style="width: 30%;">

<tr>
<td class="style1">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>

&nbsp;<asp:UpdatePanel ID="UpdatePanel1"
runat="server">
<ContentTemplate>
<asp:AdRotator ID="AdRotator1" runat="server"
AdvertisementFile="~/slider.xml"/>
<asp:Timer ID="Timer1" runat="server"
Interval="2500">
</asp:Timer>
</ContentTemplate>
</asp:UpdatePanel>
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
</td>
</tr>
</table>
</div>
<div id="main">
<div id="cate">
<table class="tbl">
<tr>
<td>
<table class="tbl">

</table>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td class="tblhead" style="background-color:Black">
CATEGORY</td>
</tr>
</table>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink3" runat="server"
NavigateUrl="~/Pcgames.aspx">PC GAMES</asp:HyperLink>
<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink4" runat="server"
NavigateUrl="~/Mobilegames.aspx">MOBILE GAMES</asp:HyperLink>
<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink5" runat="server"
NavigateUrl="~/PSgames.aspx">PS GAMES</asp:HyperLink>
<br />
&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink6" runat="server"
NavigateUrl="~/xboxgames.aspx">XBOX GAMES</asp:HyperLink>
<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

</div><div id="itemm">
<asp:ContentPlaceHolder id="ContentPlaceHolder1"
runat="server"></asp:ContentPlaceHolder>
</div>
</div>

<div id="foot">All Rights Reserved @Game Portal</div>

</form>
</body>
</html>

default.aspx:
<%@ Page Title="" Language="C#" MasterPageFile="~/User.master"
AutoEventWireup="true" CodeFile="Default.aspx.cs"
Inherits="User_Default" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head"


Runat="Server">
</asp:Content>
<asp:Content ID="Content2"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

<table style="width: 100%;">


<tr>
<td align="center" bgcolor="Lime"

style="font-family: Algerian; font-size: xx-large;


font-weight: bold; font-style: italic; text-transform: uppercase;
color: #FFFFFF; background-color: #000000;">
<br /> <br /> <br /> <br /> <br /> <br /> <br />
welcome to GamePortal
&nbsp;
&nbsp;
&nbsp;
</td>
</tr>
</table>
<br/>

</asp:Content>

pcgames.aspx:
<%@ Page Title="" Language="C#" MasterPageFile="~/User.master"
AutoEventWireup="true" CodeFile="Pcgames.aspx.cs" Inherits="Search"
%>

<asp:Content ID="Content1" ContentPlaceHolderID="head"


Runat="Server">
<style type="text/css">
.style8
{
height: 40px;
}
.style10
{
width: 300px;
height: 146px;
}
.style11
{
width: 23px;
}
.style12
{
height: 150px;
}
.style13
{
height: 160px;
}
.style14
{
width: 304px;
}
.style15
{
width: 300px;
height: 168px;
}
.style16
{
width: 301px;
}
.style17
{
height: 132px;
}
.style18
{
width: 298px;
height: 169px;
}
</style>
</asp:Content>
<asp:Content ID="Content2"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

<table style="width: 100%;">


<tr>
<td class="style11" rowspan="2">
<img class="style10" src="images/counter
%20strike.jpg" /></td>
<td class="style8">
<h1>Counter Strike:Con.Zero</h1> </td>
</tr>
<tr>
<td class="style12">
Counter-Strike: Condition Zero is a multiplayer video
game, the follow-up to Counter-Strike.
The game was released in 2004 using the GoldSrc
engine.
Condition Zero features a multiplayer mode, which
features updated character models, textures,
maps and other graphical tweaks.
It also includes two single-player campaigns,
including Condition Zero: Deleted Scenes<br />
<br />
&nbsp;<asp:HyperLink ID="Hypelink3" runat="server"
NavigateUrl="~/Counter-
Strike_Condition_Zero.torrent">Play</asp:HyperLink>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink8" runat="server"
NavigateUrl="~/Videos/Counter Strike Condition
Zero Gameplay PC HD.mp4">How To Play</asp:HyperLink>
</td>
</tr>
</table>
<table style="width: 100%;">
<tr>
<td rowspan="2" class="style14">
&nbsp;
&nbsp;
&nbsp;
<img class="style15" src="images/igi.jpg" /></td>
<td>
&nbsp;<h1>Project IGI</h1>
&nbsp;</td>
</tr>
<tr>
<td class="style13">
Project I.G.I.: I'm Going In (released in Europe as
simply Project I.G.I.) is a tactical first-person shooter
video game developed by Innerloop Studios and released
on December 15, 2000 by Eidos Interactive.
Upon release the game received mixed reviews due to a
number of shortcomings, including poorly programmed A.I.,
lack of a mid-game save option, and the lack of
multiplayer features.
&nbsp;
<br />
&nbsp;
&nbsp;
<br />
<asp:HyperLink ID="HyperLink4" runat="server"

NavigateUrl="~/Project_IGI_1_PC_Game_By_FriendsNnoobs.torrent">Play<
/asp:HyperLink>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink5" runat="server"
NavigateUrl="~/Videos/Project IGI - Level 01
Hard ( Trainyard ).mp4">How To Play</asp:HyperLink>
<br />
&nbsp;&nbsp;

</td>
</tr>
</table>
<table style="width: 100%;">
<tr>
<td rowspan="2" class="style16">
&nbsp;
&nbsp;
&nbsp;
<img class="style18" src="images/nfs.jpg" /></td>
<td>
&nbsp;
&nbsp;<h1>&nbsp;&nbsp;Need For Speed</h1></td>
</tr>
<tr>
<td class="style17">
Need for Speed, also known by its initials NFS, is a
racing video game franchise published by Electronic Arts and
currently developed by Ghost Games.
The series centers around illicit street racing and in
general tasks players to complete various types of races while
evading
the local law enforcement in police pursuits.
&nbsp;
&nbsp;
&nbsp;
&nbsp;&nbsp;
<br />
<br />
<asp:HyperLink ID="HyperLink6" runat="server"

NavigateUrl="~/Need.For.Speed.2016.PC.torrent">Play</asp:HyperLink>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;
<asp:HyperLink ID="HyperLink7" runat="server"
NavigateUrl="~/Videos/Need For Speed Underground
2 (nfsu2) Honda Civic Vtec Kick 2014.mp4">How To
Play</asp:HyperLink>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br />
</td>
</tr>
</table>
</asp:Content>

pcgames.aspx.cs:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class Search : System.Web.UI.Page


{
DS_AITEM.ITEM_SELECTDataTable IDT = new
DS_AITEM.ITEM_SELECTDataTable();
DS_AITEMTableAdapters.ITEM_SELECTTableAdapter IAdapter = new
DS_AITEMTableAdapters.ITEM_SELECTTableAdapter();
protected void Page_Load(object sender, EventArgs e)
{

}
}

mobilegames.aspx:
<%@ Page Title="" Language="C#" MasterPageFile="~/User.master"
AutoEventWireup="true" CodeFile="Mobilegames.aspx.cs"
Inherits="Mobilegames" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head"


Runat="Server">
<style type="text/css">
.style19
{
}
.style20
{
height: 149px;
}
.style21
{
width: 308px;
}
.style22
{
width: 303px;
height: 200px;
}
.style23
{
width: 316px;
}
.style24
{
height: 125px;
}
.style25
{
height: 23px;
}
.style26
{
width: 290px;
height: 194px;
}
.style27
{
height: 88px;
}
.style28
{
width: 95px;
}
.style29
{
height: 25px;
}
.style30
{
width: 318px;
height: 159px;
}
</style>
</asp:Content>
<asp:Content ID="Content2"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

<table style="width: 100%; height: 129px;">


<tr>
<td class="style21" rowspan="2">
<img class="style22" src="images/mini%20militia.jpg"
/></td>
<td class="style19">
<h1>Mini Militia</h1>
</td>
</tr>
<tr>
<td class="style20">
Doodle Army 2: Mini Militia (DA2) is a free-to-play 2D
shooter game released
for iOS and Android devices. The game was released for
iOS devices on April 5, 2011 and on Google Play for Android on March
18, 2015.
The game was listed as one of the top games on the
Indian Apple App Store in 2017.
<br />
<br />
<asp:HyperLink ID="HyperLink3" runat="server"
NavigateUrl="~/mini militia apk
file.apk">Play</asp:HyperLink>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink4" runat="server"
NavigateUrl="~/Videos/Mini Militia Tips
Beginners.mp4">How To Play</asp:HyperLink>
</td>
</tr>
</table>
<br />
<table style="width: 100%;">
<tr>
<td class="style23" rowspan="2">
&nbsp;
&nbsp;
&nbsp;
<img class="style26" src="images/bomb%20squad.jpg"
/></td>
<td class="style25">
<h1>Bomb Squad</h1>
</td>
</tr>
<tr>
<td class="style24">
BombSquad is primarily a smartphone-based game released
and developed by Eric Froemling.
The game isn't about defusing bombs it's about throwing
them at your opponent.
The gameplay involves different maps where your avatar
has to throw bombs to defeat other players.
The game also has variations of ice-hockey and flag
touch down games.
BombSquad can be played in single and multiplayer mode.
&nbsp;
&nbsp;
&nbsp;
&nbsp;<br />
&nbsp;<br />
<asp:HyperLink ID="HyperLink5" runat="server"
NavigateUrl="~/bomb squad
apk.apk">Play</asp:HyperLink>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink6" runat="server"
NavigateUrl="~/Videos/Bombsquad for
beginner.mp4">How To Play</asp:HyperLink>
</td>
</tr>
</table>
<br />

<table style="width:100%;">
<tr>
<td class="style28" rowspan="2">
<img class="style30" src="images/coc.jpg" /></td>
<td class="style29">
<h1>Clash Of Clans</h1>
</td>
</tr>
<tr>
<td class="style27">
Clash of Clans is a freemium mobile strategy video game
developed and published by Finnish game developer Supercell.
The game was released on October 7, 2013.
The game is where the player is a chief of a village.
<br />
<br />
<asp:HyperLink ID="HyperLink7" runat="server"
NavigateUrl="~/clash-of-clans-10-134-
7.apk">Play</asp:HyperLink>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink8" runat="server"
NavigateUrl="~/Videos/Clash of Clans- Revenge
(Official Super Bowl TV Commercial).mp4">How To Play</asp:HyperLink>
</td>
</tr>
</table>
</asp:Content>

psgames.aspx:
<%@ Page Title="" Language="C#" MasterPageFile="~/User.master"
AutoEventWireup="true" CodeFile="PSgames.aspx.cs" Inherits="PSgames"
%>

<asp:Content ID="Content1" ContentPlaceHolderID="head"


Runat="Server">
<style type="text/css">
.style31
{
}
.style32
{
width: 192px;
}
.style33
{
height: 95px;
}
.style34
{
width: 300px;
height: 168px;
}
.style35
{
width: 303px;
}
.style36
{
height: 47px;
}
.style37
{
width: 259px;
height: 195px;
}
.style38
{
width: 291px;
}
.style39
{
height: 109px;
}
.style40
{
width: 299px;
height: 168px;
}
</style>
</asp:Content>
<asp:Content ID="Content2"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 100%; height: 161px;">
<tr>
<td class="style32" rowspan="2">
&nbsp;
&nbsp;
&nbsp;
<img class="style34" src="images/god%20of%20war.jpg"
/></td>
<td class="style31">
<h1>God Of War</h1>
&nbsp;
&nbsp;
</td>
</tr>
<tr>
<td class="style33">
God of War is a third-person hack and slash action-adventure
video game
developed by Santa Monica Studio and published by Sony
Computer Entertainment.
Loosely based on Greek mythology, it is set in ancient
Greece with vengeance as its central motif.
The player controls the protagonist Kratos, a Spartan
warrior who serves the Olympian Gods.
&nbsp;
<br />
<br />
&nbsp; &nbsp;
<asp:HyperLink ID="HyperLink3" runat="server"

NavigateUrl="~/God.of.War..PS4.torrent">Play</asp:HyperLink>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink4" runat="server"
NavigateUrl="~/Videos/God of War - Be A Warrior PS4
Gameplay Trailer E3 2017.mp4">How To Play</asp:HyperLink>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
<br />
<table style="width: 100%; height: 173px;">
<tr>
<td class="style35" rowspan="2">
&nbsp;
&nbsp;
&nbsp;
<img class="style37" src="images/smackdown.jpg"
/></td>
<td>
<h1>SmackDown VS RAW</h1>
&nbsp;
&nbsp;
</td>
</tr>
<tr>
<td class="style36">
WWE SmackDown! vs. Raw is a professional wrestling video
game released on the PlayStation 2 console by THQ and developed by
Yuke's.
It is part of the WWE SmackDown vs. Raw series and is
based on the professional wrestling promotion
World Wrestling Entertainment (WWE).
This game is the sequel to 2003's WWE SmackDown! Here
Comes the Pain and was succeeded in 2005 by WWE SmackDown! vs. Raw
2006.
&nbsp;<br />
<br />
&nbsp;&nbsp;
&nbsp;
<asp:HyperLink ID="HyperLink5" runat="server"
NavigateUrl="~/Smackdown.vs.Raw.2012 -
PlayStation.3.torrent">Play</asp:HyperLink>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink6" runat="server"
NavigateUrl="~/Videos/Smackdown vs Raw 2007 PS2
Game Wrestling 101.mp4">How To Play</asp:HyperLink>
</td>
</tr>
</table>

<br />
<table style="width: 100%;">
<tr>
<td class="style38" rowspan="2">
&nbsp;
&nbsp;
&nbsp;
<img class="style40" src="images/downhill.jpg"
/></td>
<td>
<h1>Downhill Domination</h1>
&nbsp;
&nbsp;
</td>
</tr>
<tr>
<td class="style39">
Downhill Domination is a sports racing video game. The
game was released for the PlayStation 2.
Downhill Domination includes a very different style of
gameplay that differs from standard bike
racing games by having the character riding downhill
almost exclusively, due to the incline of the tracks.
&nbsp;
&nbsp;
&nbsp;
&nbsp;
<br />
<br />
<asp:HyperLink ID="HyperLink7" runat="server"
NavigateUrl="~/downhill-domination-
PS2_torrent.torrent">Play</asp:HyperLink>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink8" runat="server"
NavigateUrl="~/Videos/Lets Play Downhill
Domination Bonus Video 2 Unlockables.mp4">How To
Play</asp:HyperLink>
</td>
</tr>
</table>
</asp:Content>
xboxgames.aspx:

<%@ Page Title="" Language="C#" MasterPageFile="~/User.master"


AutoEventWireup="true" CodeFile="xboxgames.aspx.cs"
Inherits="xboxgames" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head"


Runat="Server">
<style type="text/css">
.style19
{
}
.style21
{
height: 81px;
}
.style22
{
width: 198px;
}
.style23
{
width: 262px;
height: 145px;
}
.style30
{
width: 259px;
height: 158px;
}
.style31
{
height: 11px;
}
.style32
{
width: 195px;
}
.style33
{
height: 9px;
}
.style34
{
}
.style35
{
width: 265px;
}
</style>
</asp:Content>
<asp:Content ID="Content2"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 100%;">
<tr>
<td class="style22" rowspan="2">
&nbsp;
&nbsp;
&nbsp;
<img class="style23" src="images/aliens%20xbox.jpg"
/></td>
<td class="style19">
<h1>Aliens Colonial Marines</h1>
&nbsp;
&nbsp;
</td>
</tr>
<tr>
<td class="style21">
All the parts were there. Five years ago, Sega announced
that Gearbox was going to develop
an FPS based on the Aliens franchise.
The studio had demonstrated its chops through the
Brothers in Arms series.
Not only that, but Aliens: Colonial Marines had Fox’s
blessing to tell a canonical story that bridged Aliens and Alien 3.

<br />
<br />
&nbsp;
&nbsp;
&nbsp;
&nbsp;
<asp:HyperLink ID="HyperLink3" runat="server"
NavigateUrl="~/Aliens.Colonial.Marines.XBOX
360.torrent">Play</asp:HyperLink>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink4" runat="server"
NavigateUrl="~/Videos/Aliens Colonial Marines
(Xbox 360).mp4">How To Play</asp:HyperLink>
</td>
</tr>
</table>
<br />
<table style="width: 100%; height: 231px;">
<tr>
<td class="style32" rowspan="2">
&nbsp;
&nbsp;
&nbsp;
<img class="style30" src="images/fifa.jpg" /></td>
<td class="style33">
<h1>FIFA 10</h1>
&nbsp;
&nbsp;
</td>
</tr>
<tr>
<td class="style31">
FIFA 10 (FIFA Soccer 10 in North America) is the 17th
title in EA Sports' FIFA series of football video games.
Developed by EA Canada, it was published under the EA
Sports label.
It is available for the PlayStation 3, Xbox 360,
Microsoft Windows, PlayStation 2.
&nbsp;<br />
<br />
&nbsp;&nbsp;
&nbsp;
&nbsp;
<asp:HyperLink ID="HyperLink5" runat="server"
NavigateUrl="~/Fifa.10 -
XBOX.360.torrent">Play</asp:HyperLink>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink6" runat="server"
NavigateUrl="~/Videos/FIFA 10 gameplay (XBOX
360) Real Madrid - FC Barcelona.mp4">How To Play</asp:HyperLink>
</td>
</tr>
</table>
<br />
<table style="width: 100%;">
<tr>
<td class="style35" rowspan="2">
&nbsp;
&nbsp;
&nbsp;
<img class="style23" src="images/assains%20creed.jpg"
/></td>
<td class="style34">
<h1>Assassin's Creed</h1>
&nbsp;
&nbsp;
</td>
</tr>
<tr>
<td>
Assassin's Creed is a franchise centered on an action-
adventure video game series developed by Ubisoft.
It depicts a centuries-old struggle pitting the Assassins,
who fight for peace and free will, against the Templars,
who believe peace comes through control of humanity.
The series features historical fiction mixed with real-
world historical events and figures.
<br />
<br />
<asp:HyperLink ID="HyperLink7" runat="server"
NavigateUrl="~/Assassin's.Creed.Brotherhood -
Xbox.360.torrent">Play</asp:HyperLink>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink8" runat="server"
NavigateUrl="~/Videos/Assassins Creed Origins - Best
Tips for Beginners! New Gameplay of Combat Legendary
Weapons.mp4">How To Play</asp:HyperLink>
<br />
&nbsp;&nbsp;
&nbsp;
&nbsp;
&nbsp;
</td>
</tr>
</table>
</asp:Content>

feedback.aspx:
<%@ Page Title="" Language="C#" MasterPageFile="~/User.master"
AutoEventWireup="true" CodeFile="Feedback.aspx.cs"
Inherits="Feedback" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head"


Runat="Server">
<style type="text/css">
.style6
{
width: 100%;
}
</style>
</asp:Content>
<asp:Content ID="Content2"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table class="tbl">
<tr>
<td class="tblhead">
Feed Back From</td>
</tr>
<tr>
<td>
&nbsp;</td>
</tr>
<tr>
<td>
<table class="style6">
<tr>
<td class="lbl">
Name :</td>
<td>
<asp:TextBox ID="txtname" runat="server"
CssClass="txt"></asp:TextBox>
<asp:RequiredFieldValidator
ID="RequiredFieldValidator1" runat="server"
ControlToValidate="txtname"
ErrorMessage="!!" ForeColor="#FF3300"

SetFocusOnError="True"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="lbl">
FeddBack :</td>
<td>
<asp:TextBox ID="txtfeedback"
runat="server" CssClass="txt" Height="90px"
TextMode="MultiLine"
Width="250px"></asp:TextBox>
<asp:RequiredFieldValidator
ID="RequiredFieldValidator2" runat="server"
ControlToValidate="txtfeedback"
ErrorMessage="!!" ForeColor="#FF3300"

SetFocusOnError="True"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
<asp:Button ID="Button3" runat="server"
CssClass="btn" onclick="Button3_Click"
Text="Send Feedback" />
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
<asp:Label ID="lblmsg"
runat="server"></asp:Label>
</td>
</tr>
</table>
</td>
</tr>
</table>
</asp:Content>

feedback.aspx.cs:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class Feedback : System.Web.UI.Page


{
DS_Feed.FEEDBACKMSTR_SELECTDataTable FDT = new
DS_Feed.FEEDBACKMSTR_SELECTDataTable();
DS_FeedTableAdapters.FEEDBACKMSTR_SELECTTableAdapter FAdapter =
new DS_FeedTableAdapters.FEEDBACKMSTR_SELECTTableAdapter();
protected void Page_Load(object sender, EventArgs e)
{

}
protected void Button3_Click(object sender, EventArgs e)
{
FAdapter.Insert(txtname.Text, txtfeedback.Text,
System.DateTime.Now);
txtfeedback.Text = "";
txtname.Text = "";
lblmsg.Text = "Feedback Sent Successfully";

}
}

newrelease.aspx:
<%@ Page Title="" Language="C#" MasterPageFile="~/User.master"
AutoEventWireup="true" CodeFile="NewRelease.aspx.cs"
Inherits="PRODUCT" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head"


Runat="Server">
</asp:Content>
<asp:Content ID="Content2"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table class="tbl">
<tr>
<td class="tblhead">
New Releases
</td>
</tr>
<tr>
<td>
&nbsp;</td>
</tr>
<tr>
<td>

</td>
</tr>
</table>
<table style="width: 100%;">
<tr>
<td class="style6" rowspan="2">
<img src="images/MechWarrior%205.jpg" />
&nbsp;
&nbsp;
&nbsp;
</td>
<td class="style8">
<h3>MechWarrior 5: Mercenaries</h3>
&nbsp;
&nbsp;
</td>
</tr>
<tr>
<td class="style9">
<h3>PC GAME</h3>
&nbsp;
&nbsp;
&nbsp;
&nbsp;
</td>
</tr>
</table>
<br />
<table style="width: 100%;">
<tr>
<td class="style6" rowspan="2">
<img src="images/Crackdown%203.jpg" />
&nbsp;
&nbsp;
&nbsp;
</td>
<td class="style8">
<h3>Crackdown 3</h3>
&nbsp;
&nbsp;
</td>
</tr>
<tr>
<td class="style9">
<h3>XBOX GAME</h3>
&nbsp;
&nbsp;
&nbsp;
&nbsp;
</td>
</tr>
</table>
<br />
<table style="width: 100%;">
<tr>
<td class="style6" rowspan="2">
<img src="images/callofduty.jpg" />
&nbsp;
&nbsp;
&nbsp;
</td>
<td class="style8">
<h3>Call Of Duty Modern Warfare Remastered</h3>
&nbsp;
&nbsp;
</td>
</tr>
<tr>
<td class="style9">
<h3>PS GAME</h3>
&nbsp;
&nbsp;
&nbsp;
&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<asp:HyperLink
ID="HyperLink1" runat="server"
NavigateUrl="~/newreleasegames.aspx">Next</asp:HyperLink>
</td>
</tr>
</table>
<br />

</asp:Content>

play.aspx:
<%@ Page Title="" Language="C#" MasterPageFile="~/User.master"
AutoEventWireup="true" CodeFile="Play.aspx.cs" Inherits="Play" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head"


Runat="Server">
<style type="text/css">
.style7
{
width: 180px;
}
.style8
{
width: 196px;
height: 151px;
}
.style9
{
}
.style10
{
width: 198px;
}
.style11
{
width: 250px;
height: 188px;
}
.style12
{
height: 116px;
}
.style13
{
width: 243px;
}
.style14
{
height: 13px;
}
.style15
{
width: 216px;
height: 133px;
}
</style>
</asp:Content>
<asp:Content ID="Content2"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 100%;">
<tr>
<td class="style7" rowspan="2">
&nbsp;
&nbsp;
&nbsp;
<img class="style8" src="images/samurai
%20warrior.jpg" /></td>
<td>
<h1>Samurai</h1>
</td>
</tr>
<tr>
<td>
This is an flash game provided by miniclip.com.
Here user is a samurai who has to face the enemies.
As the user progresses he goes to the next level.
&nbsp;
&nbsp;
&nbsp;
&nbsp;
<br />
<br />
<asp:HyperLink ID="HyperLink3" runat="server"
NavigateUrl="~/Miniclip-Game-samurai-
warrior.exe">Play</asp:HyperLink>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink4" runat="server"
NavigateUrl="~/Videos/Miniclip Game samurai
warrior.mp4">How To Play</asp:HyperLink>
</td>
</tr>
</table>
<br />
<table style="width: 100%;">
<tr>
<td rowspan="2" class="style10">
&nbsp;
&nbsp;
&nbsp;
<img class="style11" src="images/3%20foot.jpg"
/></td>
<td>
<h1>3 Foot Ninja</h1>
</td>
</tr>
<tr>
<td class="style9">
3 Foot Ninja is an action game, on Miniclip.
The idea of the game is to defeat enemies and collect
scrolls along the way.
There are harder enemies along the way.
After the dark and treacherous that led him to the
Elders' scrolls our little hero was
celebrated throughout the Kingdoms.
After the dark and treacherous that led him to the
Elders' scrolls our little hero was
celebrated throughout the Kingdoms.
Word spread quickly of this "little warrior for the
people" and everywhere he went,
folks of all culture and ages welcomed him to their
homes.
But as his fame and his face became known, so his
enemies sworn vengance.
<br />
&nbsp;
&nbsp;
&nbsp;
&nbsp;
<br />
<br />
<asp:HyperLink ID="HyperLink5" runat="server"
NavigateUrl="~/Miniclip-Game-3-foot-
ninja.exe">Play</asp:HyperLink>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink6" runat="server"
NavigateUrl="~/Videos/3 Foot Ninja - Gameplay -
Miniclip - Copy.mp4">How To Play</asp:HyperLink>
<br />
</td>
</tr>
</table>
<br />
<table style="width: 100%;">
<tr>
<td rowspan="2" class="style13">
&nbsp;
&nbsp;
&nbsp;
<img class="style15" src="images/alien%20attack
%20flash.jpg" /></td>
<td class="style14">
<h1>Alien Attack</h1>
</td>
</tr>
<tr>
<td class="style12">
Alien Attack is a 1979 handheld video game made by
Coleco using a VFD display.
It came in a bright orange futuristic-styled case and
controls were a joystick, fire button, and move button.
&nbsp;
&nbsp;<br />
<br />
&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink7" runat="server"
NavigateUrl="~/Miniclip-Game-alien-
attack.exe">Play</asp:HyperLink>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;
<asp:HyperLink ID="HyperLink8" runat="server"
NavigateUrl="~/Videos/Miniclip Alien Attack
Gameplay.mp4">How To Play</asp:HyperLink>
</td>
</tr>
</table>

</asp:Content>

javagames:aspx:
<%@ Page Title="" Language="C#" MasterPageFile="~/User.master"
AutoEventWireup="true" CodeFile="Javagames.aspx.cs"
Inherits="Javagames" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head"


Runat="Server">
<style type="text/css">
.style19
{
width: 158px;
height: 103px;
}
.style22
{
width: 223px;
}
.style23
{
width: 134px;
}
.style24
{
height: 61px;
}
</style>
</asp:Content>
<asp:Content ID="Content2"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 100%; height: 119px;">
<tr>
<td class="style22" rowspan="2">
<img class="style19" src="images/tictactoe.JPG" />
&nbsp;
&nbsp;
&nbsp &nbsp &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
</td>
<td>
<h1>TIC TAC TOE</h1>
&nbsp;
&nbsp;
</td>
</tr>
<tr>
<td>
<asp:HyperLink ID="HyperLink1" runat="server"
NavigateUrl="~/tictactoegame.aspx">Play</asp:HyperLink>
</td>
</td>
</tr>
<tr>
<td class="style22">

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

&nbsp;
&nbsp;
&nbsp;
&nbsp;
</td>
</tr>
</table>
<br/>
<br />
<table style="width: 100%; height: 119px;">
<tr>
<td class="style23" rowspan="2">
&nbsp;<img src="spaceinvaders.JPG"
style="height: 111px; width: 200px" /><td class="style24">
<h1>Space Invaders</h1>
&nbsp;
&nbsp;
</td>
</tr>
<tr>
<td>
<asp:HyperLink ID="HyperLink2" runat="server"
NavigateUrl="~/spaceinvaders.aspx">Play</asp:HyperLink>
&nbsp;
&nbsp;
&nbsp;
&nbsp;
</td>
</tr>
</table>
</asp:Content>

logout.aspx:
<%@ Page Title="" Language="C#" MasterPageFile="~/login.master"
AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Login" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head"


Runat="Server">
<style type="text/css">
.style2
{
width: 259px;
}
.style3
{
height: 8px;
}
.style4
{
height: 9px;
}
.style5
{
width: 100px;
}
</style>
</asp:Content>
<asp:Content ID="Content2"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div style="background-image:
url('/SourceCode/images/vegito.jpg')" >
<table class="tbl">
<tr>
<td class="tblhead">
User Login Area</td>
</tr>
<tr>
<td>
&nbsp;</td>
</tr>
<tr>
<td>
<br />
<br />
</td>
</tr>
<tr>
<td style="text-align: center">
<table align="center" class="style2" style="border: thin
solid #008000">
<tr>
<td class="tblhead" colspan="2">
Login Here</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td class="lbl">
UserName :
</td>
<td>
<asp:TextBox ID="txtuname" runat="server"
CssClass="txt" Width="140px"></asp:TextBox>
<asp:RequiredFieldValidator
ID="RequiredFieldValidator1" runat="server"
ControlToValidate="txtuname"
ErrorMessage="Enter UserName"
ForeColor="Aqua"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="lbl">
Password :
</td>
<td>
<asp:TextBox ID="txtpass" runat="server"
CssClass="txt" Width="140px"
TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator
ID="RequiredFieldValidator2" runat="server"
ControlToValidate="txtpass"
ErrorMessage="Enter Password"
ForeColor="Aqua"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="style4">
</td>
<td class="style4">
&nbsp;</td>
</tr>
<tr>
<td>
<asp:HyperLink ID="HyperLink1"
runat="server" NavigateUrl="admin/login.aspx">Admin</asp:HyperLink>
&nbsp;</td>
<td align="left" valign="top">
<table class="style5">
<tr>
<td>
<asp:Button ID="btnlogin"
runat="server" CssClass="btn" Text="Login"
onclick="btnlogin_Click" />
</td>
<td>
<asp:Image ID="Image3"
runat="server" Height="44px"
ImageUrl="~/images/bomb
squad.jpg" Width="85px" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="style3">
</td>
<td align="left" class="style3">
<asp:Label ID="lblerror" runat="server"
ForeColor="#CC0000"></asp:Label>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br />
<asp:HyperLink ID="HyperLink3"
runat="server" NavigateUrl="~/FPassword.aspx">Forgot
Password</asp:HyperLink>
<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="text-align: center; color: Aqua">
Dont have Username and Password
<asp:HyperLink ID="HyperLink2" runat="server"
NavigateUrl="~/Registration.aspx">Register Now !!</asp:HyperLink>
</td>
</tr>
</table>
</div>
</asp:Content>

logout.aspx.cs:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class Logout : System.Web.UI.Page


{
protected void Page_Load(object sender, EventArgs e)
{
Response.Redirect("Login.aspx");
}
}

admin/admin.master:
<%@ Master Language="C#" AutoEventWireup="true"
CodeFile="admin.master.cs" Inherits="admin_admin" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<link href="admin.css" rel="stylesheet" type="text/css" />

<asp:ContentPlaceHolder id="head" runat="server">


</asp:ContentPlaceHolder>
<style type="text/css">
.style1
{
width: 78%;
}
.style2
{
height: 115px;
font-size: 40px;
color: #00FFFF;
text-align: center;
}
.style3
{
height: 115px;
width: 204px;
}
.style5
{
width: 200px;
font-size: x-large;
margin-left: 40px;
}
.style7
{
font-size: large;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div id="header">
<table class="style1">
<tr>
<td class="style3">
<asp:Image ID="Image1" runat="server"
Height="113px"
ImageUrl="~/images/EA fifa14 1.png"
style="margin-top: 0px" Width="236px" />
</td>
<td class="style2">
<strong class="style1">Online Game
Portal</strong></td>
</tr>
</table>
</div>
<div id="main">

<div id="mnu">
<table class="main">
<tr>
<td bgcolor="#FF9900" class="tblhead">
MENU</td>
</tr>

<tr>

</tr>
<tr>

<tr>
<td class="style7">
<asp:Button ID="Button7" runat="server"
CssClass="mbtn"
Text="FeedBack"
CausesValidation="False"
onclick="Button7_Click"
PostBackUrl="~/admin/FEEDBACK.aspx" />
</td>
</tr>
<tr>
<td class="style5">
<asp:Button ID="Button9" runat="server"
CssClass="mbtn"
PostBackUrl="~/admin/Change
Password.aspx" Text="Change Password"
Width="201px" />
<asp:Button ID="Button8" runat="server"
CssClass="mbtn"
Text="Log Out" CausesValidation="False"
PostBackUrl="~/admin/login.aspx" />

</td>
</tr>
</table>
</div>
<div id="cnt" >
<asp:ContentPlaceHolder id="ContentPlaceHolder1"
runat="server">

</asp:ContentPlaceHolder>
</div>
</div>

</form>

</body>
</html>

admin/login.aspx:
<%@ Page Language="C#" AutoEventWireup="true"
CodeFile="login.aspx.cs" Inherits="admin_login" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<script type="text/javascript">
function caplock(e)
{
kc=e.keycode ? e.keycode: e.which;
sk=e.shiftkey?e.shiftkey:((kc==16)?true:false);
if(((kc>=65 && kc <=90)&&!sk)||((kc>=97 && kc <=122)&& sk))
{
document.getElementById('abc').style.visibility='visible';
}
else
{
document.getElementById('abc').style.visibility='hidden';
}
}
</script>
<link href="admin.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.style1
{
width: 260px;
height: 197px;
}
.style3
{
font-size: x-large;
}
.style4
{
font-size: 40pt;
text-align: center;
color: #FF0066;
}
.style5
{
height: 20px;
}
.style6
{
height: 21px;
background: green;
color: yellow;
font-size: medium;
font-weight: bold;
text-align: center;
border-bottom: solid 1px yellow;
}
</style>
</head>
<div style="background-image: url('../images/vegito.jpg')">
<body class="mnu">
<form id="form1" runat="server">
<p class="style4">
<strong>ONLINE</strong><strong class="hedaer"> GAME
PORTAL</strong></p>
<div id="login" class="style1">

<table class="style1">
<tr>
<td class="style6" colspan="2" bgcolor="#FF0066">
<strong>Admin Login Page</strong></td>
</tr>
<tr>
<td class="style3">
&nbsp;&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td class="lbl">
UserName:</td>
<td>
<asp:TextBox ID="txtuname" runat="server"
placeholder="Enter User Name" CssClass="txt"
ontextchanged="TextBox1_TextChanged"
Width="120px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="lbl">
Password</td>
<td>
<asp:TextBox ID="txtpass"
onkeypress="caplock(event)" runat="server" placeholder="Enter
Password"
CssClass="txt" TextMode="Password"
Width="120px"></asp:TextBox><div id="abc"
style="visibility:hidden">CAPS LOCK ON</div>
</td>
</tr>
<tr>
<td class="style5">
</td>
<td class="style5">
<asp:Button ID="Button1" runat="server"
Text="Login" CssClass="btn"
onclick="Button1_Click" />
&nbsp;&nbsp;
<asp:Label ID="lblmsg"
runat="server"></asp:Label>
</td>
</tr>
<tr>
<td colspan="2">
&nbsp;</td>
</tr>
</table>

</div>
</form>

</body>
</div>
</html>

admin/login.aspx.cs:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class admin_login : System.Web.UI.Page


{
admin.ADMIN_SELECTDataTable adt = new
admin.ADMIN_SELECTDataTable();
adminTableAdapters.ADMIN_SELECTTableAdapter aadpter = new
adminTableAdapters.ADMIN_SELECTTableAdapter();
protected void Page_Load(object sender, EventArgs e)
{

}
protected void Button1_Click(object sender, EventArgs e)
{
adt = aadpter.selectlogin(txtuname.Text, txtpass.Text);
if (adt.Rows.Count >= 1)
{
Response.Redirect("FEEDBACK.aspx");
}
else
{
lblmsg.Text = "Invalid Username And Password";
}

}
protected void TextBox1_TextChanged(object sender, EventArgs e)
{

}
}

admin/feedback.aspx:
<%@ Page Title="" Language="C#"
MasterPageFile="~/admin/admin.master" AutoEventWireup="true"
CodeFile="FEEDBACK.aspx.cs" Inherits="admin_FEEDBACK" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head"


Runat="Server">
<style type="text/css">
.style8
{
width: 100%;
}
</style>
</asp:Content>
<asp:Content ID="Content2"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table class="style8">
<tr>
<td class="tblhead">
FeedBack Report</td>
</tr>
<tr>
<td>
&nbsp;</td>
</tr>
<tr>
<td>
<asp:GridView ID="GridView1" runat="server"
BackColor="White"
BorderColor="#999999" BorderStyle="None"
BorderWidth="1px" CellPadding="3"
GridLines="Vertical"
onselectedindexchanged="GridView1_SelectedIndexChanged">
<AlternatingRowStyle BackColor="#DCDCDC" />
<FooterStyle BackColor="#CCCCCC" ForeColor="Black"
/>
<HeaderStyle BackColor="#000084" Font-Bold="True"
ForeColor="White" />
<PagerStyle BackColor="#999999" ForeColor="Black"
HorizontalAlign="Center" />
<RowStyle BackColor="#EEEEEE" ForeColor="Black" />
<SelectedRowStyle BackColor="#008A8C" Font-
Bold="True" ForeColor="White" />
<SortedAscendingCellStyle BackColor="#F1F1F1" />
<SortedAscendingHeaderStyle BackColor="#0000A9" />
<SortedDescendingCellStyle BackColor="#CAC9C9" />
<SortedDescendingHeaderStyle BackColor="#000065" />
</asp:GridView>
</td>
</tr>
<tr>
<td>
&nbsp;</td>
</tr>
</table>
</asp:Content>

admin/changepassword.aspx:
<%@ Page Title="" Language="C#"
MasterPageFile="~/admin/admin.master" AutoEventWireup="true"
CodeFile="Change Password.aspx.cs" Inherits="admin_Change_Password"
%>

<asp:Content ID="Content1" ContentPlaceHolderID="head"


Runat="Server">
<style type="text/css">
.style8
{
width: 100%;
}
</style>
</asp:Content>
<asp:Content ID="Content2"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table class="style8">
<tr>
<td class="tblhead" colspan="2">
Change Password</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td class="lbl">
Enter New Password:</td>
<td>
<asp:TextBox ID="txtpass" runat="server"
TextMode="Password"></asp:TextBox>
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
<asp:Button ID="Button10" runat="server" CssClass="btn"
onclick="Button10_Click" Text="Save" />
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
<asp:Label ID="Label1" runat="server"></asp:Label>
</td>
</tr>
</table>
</asp:Content>

admin/changepassword.aspx.cs:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class admin_Change_Password : System.Web.UI.Page


{
admin.ADMIN_SELECTDataTable adt = new
admin.ADMIN_SELECTDataTable();
adminTableAdapters.ADMIN_SELECTTableAdapter aadpter = new
adminTableAdapters.ADMIN_SELECTTableAdapter();

protected void Page_Load(object sender, EventArgs e)


{

}
protected void Button10_Click(object sender, EventArgs e)
{
aadpter.ADMIN_CHANGE_PASSWORD("admin", txtpass.Text);

Label1.Text = "Password Changed";

}
}
admin/logout.aspx:
<%@ Page Title="" Language="C#" MasterPageFile="~/login.master"
AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Login" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head"


Runat="Server">
<style type="text/css">
.style2
{
width: 259px;
}
.style3
{
height: 8px;
}
.style4
{
height: 9px;
}
.style5
{
width: 100px;
}
</style>
</asp:Content>
<asp:Content ID="Content2"
ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div style="background-image:
url('/SourceCode/images/vegito.jpg')" >
<table class="tbl">
<tr>
<td class="tblhead">
User Login Area</td>
</tr>
<tr>
<td>
&nbsp;</td>
</tr>
<tr>
<td>
<br />
<br />
</td>
</tr>
<tr>
<td style="text-align: center">
<table align="center" class="style2" style="border: thin
solid #008000">
<tr>
<td class="tblhead" colspan="2">
Login Here</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td class="lbl">
UserName :
</td>
<td>
<asp:TextBox ID="txtuname" runat="server"
CssClass="txt" Width="140px"></asp:TextBox>
<asp:RequiredFieldValidator
ID="RequiredFieldValidator1" runat="server"
ControlToValidate="txtuname"
ErrorMessage="Enter UserName"
ForeColor="Aqua"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="lbl">
Password :
</td>
<td>
<asp:TextBox ID="txtpass" runat="server"
CssClass="txt" Width="140px"
TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator
ID="RequiredFieldValidator2" runat="server"
ControlToValidate="txtpass"
ErrorMessage="Enter Password"
ForeColor="Aqua"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td class="style4">
</td>
<td class="style4">
&nbsp;</td>
</tr>
<tr>
<td>
<asp:HyperLink ID="HyperLink1"
runat="server" NavigateUrl="admin/login.aspx">Admin</asp:HyperLink>
&nbsp;</td>
<td align="left" valign="top">
<table class="style5">
<tr>
<td>
<asp:Button ID="btnlogin"
runat="server" CssClass="btn" Text="Login"
onclick="btnlogin_Click" />
</td>
<td>
<asp:Image ID="Image3"
runat="server" Height="44px"
ImageUrl="~/images/bomb
squad.jpg" Width="85px" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="style3">
</td>
<td align="left" class="style3">
<asp:Label ID="lblerror" runat="server"
ForeColor="#CC0000"></asp:Label>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<br />
<asp:HyperLink ID="HyperLink3"
runat="server" NavigateUrl="~/FPassword.aspx">Forgot
Password</asp:HyperLink>
<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
bsp;&nbsp;&nbsp;&nbsp;&nbsp;
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="text-align: center; color: Aqua">
Dont have Username and Password
<asp:HyperLink ID="HyperLink2" runat="server"
NavigateUrl="~/Registration.aspx">Register Now !!</asp:HyperLink>
</td>
</tr>
</table>
</div>
</asp:Content>

logout.aspx.cs:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class Logout : System.Web.UI.Page


{
protected void Page_Load(object sender, EventArgs e)
{
Response.Redirect("Login.aspx");
}
}
System Maintainence and Evaluation:
1.We are going to implement online games competition.
2.Here the registerd users will be notified about the upcoming games competition and also
ongoing games competition.
3.We will implement our own java games.
4.We will give the updates in related game types.
5We will make update in the portal so that our users can play the games online on the
portal directly.
6.We will provide better and more better games day-by-day.
7.Imporve the performance of the portal.
8.Plan to add new games.
9.Modify portal to adapt to environment such as changes in hardware,platform,database or
upgrading to new technology.

CONCLUSION
An attempt is made in all its earnest towards the successful completion of the project.
This system as verified with valid as well as with invalid data.
This portal is user friendly since it has been developed in visual studio 2010, a
successful GUI environment. Since the connection can be extended to any databases. The
control will be more powerful.
Connecting it to any type of database extends the development control. Any
suggestion for future development of the system are welcome.
Upgrading the portal can be done without affecting the proper functioning of portal..

References and Bibliography


The following books were referred during the analysis and execution phase of the
project:

MICROSOFT .NET WITH C#

Microsoft .net series

ASP .NET WITH C# 2005

Apress Publications

C# COOK BOOK

O reilly Publications

PROGRAMMING MICROSOFT ASP .NET 2.0 APPLICATION

Wrox Professional Guide

BEGINNING ASP .NET 2.0 E-COMMERCE IN C# 2005

Novice to Professional.

1. Beginning ASP.NET 4 in C# & VB by ImarSpaanjaars---WROX


2. ASP.NET 4.0 programming by JaydipKanjilal—Tata McGraw Hill

Websites used:
1. www.codeproject.com
2. www.wikipedia.org
3. www.google.com
4. www.microsoft.com

You might also like