View Single Post
  #2  
Old 16th February 2010, 21:36
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
the php one should be like this for php5.3+
PHP Code:
<?php
   
if (preg_match("/MSIE/",getenv("HTTP_USER_AGENT")) ||
       
preg_match("/Internet Explorer/",getenv("HTTP_USER_AGENT"))) {
    
header("Location: http://www.domain.com/ie_reject.html");
    exit();
   }
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
The Following 2 Users Say Thank You to joeroberts For This Useful Post:
papad (12th May 2020), Phogo (16th February 2010)