Yikes! Well, first, the Pickem code has just about all you need in it. I just added a combined-score to the last game on Monday nights so players could enter that so I could use it for picking just one winner. Cuts down on sharing wins with five people as it happens sometime. I am planning on having the closet to the combined score win. So, if one is one lower and one is one higher than the actual combined score, they would split. Splitting with a couple is fine, just many is an issue.
Also, it is really boring looking to me as-is. So, I added some really simple code to make a football image go behind everything and it makes the entire site jump out. Of course I removed all the donate buttons. I plan to donate some to the original author, but, canāt locate him except in that paypal button. Which donates not to him, but, some company. Not going to do that.
A lot of his code was not documented, but, I got it working quite well. Now, I guess the next thing to ask is what do you want to add into it first? Security wise, you might want to start with filtering the inputs from the forms. You really shouldnāt just use $variable = $_POST[āsome-fieldā]; as it is not safe. You could just start using the filter_input() functions to start with. Also, if this is a private site you are building, you might want to remove the āregister-hereā line on the login page. Otherwise you will have people you donāt know registering. If you want help adding a background picture, it is easy to do. It makes a huge difference in how the site looks! It is quite nice in general and well thought out. The count-down timers are way-cool. They count down from for the next game and for the next weekās lock-out time. I liked them a lot. The TAUNT or comment part is nice, too. Has some trouble getting the schedule-edit to work, but, seems to work well if everything is set up. A bit tedious to enter all the games, one game at a time. But, you only do it once, so not a big deal.
Well, ask your questionsā¦ I hope you used the installer to set it up as it asks you for the DOMAIN-URL and sets it up in a lot of placesā¦