Arama butonu
Bu konudaki kullanıcılar: 1 misafir, 1 mobil kullanıcı
1
Cevap
158
Tıklama
0
Öne Çıkarma
Sidebar sorunu
K
9 yıl (30 mesaj)
Onbaşı
Konu Sahibi

Merhaba arkadaşlar kendi sunucum için hazırladığım panel deki sidebar menüyü ayrı bir php içinden çekiyorum. Fakat Sıralamalara kadar herşey normal fakat Online Ödeme ye geçince bu şekilde kalıyor Resim=< Resime gitmek için tıklayın >. Fakat normalde bu şekilde olması gerekiyor Resim=< Resime gitmek için tıklayın >
Yardımcı olursanız sevinirim.
Kodlar:
<html>
<?php
$link = "http://".$_SERVER['HTTP_HOST']."".$_SERVER['REQUEST_URI'].""; //Burada kişinin olduğu link i çekiyorum.
/* Sitedeki linkleri tanıtıyorum.*/
//Anasayfa için
$anasayfa = "http://tircilar-mekani.com/panel/index.php";
//Market için
$market = "http://tircilar-mekani.com/panel/market.php";
//Sıralamalar için
$sıra = ("http://tircilar-mekani.com/panel/topskor.php" || "http://tircilar-mekani.com/panel/toppara.php" || "http://tircilar-mekani.com/panel/topkonvoy.php" || "http://tircilar-mekani.com/panel/toptir.php" || "http://tircilar-mekani.com/panel/topotobus");
//Ödeme için
$odeme = "http://tircilar-mekani.com/panel/bakiye.php";
//Admin araçları için
$admaraçları = ("http://tircilar-mekani.com/panel/marketlog.php" || "http://tircilar-mekani.com/panel/banla.php" || "http://tircilar-mekani.com/panel/unban.php" || "http://tircilar-mekani.com/panel/skorekle.php" || "http://tircilar-mekani.com/panel/paraekle.php" || "http://tircilar-mekani.com/panel/bakiyekle.php" || "http://tircilar-mekani.com/panel/bilgiiste.php" || "http://tircilar-mekani.com/panel/bangor.php");

