HEX
Server: LiteSpeed
System: Linux eko108.isimtescil.net 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: uyarreklamcomtr (11202)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/simple.php.tar
uyarreklam.com.tr/httpdocs/wp-content/plugins/so-widgets-bundle/widgets/contact/tpl/simple.php000064400000003223151546430730031661 0ustar00var/www/vhosts<?php
$captcha_name = $this->name_from_label( 'really-simple-captcha' );
?>

<div class="sow-form-field sow-form-field-captcha">
	<?php if ( $instance['design']['labels']['position'] != 'below' ) { ?>
		<label
			class="sow-form-field-label-<?php echo esc_attr( $instance['design']['labels']['position'] != 'inside' ? $instance['design']['labels']['position'] : 'above' ); ?>"
			for="<?php echo esc_attr( $captcha_name ); ?>"
		>
			<strong>
				<?php echo esc_html__( 'Captcha', 'so-widgets-bundle' ); ?>
			</strong>
		</label>
	<?php } ?>

	<?php if ( ! empty( $template_vars['really_simple_spam_error'] ) ) { ?>
		<div class="sow-error">
			<?php echo esc_html( $template_vars['really_simple_spam_error'] ); ?>
		</div>
	<?php } ?>

	<img
		src="<?php echo esc_url( plugins_url() . '/really-simple-captcha/tmp/' . $really_simple_spam_image ); ?>"
		width="<?php echo esc_attr( $really_simple_spam->img_size[0] ); ?>"
		height="<?php echo esc_attr( $really_simple_spam->img_size[1] ); ?>"
	>
	<span class="sow-field-container">
		<input
			type="text"
			name="<?php echo esc_attr( $captcha_name ); ?>"
			id="<?php echo esc_attr( $captcha_name ); ?>"
			value=""
			class="sow-text-field"
		>
	</span>
	<?php if ( $instance['design']['labels']['position'] == 'below' ) { ?>
		<label
			class="sow-form-field-label-left"
			for="<?php echo esc_attr( $captcha_name ); ?>"
		>
			<strong>
				<?php echo esc_html__( 'Captcha', 'so-widgets-bundle' ); ?>
			</strong>
		</label>
	<?php } ?>
	<input
		type="hidden"
		name="<?php echo esc_attr( $this->name_from_label( 'really-simple-captcha-prefix' ) ); ?>"
		value="<?php echo esc_attr( $really_simple_spam_prefix ); ?>"
	/>
</div>
httpdocs/wp-content/plugins/sayfa-olusturucu/widgets/widgets/testimonial/tpl/simple.php000064400000001016151552041450034213 0ustar00var/www/vhosts/uyarreklam.com.tr<div class="testimonial-image-wrapper">
	<img src="<?php echo esc_url($instance['image']) ?>" />
</div>

<div class="text">
	<?php echo wpautop(wp_kses_post($instance['text'])) ?>
	<h5 class="testimonial-name">
		<?php if(!empty($instance['url'])) : ?><a href="<?php echo esc_url($instance['url']) ?>"><?php endif ?>
			<?php echo esc_html($instance['name']) ?>
		<?php if(!empty($instance['url'])) : ?></a><?php endif ?>
	</h5>
	<small class="testimonial-location"><?php echo esc_html($instance['location']) ?></small>
</div>httpdocs/wp-content/plugins/sayfa-olusturucu/widgets/widgets/testimonial/presets/simple.php000064400000000057151553026070035107 0ustar00var/www/vhosts/uyarreklam.com.tr<?php

return array(
	'clean' => array(
	),
);
httpdocs/wp-content/plugins/sayfa-olusturucu/widgets/widgets/price-box/tpl/simple.php000064400000001162151553237060033562 0ustar00var/www/vhosts/uyarreklam.com.tr<h2><?php echo esc_html($instance['title']) ?></h2>
<h4><?php echo esc_html($instance['price']) ?><span> /<?php echo esc_html($instance['per']) ?></span></h4>
<p class="information"><?php echo wp_kses_post( $instance['information'] ) ?></p>

<?php

$this->sub_widget('list', array('title' => '', 'text' => $instance['features'], 'origin_style' => $instance['origin_style_list']));
$this->sub_widget('button', array(
	'text' => $instance['button_text'],
	'url' => $instance['button_url'],
	'align' => 'center',
	'origin_style' => $instance['origin_style_button'],
	'new_window' => !empty($instance['button_new_window'])
));

