Share

Statfink

Subscribe

FIX for Monday Night games showing up as BYE

  1. 2009-09-27 21:57:25 UTC

    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;

  2. 2009-09-27 22:10:00 UTC

    You can download the new version of nflgamesupdate.php here.

  3. 2009-10-02 23:50:45 UTC

    Thank you!

  4. 2009-10-06 17:11:02 UTC

    This modification worked perfectly, thanks again!

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.