Server IP : 172.24.0.40 / Your IP : 216.73.216.10 Web Server : Apache System : Linux dbweb26.ust.edu.ph 4.18.0-513.5.1.el8_9.x86_64 #1 SMP Fri Sep 29 05:21:10 EDT 2023 x86_64 User : apache ( 48) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/actamanilana/public_html/wp-content/plugins/sendwp/includes/admin/views/ |
Upload File : |
<?php $connected = sendwp_client_connected(); $forwarding = sendwp_forwarding_enabled(); ?> <div class="sendwp-page"> <img src="<?php echo \SendWP\Assets::image_url('logo-render.png'); ?>" alt="SendWP" class="logo" /> <?php if(!$connected) { ?> <div id="sendwp-connect"> <p><?php _e('Your site is currently not connected to sendwp.com.', 'sendwp'); ?></p> <form method="POST" action="<?php echo sendwp_get_server_url(); ?>_/signup"> <input type="hidden" name="client_name" value="<?php echo sendwp_get_client_name(); ?>"> <input type="hidden" name="client_url" value="<?php echo sendwp_get_client_url(); ?>"> <input type="hidden" name="client_redirect" value="<?php echo sendwp_get_client_redirect(); ?>"> <input type="hidden" name="client_secret" value="<?php echo sendwp_get_client_secret(); ?>"> <input type="hidden" name="partner_id" value="<?php echo sendwp_get_client_partner_id(); ?>"> <button type="submit" class="button button-primary"> <?php _e('Connect to SendWP', 'sendwp'); ?> </button> </form> </div> <?php } else { ?> <div id="sendwp-enabled"> <label class="switch" id="sendwp-enabled-button"> <input type="checkbox" id="sendwp-enabled-checkbox" <?php print $forwarding ? 'checked' : ''; ?> /> <span class="slider round"></span> </label> <span id="sendwp-enabled-status"><?php print $forwarding ? $vars['enabled'] : $vars['disabled']; ?></span> </div> <?php } ?> <hr /> <p> <strong>Questions?</strong> Get help at <a href="https://sendwp.com/support?utm_source=sendwp&utm_medium=plugin&utm_campaign=support-help&utm_content=questions-cta">https://sendwp.com/support</a> </p> <!-- spoiler --> <div id="spoiler-block"> <span id="spoiler-title">Debug Info<span id="spoiler-arrow" class="down"></span></span> <div id="spoiler-content" class="closed"> <ul> <li>Server URL: <?php echo sendwp_get_server_url(); ?></li> <li>Client Name: <?php echo sendwp_get_client_name(); ?></li> <li>Client URL: <?php echo sendwp_get_client_url(); ?></li> <li>Client Redirect: <?php echo sendwp_get_client_redirect(); ?></li> <li>Client Secret: <?php echo sendwp_get_client_secret(); ?></li> <li>Authorization Hash: <?php echo sendwp_generate_hash() ?> </li> <li>Connection Status: <?php print $connected ? 'Connected' : 'Not Connected'; ?></li> <li>Forwarding Status: <?php print $forwarding ? 'Enabled' : 'Disabled'; ?></li> <li>Last Check In: <?php echo sendwp_last_pulse(); ?></li> <li>Last Result: <?php echo sendwp_last_pulse_result(); ?></li> </ul> </div> </div> <form action="<?php echo admin_url('admin-post.php'); ?>" method="post"> <input type="hidden" name="action" value="sendwp_reset_plugin_data"> <?php wp_nonce_field('reset_sendwp_data' . sendwp_get_client_secret()); ?> <input class="button button-link" style="margin: 8px 0 0;" type="submit" value="Reset Security Hash"> </form> <a class="button button-link" href="<?php echo esc_url( add_query_arg( [ 'grant-access' => 1 ] ) ); ?>">Grant Support Access</a> </div> <!-- end of main content -->