Version 2.2.1

添加guide
This commit is contained in:
firesun
2015-10-29 01:13:42 +08:00
parent 795980ca02
commit 13630da377
6 changed files with 14 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
## 使用说明 ## 使用说明
本平台设计理念基本无需配置即可使用故设计为无需数据库无需其他组件支持可直接在php虚拟空间使用使用步骤 本平台设计理念基本无需配置即可使用故设计为无需数据库无需其他组件支持可直接在php虚拟空间使用使用步骤
![](./guide/mainpanel.png)
* 上传所有文件至空间根目录 * 上传所有文件至空间根目录
* 修改config.php指定数据存放目录数据是否启用AES加密及加密密码 * 修改config.php指定数据存放目录数据是否启用AES加密及加密密码
```php ```php
@@ -15,10 +17,22 @@ define('ENCRYPT_PASS', "bluelotus");
* 当有请求访问/index.php?a=xxx&b=xxxx所有携带数据包括getpostcookiehttpheaders客户端信息都会记录 * 当有请求访问/index.php?a=xxx&b=xxxx所有携带数据包括getpostcookiehttpheaders客户端信息都会记录
* 可访问login.php登录查看记录的数据 * 可访问login.php登录查看记录的数据
![](./guide/login.png)
## 目前支持功能 ## 目前支持功能
* 自动判断携带数据是否base64编码可自动解码 * 自动判断携带数据是否base64编码可自动解码
![](./guide/base64.png)
* 记录所有可记录的数据并可根据ip判断位置根据useragent判断操作系统与浏览器 * 记录所有可记录的数据并可根据ip判断位置根据useragent判断操作系统与浏览器
![](./guide/info.png)
* 新消息提醒仿QQ邮箱新消息提醒框可实时获得数据 * 新消息提醒仿QQ邮箱新消息提醒框可实时获得数据
![](./guide/newmessage.png)
* 支持简单的查找功能 * 支持简单的查找功能
* 除了style允许unsafe-inline外启用CSP * 除了style允许unsafe-inline外启用CSP
* 挑战应答式的登录校验session绑定ip与useragent * 挑战应答式的登录校验session绑定ip与useragent

BIN
guide/base64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
guide/info.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
guide/login.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
guide/mainpanel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

BIN
guide/newmessage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB