Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[发布] 仿ie警告 Firefox火狐浏览器顶部推荐安装! (美化版)google广告更易赚钱!

[复制链接]
jbpunk 发表于 2007-6-22 18:25:27 | 显示全部楼层 |阅读模式
喜欢的就开始吧:  (最下方有完整的安装包)
强调:里面GG推广页的广告代码 自己换成自己的!  (我靠,居然这个还要我帮你???)

1。 复制以下代码保存为  pate.js 并放在空间的js 目录下,没有自己创建一个!

  1. var hasIE_phone_home = 0;
  2. // This function does the actual browser detection
  3. function writeCookie(name, value, hours)
  4. {
  5.         var expire = "";
  6.         if(hours != null)
  7.         {
  8.                 expire = new Date((new Date()).getTime() + hours * 3600000);
  9.                 expire = "; expires=" + expire.toGMTString();
  10.         }
  11.         document.cookie = name + "=" + escape(value) + expire;
  12. }

  13. // Example:
  14. // alert( readCookie("myCookie") );
  15. function readCookie(name)
  16. {
  17.         var cookieValue = "";
  18.         var search = name + "=";
  19.         if(document.cookie.length > 0)
  20.         {
  21.                 offset = document.cookie.indexOf(search);
  22.                 if (offset != -1)
  23.                 {
  24.                         offset += search.length;
  25.                         end = document.cookie.indexOf(";", offset);
  26.                         if (end == -1) end = document.cookie.length;
  27.                         cookieValue = unescape(document.cookie.substring(offset, end))
  28.                 }
  29.         }
  30.         return cookieValue;
  31. }



  32. function hasIE_hasIE() {
  33.   var ua = navigator.userAgent.toLowerCase();
  34.   return ((ua.indexOf('msie') != -1) && (ua.indexOf('opera') == -1) &&
  35.           (ua.indexOf('webtv') == -1) &&
  36.           (location.href.indexOf('seenIEPage') == -1));
  37. }

  38. function hasIE_showOnlyLayer(whichLayer)
  39. {
  40.   if (document.getElementById)
  41.     {
  42.       var style2 = document.getElementById(whichLayer);
  43.     }
  44.   else if (document.all)
  45.     {
  46.       var style2 = document.all[whichLayer];
  47.     }
  48.   else if (document.layers)
  49.     {
  50.       var style2 = document.layers[whichLayer];
  51.     }
  52.   var body = document.getElementsByTagName('body');
  53.   body[0].innerHTML = style2.innerHTML;
  54. }

  55. function hasIE_showLayer(whichLayer)
  56. {
  57.   if (document.getElementById)
  58.     {
  59.       var style2 = document.getElementById(whichLayer).style;
  60.       style2.display = "block";
  61.     }
  62.   else if (document.all)
  63.     {
  64.       var style2 = document.all[whichLayer].style;
  65.       style2.display = "block";
  66.     }
  67.   else if (document.layers)
  68.     {
  69.       var style2 = document.layers[whichLayer].style;
  70.       style2.display = "block";
  71.     }
  72. }

  73. function hasIE_moveAd(adid) {
  74.   if (document.getElementById)
  75.     {
  76.       var ad = document.getElementById('hasIE_ad');
  77.       var adloc = document.getElementById(adid);
  78.     }
  79.   else if (document.all)
  80.     {
  81.       var ad = document.all['hasIE_ad'];
  82.       var adloc = document.all[adid];
  83.     }
  84.   else if (document.layers)
  85.     {
  86.       var ad = document.layers['hasIE_ad'];
  87.       var adloc = document.layers[adid];
  88.     }
  89.   adloc.innerHTML = ad.innerHTML;
  90. }

  91. // Hides and shows sections of the page based on whether or not it's
  92. // running in IE
  93. function hasIE_hideAndShow() {
  94.   if (hasIE_hasIE()) {
  95.     hasIE_showLayer("hasIE_level1");
  96.           if (hasIE_phone_home == 1)
  97.             hasIE_phoneHome('getIE_pingimage1');
  98.   } else {
  99.     if (hasIE_phone_home == 1)
  100.       hasIE_phoneHome('getIE_pingimage0');
  101.   }
  102. }

  103. function hasIE_phoneHome(image) {
  104.   if (document.getElementById)
  105.     {
  106.       var img = document.getElementById(image);
  107.     }
  108.   else if (document.all)
  109.     {
  110.       var img = document.all[image];
  111.     }
  112.   else if (document.layers)
  113.     {
  114.       var img = document.layers[image];
  115.     }
  116.   img.setAttribute('src','http://111#11.com/ping.php?host='+location.host);

  117. }

  118. function hasIE_ContinueWithoutFF() {
  119.     if (location.href.indexOf('?') != -1)
  120.         location.href += '&seenIEPage=1';
  121.     else
  122.         location.href += '?seenIEPage=1';
  123. }
  124. function closediv(i) {
  125.         writeCookie("status","showed24",240);
  126.         document.getElementById(i).style.display='none';
  127. }

  128. document.write("<div id="hasIE_level1" style="background:#fcf8bd; text-align: center; padding:2px 0 3px; display:none; border-bottom:1px solid #ffd532;position:absolute; top:0; left:0; width:100%; z-index:100"><div id="iewarning" style="width:19px; float:left;"><img align="absmiddle" src="js/warning.gif" border="0" /></div><div id="closeimg" style="width:19px; float:right;"><a href="javascript:closediv('hasIE_level1');" title="关闭提示"><img src="js/closetop.gif" align="absmiddle" border="0" /></a></div><div style=" margin-top:4px;marign-left:4px;font-size:12px;color:#092E20">系统检测发现您正在使用极低版本IE浏览器,可能存在各种安全隐患,强烈推荐您在windows操作系统使用更快速!更安全!更稳定!的浏览器: <a href="ad/Firefox.htm" title="FireFox火狐浏览器2.0下载" target="_blank"><font color="#ee0000">FireFox火狐浏览器,点击下载</a></font></div></div><div style="clear:both"></div>");  

  129. if(readCookie("status") != "showed24"){
  130. hasIE_hideAndShow();
  131. }
复制代码


2。打开 header.htm
   查找
  1. </head>
复制代码

   在上面添加
  1. <script language="javascript" src="/js/pate.js"></script>
复制代码


3。更新css缓存

[ 本帖最后由 jbpunk 于 2007-7-10 15:10 编辑 ]
凯哥 发表于 2007-6-22 18:36:43 | 显示全部楼层
沙发支持下
回复

使用道具 举报

xxghost 发表于 2007-6-22 18:37:36 | 显示全部楼层

板凳
回复

使用道具 举报

(unnamed) 发表于 2007-6-22 18:40:10 | 显示全部楼层
sofa..............
回复

使用道具 举报

 楼主| jbpunk 发表于 2007-6-22 18:56:45 | 显示全部楼层
回复

使用道具 举报

hlyao668 发表于 2007-6-22 19:59:36 | 显示全部楼层
网管员之家支持你
http://bbs.52yul.com
回复

使用道具 举报

freenight 发表于 2007-6-22 20:26:46 | 显示全部楼层
UTF8的显示是乱码啊!怎么办?
回复

使用道具 举报

 楼主| jbpunk 发表于 2007-6-22 21:53:41 | 显示全部楼层
原帖由 freenight 于 2007-6-22 20:26 发表
UTF8的显示是乱码啊!怎么办?


地址 我看
回复

使用道具 举报

boke8 发表于 2007-6-23 11:40:07 | 显示全部楼层
'http://111#11.com/ping.php?host='+location.host
是isha意思啊
回复

使用道具 举报

juloong 发表于 2007-6-23 11:51:42 | 显示全部楼层
有楼主自己的代码吧
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-16 18:40 , Processed in 0.040771 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表