IE-B-Gone

This simple PHP script is used to block Internet Explorer access serverside. Redirects the user to ABetterBrowser.org after 10 seconds of displaying a custom message. Mine is in plaintext, but you can easily replace the echo() with an include() to include your own "get a better browser" page.

Usage:

  1. Download the latest version from hackthetruth.org/global/no-ie.txt
  2. Stick it somewhere on your website.
  3. Use PHP to include() the file at the very beginning of each web page you want to block IE from.
  4. Cupcakes! Or muffins. Point is, you're done! Wasn't that easy?