Search for:
Welcome Guest [Login | Register| Register as Seller]
Categories
Shopping Downloads
Checkout Basket
0Items in cart:
$0.00Total:
Mailing List
Subscribe to our mailing list below:
Email:
Resources
DrizWare.com on Facebook
Location: /PHP Scripts





Prediction League

Related Searches:
Prediction League
PredictionLeague038.zip
Free Prediction League
Prediction League Download

PredictionLeague038.zip

Name: PredictionLeague038
Size: 773 KB
Type: Compressed (zipped) Folder
Date modified: 8/19/2008 8:25 PM
Date created: 11/15/2002 2:03 AM
Date accessed: 11/15/2002 2:03 AM

PredictionLeague/logfile.txt


------------------------
Aug/17/2002 18:21:23
Successfully registered test during creation
------------------------
Aug/17/2002 18:21:23
Successfully registered test during login
------------------------
Aug/17/2002 18:21:49
Successfully registered JohnA during login
------------------------
Aug/17/2002 18:22:31
Added fixture 2003-11-21 12:00 .
insert into MatchData (matchdate,hometeam,awayteam) VALUES ("2003-11-21 12:00","","")
------------------------
Aug/17/2002 18:22:37
Removed fixture.
Used delete from MatchData where matchdate="2003-11-21 12:00:00" and hometeam="" and awayteam="".
1 affected.
------------------------
Aug/17/2002 18:22:37
Remove user prediction.
Used delete from PredictionData where matchdate="2003-11-21 12:00:00" and hometeam="" and awayteam="".
0 affected.
------------------------
Aug/17/2002 18:23:02
Added fixture 2003-11-21 12:12:12 Germany Aruba.
insert into MatchData (matchdate,hometeam,awayteam) VALUES ("2003-11-21 12:12:12","Germany","Aruba")
------------------------
Aug/17/2002 21:54:45
Successfully registered JohnA during login
------------------------
Aug/17/2002 21:56:55
User deleted.
User = test
Password =
Email =
Icon =
Sent to john@drizware.com.
Version = 0.36
------------------------
Aug/19/2002 09:39:43
Successfully registered JohnA during login
------------------------
Aug/19/2002 13:13:04
Unable to set cookie test cookie
------------------------
Aug/19/2002 13:14:36
Unable to set cookie test cookie
------------------------
Aug/19/2002 13:18:16
Successfully registered JohnA during login
------------------------
Aug/19/2002 13:18:21
Successfully registered JohnA during login
------------------------
Oct/10/2002 09:05:23
Successfully registered JohnA during login
------------------------
Oct/10/2002 10:18:35
Successfully registered JohnA during login
------------------------
Oct/10/2002 10:20:37
Successfully registered JohnA during login

PredictionLeague/ReleaseNotes.txt

Changes
-------
Added test for date in post of prediction.
Added fix for posting results at same time and date.

0.29
Added admin features for modifying and deleting fixtures.
Added LogMsg feature

0.30
Added checkbox for disabling database creation if it already exists.

0.31 14 July 2002
Fixed link when trying to change icon when creating a new user.
Added limit to number of admin users.
Removed display of new users from prediction index.

0.32
Fixed columns display when not logged in.
Files Changed
SystemVars.php (version number only)
SortFunctions.php (Fix table tag)

0.33
Fixed prediction league name in email notifications.
SendPassword.php
SystemVars.php
CreateAdminUser.php

0.34
Added session_destroy to the logout.
security.php
Added test for session registered correctly in ShowMyPredictions.php (redirect from login)
ShowMyPredictions.php
Added more logs and multiple retries at registering the user for sessions.
Added scoring details and cookie details to help.
Added redirect to help if cookies are not enabled.
Fixed scoring problem for simulataneous games.
SortFunctions.php
Moved LoginPanel to left.
LoginPanel.php
HelpIndex.php
PredictionIndex.php
ShowMatchResults.php
0.35
Added some example CSS files
Added a.PRED to css. Request for different color for prediction link text.
Changed SortFunctions.php to add this.
Added Lower for cookies to HelpIndex.php
0.36
Added ability to delete users.
Added security check when looking at user info.
ShowUsers.php
Added @drizware.comError.php
CreateUser.php
security.php
Added restriction on number of users per email address.
CreateNewUser.php
SystemVars.php
Removed writing passwd to logfile.
security.php
CreateUser.php
Added ViewLog.php
AdminMenus.php
Added Email all users
AdminMenus.php
EmailAllUsers.php
Changed order of predictions in GetUserPredictions.
SortFunctions.php
0.37
Updated SendEmail to use BCC in version 4.3 and above of PHP. Also set email address to admin email address.
Added support for fake BCC for older PHP versions when sending email to users.

