I will check the fix in to source control so that it will be in the next release, but in the meantime, here is how to manually fix statfink so that it correctly displays the Monday night games:
In **/helm/nflgamesupdate.php**, modify the following lines:
I will check the fix in to source control so that it will be in the next release, but in the meantime, here is how to manually fix statfink so that it correctly displays the Monday night games:
In **/helm/nflgamesupdate.php**, modify the following lines:
1) *Line 274*:
change `$nextInProgress = strpos($result, '/gamecenter/live/', $start);`
to `$nextInProgress = strpos($result, 'nfl/gamecenter/live/', $start);`
2) Line 283:
change `$nextInProgress += 17;`
to `$nextInProgress += 20;`
You can download the new version of nflgamesupdate.php .
: http://statfink.svn.sourceforge.net/viewvc/statfink/trunk/statfink/helm/nflgamesupdate.php
Thank you!
This modification worked perfectly, thanks again!