HEX
Server: Apache
System: Linux webm014.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: circuix (152771)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/c/i/r/circuix/adrRc/wp-content/plugins/cryout-serious-slider/inc/right-column.php
<?php 

// Exit if accessed directly 
if ( !defined( 'ABSPATH' ) ) exit;

?>

	<div id="floater-right">
		<div class="col-wrap">
			<div class="form-wrap">
				<h3 class="hndle"> </h3>
				<div class="inside">
					<a id="cryout-manage-slides" class="button" href="edit.php?post_type=<?php echo $this->posttype . '&'. $this->taxonomy . '=' . $term_slug  ?>"> <?php _e('&laquo; Manage Slides &raquo;', 'cryout-serious-slider') ?></a>
					<h3><?php _e('Shortcode', 'cryout-serious-slider') ?></h3>
					<p><?php _e('Use the shortcode to include the slider in posts, pages or widgets', 'cryout-serious-slider') ?></p>
					<input type="text" readonly="readonly" value="[serious-slider id=<?php echo $term_ID ?>]"><br>
					<br><hr>
					<h3><?php _e('Template', 'cryout-serious-slider') ?></h3>
					<p><?php _e('Use the PHP code to include the slider directly in files', 'cryout-serious-slider') ?></p>
					<textarea readonly="readonly" rows="3"><?php printf( "&lt;?php\n    echo do_shortcode( '[serious-slider id=%s]' );\n ?&gt;", $term_ID ) ?></textarea>
				</div>
			</div>
		</div>
	</div>