HEX
Server: Apache/2.4.29 (Ubuntu)
System: Linux instance-1 5.4.0-1092-gcp #101~18.04.1-Ubuntu SMP Mon Oct 17 18:29:06 UTC 2022 x86_64
User: web202 (5061)
PHP: 8.1.14
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, exec, shell_exec, system, passthru, proc_open, proc_close, popen, parse_ini_file, show_source
Upload Files
File: /data0/www/clients/client33/web202/web/wp-content/plugins/virusdie/views/virusdie-footer.php
<?php
/**
 * The footer template, printed on every Virusdie related page.
 *
 * @package Virusdie
 */

// Make sure the file is not directly accessible.
if (!defined('ABSPATH')) {
	die('We\'re sorry, but you can not directly access this file.');
}
?>

</div>

<?php if (defined('VDWS_FOOTER_INVALID_EMAIL')) : ?>
	<div class="vd-error --show">
		<div class="vd-error__container">
			<span class="vd-error__badge --white">Invalid email</span>
			<span class="vd-error__text --white">Please enter valid email address. Just letters A-Z, digits 0-9 and some special symbols like “_” are allowed.</span>
		</div>
	</div>
<?php endif ?>

<?php if (defined('VDWS_FOOTER_UNSUBSCRIBED_EMAIL')) : ?>
	<div class="vd-error --show">
		<div class="vd-error__container">
			<span class="vd-error__badge --white">Invalid email</span>
			<span class="vd-error__text --white --with-link">
				You're not getting emails? Probably you requested not to receive any emails from virusdie.com. Please enable the option in your account profile settings <a href="<?php echo constant('VDWS_VIRUSDIE_SITE_ACCOUNT'); ?>/" class="--white" terget="_blank"><?php echo constant('VDWS_VIRUSDIE_SITE_ACCOUNT'); ?>/</a>.
			</span>
		</div>
	</div>
<?php endif ?>

<?php if (defined('VDWS_FOOTER_INVALID_CODE')) : ?>
	<div class="vd-error --show">
		<div class="vd-error__container">
			<span class="vd-error__badge --white">Invalid one-time password</span>
			<span class="vd-error__text --white">Please enter the correct one-time password you got by email. Or request one more password.</span>
		</div>
	</div>
<?php endif ?>