0.38
Added SESSION testing to install scripts.
Made session cookie more explicit
security.php
AdminEnterFixture.php
AdminEnterResult.php
AdminPostResult.php
ChangePassword.php
CreateAdminUser.php
CreateNewUser.php
CreateUser.php
DeleteUser.php
EmailAllUsers.php
EnterPrediction.php
ForgotPassword.php
HelpIndex.php
logout.php
PredictionIndex.php
SelectIcon.php
sessiontest.php
sessiontestresults.php
ShowMatchResults.php
ShowMyPredictions.php
ShowMyProfile.php
ShowPredictionsForDate.php
ShowTabSeperatedTable.php
ShowUserPredictions.php
ShowUsers.php
SubmitPrediction.php
UpdateProfile.php
UserSelectIcon.php
ViewLog.php
Added check for permissions
DeleteFixture.php
AddFixture.php
EmailAllUsers.php
Added Password Encryption
CreateUser.php
SystemVars.php
AdminEncryptPasswords.php
EncryptPasswords.php
Fixed Error display
Error.php
SystemVars.php

PredictionLeague/TODO.txt

Outstanding items
-----------------
1. Add a decent help page
2. Replace "or die" with something more useful
3. Add limit on log file size (although this should not be an issue for only admin logs).
x 4. Add user delete
5. Add user message function
x 6. Add limit to one user per email address
7. Add means to view simultaneous games
8. Remove restriction on cookies
x 9. Amend help for cookie values.
x 10. Add cookie test page.
x 11. Add email name to SystemVars.php
12. Move system vars to DB.
x 13. Add admin restriction on viewing users page.
14. Take header out of table and put in page.
x 15. Make sure login is consistent on pages.
x 16. Update the install to match new SystemVars.php
17. Add flag for users to allow emailing to users.
18. Fix ErrorCode display.
x 19. Remove password display from the logfile.
x 20. Add page for viewing the logfile. The logfile should be
read only by the server. This way the security checks can be
performed when reading the logfile.

PredictionLeague/Update.txt

Changes
-------
Added test for date in post of prediction.
Added fix for posting results at same time and date.

0.29
Added admin features for modifying and deleting fixtures.
Added LogMsg feature

0.30
Added checkbox for disabling database creation if it already exists.

0.31 14 July 2002
Fixed link when trying to change icon when creating a new user.
Added limit to number of admin users.
Removed display of new users from prediction index.

0.32
Fixed columns display when not logged in.
Files Changed
SystemVars.php (version number only)
SortFunctions.php (Fix table tag)

0.33
Fixed prediction league name in email notifications.
SendPassword.php
SystemVars.php
CreateAdminUser.php

0.34
Added session_destroy to the logout.
security.php
Added test for session registered correctly in ShowMyPredictions.php (redirect from login)
ShowMyPredictions.php
Added more logs and multiple retries at registering the user for sessions.
Added scoring details and cookie details to help.
Added redirect to help if cookies are not enabled.
Fixed scoring problem for simulataneous games.
SortFunctions.php
Moved LoginPanel to left.
LoginPanel.php
HelpIndex.php
PredictionIndex.php
ShowMatchResults.php
0.35
Added some example CSS files
Added a.PRED to css. Request for different color for prediction link text.
Changed SortFunctions.php to add this.
Added Lower for cookies to HelpIndex.php

0.36
Added email users option

0.37
Added support for fake BCC for older PHP versions when sending email to users.

0.38
Added SESSION testing to install scripts.

PredictionLeague/Upgrade.txt

Upgrade Instructions for Prediction League.
-------------------------------------------

General
-------
1. Copy the css and SystemVars.php files to a temporary directory.
2. Install the new files.
3. Copy the old css file back.
4. Edit SystemVars.php and add the configuration from the old SystemVars.php

From Version 0.37 and below.
5. If you want to enable encryption follow this procedure.
- Ensure useEncryption = FALSE in SystemVars.php
- Log in as Admin User
- Run adminEncryptPasswords
- set useEncryption = TRUE in SystemVars.php
The use of encryption will be transparent to the users but will afford you and
the user better protection

