Uname: Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 7.4.33 [ PHP INFO ] PHP os: Linux
Server Ip: 54.36.31.145
Your Ip: 216.73.216.182
User: homesquasz (91404) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : tips-tricks.php
<?php defined( 'ABSPATH' ) or die();
$items = array(
	1 => array(
		'content' => "Definition: What is a Content Security Policy?",
		'link'    => 'https://really-simple-ssl.com/definition/What-is-a-Content-Security-Policy/',
	),
	2 => array(
		'content' => "Installing a Let's Encrypt certificate",
		'link'    => 'https://really-simple-ssl.com/install-ssl-certificate/',
	),
	3 => array(
		'content' => "Improve Security: (HSTS) HTTP Strict Transport Security",
		'link'    => 'https://really-simple-ssl.com/instructions/about-hsts/',
	),
	4 => array(
		'content' => "Improve Security: Advanced Hardening",
		'link'    => 'https://really-simple-ssl.com/instructions/about-hardening-features#advanced',
	),
	5 => array(
		'content' => "Instructions: Debugging with Really Simple SSL",
		'link'    => 'https://really-simple-ssl.com/instructions/debugging/',
	),
	6 => array(
		'content' => "Instructions: Configuring Hardening Features",
		'link'    => 'https://really-simple-ssl.com/instructions/about-hardening-features/',
	),
);

$container = '<div class="rsssl-tips-tricks-element">
                    <a href="{link}" target="_blank" title="{content}">
                        <div class="rsssl-icon">
	                        <svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" height="15">
								<path fill="var(--rsp-grey-300)" d="M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-144c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32z"/>
	                        </svg>
						</div>
                        <div class="rsssl-tips-tricks-content">{content}</div>
                    </a>
                </div>';
$output    = '<div class="rsssl-tips-tricks-container">';
foreach ( $items as $item ) {
	$output .= str_replace( array(
		'{link}',
		'{content}',
	), array(
		$item['link'],
		$item['content'],
	), $container );
}
$output .= '</div>';
echo $output;
?>
© 2026 GrazzMean