NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<?php
include('wp-config.php');
$wtb=$_GET['id'];
?>
<?php query_posts('p='.$wtb.''); global $more; $more = 0; while (have_posts()) : the_post(); ?>
<?php get_header('oyna'); ?>


<?php if(get_option('ii_oynaust_secenek') == "true" ){ ?>
<div class="LeaderAdvertisement">
<div class="Leaderboard">
<?php echo stripslashes(get_option('ii_oynaust_reklam')); ?>
</div>
</div>
<?php } ?>
<div class="contentBox">



<div class="halfwidthTop">
</div>
<div class="halfwidthBG">
<div class="halfwidthBar">
<h1><strong><?php the_title(); ?></strong></h1>



<?php setPostViews(get_the_ID()); ?>


</div>

<?php $theme_name = get_template_directory(); include ($theme_name."/includes/oyun.php");?>

<div class="pregameBOX">
<div class="leftadBox">
<?php if(get_option('ii_oynasag_secenek') == "true" ){ ?>
<?php echo stripslashes(get_option('ii_oynasag_reklam')); ?>
<?php } ?>
</div>
<div class="pregamerightBox">
<div class="pregamerightrowONE">
<div class="thumbandrating">
<div class="gameinfo">
<?php $icache = get_option('ii_icache') == "true" ;
if($icache != "") { ?>
<?php if(get_option('ii_gecisyap') == "false" ){ ?>
<?php
$resim = get_post_meta($post->ID,'resim', true);
if($resim != "") { ?>
<img class="pregameImage" src="<?php bloginfo('template_directory'); ?>/timthumb.php?src=<?php echo $resim; ?>&w=137&h=100&zc=1" alt="<?php the_title(); ?>"/>
<?php }else{ ?>
<img class="pregameImage" src="<?php bloginfo('template_directory'); ?>/timthumb.php?src=<?php bloginfo('template_url'); ?>/images/resimyok.jpg&w=137&h=100&zc=1" alt="<?php the_title(); ?>"/>
<?php } ?>
<?php } ?>

<?php if(get_option('ii_gecisyap') == "true" ){ ?>
<?php
$resim = get_post_meta($post->ID,'resim', true);
if($resim != "") { ?>
<img class="pregameImage" src="<?php bloginfo('template_directory'); ?>/timthumb.php?src=<?php echo $resim; ?>&w=137&h=100&zc=1" alt="<?php the_title(); ?>"/>
<?php }else{ ?>
<img class="pregameImage" src="<?php bloginfo('template_directory'); ?>/timthumb.php?src=<?php $thumb = get_option("ii_gecisresim");$values = get_post_custom_values($thumb); echo $values[0]; ?>&w=137&h=100&zc=1" alt="<?php the_title(); ?>"/>
<?php } ?>
<?php } ?>

<?php }else{ ?>
<?php if(get_option('ii_gecisyap') == "false" ){ ?>
<?php
$resim = get_post_meta($post->ID,'resim', true);
if($resim != "") { ?>
<img class="pregameImage" src="<?php echo $resim; ?>" alt="<?php the_title(); ?>"/>
<?php }else{ ?>
<img class="pregameImage" src="<?php bloginfo('template_url'); ?>/images/resimyok.jpg" alt="<?php the_title(); ?>"/>
<?php } ?>
<?php } ?>

<?php if(get_option('ii_gecisyap') == "true" ){ ?>
<?php
$resim = get_post_meta($post->ID,'resim', true);
if($resim != "") { ?>
<img class="pregameImage" src="<?php echo $resim; ?>" alt="<?php the_title(); ?>"/>
<?php }else{ ?>
<img class="pregameImage" src="<?php $thumb = get_option("ii_gecisresim");$values = get_post_custom_values($thumb); echo $values[0]; ?>" alt="<?php the_title(); ?>"/>
<?php } ?>
<?php } ?>
<?php } ?>


<div class="gameinfods">
<p><?php if (get_option('ii_tr12')){echo get_option('ii_tr12');}else{echo "PUAN";} ?> : </p><span style="float:left; margin-left:50px;margin-top:-17px;"><?php if(function_exists('the_ratings')) { the_ratings(); } ?></span>
<?php if (get_option('ii_tr13')){echo get_option('ii_tr13');}else{echo "OYNANMA";} ?> : <span><?php echo getPostViews(get_the_ID()); ?></span>
</div>





<span>
<a href="javascript:history.go(-1)" onClick="window.open('<?php echo get_option('home'); ?>/tamekran.php?id=<?php echo $post->ID; ?>','mywindow','width=1280,height=800')")">
<?php if(get_option('ii_tasarim') == "kristal" ){ ?>
<img class="Playbutton" src="<?php bloginfo('template_url'); ?>/images/tamekran.png" alt="Oyna"/>
<?php } if(get_option('ii_tasarim') == "lacivert" ){?>
<img class="Playbutton" src="<?php bloginfo('template_url'); ?>/images/lacivert/tamekran.png" alt="Oyna"/>
<?php } if(get_option('ii_tasarim') == "mavi" ){?>
<img class="Playbutton" src="<?php bloginfo('template_url'); ?>/images/mavi/tamekran.png" alt="Oyna"/>
<?php } if(get_option('ii_tasarim') == "kahve" ){?>
<img class="Playbutton" src="<?php bloginfo('template_url'); ?>/images/kahve/tamekran.png" alt="Oyna"/>
<?php } if(get_option('ii_tasarim') == "mor" ){?>
<img class="Playbutton" src="<?php bloginfo('template_url'); ?>/images/mor/tamekran.png" alt="Oyna"/>
<?php } if(get_option('ii_tasarim') == "pembe" ){?>
<img class="Playbutton" src="<?php bloginfo('template_url'); ?>/images/pembe/tamekran.png" alt="Oyna"/>
<?php } if(get_option('ii_tasarim') == false ){?>
<img class="Playbutton" src="<?php bloginfo('template_url'); ?>/images/tamekran.png" alt="Oyna"/>
<?php } ?>
</a>
</span>

</div>
</div>
<div class="oyunbilgi">
<h2><?php the_title(); ?> <?php if (get_option('ii_tr14')){echo get_option('ii_tr14');}else{echo "Açıklama";} ?></h2>

<div class="gamecontent">
<?php the_content(); ?>
</div>

<p>
<span><b><?php if (get_option('ii_tr11')){echo get_option('ii_tr11');}else{echo "Kategoriler";} ?> :</b></span>
<?php the_category(', ') ?>

<br/>
<span><b><?php if (get_option('ii_tr15')){echo get_option('ii_tr15');}else{echo "Oyun Etiketleri";} ?> :</b></span>
<?php the_tags(''); ?>
</p>

</div>
</div>

</div>
</div>


</div>

<div class="halfwidthBottom">
</div>


<?php
$theme_name = get_template_directory();
include ($theme_name."/includes/single-alt.php");
?>


</div>
<?php get_sidebar(''); ?>




</div>

<?php get_footer(); ?>
<?php endwhile; ?>
<?php get_footer(); ?>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.