Script for Fantasy cricket league site using HTML,Bootstrap and PHP
-
Admin_Login.php
Simple PHP file which Authenticate ADMIN of System in order to perform Operation by Admin.
-
Admin_Portal.php
Simple PHP file where admin can see match name which is entered by him/her and also go for add new match.
-
Add_match.php
Simple PHP file where admin can add new match by entering team name and players of team.
-
Add_Match_Confirm.php
Simple PHP file to add match information into database.
-
delete_match.php
Simple PHP files which delete match when match is finished.
-
Ad_match.php
Simple PHP file where match played and according to that player earns points.
-
DevOps.php
PHP file which contain code to add points into different users account based on how players of that user perform in real match.
-
index.php
Display Home Page of Website.
-
header.php
Contain code for header.
-
footer.php
Contain code for footer.
-
Login.php
Simple PHP file Where user enters Phone Number and Password to Login.
-
Reg.php
Simple PHP file for registration of any user.
-
Logout.php
PHP file which perform action about logout user from system.
-
Profile.php
PHP file which display profile page of user.
-
Match.php
PHP file where user select their team for particular match and if user has already select a team then display players of team.
-
cap_vice_select.php
PHP file where user select a captain and vice-captain of his/her team.
-
display_team.php
PHP file which display team of user.
-
LIVE_MATCH.php
PHP file where user can see leaderboard.
-
Help.html
Instructions and policies of game.
-
captcha.php
Captcha code for login authentication.
-
COUNTDOWN.php
in Index show remaining time to start match.