HEX
Server: Apache
System: Linux host.fiblib.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
User: agritoday (1002)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/agritoday/www/wp-content/plugins-x/w3-total-cache/inc/lightbox/upgrade.php
<?php
namespace W3TC;

if ( !defined( 'W3TC' ) )
	die();


?>
<div id="w3tc-upgrade">
	<div class="w3tc-overlay-logo"></div>
	<div class="w3tc_overlay_upgrade_header">
		<iframe src="https://www.w3-edge.com/checkout-ad/?data_src=<?php echo esc_attr( $data_src ) ?>&client_id=<?php echo esc_attr( $client_id ) ?>" width="100%" height="420px"></iframe>
	</div>
	<div class="w3tc_overlay_content"></div>
	<div class="w3tc_overlay_footer">
		<?php if ( \W3TC\Util_Environment::is_https() ): ?>
			<input id="w3tc-purchase" type="button"
				class="btn w3tc-size image btn-default palette-turquoise secure"
				value="<?php _e( 'Subscribe to Go Faster Now', 'w3-total-cache' ) ?> " />
		<?php else: ?>
			<a id="w3tc-purchase-link"
				href="<?php echo \W3TC\Licensing_Core::purchase_url( $data_src, $renew_key, $client_id ) ?>"
				target="_blank"
				class="btn w3tc-size image btn-default palette-turquoise secure">
				<?php _e( 'Subscribe to Go Faster Now', 'w3-total-cache' ) ?>
			</a>
		<?php endif ?>
	</div>
	<div style="clear: both"></div>
</div>