[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.118.12.199: ~ $
<?php
/**
 * Tools pages
 *
 * @package Tutor\Views
 * @subpackage Tutor\Tools
 * @author Themeum <support@themeum.com>
 * @link https://themeum.com
 * @since 2.0.0
 */

$tutor_pages = tutor_utils()->tutor_pages();
?>
<div class="tutor-option-main-title">
	<div class="tutor-fs-4 tutor-fw-medium tutor-color-black"><?php esc_html_e( 'Tutor Pages', 'tutor' ); ?></div>
</div>

<?php tutor_alert( __( 'Note: This tool will install all the missing Tutor pages. Pages already defined and set up will not be replaced.', 'tutor' ), 'primary' ); ?>

<div class="tutor-option-single-item tutor-mb-32 item-variation-table table-col-3 all-pages">
	<div class="tutor-option-group-title tutor-mb-16">
		<div class="tutor-fs-6 tutor-color-muted"><?php esc_html_e( 'All Pages', 'tutor' ); ?></div>
	</div>
	<div class="item-wrapper">
		<div class="tutor-option-field-row">
			<div class="tutor-option-field-label">
				<?php esc_html_e( 'ID', 'tutor' ); ?>
			</div>
			<div class="tutor-option-field-label">
				<?php esc_html_e( 'Page Name', 'tutor' ); ?>
			</div>
			<div class="tutor-option-field-label">
				<?php esc_html_e( 'Status', 'tutor' ); ?>
			</div>
		</div>
		<?php
		foreach ( $tutor_pages as $page ) {
			$page_id = $page['page_id'];
			?>
		<div class="tutor-option-field-row">
			<div class="tutor-option-field-label">
				<div class="tutor-fs-7 tutor-fw-medium"><?php echo esc_html( $page_id ); ?></div>
			</div>
			<div class="tutor-option-field-label">
				<div class="tutor-fs-7 tutor-fw-medium">
					<?php if ( $page['page_exists'] ) : ?>
						<a class="tutor-btn tutor-btn-ghost" href="<?php echo esc_url( admin_url( "post.php?post={$page_id}&action=edit" ) ); ?>" target='_blank'>
							<?php echo esc_html( $page['page_name'] ); ?>
						</a>
					<?php else : ?>
						<?php echo esc_html( $page['page_name'] ); ?>
					<?php endif; ?>
				</div>
			</div>
			<div class="tutor-option-field-label">
				<?php if ( $page['page_exists'] && $page['page_visible'] ) : ?>
					<?php $page = get_post( $page_id ); ?>
					<div class="tutor-d-flex tutor-align-center">
						<span class='tutor-icon-circle-mark tutor-color-success'></span>
						<span class='tutor-mx-4'>/</span>
						<span><?php echo esc_html( $page->post_name ); ?></span>
						<span class="tutor-ml-8">
							<a href="<?php echo esc_url( get_permalink( $page ) ); ?>" class="tutor-iconic-btn" target="_blank">
								<i class="tutor-icon-external-link"></i>
							</a>
						</span>
					</div>
				<?php else : ?>
					<span class='tutor-icon-circle-times-line tutor-color-warning'></span>
				<?php endif; ?>
			</div>
		</div>
		<?php } ?>
	</div>
</div>
<div class="btn-wrap regenerate-pages">
	<form method="post">
		<?php
		tutor_action_field( 'regenerate_tutor_pages' );
		tutor_nonce_field();
		?>
		<button class="tutor-btn tutor-btn-primary" type="submit"><?php esc_html_e( 'Re-Generate Tutor Pages', 'tutor' ); ?></button>
	</form>
</div><br>

Filemanager

Name Type Size Permission Actions
common Folder 0755
basic.php File 918 B 0644
buddypress.php File 293 B 0644
color_picker.php File 4.48 KB 0644
design.php File 676 B 0644
google_classroom.php File 570 B 0644
gradebook.php File 936 B 0644
import_export.php File 7.47 KB 0644
notifications.php File 661 B 0644
status.php File 666 B 0644
tab.php File 1.85 KB 0644
tutor_pages.php File 2.87 KB 0644
zoom.php File 71 B 0644