Changeset 154


Ignore:
Timestamp:
Feb 8, 2007, 12:16:30 AM (17 years ago)
Author:
jbarnold
Message:
removing advertisements for advancedpoll
Location:
locker/bin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • locker/bin/scripts-advancedpoll

    r127 r154  
    11#!/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.
    26
    37sname="Advanced Poll"
  • locker/bin/scripts-start

    r127 r154  
    1111echo 6. phpBB
    1212echo 7. Advanced Guest Book
    13 echo 8. Advanced Poll
    14 echo 9. PHP iCalendar
     13echo 8. PHP iCalendar
    1514echo
    16 printf "Please enter a number 1-9: "
     15printf "Please enter a number 1-8: "
    1716read num
    1817echo
     
    3433  . /mit/scripts/bin$scriptsdev/scripts-advancedbook
    3534elif [ "$num" -eq 8 ]; then
    36   . /mit/scripts/bin$scriptsdev/scripts-advancedpoll
    37 elif [ "$num" -eq 9 ]; then
    3835  . /mit/scripts/bin$scriptsdev/scripts-phpical
    3936else
    4037  echo ERROR:
    41   echo You must enter a number 1 through 9.
     38  echo You must enter a number 1 through 8.
    4239  exit 1
    4340fi
Note: See TracChangeset for help on using the changeset viewer.