if ($link == $anasayfa) { ?>
<!-- sidebar menu start-->
<ul class="sidebar-menu" id="nav-accordion">
<li> <a class="active" href="index.php">
<i class="fa fa-home"></i>
<span>Ana Sayfa</span>
</a> </li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-shopping-cart"></i>
<span>Market</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Skor</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Para</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">VIP</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Diğer</a></li>
</ul> </li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-book"></i>
<span>Sıralamalar</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topskor.php" data-href="topskor.php">TOP 5 Skor</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=toppara.php" data-href="toppara.php">TOP 5 Para</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topkonvoy.php" data-href="topkonvoy.php">TOP 5 Konvoy</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=toptir.php" data-href="toptir.php">TOP 5 Tır Görevi</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topotobus.php" data-href="topotobus.php">TOP 5 Otobüs Görevi</a></li>
</ul> </li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-credit-card"></i>
<span>Online Ödeme</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Kredi Kartı</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Mobil Ödeme</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Havale-EFT-ATM</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Mikrocard</a></li>
</ul> </li>
<?php if("$admin" > 0) { ?>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-tachometer"></i>
<span>Admin Araçları</span> </a>
<ul class="sub">
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=marketlog.php" data-href="marketlog.php">Satın Alanlar</a></li><?php } ?>
<?php if ($admin >= 3) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=banla.php" data-href="banla.php">Oyuncu Yasakla</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=unban.php" data-href="unban.php">Ban Kaldır</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=skorekle.php" data-href="skorekle.php">Skor Ver</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=paraekle.php" data-href="paraekle.php">Para Ver</a></li><?php } ?>
<?php if ($admin == 7) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiyekle.php" data-href="bakiyekle.php">Bakiye Ekle</a></li><?php } ?>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bilgiiste.php" data-href="bilgiiste.php">Oyuncu Ara</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bangor.php" data-href="bangor.php">Ban Gör</a></li>
<!--<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=#" data-href="#">Aktif Bildirimler</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=#" data-href="#">Duyuru Ekle</a></li>-->
</ul>
</li><?php } ?>
<li>
<a href="cikis.php">
<i class="fa fa-user"></i>
<span>Çıkış Yap</span>
</a>
</li>
</ul>
<!-- sidebar menu end-->
<?php } else if ($link == $market ) { ?>
<!-- sidebar menu start-->
<ul class="sidebar-menu" id="nav-accordion">
<li> <a href="index.php">
<i class="fa fa-home"></i>
<span>Ana Sayfa</span>
</a> </li>
<li class="sub-menu">
<a class="active" href="javascript:;" >
<i class="fa fa-shopping-cart"></i>
<span>Market</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Skor</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Para</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">VIP</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Diğer</a></li>
</ul> </li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-book"></i>
<span>Sıralamalar</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topskor.php" data-href="topskor.php">TOP 5 Skor</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=toppara.php" data-href="toppara.php">TOP 5 Para</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topkonvoy.php" data-href="topkonvoy.php">TOP 5 Konvoy</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=toptir.php" data-href="toptir.php">TOP 5 Tır Görevi</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topotobus.php" data-href="topotobus.php">TOP 5 Otobüs Görevi</a></li>
</ul> </li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-credit-card"></i>
<span>Online Ödeme</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Kredi Kartı</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Mobil Ödeme</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Havale-EFT-ATM</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Mikrocard</a></li>
</ul> </li>
<?php if("$admin" > 0) { ?>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-tachometer"></i>
<span>Admin Araçları</span> </a>
<ul class="sub">
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=marketlog.php" data-href="marketlog.php">Satın Alanlar</a></li><?php } ?>
<?php if ($admin >= 3) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=banla.php" data-href="banla.php">Oyuncu Yasakla</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=unban.php" data-href="unban.php">Ban Kaldır</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=skorekle.php" data-href="skorekle.php">Skor Ver</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=paraekle.php" data-href="paraekle.php">Para Ver</a></li><?php } ?>
<?php if ($admin == 7) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiyekle.php" data-href="bakiyekle.php">Bakiye Ekle</a></li><?php } ?>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bilgiiste.php" data-href="bilgiiste.php">Oyuncu Ara</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bangor.php" data-href="bangor.php">Ban Gör</a></li>
<!--<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=#" data-href="#">Aktif Bildirimler</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=#" data-href="#">Duyuru Ekle</a></li>-->
</ul>
</li><?php } ?>
<li>
<a href="cikis.php">
<i class="fa fa-user"></i>
<span>Çıkış Yap</span>
</a>
</li>
</ul>
<!-- sidebar menu end-->
<?php } else if ($link == $sıra) { ?>
<!-- sidebar menu start-->
<ul class="sidebar-menu" id="nav-accordion">
<li> <a href="index.php">
<i class="fa fa-home"></i>
<span>Ana Sayfa</span>
</a> </li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-shopping-cart"></i>
<span>Market</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Skor</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Para</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">VIP</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Diğer</a></li>
</ul> </li>
<li class="sub-menu">
<a class="active" href="javascript:;" >
<i class="fa fa-book"></i>
<span>Sıralamalar</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topskor.php" data-href="topskor.php">TOP 5 Skor</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=toppara.php" data-href="toppara.php">TOP 5 Para</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topkonvoy.php" data-href="topkonvoy.php">TOP 5 Konvoy</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=toptir.php" data-href="toptir.php">TOP 5 Tır Görevi</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topotobus.php" data-href="topotobus.php">TOP 5 Otobüs Görevi</a></li>
</ul> </li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-credit-card"></i>
<span>Online Ödeme</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Kredi Kartı</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Mobil Ödeme</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Havale-EFT-ATM</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Mikrocard</a></li>
</ul> </li>
<?php if("$admin" > 0) { ?>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-tachometer"></i>
<span>Admin Araçları</span> </a>
<ul class="sub">
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=marketlog.php" data-href="marketlog.php">Satın Alanlar</a></li><?php } ?>
<?php if ($admin >= 3) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=banla.php" data-href="banla.php">Oyuncu Yasakla</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=unban.php" data-href="unban.php">Ban Kaldır</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=skorekle.php" data-href="skorekle.php">Skor Ver</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=paraekle.php" data-href="paraekle.php">Para Ver</a></li><?php } ?>
<?php if ($admin == 7) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiyekle.php" data-href="bakiyekle.php">Bakiye Ekle</a></li><?php } ?>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bilgiiste.php" data-href="bilgiiste.php">Oyuncu Ara</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bangor.php" data-href="bangor.php">Ban Gör</a></li>
<!--<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=#" data-href="#">Aktif Bildirimler</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=#" data-href="#">Duyuru Ekle</a></li>-->
</ul>
</li><?php } ?>
<li>
<a href="cikis.php">
<i class="fa fa-user"></i>
<span>Çıkış Yap</span>
</a>
</li>
</ul>
<!-- sidebar menu end-->
<?php } else if ($link == $odeme) { ?>
<!-- sidebar menu start-->
<ul class="sidebar-menu" id="nav-accordion">
<li> <a href="index.php">
<i class="fa fa-home"></i>
<span>Ana Sayfa</span>
</a> </li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-shopping-cart"></i>
<span>Market</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Skor</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Para</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">VIP</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Diğer</a></li>
</ul> </li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-book"></i>
<span>Sıralamalar</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topskor.php" data-href="topskor.php">TOP 5 Skor</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=toppara.php" data-href="toppara.php">TOP 5 Para</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topkonvoy.php" data-href="topkonvoy.php">TOP 5 Konvoy</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=toptir.php" data-href="toptir.php">TOP 5 Tır Görevi</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topotobus.php" data-href="topotobus.php">TOP 5 Otobüs Görevi</a></li>
</ul> </li>
<li class="sub-menu">
<a class="active" href="javascript:;" >
<i class="fa fa-credit-card"></i>
<span>Online Ödeme</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Kredi Kartı</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Mobil Ödeme</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Havale-EFT-ATM</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Mikrocard</a></li>
</ul> </li>
<?php if("$admin" > 0) { ?>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-tachometer"></i>
<span>Admin Araçları</span> </a>
<ul class="sub">
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=marketlog.php" data-href="marketlog.php">Satın Alanlar</a></li><?php } ?>
<?php if ($admin >= 3) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=banla.php" data-href="banla.php">Oyuncu Yasakla</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=unban.php" data-href="unban.php">Ban Kaldır</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=skorekle.php" data-href="skorekle.php">Skor Ver</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=paraekle.php" data-href="paraekle.php">Para Ver</a></li><?php } ?>
<?php if ($admin == 7) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiyekle.php" data-href="bakiyekle.php">Bakiye Ekle</a></li><?php } ?>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bilgiiste.php" data-href="bilgiiste.php">Oyuncu Ara</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bangor.php" data-href="bangor.php">Ban Gör</a></li>
<!--<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=#" data-href="#">Aktif Bildirimler</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=#" data-href="#">Duyuru Ekle</a></li>-->
</ul>
</li><?php } ?>
<li>
<a href="cikis.php">
<i class="fa fa-user"></i>
<span>Çıkış Yap</span>
</a>
</li>
</ul>
<!-- sidebar menu end-->
<?php } else if ($link == $admaraçları) { ?>
<!-- sidebar menu start-->
<ul class="sidebar-menu" id="nav-accordion">
<li> <a href="index.php">
<i class="fa fa-home"></i>
<span>Ana Sayfa</span>
</a> </li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-shopping-cart"></i>
<span>Market</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Skor</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Para</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">VIP</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Diğer</a></li>
</ul> </li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-book"></i>
<span>Sıralamalar</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topskor.php" data-href="topskor.php">TOP 5 Skor</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=toppara.php" data-href="toppara.php">TOP 5 Para</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topkonvoy.php" data-href="topkonvoy.php">TOP 5 Konvoy</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=toptir.php" data-href="toptir.php">TOP 5 Tır Görevi</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topotobus.php" data-href="topotobus.php">TOP 5 Otobüs Görevi</a></li>
</ul> </li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-credit-card"></i>
<span>Online Ödeme</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Kredi Kartı</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Mobil Ödeme</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Havale-EFT-ATM</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Mikrocard</a></li>
</ul> </li>
<?php if("$admin" > 0) { ?>
<li class="sub-menu">
<a class="active" href="javascript:;" >
<i class="fa fa-tachometer"></i>
<span>Admin Araçları</span> </a>
<ul class="sub">
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=marketlog.php" data-href="marketlog.php">Satın Alanlar</a></li><?php } ?>
<?php if ($admin >= 3) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=banla.php" data-href="banla.php">Oyuncu Yasakla</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=unban.php" data-href="unban.php">Ban Kaldır</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=skorekle.php" data-href="skorekle.php">Skor Ver</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=paraekle.php" data-href="paraekle.php">Para Ver</a></li><?php } ?>
<?php if ($admin == 7) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiyekle.php" data-href="bakiyekle.php">Bakiye Ekle</a></li><?php } ?>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bilgiiste.php" data-href="bilgiiste.php">Oyuncu Ara</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bangor.php" data-href="bangor.php">Ban Gör</a></li>
<!--<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=#" data-href="#">Aktif Bildirimler</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=#" data-href="#">Duyuru Ekle</a></li>-->
</ul>
</li><?php } ?>
<li>
<a href="cikis.php">
<i class="fa fa-user"></i>
<span>Çıkış Yap</span>
</a>
</li>
</ul>
<!-- sidebar menu end-->
<?php } else { ?>
<!-- sidebar menu start-->
<ul class="sidebar-menu" id="nav-accordion">
<li> <a href="index.php">
<i class="fa fa-home"></i>
<span>Ana Sayfa</span>
</a> </li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-shopping-cart"></i>
<span>Market</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Skor</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Para</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">VIP</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=market.php" data-href="market.php">Diğer</a></li>
</ul> </li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-book"></i>
<span>Sıralamalar</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topskor.php" data-href="topskor.php">TOP 5 Skor</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=toppara.php" data-href="toppara.php">TOP 5 Para</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topkonvoy.php" data-href="topkonvoy.php">TOP 5 Konvoy</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=toptir.php" data-href="toptir.php">TOP 5 Tır Görevi</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=topotobus.php" data-href="topotobus.php">TOP 5 Otobüs Görevi</a></li>
</ul> </li>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-credit-card"></i>
<span>Online Ödeme</span> </a>
<ul class="sub">
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Kredi Kartı</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Mobil Ödeme</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Havale-EFT-ATM</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiye.php" data-href="bakiye.php">-Mikrocard</a></li>
</ul> </li>
<?php if("$admin" > 0) { ?>
<li class="sub-menu">
<a href="javascript:;" >
<i class="fa fa-tachometer"></i>
<span>Admin Araçları</span> </a>
<ul class="sub">
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=marketlog.php" data-href="marketlog.php">Satın Alanlar</a></li><?php } ?>
<?php if ($admin >= 3) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=banla.php" data-href="banla.php">Oyuncu Yasakla</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=unban.php" data-href="unban.php">Ban Kaldır</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=skorekle.php" data-href="skorekle.php">Skor Ver</a></li><?php } ?>
<?php if ($admin >= 6) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=paraekle.php" data-href="paraekle.php">Para Ver</a></li><?php } ?>
<?php if ($admin == 7) { ?><li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bakiyekle.php" data-href="bakiyekle.php">Bakiye Ekle</a></li><?php } ?>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bilgiiste.php" data-href="bilgiiste.php">Oyuncu Ara</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=bangor.php" data-href="bangor.php">Ban Gör</a></li>
<!--<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=#" data-href="#">Aktif Bildirimler</a></li>
<li><a data-test="test" rel="nofollow" style="word-wrap: break-word; text-decoration: underline;" target="_blank" onclick="return dhExternalLinkRedirect(this)" href="/ExternalLinkRedirect?module=pgdcode&messageId=126860992&url=#" data-href="#">Duyuru Ekle</a></li>-->
</ul>
</li><?php } ?>
<li>
<a href="cikis.php">
<i class="fa fa-user"></i>
<span>Çıkış Yap</span>
</a>
</li>
</ul>
<!-- sidebar menu end-->
<?php } ?>
<?php echo $link; ?>
</html>





< Bu mesaj bu kişi tarafından değiştirildi King_Tolga -- 10 Haziran 2017; 21:0:14 >

K
9 yıl (30 mesaj)
Onbaşı
Konu Sahibi

Arkadaşlar sorunu SESSİON kullanarak çözdüm.



DH Mobil uygulaması ile devam edin. Mobil tarayıcınız ile mümkün olanların yanı sıra, birçok yeni ve faydalı özelliğe erişin. Gizle ve güncelleme çıkana kadar tekrar gösterme.