HEX
Server: Apache
System: Linux webm006.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: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/incastiglionfiorentino/wp-content/plugins/newsletter-manager/shortcodes/thanks.php
<div style="color: #757575;"><?php 
	if($_REQUEST['result'] == "success") //subscription ok
	{
		?>Thank you for subscribing to our list.<?php 		
		if(isset($_REQUEST['confirm'])) // double opt-in
		{
			if($_REQUEST['confirm'] == "true") // user need  to confirm
			{ 
				?>Your subscription is pending now. Please follow the confirmation link in your mailbox.<?php
			}
			else // user already confirmed.
			{ 
				?>Your subscription is already active.<?php 
			}
		}
		else // single opt-in
		{ 
			?>Your subscription is active now.<?php 
		}
	}
	
	if($_GET['result'] == "failure") //subscription error
	{ 
		?>There was an error during subscribing.<?php
	}

	?></div>