HEX
Server: LiteSpeed
System: Linux sinope.sitehostingserver.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
User: aprilnet (1155)
PHP: 8.2.32
Disabled: popen,imap_mail,exec,passthru,system,shell_exec,proc_open,pcntl_exec,eval,allow_url_fopen,allow_url_include,mail,proc_get_status,get_cfg_var,disk_free_space,disk_total_space,diskfreespace,getmygid,getmyinode,getmypid,geymyuid,proc_nice,proc_terminate,proc_close,apache_child_terminate,chown,lchgrp,lchown,link,readlink,highlight_file,show_source,php_strip_whitespace,get_meta_tags,dl,leak,pfsockopen,event_new,pcntl_signal,pcntl_alarm,register_tick_function,apache_setenv,define_syslog_variables,escapeshellarg,escapeshellcmd,ini_alter,ini_restore,inject_code,openlog,syslog,xmlrpc_entity_decode,phpAds_remoteInfo,phpAds_XmlRpc,phpAds_xmlrpcDecode,phpAds_xmlrpcEncode,chgrp,php_eval,safe_dir,root,ftok,egy_perl,symlink,wscript
Upload Files
File: /home/aprilnet/public_html/sciohost.org/wp-content/themes/doris/404.php
<?php
/**
 * The template for 404 page (Not Found).
 *
 */
?>
<?php
    get_header();
    $doris_option = atbs_core::bk_get_global_var('doris_option');
    $subTitle = atbs_core::bk_get_theme_option('404--sub-title-text');
    if($subTitle == '') :
        $subTitle = esc_html__('Something went wrong!', 'doris');
    endif;
    
    $noticeText = atbs_core::bk_get_theme_option('404--notice-text');
    if($noticeText == '') :
        $noticeText = esc_html__("We couldn't find the page you're looking for. Try searching or go back to the Homepage.", 'doris');
    endif;
    
    $search = atbs_core::bk_get_theme_option('404-search');

    if(($search == '') || ($search == '0')) :
        $search = 'disable';
    else :
        $search = 'enable';
    endif;
    
    $doris_allow_html = array(
        'a' => array(
            'href' => array(),
            'title' => array()
        ),
        'b'  => array(
            'class' => array(),
        ),
        'br' => array(),
        'em' => array(),
        'strong' => array(),
    );
?>
<div class="site-content">
    <div class="container container--narrow">
        <div class="error-page text-center">
    		<h1>404</h1>
            <p class="error-sub-text"><?php echo wp_kses($subTitle, $doris_allow_html);?></p>
    		<p class="error-notice typescale-3"><?php echo wp_kses($noticeText, $doris_allow_html);?></p>
    		<?php if($search != 'disable'):?>
            <div class="page-404-search">
    			<form class="search-form" method="get" action="<?php echo esc_url(home_url('/')); ?>">
    				<input type="text" name="s" class="search-form__input" placeholder="<?php esc_attr__('Type here to search', 'doris');?>" value="">
    				<button type="submit" class="search-form__submit btn btn-primary"><?php esc_html_e('Search', 'doris');?></button>
    			</form>
    		</div>	
            <?php endif;?>	
    	</div>
    </div>
</div>
<?php get_footer(); ?>