HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //proc/self/cwd/wp-content/plugins/really-simple-ssl/grid/templates/other-plugins.php
<?php defined('ABSPATH') or die("you do not have access to this page!");
$plugins = array(
	'COMPLIANZTC' => array(
		'constant_free' => 'cmplz_tc_version',
		'constant_premium' => 'cmplz_tc_version',
		'website' => 'https://complianz.io',
		'search' => 'complianz+terms+conditions+stand-alone',
	),
	'COMPLIANZ' => array(
		'constant_free' => 'cmplz_plugin',
		'constant_premium' => 'cmplz_premium',
		'website' => 'https://complianz.io/pricing',
		'search' => 'complianz+really+simple+cookies+rogierlankhorst',
	),
	'ZIP' => array(
		'constant_free' => 'ZRDN_PLUGIN_BASENAME',
		'constant_premium' => 'ZRDN_PREMIUM',
		'website' => 'https://ziprecipes.net/premium/',
		'search' => 'zip+recipes+recipe+maker+really+simple+plugins+complianz',
	),
);
?>
<div>
	<div class="rsssl-upsell rsssl-cmplz">
		<div class="plugin-color">
			<div class="cmplz-blue rsssl-bullet"></div>
		</div>
		<div class="plugin-text">
			<a href="https://wordpress.org/plugins/complianz-gdpr/" target="_blank">Complianz – GDPR/CCPA Cookie Consent</a>
		</div>
		<div class="plugin-status">
			<?php echo RSSSL()->really_simple_ssl->get_status_link($plugins['COMPLIANZ'])?>
		</div>
	</div>
	<div class="rsssl-upsell rsssl-zip">
		<div class="plugin-color">
			<div class="zip-pink rsssl-bullet"></div>
		</div>
		<div class="plugin-text">
            <a href="https://wordpress.org/plugins/zip-recipes/" target="_blank">Zip Recipes - <?php _e("Beautiful recipes optimized for Google ", "really-simple-ssl")?></a>
        </div>
		<div class="plugin-status">
			<?php echo RSSSL()->really_simple_ssl->get_status_link($plugins['ZIP'])?>
		</div>
	</div>
    <div class="rsssl-upsell rsssl-cmplztc">
        <div class="plugin-color">
            <div class="cmplztc-black rsssl-bullet"></div>
        </div>
        <div class="plugin-text">
            <a href="https://wordpress.org/plugins/complianz-terms-conditions/" target="_blank">Complianz - Terms & Conditions</a>
        </div>
        <div class="plugin-status">
			<?php echo RSSSL()->really_simple_ssl->get_status_link($plugins['COMPLIANZTC'])?>
        </div>
    </div>
</div>