
|
 |
NWF8Ball.com Bachman Diagram
| Aahead.php |
Note: (1) This script allows system programmer to shut down system
while allowing access through a single IP Address
(2) There is a 'pagebeg' tag inserted for jumping to top |
| Amenu.php |
Note: (1) This script paints the menu options along the left side of the screen
(2) Shows a logon form that invokes $menuopt.php
(3) Paints top portion of screen showing logos |
| AuthAdd.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) The Form on this invokes itself. (2) This used to be SecAdd.php |
|
|
| AuthChg.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) The Form on this invokes itself. (2) This used to be SecChg.php. |
| AuthDel.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) This script hrefs itself for deletes. (2) This script hrefs AuthChg.php for changes. (3) This used to be SecDel.php. |
| AuthRpt.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) Formatted Dump of the Auth Table |
| AuthTbl.php |
| dbLogon.php |
Note: (1) This script posts the Uid/Pin
attempt to the SecRLogn Table (2)Validates Uid/Pin pair
against the Auth_Tbl Table |
| Aztrail.php |
Note: (1) This script sets the copyright with dymamic year (2) Has link to Gulfwebs.com
(3) Closes HTML Table, Body and HTML
|
| BuildTbls.php |
Note: (1) This script can easily be replicated by choosing the EXPORT option on PHP MyAdmin
|
| ByLaws.php |
| sesvar.php |
| Aahead.php |
| Amenu.php |
| Aztrail.php |
Note: (1) Simple informational menu option |
| CalcScore.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note:
(1) Cycle thru the Team_Main and Mbr_Main tables updating totals
(2) Store Team_Dtl and Mbr_Dtl records |
| Comments.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note:
(1) Allow member to post comment
|
| dbClose.php |
Note:
(1) Simply a mysql_close() call |
| dbLogon.php |
Note:
(1) Simply a mysql_connect('localhost',$username,$password); and
@mysql_select_db($database);
(2) Interchangeable vars for ease of movement between dev and prod |
| DbMaint.php |
| sesvar.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) This main menu option is for systems only and used to generate or empty required database structures |
| HackRpt.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note:
(1) The Hack report reads records from the Hack_Log Table stored in
the Validate.php script |
| index.php |
| sesvar.php |
| Aahead.php |
| Amenu.php |
| Aztrail.php |
Note:
(1) Home page for nwf8ball.com.
(2) General Info posted here |
| Join.php |
| sesvar.php |
| Aahead.php |
| Amenu.php |
| Aztrail.php |
Note:
(1) Free standing page passed out at season start for general guildlines |
| LogonRpt.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note:
(1) The data read from the SecRLogn table is
stored by AuthTbl.php
|
| Mailer.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note:
(1) Email Messages can be sent to all people with Logon Ids
(2) Email Messages can be sent to all men with Logon Ids
(3) Email Messages can be sent to all women with Logon Ids
(4) Email Messages can be sent to all members
(5) Email Messages can be sent to all male members
(6) Email Messages can be sent to all female members |
| MbrAdd.php |
| sesvar.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note:
(1) This is a sub-option of TeamSel.php |
| MbrChg.php |
| sesvar.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note:
(1) This is a sub-option of MbrDel.php |
| MbrDel.php |
| sesvar.php |
| Validate.php |
| dbLogon.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note:
(1) This is a sub-option of TeamSel.php |
| OverallRpt.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note:
(1) This option can call PlyrDtlMod.php if accessed by the system
administrator (FSYST) |
| Photos.php |
| sesvar.php |
| Aahead.php |
| Amenu.php |
| Aztrail.php |
Note: (1) League Photos should be posted here |
| PlyrDtlMod.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) This option is called from OverallRpt.php if accessed by the system administrator (FSYST) (2)Used to repair Mbr_Main and Mbr_Dtl table records |
| Poolnews.php |
| sesvar.php |
| Aahead.php |
| Amenu.php |
| Aztrail.php |
Note: (1) League Info/New should be posted here (2) This option is not active |
| ReadyRpt.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) This option is used to determine who has entered their scores for the week. |
| ReadyScan.php |
Note: (1) This sub-routine is used to determine if all scores have been entered and initiate a notification email. (2) This sub-routine is invoked by TeamScore.php |
| RulesOfPlay.php |
| sesvar.php |
| Aahead.php |
| Amenu.php |
| Aztrail.php |
Note: (1) League Rules are kept here |
| SchedMatrix.php |
Note: (1) This information only file contains matrixes for 2-team thru 26-team leagues |
| SchedGen.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) This option is used to build the league schedules. (2) This code will always need rework from season to season. (3)SchedGen.php is not used by SchedRpt.php is. They both contain the same code. |
| SchedRpt.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) This option is used to build the league schedules. (2) This code will always need rework from season to season. |
| Scorshtsel.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) The Form on the option invokes Scorshtsho.php. |
| Scorshtsho.php |
| sesvar.php |
| Validate.php |
| dbLogon.php |
| Aahead.php |
Note: (1) This script uses Aahead.php but not Amenu.php or Aztrail.php because it is doing a printer friendly layout. (2) It uses javascript:history.back(1) to navigate back. |
| security.php |
Note:
(1) I'm not sure we are even using this snippet of code |
| sesvar.php |
| AuthTbl.php |
Note: (1) When AuthTbl.php is copied in it does its own open and close of the Database. This could be problematic if its include is sandwiched between an existing open and close. (2)Session variables such as this one ($_SESSION['Auth_Email']=" ") are set and available for later re-use, such as automatically posting user names and email addresses in the comments log |
| StandingPF.php |
| sesvar.php |
| Validate.php |
| dbLogon.php |
Note: (1) This script uses Aahead.php but not Amenu.php or Aztrail.php because it is doing a printer friendly layout. (2) It uses javascript:history.back(1) to navigate back. |
| Standings.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) Fairly straightforward report |
| TeamChg |
| sesvar.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) This menu option actions back to itself. Fairly straightforward change logic (2) This TeamAdd.php is the one accessible thru TeamSel.php off the Captains Menu Option |
| TeamScore.php |
| sesvar.php |
| Validate.php |
| dbLogon.php |
| ReadyScan.php |
| Aahead.php |
| Amenu.php |
| Aztrail.php |
| TeamSel.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) This is the Captains Option from the main menu (2) This offers access to TeamScor.php, MbrAdd.php, MbrDel.php, and TeamChg.php |
| TeamSysAdd.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) This main menu option (Team Add), actions back to itself. Fairly straightforward add logic |
| TeamSysChg.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) This main menu option (Team Change), actions back to itself. Fairly straightforward add logic |
| TeamSysSel.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) This main menu option (Team Change), hrefs to TeamSysChg. Fairly straightforward change logic |
| Tourname.php |
| sesvar.php |
| Aahead.php |
| Amenu.php |
| Aztrail.php |
Note: (1) Tournament Info should be posted here (2) This option is not active |
| Validate.php |
| dbLogon.php |
Note: (1) This sub-routine is copied in almost everywhere but has not yet been fully implemented |
| WeeklyGen.php |
| sesvar.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) This main menu option is a bit redundant from a data standpoint in that it captures a weeks worth of team and member data to micro databases which are generated on the fly |
| WeeklyRpt.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) WeeklyRpt is being reworked for Release 2.0 |
| WeeklySel.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) This main menu option (Weekly Rpt), hrefs to WeeklyRpt with appropiate parm |
| ZeroMbrs.php |
| sesvar.php |
| Validate.php |
| Aahead.php |
| Amenu.php |
| dbLogon.php |
| Aztrail.php |
Note: (1) This standalone zeros out Mbr_Main data but I'm not sure what it is really for? |
|
Copyright© 2010 NWF8Ball.com, All Rights Reserved
|