this is a record of my changes & observations of this code -hmeij ----- installation mysql -u root -p < ./db_config/CreateDatabase_server.sql - drop file reference to 'server' in instructions - always use localhost unless outside access is needed via mysql client - this also works better if you use DNS aliases to point a vhost ? how to add a admin user - look at the players table, to assign first admin includes/database_connect.php - just use localhost, no outside connections needed edit login/databse_connect.php - point to your ladder database...set up for multiple ladders fixed problem in login/reset_pasword_finished.php - throws an error with our php, the POST returns 'valueemail=value' - fix use substr() grab chars position 1 to string 'email=' ----- default.php CMU -> Wesleyan new image banner added text in banner, and class bannertext in css rules.php CMU -> Wesleyan blue dot balls allowed (heck we have players 90+ year still playing here) protective eyeware is mandatory dropped other installations contacts.php added local administrator linked in this log faq.php small edits teams.php removed to teams.php added leagues.php and altered all php modules ie menu bars courts.php new to be tied into usdan center scheduler ... info.php added stuff includes/player_admin.php fp->hmeij includes/reg_new_player.php edits to mail $headers login/display_registration.php remove required option 'team' (now hidden, value=none) made optional option level with default value=none fixed the select tag syntax, 'selected' not showing includes/reg_new_player.php includes/error_mmesages.php login/register_user.php intercept non-wesleyan emails put up an error message (if wes player + non-wes email = contact admin) allow admins to register a person let through (add register link to admin page) login/edit_player_details.php bolded and made 'change password' more eye catching includes/get_info.php removed the restriction that unranked players are not shown in ladder includes/recent_matches_ladder.php backfill ladder with unranked players, by last_name, up to 60 includes/get_info.php removed restriction to show unranked players in opponents drop down scores/submit_scores_func.php added code to allow unranked palyers to become ranked by either winning or loosing from another unranked player (becomes max(rank)+1) includes/data_validation.php should add a test for foo@us.bar.edu iow 3 deep but will wait till needed news/delete_news.php same problem is POST, strip of newsid=