==============================================
phpMyTourney Version 1.0.0 alpha (PRE-RELEASE)
==============================================
- Everything vital to host entirely automated tournaments
I don't feel like describing everything there is in first version
there is simply too much to say ... =)
Looking at what files there is in package with their description should be enuf.
===================================================
Files included in version 1.0.0 alpah (PRE-RELEASE)
with short description
===================================================
Root Dir
******************* For ? : description
adminfunctions.php --> admin : File that contains most admin functions
adminmysql.php --> admin : File that contains most mysql related admin functions
champions.php --> public : webpage that shows champions list.
checkin.php --> public : Check in page.
config.inc --> install : configuration file, edit it before installation...
contestants.php --> public : webpage that shows current sign up contestants for tourneys.
createdb.php --> install : script that generate the database table : REMOVE FROM SERVER AFTER INSTALL
details.php --> public : webpage that shows tourney description.
disclaimer.php --> public : this page could be used as you tourney site homepage (could put your rules, etc. in it)
grid.php --> public : Brackets page
menu.php --> public? : script that generate the menu automaticly
p_signup.php --> public : main sign up process with activation key and stuff
reportloss.php --> public : report loss page
signup.php --> public : tourney sign up page
tourney_team_editor.php --> public : tourney team editor (currently used to pick pard(s))
tourneyadmin.php --> admin : The tourney admin page !
withdraw.php --> public : withdraw from a tourney (removes you from tourney, if not started)
Common Dir (include file used in many of my scripts)
******************* For ? : description
common\forms-template.inc --> developer : file that has the form templates
common\functions.inc --> developer : file that has some function common to more then one of my scripts
common\mysql.inc --> developer : file that open db conenction and all access to db should go through this file
common\print_tables.inc --> developer : file that has the tables format (form tables)
Doc files
******************* For ? : description
docs\copyright.txt
docs\features.txt NO DESC FOR THIS =p
docs\readme.txt
Include files (only for phpmytourney)
******************* For ? : description
includes\email_body.inc --> install : the email body sent when sign up to tourney editable in here
includes\footer.inc --> install : put your layout footer in that file.
includes\functions.inc --> developer : all the tourney functions used in many files.
includes\header.inc --> install : put your layout header in here (IMPORTANT TO INCLUDE THE MENU.PHP FILE IN THIS FILE !)