»Forumlar »D?k?manlar »IE6 derdinden kurtulmak IE6 Banlamak
  https://seditio.com.tr/eski1/forums.php?m=posts&q=1618
          Geri Dön      -      Sayfayı Yazdırmak için tıklayın
Author: Kaan, Posted: 2011-10-11 22:57 GMT.
IE6 derdinden kurtulmak



Web geli?tiriciler i?in en s?k?nt? veren durum ??phesiz Internet Explorer 6 taray?c?lard?r.
K?sa bir s?re ?nce Google ve Youtube gibi ?nemli markalar ie6 taray?c?larla art?k u?ra?mayacaklar?n? ilan ettiler.
Ben de baz? projelerde kulland???m bu ie6 taray?c? banlama uygulamas?n? art?k g?n?l rahatl???yla kullanabilece?im.
A?a??daki kodlar? sayfan?z?n en ba??na eklerseniz Internet Explorer 6.0 versiyonlu taray?c?larla gelen ziyaret?i g?rseldeki mesajla kar??la?acakt?r.
Kodlara ge?elim;

index.php
:
hp]<?php

$useragent = $_SERVER['HTTP_USER_AGENT'];

     

if (preg_match('|MSIE ([0-9].[0-9]{1,2})|',$useragent,$matched)) {

$browser_version=$matched[1];

$browser = 'IE';

}

     

if($browser_version=='6.0'){

     

?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

     

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

     

<title>Web Taray?c?n?z ?ok eski</title>

<style type="text/css" media="screen">/**/

body { text-align:center; font-family:sans-serif; margin-top:50px; }

div.desc { margin:auto; background:#ffa; color:#110; font-size:18px; padding:20px; width:850px; }

ul.browsers { list-stylene; padding:0; margin:50px auto 0 auto; width:1000px; }

ul.browsers li { text-align:center; display:block; float:left; width:200px; height:300px; margin-left:25px; }

img { border:0; }

/**/</style>

</head>

<body>

<div>

<b>L?tfen okuyun;</b> Kulland???n?z web taray?c?, yani <b>Internet Explorer 6</b>, ?ok eski ve bu siteyi g?sterebilecek kabiliyetlere sahip de?il. <b>Art?k daha iyi bir web taray?c? y?klemenin vakti geldi</b>. a?a??daki yeni ve ba?ar?l? web taray?c?lardan bir tanesine t?klayarak indirme sayfas?na gidebilirsiniz.

</div>

<ul>

<li>

<h2>Mozilla Firefox</h2>

<a href="http://www.mozilla-europe.org/tr/firefox/"><img src="/firefox.jpg" width="200" alt="" /></a>

</li>

<li>

<h2>Google Chrome</h2>

<a href="http://www.google.com/chrome/index.html?hl=tr"><img src="/chrome.jpg" width="200" alt="" /></a>

</li>

<li>

<h2>Apple - Safari</h2>

<a href="http://www.apple.com/safari"><img src="/safari.jpg" width="200" alt="" /></a>

</li>

<li>

<h2>Opera</h2>

<a href="http://www.opera.com/"><img src="/opera.jpg" width="200" alt="" /></a>

</li>

</ul>

</body>

</html>

<?php

     

die();

}

?>

     

<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">

     

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />

<title>ie6 ban uygulamas?</title>

</head>

     

<body>

index.php dosyas?

     

</body>

</html>

   

Al?nt?
Author: kralmage, Posted: 2011-10-12 20:55 GMT.
holley be bende bunu ar?yordum ?ok t?kler.. fakat dosyalar? yok res?mler vs.
Author: Kaan, Posted: 2011-10-12 23:18 GMT.
onlar?da art?k googleden bul ekle

Powered by SeditioPrint version