Everything in this package enables you to get the TradeFun! site up and running on your machine.


Included Files:

Report Files - Word 2007 and above, and PDF:

Reports\REPORT1.docx
Reports\REPORT1.pdf
Reports\REPORT2.docx
Reports\REPORT2.pdf
Reports\REPORT3.docx
Reports\REPORT3.pdf

Demo Slides:

Slides\TradeFun!.pptx //Demo 1 slides
Slides\TradeFun!2.pptx //Demo 2 slides

Design files:

Source Code:

aboutme.php:
User profile information is displayed

aboutus.php:
A bfrief note from the group6

accountmng.php:
Edit profile/delete account

ads.php:
Displays ad banners by randomly picking images from images folder

createthread.php:
php file to create/edit new thread

deleteaccount.php:
deletes account and stores the data in a backup table

email.php:
to send email notifications

forgotpassword.php, forgotpassword1.php, resetpassword.php:
To reset password

forum.php:
to create new topic/edit/delete in forum

help.php:
FAQ page

homepage.php:
TradeFun! homepage


leaderboard.php
My ranking page

login.php:
login page

mostactive.php
page for most active companies

myportfolio.php
page to store users portfolio details

registration.php:
registration page

rpc.php,ticker.php:
pages that assist autofill

Top5gainers.php:
page for top 5 gainers/losers companies

tradecomments:
page to add comments to tradediary

tradediary.php:
trade diary page to store comments on trades

tradehistory.php:
transaction history page

tradestock.php, transactionprocess.php:
stock tarding page and the page that processes the trades

watchlist.php:
watchlist page






In order to run TradeFun! on a local windows machine,

-Insall wamp server(with PHP 5.2.9, PHP 5.3.8, MySQL)
-Install a PHP IDE like Eclipse and copy the stocks folder(SourceCode\stocks) into www folder of wamp
-start all the services in wamp
-type localhost in address menu of browser and open phpmyadmin()
-create a database 'test'
-create all the table using 'shcema' in Design folder
-to go to registration page
open browser and type http://localhost/stocks/registration.php
-once registration is completed, it will redirect to login page. Now use the same credentials that were given during registration and login
-Now play TradeFun! like any another game!