PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/newexitinggames.kerihosting.com/wp-content/themes/triqui/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/newexitinggames.kerihosting.com/wp-content/themes/triqui/index.php |
<?php get_header(); ?> <div id="content"> <div id="gamecontent"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class = "gameleft"> <h1><?php the_title(); ?></h1> <div class="date"> <p><?php if(function_exists('the_ratings')) { the_ratings(); } ?></p> <p><?php if(function_exists('the_views')) { the_views(); } ?></p> </div> <!-- end date div --> </div> <!-- end gameleft div --> <div class = "gameright"> </div> <!-- end gameright div --> <div class = "clear"></div> <div class = "description"> <div class = "flash"> <?php if (function_exists('get_game')) { echo get_game($post->ID); } ?> </div> <!-- end flash div --> <?php // Show banner if configured ?> <?php $banner = get_option('triqui_adunder'); ?> <?php if ($banner) : ?> <div class ="adsensead"> <?php echo stripslashes($banner); ?> </div> <?php endif; ?> <ul> <li>Description <ul> <li><?php echo str_replace("\n","<br />",get_post_meta($post->ID, "mabp_description", true)); ?></li> </ul> </li> <?php if (get_post_meta($post->ID, "mabp_instructions", true)): ?> <li>Instructions <ul> <li><?php echo str_replace("\n","<br />",get_post_meta($post->ID, "mabp_instructions", true)); ?></li> </ul> </li> <?php endif; ?> </ul> </div> <!-- end description div --> <!-- <?php trackback_rdf(); ?> --> <?php endwhile; else: ?> <p><?php _e('Sorry, no game with this name.'); ?></p> <?php endif; ?> <?php comments_template(); // Get wp-comments.php template ?> </div> <!-- end gamecontent div --> </div> <!-- end content div --> <?php get_footer(); ?>