Changeset 154 for locker/bin
- Timestamp:
- Feb 8, 2007, 12:16:30 AM (18 years ago)
- Location:
- locker/bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
locker/bin/scripts-advancedpoll
r127 r154 1 1 #!/bin/sh 2 3 # This automatic installer is no longer advertised. 4 # Here is our old description of it: 5 # * "Advanced Poll":http://proxy2.de/scripts.php ~["demo":http://proxy2.de/poll/]~ - polling software featuring multiple polls, templates, unlimited options, multi-language support, IP-Logging, IP-Locking, cookie support, comment feature, vote expire feature, and random poll support. 2 6 3 7 sname="Advanced Poll" -
locker/bin/scripts-start
r127 r154 11 11 echo 6. phpBB 12 12 echo 7. Advanced Guest Book 13 echo 8. Advanced Poll 14 echo 9. PHP iCalendar 13 echo 8. PHP iCalendar 15 14 echo 16 printf "Please enter a number 1- 9: "15 printf "Please enter a number 1-8: " 17 16 read num 18 17 echo … … 34 33 . /mit/scripts/bin$scriptsdev/scripts-advancedbook 35 34 elif [ "$num" -eq 8 ]; then 36 . /mit/scripts/bin$scriptsdev/scripts-advancedpoll37 elif [ "$num" -eq 9 ]; then38 35 . /mit/scripts/bin$scriptsdev/scripts-phpical 39 36 else 40 37 echo ERROR: 41 echo You must enter a number 1 through 9.38 echo You must enter a number 1 through 8. 42 39 exit 1 43 40 fi
Note: See TracChangeset
for help on using the changeset viewer.