Menu

FIX for Monday Night games showing up as BYE

Help
Brad
2009-09-27
2013-04-25
  • Brad

    Brad - 2009-09-27

    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;`

     
  • Wesley

    Wesley - 2009-10-02

    Thank you!

     
  • Wesley

    Wesley - 2009-10-06

    This modification worked perfectly, thanks again!

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.