php脱裤教程,全自动脱裤脚本.php

1,先给目标表减肥 (目的是把无用的字段去掉,减小体积)

CREATE TABLE user4 AS SELECT uid,name,email,members_pass FROM ips_members;

$sqlserver = 'localhost';

$sqluser = 'root';

$sqlname = 'test';

$sqlpass = 'root';

$con = mysql_connect($sqlserver,$sqluser,$sqlpass);

if($con == false){

echo '连接数据库失败';exit;

}

if(mysql_select_db($sqlname,$con) == false){

echo '打开数据库失败';exit;

}

mysql_query("set names 'utf-8'");

$selectnum = isset($_GET['selectnum'])?$_GET['selectnum']:0;

$startloc = isset($_GET['startloc'])?$_GET['startloc']:0;

$ifgoon = isset($_GET['ifgoon'])?$_GET['ifgoon']:1;

if(!empty($selectnum)&&!empty($ifgoon)){

if(!($startloc)){

$resultallnum = mysql_query("select count(*) as total from testdb");

$allnum = mysql_fetch_array($resultallnum);

$allnum = $allnum['total'];

$ifgoon = ceil($allnum/$selectnum);

}

$sql = "select * from testdb order by id limit ".$startloc . ",".$selectnum;

$result = mysql_query($sql);

while($row = mysql_fetch_array($result))

{

if(strpos($row['testtext'], 'from91') === false){

echo $row['id'] . "--->" . $row['testtext'];

echo "
";

file_put_contents('D:/www/all.txt',implode(' ',$row)."\r\n",FILE_APPEND);

}

}

$ifgoon = $ifgoon-1;

if($ifgoon>0){

$startloc = $startloc + $selectnum;

$locurl = "http://localhost/test.php?selectnum=".$selectnum."&startloc=".$startloc."&ifgoon=".$ifgoon;

echo $locurl;

echo "

echo "location.href='".$locurl."'";

echo "";

}

}

?>

查询条数:

一键复制

编辑

Web IDE

原始数据

按行查看

历史

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值