Uname:Linux vps0314.00gate.com 5.15.0-1089-azure #98~20.04.1-Ubuntu SMP Fri May 2 20:18:39 UTC 2025 x86_64

Base Dir : /var/www/vhosts/spaceten.it/salumipasini.spaceten.it

User : spaceten.it_vps0314


403WebShell
403Webshell
Server IP : 194.124.73.198  /  Your IP : 216.73.216.61
Web Server : Apache
System : Linux vps0314.00gate.com 5.15.0-1089-azure #98~20.04.1-Ubuntu SMP Fri May 2 20:18:39 UTC 2025 x86_64
User : spaceten.it_vps0314 ( 10000)
PHP Version : 8.0.30
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/spaceten.it/salumipasini.spaceten.it/wp-content/plugins/pods/ui/fields/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/spaceten.it/salumipasini.spaceten.it/wp-content/plugins/pods/ui/fields/number.php
<?php
$field_number = PodsForm::field_loader( 'number' );

$attributes             = array();
$attributes['type']     = 'text';
$attributes['value']    = $value;
$attributes['tabindex'] = 2;
$attributes             = PodsForm::merge_attributes( $attributes, $name, $form_field_type, $options );

global $wp_locale;

if ( '9999.99' == pods_var( 'number_format', $options ) ) {
	$thousands = ',';
	$dot       = '.';
} elseif ( '9999,99' == pods_var( 'number_format', $options ) ) {
	$thousands = '.';
	$dot       = ',';
} elseif ( '9.999,99' == pods_var( 'number_format', $options ) ) {
	$thousands = '.';
	$dot       = ',';
} else {
	$thousands = $wp_locale->number_format['thousands_sep'];
	$dot       = $wp_locale->number_format['decimal_point'];
}
$regex_test = '^[0-9\\' . implode( '\\', array_filter( array( $dot, $thousands ) ) ) . '\\-]$';
$regex_replace = '[^0-9\\' . implode( '\\', array_filter( array( $dot, $thousands ) ) ) . '\\-]';
?>
<input<?php PodsForm::attributes( $attributes, $name, $form_field_type, $options ); ?>/>
<script>
	jQuery( function ( $ ) {
		$( 'input#<?php echo esc_js( $attributes['id'] ); ?>' ).on( 'blur', function () {
            if ( !/<?php echo $regex_test; ?>/.test( $( this ).val() ) ) {
				var newval = $( this )
					.val()
                    .replace( /<?php echo $regex_replace; ?>/g, '' );
				$( this ).val( newval );
			}
		} );
	} );
</script>

Youez - 2016 - github.com/yon3zu
LinuXploit