Files


PredictionLeague/AddFixture.php
PredictionLeague/AdminCreateAdminUser.php
PredictionLeague/AdminCreateTables.html
PredictionLeague/AdminCreateTables.php
PredictionLeague/AdminEncryptPasswords.php
PredictionLeague/AdminEnterFixture.php
PredictionLeague/AdminEnterResult.php
PredictionLeague/AdminMenu.html
PredictionLeague/AdminMenus.php
PredictionLeague/AdminPostResult.php
PredictionLeague/banner.jpg
PredictionLeague/ChangePassword.php
PredictionLeague/common.celtic01
PredictionLeague/common.celtic02
PredictionLeague/common.celtic03
PredictionLeague/common.celtic04
PredictionLeague/common.css
PredictionLeague/common.england
PredictionLeague/common.liverpool
PredictionLeague/common.rangers
PredictionLeague/CreateAdminUser.php
PredictionLeague/CreateDBase.php
PredictionLeague/CreateNewUser.php
PredictionLeague/CreateUser.php
PredictionLeague/DateClass.php
PredictionLeague/dbaseFunctions.php
PredictionLeague/default.gif
PredictionLeague/DeleteFixture.php
PredictionLeague/DeleteUser.php
PredictionLeague/dirlist.php
PredictionLeague/dreamshotprize001.gif
PredictionLeague/EmailAllUsers.php
PredictionLeague/EncryptPasswords.php
PredictionLeague/EnterMatchDetails.php
PredictionLeague/EnterPrediction.php
PredictionLeague/Error.php
PredictionLeague/forgot.html
PredictionLeague/ForgotPassword.html
PredictionLeague/ForgotPassword.php
PredictionLeague/HelpIndex.php
PredictionLeague/INSTALL.TXT
PredictionLeague/LocalVars.php
PredictionLeague/logfile.txt
PredictionLeague/LogFunctions.php
PredictionLeague/login.php
PredictionLeague/LoginPanel.php
PredictionLeague/logout.php
PredictionLeague/menus.php
PredictionLeague/ModifyFixture.php
PredictionLeague/percentbar.gif
PredictionLeague/PostResult.php
PredictionLeague/PredictionIndex.php
PredictionLeague/predictions.php
PredictionLeague/Prize.html
PredictionLeague/ReleaseNotes.php
PredictionLeague/ReleaseNotes.txt
PredictionLeague/results.php
PredictionLeague/security.php
PredictionLeague/SelectIcon.php
PredictionLeague/SendEmail.php
PredictionLeague/SendPassword.php
PredictionLeague/sessiontest.php
PredictionLeague/sessiontestresults.php
PredictionLeague/ShowMatchResults.php
PredictionLeague/ShowMyPredictions.php
PredictionLeague/ShowMyProfile.php
PredictionLeague/ShowPredictionsForDate.php
PredictionLeague/ShowTabSeparatedTable.php
PredictionLeague/ShowUserPredictions.php
PredictionLeague/ShowUsers.php
PredictionLeague/SortFunctions.php
PredictionLeague/SubmitPrediction.php
PredictionLeague/SystemVars.php
PredictionLeague/test.php
PredictionLeague/TODO.txt
PredictionLeague/Update.txt
PredictionLeague/UpdateProfile.php
PredictionLeague/Upgrade.txt
PredictionLeague/UserClass.php
PredictionLeague/UserSelectIcon.php
PredictionLeague/ViewLog.php
PredictionLeague/icons/argentina_fl_md_clr.gif
PredictionLeague/icons/argentina_md_clr.gif
PredictionLeague/icons/austria2_fl_md_clr.gif
PredictionLeague/icons/baden_fl_md_clr.gif
PredictionLeague/icons/bavaria_fl_md_clr.gif
PredictionLeague/icons/belgium_fl_md_clr.gif
PredictionLeague/icons/berlin_fl_md_clr.gif
PredictionLeague/icons/bolivia_fl_md_clr.gif
PredictionLeague/icons/boss_smoking_sm_clr.gif
PredictionLeague/icons/bradenburg_fl_md_clr.gif
PredictionLeague/icons/brazil_fl_md_clr.gif
PredictionLeague/icons/brazil_md_clr.gif
PredictionLeague/icons/bremen_fl_md_clr.gif
PredictionLeague/icons/cameroon_fl_md_clr.gif
PredictionLeague/icons/cast_md_clr.gif
PredictionLeague/icons/cheer_jumper_md_clr.gif
PredictionLeague/icons/chile_fl_md_clr.gif
PredictionLeague/icons/china_fl_md_clr.gif
PredictionLeague/icons/costa_fl_md_clr.gif
PredictionLeague/icons/croatia_fl_md_clr.gif
PredictionLeague/icons/default.gif
PredictionLeague/icons/denmark_fl_md_clr.gif
PredictionLeague/icons/drunk_with_bottle_sm_clr.gif
PredictionLeague/icons/ecuador_fl_md_clr.gif
PredictionLeague/icons/flamming_soccer_ball_md_clr.gif
PredictionLeague/icons/flying_dork_md_clr.gif
PredictionLeague/icons/france_fl_md_clr.gif
PredictionLeague/icons/france_md_clr.gif
PredictionLeague/icons/germany_fl_md_clr.gif
PredictionLeague/icons/germany_md_clr.gif
PredictionLeague/icons/girl_player_sm_clr.gif
PredictionLeague/icons/greece_fl_md_clr.gif
PredictionLeague/icons/guatemala_fl_md_clr.gif
PredictionLeague/icons/hamburg_fl_md_clr.gif
PredictionLeague/icons/honduras_fl_md_clr.gif
PredictionLeague/icons/ireland_fl_md_clr.gif
PredictionLeague/icons/italy_fl_md_clr.gif
PredictionLeague/icons/japan_fl_md_clr.gif
PredictionLeague/icons/jumping_md_clr.gif
PredictionLeague/icons/knee_hit_md_clr.gif
PredictionLeague/icons/knee_hit_sm_clr.gif
PredictionLeague/icons/korea_south_fl_md_clr.gif
PredictionLeague/icons/mecklenburg_west_pomerania_fl_md_clr.gif
PredictionLeague/icons/mexico_fl_md_clr.gif
PredictionLeague/icons/morocco_fl_md_clr.gif
PredictionLeague/icons/niger1_fl_md_clr.gif
PredictionLeague/icons/paraguay_fl_md_clr.gif
PredictionLeague/icons/peru_fl_md_clr.gif
PredictionLeague/icons/poland_fl_md_clr.gif
PredictionLeague/icons/portugal_fl_md_clr.gif
PredictionLeague/icons/rhineland_palatinate_fl_md_clr.gif
PredictionLeague/icons/russia_fl_md_clr.gif
PredictionLeague/icons/saint_george_fp_md_clr.gif
PredictionLeague/icons/saudi_arabia_fl_md_clr.gif
PredictionLeague/icons/saxony_anhalt_fl_md_clr.gif
PredictionLeague/icons/scotland_fl_md_clr.gif
PredictionLeague/icons/senegal_fl_md_clr.gif
PredictionLeague/icons/slovenia_fl_md_clr.gif
PredictionLeague/icons/soccer_ball_bounce_md_clr.gif
PredictionLeague/icons/soccer_ball_rotate_md_clr.gif
PredictionLeague/icons/soccer_field_ball_bouncing_md_clr.gif
PredictionLeague/icons/soccer_field_ball_bouncing_sm_clr.gif
PredictionLeague/icons/south_africa_fl_md_clr.gif
PredictionLeague/icons/spain_fl_md_clr.gif
PredictionLeague/icons/sweeden_fl_md_clr.gif
PredictionLeague/icons/tunisia_fl_md_clr.gif
PredictionLeague/icons/turkey_fl_md_clr.gif
PredictionLeague/icons/ulster_flag.gif
PredictionLeague/icons/uruguay_fl_md_clr.gif
PredictionLeague/icons/usa_fl_md_clr.gif
PredictionLeague/icons/usa_md_clr.gif
PredictionLeague/icons/wheel_chair_md_clr.gif
PredictionLeague/icons/worldcup_soccer_md_clr.gif
PredictionLeague/images/thinbluestrip002.gif
PredictionLeague/images/triangle001.gif
PredictionLeague/images/triangle001.psp
PredictionLeague/images/triangleleft001.gif
PredictionLeague/images/triangleright001.gif

Price: $0.00


Product Code: PredictionLeague
 
Quantity: Download!