I installed it as I have in the past without using the mod above.
Download the latest package from the link I posted above.
phppickem.1.0.9.zip
you will also need:
nfl_schedule_2013.xls
nfl_schedule_2013.xlsx
nfl_schedule_2013.csv
nfl_schedule_2013.sql
Grab those files and place them in the phppickem/docs folder (You probably only need the sql one - but what do I know - I placed them all there.
Once you have completed that.
Contents:
1. Minimum Requirements
2. Installation Instructions
3. Logging In
4. Troubleshooting
1. Minimum Requirements
PHP version 4.3 or greater
MySql version 4.0 or greater
2. Installation Instructions
1. Extract files
2. Create a MySQL database on your web server, as well as a MySQL user who has all privileges for accessing and modifying it.
3. Edit /includes/config.php and update database connection variables accordingly
4. Upload files to your web server
5. Run installer script at
http://www.your-domain.com/phppickem/install. The installer will assist you with the rest.
3. Logging In
Log in for the first time with admin / admin123. You may change your password once you are logged in.
Now when I did this a few weeks ago (I did it without the updated files) so of course I had a old schedule.
To update the schedule to 2013 using phpMyadmin (That is what I used)
Click on the table "nflp_schedule"
You should see the list of games.
Up top, click on "Operations".
Then find where it says "truncate table".
Click Go.
Now the table will be empty of games, but it will show the table fields.
While still looking at the "nflp_schedule" table, click on Import.
Choose the file. - I used the 2013.sql
Leave all fields on default settings.
After import, go back to the schedule.
All updated games will show now.
Hope that helps and makes sense.