Php Change Finding Game 2

I would like a quality programmer to provide me with the following script, making sure there are no security flaws and code using PHP/HTML only! Here are the pages broke down, you will not have to design anything, just provide the PHP workings and a very basic HTML layout. Here is exactly what is needed, nothing extra besides what is listed below should be done, other than proper coding and error handling. Be sure to READ the “Game Page”!!

Register

1) A form with the following fields (USERNAME, EMAIL, PASSWORD, CAPTCHA)
2) You must use a simple CAPTCHA like this one (http://www.gerd-tentler.de/tools/seccode/index.php), this is just an example make sure it is up to date and somewhat similar.
3) The USERNAME will be used to login/logout.

Login

1) A login page with form requiring USERNAME and PASSWORD.

Profile Page

1) A page where they can edit their EMAIL and PASSWORD.
2) Display their WINNINGS.

Game Page

1) Have a button or link to click, once clicked you need to have a system or formula that will do the following..
a) There is going to be a 75% that a message is displayed saying “All you found was sofa lint!”
b) There is a 25% that the user will find change in the amount ranging from $0.01 to $0.25, the change amount must be randomized between that amount and displayed as “You found $0.XX cents!”
c) If they find change keep a total of their change accumulated in their Profile Page as WINNINGS.

2) The user should automatically be given 10 turns when they first register to use.

3) To acquire more turns the user must go to a page full of links, after clicking a link they get 5 turns, they are allowed no more than 5 turns per link. So clicking the same link should not give the user more than 5 turns.

4) PLEASE PMB THE CODE “code:ireadyourproject” when Bidding, so I know that you read my project!

5) Display “Hello $username” on the page.

Links Page

1) A list of links and each link gives only 5 turns for the life of that unique link.

Admin Panel

1) See a list of the users, showing their USERNAME, EMAIL, and WINNNGS.
2) Be able to delete a user.
3) Manage the links that show up on the links page, so I can add/remove links for users.

The lowest credible bidder wins and YOU CANNOT USE any complex pre-coded admin panels, I want a compact and straightforward script.

Leave a Reply

Your email address will not be published. Required fields are marked *