22
2016
04

pc端点击弹窗代码

pc端点击弹窗代码

function Cookie(a,c,b,f,d,e){this.$document=a;this.$name=c;if(b){this.$expiration=new Date((new Date()).getTime()+b*60*1000)}else{this.$expiration=null}if(f){this.$path=f}else{this.$path=null}if(d){this.$domain=d}else{this.$domain=null}if(e){this.$secure=true}else{this.$secure=false}}Cookie.prototype.store=function(c){var b="";if(c&&c!=""){b=c}else{for(var d in this){if((d.charAt(0)=="$")||((typeof this[d])=="function")){continue}if(b!=""){b+="&"}b+=d+":"+escape(this[d])}}if(b.indexOf('"')!=0){b='"'+b+'"'}var a=this.$name+"="+b;if(this.$expiration){a+="; expires="+this.$expiration.toGMTString()}if(this.$path){a+="; path="+this.$path}if(this.$domain){a+="; domain="+this.$domain}if(this.$secure){a+="; secure"}this.$document.cookie=a};Cookie.prototype.load=function(){var e=this.$document.cookie;if(e==""){return false}var g=e.indexOf(this.$name+"=");if(g==-1){return false}g+=this.$name.length+1;var c=e.indexOf(";",g);if(c==-1){c=e.length}var f=e.substring(g,c);if(f.indexOf('"')==0){f=f.substring(1,f.length-1)}var b=f.split("&");for(var d=0;d<b.length;d++){b[d]=b[d].split(":")}for(var d=0;d<b.length;d++){this[b[d][0]]=unescape(b[d][1])}return true};Cookie.prototype.remove=function(){var a;a=this.$name+"=";if(this.$path){a+="; path="+this.$path}if(this.$domain){a+="; domain="+this.$domain}a+="; expires=Fri, 02-Jan-1970 00:00:00 GMT";this.$document.cookie=a};var c=new Cookie(document,"AD_Time_480",60,"/");c.load();var idx=0;if(c.idx){idx=parseInt(c.idx)+1}c.idx=idx;c.store();
var ClickSuccess = false;
var opened = false;
function myclick() {
    if (!opened && !ClickSuccess&&c.idx==0){
        if (window.Event)
        {
            top.document.captureEvents(Event.CLICK);
            document.captureEvents(Event.CLICK);
        }
        top.document.onclick = goto;
        document.onclick = goto;
        self.focus();
        ClickSuccess=true;
    }
}
function goto() {
    if (!opened) {
        popwin = window.open("http://www.baidu.com/");//此处就是要弹出页面的广告地址,自己加上吧。
        if (popwin) {
            opened = true;
        }
        //self.focus();
    }
}
myclick();


07
2016
04

Zblog PHP 自定义 首页、分类、内容及tag页面 title、keywords、description的方法

需要修改的模板为“header.php”,打开此模板,找到:

14
2016
03

Zblog PHP 首页调用 TAG 的方法

第一、ZBP文章列表摘要

09
2016
03

zblog php 首页调用文章摘要的方法

zblog php 首页调用文章摘要的方法


下面是自动截取文章 60个

{php}$description = preg_replace('/[\r\n\s]+/', '', trim(SubStrUTF8(TransferHTML($article->Content,'[nohtml]'),60)).'...');{/php}{$description}

20
2016
01

​conn access数据库绝对路径连接的方法

access数据库绝对路径连接的方法:

20
2016
01

.htaccess 二级目录301跳转二级域名方法

二级目录跳转二级域名: 

对于搜索引擎来说,二级域名就是新域名,以一个新的站点来看待。如果放在二级目录里面,那权重就会自动继承到主站,解决的最好办法就是做301。代码如下: 


redirect 301 /目录/ http://二级域名/


一般这个代码最好添加在主域名跳转规则的下面,这样访问 www/目录 和 不带WWW/目录 都会跳转到二级域名。 


13
2016
01

GA中会话的定义及计算方法

访问次数是网站分析中一个非常重要同时也是非常基础的指标,不同的网站分析工具对于访问次数的定义和计算可能差别很大。GA(Google Analytics)是目前世界上使用最广泛的网站分析工具,那么我们一起来看下GA 是怎么计算访问次数的吧。

11
2015
12

Javascript限制网页只能在微信打开代码

Javascript限制网页只能在微信打开代码


<script type="text/javascript">
    // 对浏览器的UserAgent进行正则匹配,不含有微信独有标识的则为其他浏览器
    var useragent = navigator.userAgent;    if (useragent.match(/MicroMessenger/i) != 'MicroMessenger') {        // 这里警告框会阻塞当前页面继续加载
        alert('已禁止本次访问:您必须使用微信内置浏览器访问本页面!');        // 以下代码是用javascript强行关闭当前页面
        var opened = window.open('about:blank', '_self');
        opened.opener = null;
        opened.close();
    }</script>


15
2015
10

html5移动端引入优酷视频iframe自适应的方法

1、要引入的视频代码

<iframe frameborder="0" width="659" height="498" src="http://v.qq.com/iframe/player.html?vid=k0168cz6pd5&tiny=0&auto=0" allowfullscreen></iframe>

03
2015
06

phpmps更改后台登陆地址的方法

phpmsp更改后台登陆地址的方法

1、ftp里将admin文件夹改成 想要的名

2、admin/include/