1 Star 0 Fork 5

ih0cker/Bugscan

forked from 晴天大神/Bugscan 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
task_list.php 865 Bytes
一键复制 编辑 原始数据 按行查看 历史
晴天大神 提交于 2015-08-12 21:10 . 2015.8.12
<?php
require(dirname(__FILE__).'/include/config.inc.php');
$tablename = "##_report";
if ($_SESSION["user"])
{
$query = $db->query("select * from {$tablename} where taskid='{$id}'");
while ($fs = $db->fetch_array($query))
{
$type = $fs["type"];
$time = $fs["addtime"];
$info = $fs["info"];
$le = $db->fetch_assoc("select color,level from ##_exploit where title='{$type}'");
$color=$le["color"];
$level = $le["level"];
$loopstr .= "<tr>
<td align=center><span class=\"price\"><font size=\"+1\">{$type}</font><span></td>
<td align=center style=\"{$color}\"><span class=\"price\"><font size=\"+1\">{$info}</font><span></td>
<td align=center style=\"{$color}\"><span class=\"price\"><font size=\"+1\">{$level}</font><span></td>
<td align=center>".ld_select_date($time)."</td>";
}
}
include('html/task_list.html');
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ih0cker/Bugscan.git
[email protected]:ih0cker/Bugscan.git
ih0cker
Bugscan
Bugscan
master

搜索帮助