PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/newexitinggames.kerihosting.com/wp-content/themes/tricera/
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
Choose File :

Url:
Dir : /home/trave494/newexitinggames.kerihosting.com/wp-content/themes/tricera/single-fullscreen.php

<?php
/* 
Plugin Name:  Full Screen Mod for MyArcadePlugin Pro
Plugin URI:   http://myarcadeplugin.com
Description:  Show a game in full screen mode
Version:      2.0.0
Author:       Daniel Bakovic
Author URI:   http://netreview.de
*/
?>
<html>
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />

    <title><?php bloginfo('name'); ?> - Playing game: - <?php single_post_title(); ?></title>

    <link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>" type="text/css" media="all" />
    
    <?php wp_head(); ?>   
    
    <?php if ( get_option('tricera_custom_headercode_status') == 'enable' ) { echo stripslashes( get_option('tricera_custom_headercode') ); } ?>    

    <style type="text/css">
    #fullgame { 
      width:95%;
      margin:5px auto 0 auto;
      display:block;
      position: relative;
    }
    
    #fullgame h2 {
      background:#270d3b;
      line-height:40px;
      margin-bottom: 5px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius:4px;
    }
    
    #fullgame h2 a { color: #9c6fbb; text-decoration: none; }
    #fullgame h2 a:hover { color: #ffffff; }
    </style>

    <script src="http://xs.mochiads.com/static/pub/swf/leaderboard.js" type="text/javascript"></script>
  </head>

  <body>
    <center>
      <div id="fullgame">
        <h2><a href="javascript:history.go(-1)">&laquo; <?php _e('Go Back To', MYAPB_THEMENAME); ?>: <?php bloginfo('name'); ?> </a></h2>
      </div>      
        <?php
          global $mypostid, $post; 
          $mypostid = $post->ID;
          // overwrite the post id
          $post->ID = $mypostid;
          if ( function_exists('myarcade_get_leaderboard_code') )  {
            echo myarcade_get_leaderboard_code();
          }         
          echo get_game($mypostid, $fullsize = false, $preview = false, $fullscreen = true);
        ?>
    </center>
    
    <?php 
    wp_footer();    
    
    // custom footer code
    if ( get_option('tricera_custom_footercode_status') == 'enable' ) { echo stripslashes(get_option('tricera_custom_footercode')); }
    ?> 
  </body>
</html>