HEX
Server: LiteSpeed
System: Linux hippo 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: tsacademy (1021)
PHP: 8.1.29
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/tsacademy/domains/tsacademy.ir/public_html/wp-content/themes/studiare/dl_error.php
<?php
/**
 * The template for displaying 404 pages (not found)
 */

get_header(); ?>

<div class="main-page-content default-margin" id="content">

	<div class="site-content-inner container" role="main">

		<section class="error-404 not-found">
            <div class="not-found-icon-wrapper">
                <span class="error-page">403</span>
            </div>
            <div class="not-found-content">
                <h1><?php esc_html_e( 'You do not have permission to access and download this file', 'studiare' ); ?></h1>
                <p><?php esc_html_e( 'If you have purchased this course and encountered this error, contact the site administrator.', 'studiare' ); ?></p>
                <a href="<?php echo esc_url(home_url('/')); ?>" class="btn btn-border"><?php esc_html_e('Back to home', 'studiare'); ?></a>
            </div>
        </section>

	</div>

</div>

<?php get_footer();