Blank page after login | Peter's Sports League Standings | Forum
Back to the sports standings script page
12:32 pm
Is it possible to pay you for a player level stat display modification or something, I run a pool league that has about 10 teams and there is 5 players per team, I use the script to display team results but a lot of players lately are asking for a player like login were they can view their stats and team stats I have the paperwork and if I could get this done somehow I can just add that data, Player stas needed to show would be, a player's personal Wins Losses and Winning Percentage lifetime and season
Thanks
Sonny
I do custom code work through my company (http://www.mugo.ca). It just depends on your specifications and budget. I will follow up via e-mail.
12:57 pm
Is there a way to get your script to award points per match instead of the win or lost per game?
If anyone has a fix for this?
I understand PHP enough to edit code and make make minor changes on my own but no enough to do this
PS that match required version is 1000 times better then any visual captcha
I have ever seen, I really like that anti spam feature. where can I get that, I would like to implement that into some things
Regarding the “points per match” — how is that different than the “runs for” total?
The math anti-spam feature is actually built in to the forum software. There's also a similar plugin for WordPress called "did you pass math?" and my combined captcha math anti-spam effort.
12:38 pm
Yes Pete! that is what I have done thanks for pointing that out
I am currently in the process of trying to remove everything on the standings.php but team name, the RF field, winning percentage and points in that group, but I keep getting parse error's
also is there a way to get games behind, and winning percentage from the RF field instead of the Orig win loss fields?
Thanks
Sonny
12:53 pm
Just thought about it, I could get the display result I need by entering every game won during a match as a lets say one would add lets say one baseball game, but I would need to enter every match 10 times every time, is there a way to put a drop down menu or something like team A beat so and so 10 times or lost 5 times etc? that way I could use the Orig win/loss fields because they work with everything already.
Thanks
Sonny
1:09 pm
I will fully explained what type of format I am scoring
maybe I am missing something to do that's simple
FOR EXAMPLE PURPOSES ONLY
A nightly match consist of each team having 5 players
they play 15 games, who wins the night means nothing in the standings
Only the amount of games they win count in the standings,
Its simple, EACH GAME COUNTS AS ONE POINT
a typical score sheet would read 9 games to 6 etc
In this case one team would get 9 points, the other 6 points
the standings would show the team leading has 9 points,
and the team with 6 would be 3 games behind, with the pct field showing
theie game win loss pct results etc
Thanks
Sonny
To show “points behind” is certainly possible, but it would take some minor work to put the logic in (basically, appoint a variable as the winner total, then subtract each team’s point count from that variable).
If you’re splitting each of your mini-games into individual entries, again, that’s possible to automate for the “add score” page, but I have no quick code for you.