Menu

Schedule \ Player import

Anonymous
2004-09-07
2004-09-08
  • Anonymous

    Anonymous - 2004-09-07

    Does anyone have a current schedule \ player list that can be made available to download and manually import..Draft is tommorrow and It would be great to have the site ready to go..

    Thanx..By the way, I don't have the skills you would require for development at this time but  if there's something that I might be able to contribute, let me know..

     
    • alexpsu88

      alexpsu88 - 2004-09-07

      I made up/structured a text file to load players and schedule into the SQL tables.  I only put approx. 350 players into query, my league only has 8 teams/17 nfl players per ffl team.

      Email me if interested in my sql load files.

      kalexander@richmondengineering.com

       
    • dsfunk

      dsfunk - 2004-09-07

      e-mailed you.

       
    • Anonymous

      Anonymous - 2004-09-07

      Thx
      Fired you off an e-email

       
    • Laberdere

      Laberdere - 2004-09-08

      Having the same problem- emailed you as well.

      Hitting desperation point.

       
      • alexpsu88

        alexpsu88 - 2004-09-08

        Try this it worked for the downloading ALL the NFL players.

        >Its really simple - I fixed it with in five minutes of downloading the script today.
        >
        >
        >Line 840 of players.php
        >old
        >list($beforetable, $tableandafter) = explode("<font class=\"head2\">", $teamstring, 2);
        >
        >new
        >list($beforetable, $tableandafter) = explode("<div class=SLTables1>", $teamstring, 2);

        >
        >thats all it takes.
        >
        >Zach

        Good Luck. Thank you ZACH!!!!

        Kevin

         
    • handband2

      handband2 - 2004-09-08

      Lines 840 & 1022 of players.php
      Current:
      list($beforetable, $tableandafter) = explode("<font class=\"head2\">", $teamstring, 2);

      Change it too:
      list($beforetable, $tableandafter) = explode("<div class=SLTables1>", $teamstring, 2);

      I hope this helps!!
      -V

       
    • alexpsu88

      alexpsu88 - 2004-09-08

      OPPs

      Change also:

      Line 1003 of players.php
      old
      list($beforetable, $tableandafter) = explode("<font class=\"head2\">", $teamstring, 2);

      new
      list($beforetable, $tableandafter) = explode("<div class=SLTables1>", $teamstring, 2);

       
    • Anonymous

      Anonymous - 2004-09-08

      Thanks everyone for the help

      "For the love of the Game"

       
    • handband2

      handband2 - 2004-09-08

      thanx alexpsu88

      -line 1003

      my bad :)
      -V

       

Log in to post a comment.

MongoDB Logo MongoDB