?>uyarreklam.com.tr/httpdocs/wp-content/plugins/sayfa-olusturucu/widgets/widgets/list/tpl/simple.php000064400000000256151554016640032650 0ustar00var/www/vhosts<?php
if ( !empty( $instance['title'] ) ) {
	echo $args['before_title'] . esc_html( $instance['title'] ) . $args['after_title'];
}
echo $this->create_list($instance['text']);httpdocs/wp-content/plugins/sayfa-olusturucu/widgets/widgets/price-box/presets/simple.php000064400000000166151554130070034445 0ustar00var/www/vhosts/uyarreklam.com.tr<?php

return array(
	'clean' => array(
		'background_color' => '#FCFCFC',
		'borders' => '1px solid #D0D0D0',
	),
);
httpdocs/wp-content/plugins/sayfa-olusturucu/widgets/widgets/call-to-action/presets/simple.php000064400000000771151554170770035400 0ustar00var/www/vhosts/uyarreklam.com.tr<?php

return array(
	'light_dashed' => array(
		'texture' => 'light-dashed',
		'title_text_color' => '#333333',
		'subtitle_text_color' => '#555555',
	),

	'dark_dashed' => array(
		'texture' => 'dark-dashed',
		'title_text_color' => '#FFFFFF',
		'subtitle_text_color' => '#CCCCCC',
	),

	'clean' => array(
		'background_color' => '#FCFCFC',
		'texture' => 'none',
		'title_text_color' => '#333333',
		'subtitle_text_color' => '#555555',
		'rounding' => '0px',
		'borders' => '1px solid #D0D0D0',
	),
);
httpdocs/wp-content/plugins/sayfa-olusturucu/widgets/widgets/button/presets/simple.php000064400000001632151554467630034106 0ustar00var/www/vhosts/uyarreklam.com.tr<?php

return array(
	'white' => array(
		'background_color' => '#F5F5F5',
		'text_darken' => '45%',
		'text_shadow' => '30%',
	),

	'charcoal' => array(
		'background_color' => '#999999',
	),

	'pink' => array(
		'background_color' => '#f6778c',
	),

	'orange' => array(
		'background_color' => '#fece62',
		'text_darken' => '37.5%',
	),

	'green' => array(
		'background_color' => '#b7d870',
		'text_darken' => '37.5%',
	),

	'blue' => array(
		'background_color' => '#91dbf6',
		'text_darken' => '37.5%',
	),

	'purple' => array(
		'background_color' => '#e5b2dd',
	),

	'turquoise' => array(
		'background_color' => '#a2ebf1',
	),

	'slate' => array(
		'background_color' => '#a5b7c3',
		'text_darken' => '45%',
		'text_shadow' => '15%',
		'inset_highlight' => '10%',
	),

	'black' => array(
		'background_color' => '#333333',
		'text_darken' => '-75%',
		'text_shadow' => '-30%',
		'inset_highlight' => '17%',
	),
);
httpdocs/wp-content/plugins/sayfa-olusturucu/widgets/widgets/call-to-action/tpl/simple.php000064400000000537151556063460034511 0ustar00var/www/vhosts/uyarreklam.com.tr<h2 class="title"><?php echo esc_html($instance['title']) ?></h2>
<h5 class="subtitle"><?php echo esc_html($instance['subtitle']) ?></h5>
<?php $this->sub_widget('button', array('text' => $instance['button_text'], 'url' => $instance['button_url'], 'new_window' => $instance['button_new_window'], 'origin_style' => $instance['origin_style_button'])) ?>httpdocs/wp-content/plugins/sayfa-olusturucu/widgets/widgets/list/presets/simple.php000064400000000703151556362100033530 0ustar00var/www/vhosts/uyarreklam.com.tr<?php

return array(
	'charcoal' => array(
		'image' => 'charcoal',
	),

	'pink' => array(
		'image' => 'pink',
	),

	'orange' => array(
		'image' => 'orange',
	),

	'green' => array(
		'image' => 'green',
	),

	'blue' => array(
		'image' => 'blue',
	),

	'purple' => array(
		'image' => 'purple',
	),

	'turquoise' => array(
		'image' => 'turquoise',
	),

	'slate' => array(
		'image' => 'slate',
	),

	'black' => array(
		'image' => 'black',
	),
);
uyarreklam.com.tr/httpdocs/wp-content/plugins/sayfa-olusturucu/widgets/widgets/button/tpl/simple.php000064400000000301151560175450033201 0ustar00var/www/vhosts<a href="<?php echo esc_url($instance['url']) ?>" <?php if(!empty($instance['new_window'])) echo 'target="_blank" rel="noopener noreferrer"'; ?>>
	<?php echo esc_html($instance['text']) ?>
</a>