version 5.0

updated to work with newer AMP
installation is much simpler via install script
This commit is contained in:
Larry Lam
2023-02-09 13:21:22 -08:00
committed by GitHub
parent 57dc85e5a5
commit b9980b2b07
20 changed files with 898 additions and 250 deletions
+29 -25
View File
@@ -1,10 +1,10 @@
###########################################################################
VNSB Squares
Version: 4.2
Released: 1/23/13
Version: 4.3
Released: 1/29/2019
Written: www.VNLISTING.com
Demo: http://vnlisting.homelinux.com/superbowl
Demo: http://www.vnlisting.com/superbowl
Forum: http://forum.vnlisting.com/
Email: admin@vnlisting.com
@@ -24,7 +24,7 @@ For a small donation I can help ::::::::::::::::::::::::::::::::::::::::
1. Setup/install this script on your server.
2. Setup/install this script on our server. You will get a seperate
URL for your group to use without having to by a domain name or
pay for posting else where.
pay for posting else where.
3. Most support can be found on the forum, But if you still need help
let me know.
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
@@ -39,18 +39,16 @@ Requirements:
- This was tested with PHP 5.1.2, mySQL 5.0.18, Firefox2, and IE7
How to install:
1. Unzip VNSBsquares_v40.zip script to your local computer.
2. Change data in config.inc.php to reflect your mySQL data and rename it to config.php
3. Create a database in your MySQL as in config.php
4. Import superbowl.sql to your newly created MySQL database
5. Make changes to VNSB_settings as needed.
6. Upload all files to your web server.
1. Unzip VNSBsquares_v50.zip and copy all files to your web server.
2. run the 'setup.php' from your web browser.
i.e. http://www.yourdomain.com/superbowl/setup.php
3. delete 'setup.php' before go live.
Usage:
1. On your browser, type "www.yourdomain.com/superbowl" or wherever you uploaded the files
2. Click on any "AVAILABLE" squares to make the selection. Click "Submit" when all squares are selected.
3. Emails will be send to the Admin and the user when selection is made.
3. Emails will be sent to the Admin and the user when selection is made.
Administrator:
@@ -58,7 +56,25 @@ Administrator:
2. Email will be send to user and admin for each confirmation.
3. When all squares are selected, run randomnumber.php to randomly generate numbers.
4. Email to everyone when random numbers have been generated.
5. Enter scores from the admin page
===================== CHANGES FROM 4.1 to 5.0 =================================
1. Add scores, winner indications, email winners
2. php7 compatible
3. easily install and configuration from webpage
===================== CHANGES FROM 4.0 to 4.1 =================================
1. Admin above to confirm all squares from the same users at once.
2. Improve email sending header
3. Improve session header
===================== CHANGES FROM 3.0 to 4.0 =================================
1. Move superbowl logo to the database for easy change each year
2. User will be able to make multiple picks before enter information
3. Removed Admin link from user pages
===================== CHANGES FROM 2.0 to 3.0 =================================
Bugs fixed:
@@ -69,20 +85,8 @@ Bugs fixed:
via the URL. (Don't worry if you don't know what this mean).
4. Admin only required to login once instead of verifying admin email and password each confirmation.
5. Random number selection is now require login.
i
===================== CHANGES FROM 3.0 to 4.0 =================================
1. Move superbowl logo to the database for easy change each year
2. User will be able to make multiple picks before enter information
3. Removed Admin link from user pages
===================== CHANGES FROM 4.0 to 4.1 =================================
1. Admin above to confirm all squares from the same users at once.
2. Improve email sending header
3. Improve session header
===================== CHANGES FROM 4.1 to 4.2 =================================
1. Add scores, winner indications, email winners
TODO:
- Auto install of database and scripts
- Paypal implementation
- Paypal implementation