1 Star 0 Fork 5

ih0cker/Bugscan

forked from 晴天大神/Bugscan 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Get.php 446 Bytes
一键复制 编辑 原始数据 按行查看 历史
晴天大神 提交于 2015-08-12 21:10 . 2015.8.12
<?php
require(dirname(__FILE__).'/include/config.inc.php');
$ip=$_SERVER["REMOTE_ADDR"];
$fs = $db->fetch_assoc("select * from ##_task_list where user = '{$u}' and status=1");
if ($fs['task']){
echo file_get_contents(dirname(__FILE__)."/plus/{$fs['task']}.py");
echo ':|:'.$fs['url'].':|:'.$fs['report_id'];
$addtime=time();
$db->fetch_assoc1("update ##_task_list set status=0,exec_ip='{$ip}',exec_time=$addtime where id = {$fs['id']}");
}
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ih0cker/Bugscan.git
[email protected]:ih0cker/Bugscan.git
ih0cker
Bugscan
Bugscan
master

搜索帮助