HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux vmi1674223.contaboserver.net 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: root (0)
PHP: 7.4.3-4ubuntu2.22
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: /var/www/ruwebsite/wp-content/plugins/newsletter/tnp-footer.php
<?php
defined('ABSPATH') || exit;
?>
<div id="tnp-footer">
    <div>
        <ul>
            <li><a href="https://www.thenewsletterplugin.com" target="_blank">The Newsletter Plugin</a></li>
            <li><a href="https://www.thenewsletterplugin.com/premium" target="_blank"><?php _e('Get Premium', 'newsletter') ?></a></li>
        </ul>
    </div>
    <div>
        <ul>
            <li><a href="https://www.thenewsletterplugin.com/account"><?php _e('Your Account', 'newsletter') ?></a></li>
            <li><a href="https://www.thenewsletterplugin.com/forums"><?php _e('Forum', 'newsletter') ?></a></li>
            <!--<li><a href="https://www.thenewsletterplugin.com/blog"><?php _e('Blog', 'newsletter') ?></a></li>-->
        </ul>
    </div>
    <div>
        <form target="_blank" action="https://www.thenewsletterplugin.com/?na=s" method="post" style="margin: 0">
            <input type="email" name="ne" placeholder="Your email" required size="20" value="<?php echo empty($current_user_email)?'':esc_attr($current_user_email) ?>">
            <input type="hidden" value="plugin-footer" name="nr">
            <input type="hidden" value="3" name="nl[]">
            <input type="hidden" value="1" name="nl[]">
            <input type="hidden" value="double" name="optin">
            <input type="submit" value="<?php _e('Get news and promotions', 'newsletter') ?>">
            <span style="color: #bbb; margin-bottom: 0px; display: block; line-height: normal">
                Proceeding you agree to the
                <a href="https://www.thenewsletterplugin.com/privacy" target="_blank" style="color: #2ECC71">privacy policy</a>
            </span>

        </form>
    </div>
</div>