Index: /locker/bin/scripts-advancedpoll
===================================================================
--- /locker/bin/scripts-advancedpoll	(revision 153)
+++ /locker/bin/scripts-advancedpoll	(revision 154)
@@ -1,3 +1,7 @@
 #!/bin/sh
+
+# This automatic installer is no longer advertised.
+# Here is our old description of it:
+# * "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.
 
 sname="Advanced Poll"
Index: /locker/bin/scripts-start
===================================================================
--- /locker/bin/scripts-start	(revision 153)
+++ /locker/bin/scripts-start	(revision 154)
@@ -11,8 +11,7 @@
 echo 6. phpBB
 echo 7. Advanced Guest Book
-echo 8. Advanced Poll
-echo 9. PHP iCalendar
+echo 8. PHP iCalendar
 echo
-printf "Please enter a number 1-9: "
+printf "Please enter a number 1-8: "
 read num
 echo
@@ -34,10 +33,8 @@
   . /mit/scripts/bin$scriptsdev/scripts-advancedbook
 elif [ "$num" -eq 8 ]; then
-  . /mit/scripts/bin$scriptsdev/scripts-advancedpoll
-elif [ "$num" -eq 9 ]; then
   . /mit/scripts/bin$scriptsdev/scripts-phpical
 else
   echo ERROR:
-  echo You must enter a number 1 through 9.
+  echo You must enter a number 1 through 8.
   exit 1
 fi
