__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php /* * @link http://kodcloud.com/ * @author warlee | e-mail:[email protected] * @copyright warlee 2014.(Shanghai)Co.,Ltd * @license http://kodcloud.com/tools/license/license.txt */ class api extends Controller{ function __construct(){ parent::__construct(); } /** * 通用文件预览方案 * image,media,cad,office,webodf,pdf,epub,swf,text * 跨域:epub,pdf,odf,[text]; * @return [type] [description] */ public function view(){ if(!isset($this->in['path'])){ show_tips('参数错误!'); } $this->checkAccessToken(); $this->setIdentify(); $this->display('view.html'); } private function setIdentify(){ if(! $_SESSION['accessPlugin'] ){ session_start(); $_SESSION['accessPlugin'] = 'ok'; session_write_close(); } } public function checkAccessToken(){ $model = $this->loadModel('Plugin'); $config = $model->getConfig('fileView'); if(!$config || !$config['apiKey']){ show_tips('fileView not open ,or apiKey is empty!'); } $timeTo = isset($this->in['timeTo'])?intval($this->in['timeTo']):''; $token = md5($config['apiKey'].$this->in['path'].$timeTo); //show_tips(array($config['apiKey'],$token,$this->in)); if($token != $this->in['token']){ show_tips('token 错误!'); } if($timeTo != '' && $timeTo <= time()){ show_tips('token已失效!'); } } }
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| api.class.php | File | 1.35 KB | 0775 |
|
| app.class.php | File | 3.3 KB | 0775 |
|
| desktop.class.php | File | 926 B | 0775 |
|
| editor.class.php | File | 4.57 KB | 0775 |
|
| explorer.class.php | File | 45.71 KB | 0775 |
|
| fav.class.php | File | 1.77 KB | 0775 |
|
| pluginApp.class.php | File | 6.01 KB | 0775 |
|
| setting.class.php | File | 3.76 KB | 0775 |
|
| share.class.php | File | 20.3 KB | 0775 |
|
| systemGroup.class.php | File | 8.58 KB | 0775 |
|
| systemMember.class.php | File | 16.05 KB | 0775 |
|
| systemRole.class.php | File | 4.85 KB | 0775 |
|
| user.class.php | File | 21.61 KB | 0775 |
|
| userShare.class.php | File | 3.17 KB | 0775 |
|
| utils.php | File | 17.56 KB | 0775 |
|