__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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 desktop extends Controller{ function __construct() { parent::__construct(); } public function index() { $wap = is_wap() && (!isset($_COOKIE['forceWap']) || $_COOKIE['forceWap'] == '1'); $desktopApps = include(DATA_PATH.'system/desktop_app.php'); $wall = $this->config['user']['wall']; if( !strstr($wall,'/') ){ $wall = STATIC_PATH.'images/wall_page/'.$wall.'.jpg'; } $wall = str_replace('&','&',$wall); $desktop = iconv_system(HOME.DESKTOP_FOLDER.'/'); if($GLOBALS['isRoot'] == 1){ $desktop = iconv_system(MYHOME.DESKTOP_FOLDER.'/'); } mk_dir($desktop); $this->assign('wall',$wall); $this->assign('desktopApps',$desktopApps); $this->display('index.html'); } }
| 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 |
|