• Web sitemizin içeriğine ve tüm hizmetlerimize erişim sağlamak için Web sitemize kayıt olmalı ya da giriş yapmalısınız. Web sitemize üye olmak tamamen ücretsizdir.
  • Sohbetokey.com ile canlı okey oynamaya ne dersin? Hem sohbet et, hem mobil okey oyna!
  • Soru mu? Sorun mu? ''Bir Sorum Var?'' sistemimiz aktiftir. Paylaşın beraber çözüm üretelim.

vBulletin vBulletin 3.8.x Her Yerde Kullanabileceğiniz Tablo Halinde Reklam Alanı Eklentisiz

StigmatA

Forum Sorumlusu
Üyelik Tarihi
3 Nis 2008
Konular
1,626
Mesajlar
29,240
MFC Puanı
217,860
PHP:
<if condition="$post[postcount] == 1">
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Sponsor Bağlantılar</td>
</tr>
<tr>
<td class="alt1" align="center">


<br><if condition="(($post[postcount] % $vboptions[maxposts] == 1))">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Orta Kare -->
<ins class="adsbygoogle"
style="display:inline-block;width:250px;height:250px"
data-ad-client="ca-pub-4973750917654780"
data-ad-slot="5985798755"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</if></br>

</td>
</tr>
</table>
</div>
</if>
--------------------------------------------------------------

ortadaki hali

<if condition="(($post[postcount] % $vboptions[maxposts] == 1))">
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="10%" align="center">
<tr>
<td class="thead" align="center">Sponsor Bağlantılar</td>
</tr>
<tr>
<td class="alt1" align="right">
<br>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Orta Kare -->
<ins class="adsbygoogle"
style="display:inline-block;width:250px;height:200px"
data-ad-client="ca-pub-4973750917654780"
data-ad-slot="5985798755"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</br>

</td>
</tr>
</table>
</div>
</if>
 
Üst