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..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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..
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
e-mailed you.
Thx
Fired you off an e-email
Having the same problem- emailed you as well.
Hitting desperation point.
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
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
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);
Thanks everyone for the help
"For the love of the Game"
thanx alexpsu88
-line 1003
my bad :)
-V