[Cuce Panel v3] Şimdiye Kadarki En İYİ , En Güvenli , Süper KOPanel !! [Güncellendi]

  • Konbuyu başlatan Konbuyu başlatan Ganks
  • Başlangıç tarihi Başlangıç tarihi
Cevap: [Ko-Cuce Panel v3] Şimdiye Kadarki En İYİ , En Güvenli , Süper KOPanel !!

Çok güzel olmuş, eline sağlık :)
 
Cevap: [Ko-Cuce Panel v3] Şimdiye Kadarki En İYİ , En Güvenli , Süper KOPanel !!

çok güzel olmuşta deli etti beni kayıt ol diyince bilgileri giriosun hata verior geri kalan herşey çalışıoor windows 2003(plesk) appserv deil
 
Cevap: [Ko-Cuce Panel v3] Şimdiye Kadarki En İYİ , En Güvenli , Süper KOPanel !!

SIRALAMADA BANLI USERLER VE GM LER GÖRÜNÜYORSA "pages/ortakrank.php" DOSYASININ İÇERİĞİNİ BUNUNLA DEĞİŞİN.:hıh:


Kod:
<?
// Oturumlar
ob_start();
session_start();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
<title><? echo $titled; ?></title>
<link href="../style.css" rel="stylesheet" type="text/css" />
 <link href="style.css" rel="stylesheet" type="text/css" />

<style type="text/css">
<!--
.style1 {color: #000000}
.style2 {color: #FFFFFF}
.style3 {color: #FFFFFF; font-weight: bold; }
-->
</style>

</head>

<body background="../imgs/bg.jpg" topmargin="0" marginheight="0">
<table width="520" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td height="24" align="left"  >&nbsp;<img src="http://www.ko-cuce.com/imgs/arti.gif" width="9" height="9" />&nbsp;<strong><center>Kullanıcı Sıralaması - ORTAK </strong></td>
  </tr>
  <tr>
  <?
	function GNation($nation)
{
	if ($nation == 1) {
		$nation = '<img src="http://www.ko-cuce.com/imgs/karus.gif">';
	} elseif ($nation == 2) {
		$nation = '<img src="http://www.ko-cuce.com/imgs/elmo.gif">';
	}

	return $nation;
}
?>
    <td align="left" valign="top" background="../imgs/bg.png">

       <table width="460" border="0" cellpadding="0" cellspacing="0">

          <?	
	
$connect = odbc_connect("$dbname", "$dbuser", "$dbpass") or die("SQL Servera Baglanilamiyor, odbc_error()");
$results=odbc_exec($connect,"SELECT TOP 50 strUserID, Level, Nation, Class, Knights, Loyalty,LoyaltyMonthly strCharID FROM USERDATA WHERE Authority = 1   ORDER  BY LoyaltyMonthly DESC, Level DESC");
$asd = 0;
$tablo_1 = '
  <tr>
      <td width="25" align="center" background="../imgs/menubg.gif" bgcolor="#FF9900"><b><font color="#ffffff">Sira</span></td>
 
    <td width="100" align="center" height="14" background="../imgs/menubg.gif" bgcolor="#FF9900"><b><font color="#ffffff">Karakter Ady </span></td>
    <td width="100" align="center" background="../imgs/menubg.gif" bgcolor="#FF9900"><b><font color="#ffffff">Level</span></td>
    
 
  
    <td width="100" align="center" background="../imgs/menubg.gif" bgcolor="#FF9900"><b><font color="#ffffff">National Point</span></td>  
  <td width="100" align="center" background="../imgs/menubg.gif" bgcolor="#FF9900"><b><font color="#ffffff">Leader Point</span></td>
  </tr>
';
echo $tablo_1;
while (odbc_fetch_row($results)) {
$user = odbc_result($results,1);
		
	$np = odbc_result($results, 6);
	$aylik = odbc_result($results, 7);
	$level = odbc_result($results, 2);
	$clan = odbc_result($results, 5);
	$clannm = odbc_result($results, 5);
		$clanr=odbc_exec($connect,"SELECT IDName FROM KNIGHTS WHERE IDNum = '$clan'");
	$clan=odbc_result($clanr, 1);
	if ($clan == '') {
		$clan = 'Yok';
	}
	$sira++;

?>

<?


$tablo_2 = '

          <tr class="textwhite">
            <td align="center">'.$sira.'</td>
	
            <td align="center"><div class="Tips3" title="<img src=imza/mini.php?karakter='.htmlspecialchars(trim($user)).'>"><a href="index.php?sayfa=userdetay&karakter='.$user.'">'.$user.'</a></td>
            <td align="center">'.$level.'</td>
			  
				  
					
<td align="center">'.$np.'</td>					  
<td align="center">'.$aylik.'</td>
          </tr>
      
';
echo $tablo_2;
}

?>
    </table></td>
  </tr>
</table>
</body>
</html>

EĞER PANELDE SERVER KAPALI GÖRÜNÜYORSA "İNDEX.PHP" DOSYANIZIN İÇERİĞİNİ BUNUNLA DEĞİŞTİRİN %100 SORUN ÇÖZÜLMÜŞ OLACAKTIR. İNDEX.PHP de YAPTIĞIM GÖZLE GÖRÜLÜR DEĞİŞİMLERİ GÖRECEKSİNİZ. örn: http://85.153.14.103

Kod:
<?php
// Oturumlar
ob_start(); 
session_start();
?><? 

if (file_exists("kurulum.php")) die ("<div align='center'>
  <p><img src='http://www.rize.edu.tr/ru/images/dikkat.gif' width='256' height='256' border='0' /></p>
  <p><strong><span class='stilkruu'>Lütfen kurulum.php dosyasını Kurdukdan Sonra siliniz!</span></strong></p>
</div>
");

include ('config.php');
include ('cuce.php');
include ('guvenlik/security.php');

include ('guvenlik/guvenlik.php');

// Kopanel Desing & Coder Ganks
require_once ( 'guvenlik/class.floodblocker.php' );
 $flb = new FloodBlocker ( 'tmp/' );

 $flb->rules = array (
    10=>10,    // rule 1 - maximum 10 requests in 10 secs
    60=>30,    // rule 2 - maximum 30 requests in 60 secs
    300=>50,
    3600=>200  // rule 4 - maximum 200 requests in 3600 secs
  );


  if ( ! $flb->CheckFlood ( ) )
    die ( '<div align="center">
  <p><img src="http://blog.lifeoverip.net/wp-content/uploads/2021/12/kalkan.gif" width="140" height="140" /></p>
  <p><strong>Securyted By Ganks ,</strong></p>
  <p><strong>Flood Blocker v1.0 ;)</strong></p>
  <p><strong>Flooddan Cezalısınız , 10 Saniye Sonra Tekrar Deneyiniz !</strong></p>
  <p>&nbsp;</p>
</div>' );


?>
<script src="inc/mootools.js" type="text/javascript"></script><script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script><script type="text/javascript">
		window.addEvent('domready', function(){			
			/* Tips 3 */
			var Tips3 = new Tips($$('.Tips3'), {
				showDelay: 400,
				hideDelay: 400,
				fixed: true
			});
			
		}); 
	</script>
<html>
<head>
<title><? echo ($servername); ?> - Özel Knight Online Sunucusu</title>
		<META http-equiv=Content-Type content="text/html; charset=iso-8859-9">
		<meta name="keywords" content="knight online, knight online private server, knight online pvp server, ko, ko server, ko private server, ko pvp server, 1299 client, knight online 1299, knight online 1299 private server, knight online 1299 pvp server, battle ko">
		<meta name="description" content="knight online, knight online private server, knight online pvp server, ko, ko server, ko private server, ko pvp server, 1299 client, knight online 1299, knight online 1299 private server, knight online 1299 pvp server, battle ko">
		<link rel="stylesheet" type="text/css" href="style32.css">
	<style type="text/css">
<!--
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cccc99;
}
a:hover {
	text-decoration: underline;
	color: #cccc99;
}
a:active {
	text-decoration: none;
	color: #cccc99;
}
-->


    </style><style type="text/css">
<!--
.stilkruu {font-size: 24px}
.style2 {color: #FF0000}
.style4 {font-weight: bold; color: #00FF00; font-size: 16px;}
-->
    </style>
	<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body  bgcolor="#6D6E70" background="images/bg.jpg" leftmargin="0" marginwidth="0" >
		<center>
<table width="780" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#666666">
				<tr>
				<td width="15" rowspan="7" background="images/left.gif"><img src="images/left.gif"></td>
					<td colspan="3" height="79" bgcolor="#000000"><img src="logo.php"></td>
				  <td width="15" rowspan="7" background="images/right.gif"><img src="images/right.gif"></td>
				</tr>

			<tr>
					<td colspan="3" height="19" bgcolor="#000000"><table width="783" height="117" border="0" background="images/ganks_nav_bgxD.JPG">
                      <tr>
                        <td width="2500"><p>&nbsp;</p>
                        <p>&nbsp;</p>
                        <div align="center">
                          <table width="768" height="25" border="0">
                            <tr>
                              <td width="301">&nbsp;</td>
                              <td width="457"><div align="center"><a href="index.php">AnaSayfa</a> | <a href="index.php?sayfa=ksiralama">Kullanıcı Sıralaması</a> | <a href="index.php?sayfa=clansiralama">Clan Sıralaması</a><br>
</div></td> 
                            </tr>
                                                  </table>
                        </div>
                        <p align="center">&nbsp;</p></td>
                      </tr>
                    </table></td>
</tr>
 
				<tr height="18">
					<td height="0" colspan="3" background="images/t-edge.gif" style="font-size: 0.1em;">&nbsp;					</td>
				</tr>
				
					<td width="153" valign="top" background="images/metal2.jpg" style="padding: 10px 10px 10px 10px;"><hr />
					    <p>
					    <? 
					  
					  if ($_SESSION['sesusera'] == '') {
                     echo 
                     ' <p align="center">Kullanıcı Girişi:</p>  
					 
                    
                      <form id="form3" name="form3" method="post" action="index.php?sayfa=login">
					    <table width="200" height="59" border="0">
                          <tr>
                            <td>Kullanıcı Adı:</td>
                            <td><label>
                              <input type="text" name="kulad" id="kulad" />
                              </label>
                            </td>
                          </tr>
                          <tr>
                            <td>Şifre:</td>
                            <td><input type="password" name="kulpass" id="kulpass" /></td>
                          </tr>
                          <tr>
                            <td>&nbsp;</td>
                            <td><label> <br />
                                  <input type="submit" name="button" id="button" value="Giriş&gt;&gt;" />
                              </label>
                            </td>
                          </tr>
                        </table>
                                            </form><div align="center"><a href="index.php?sayfa=reg">Kayıt OL</a> |<a href="index.php?sayfa=sifrem"> Şifremi Unuttum!</a>';  }
											
											else {
											
											if ($_SESSION['aut'] == '5') {
											echo ' Hoşgeldiniz '.$_SESSION['sesusera'].'  </p>
					    <p><a href="index.php?sayfa=admin">Admin Paneli </a></p> <p><a href="index.php?sayfa=pus">Power Up Store </a></p> <p><a href="index.php?sayfa=cikisyap">Çıkış Yap</a></p>';
											}
											else {
											echo ' Hoşgeldiniz '.$_SESSION['sesusera'].'  </p>
					    <p><a href="index.php?sayfa=gizliyanitata">Gizli Yanıt ATA </a></p> <p><a href="index.php?sayfa=pus">Power Up Store </a></p> <p><a href="index.php?sayfa=cikisyap">Çıkış Yap</a></p>';
											} } ?>
					 
				      
					    <? 
			
if ($fp2=@fsockopen($ip,15001, $ERROR_NO, $ERROR_STR,(float)0.5)) 
	{ 
	fclose($fp2); 
	$game = "<img src=images/on.gif>"; 
	}
else 
	{ 
	$game = "<img src=images/off.gif>"; 
	}
	
	
if ($fp2=@fsockopen($ip,21, $ERROR_NO, $ERROR_STR,(float)0.5)) 
	{ 
	fclose($fp2); 
	$ftp = "<img src=images/on.gif>"; 
	}
else 
	{ 
	$ftp = "<img src=images/off.gif>"; 
	}
	

		?>
					    <?
			$istatislik = odbc_exec($conn,"select count(*) from CURRENTUSER");// Ganks
$ist_tb = odbc_exec($conn,"select count(*) from TB_USER");// Ganks
$ist_user = odbc_exec($conn,"select count(*) from USERDATA");// Ganks
$ist_karus = odbc_exec($conn,"select count(*) from USERDATA where Nation = '1'");// Ganks
$ist_human = odbc_exec($conn,"select count(*) from USERDATA where Nation = '2'");// Ganks
$humankral = odbc_exec($conn,"select strKingName from KING_SYSTEM where byNation = '2'"); // Ganks
$karuskral = odbc_exec($conn,"select strKingName from KING_SYSTEM where byNation = '1'"); // Ganks
$deloss = odbc_exec($conn,"select sMasterKnights from KNIGHTS_SIEGE_WARFARE where sCastleIndex = '1'"); // Ganks

$delosss = odbc_result($deloss,1);
$delossahibi = odbc_exec($conn,"select IDName from KNIGHTS where IDNum = '".$delosss."'"); // Ganks


$dls = odbc_result($delossahibi,1);
$toponline = odbc_result($istatislik,1);//Ganks ##
$topuye = odbc_result($ist_tb,1);
$topkarakter = odbc_result($ist_user,1);
$toporc = odbc_result($ist_karus,1);
$human = odbc_result($ist_human,1);
$karus_kral = odbc_result($karuskral,1);
$human_kral = odbc_result($humankral,1);

if ($karus_kral == '') {
$karus_kral = "-Seçilmemiş-";
}
if ($human_kral == '') {
$human_kral = "-Seçilmemiş-";
}

if ($dls == '') {
$dls = "-Yok-";
}
				 ?>
                  <?
		  $savasgalibi = odbc_exec($conn,"select strUserName from battle");
		 
			$hero = odbc_result($savasgalibi,1);
		
		  
		  
	
		  ?>

				      </div>
					<div align="center">
					<p align="left">
					  <hr>
<br>
  <table width="173" border="0">
    <tr>
<td width="91">Server Durumu</td>
<td width="80" align="center"><img src="http://status.blackout-gaming.net/status.php?dns=<? echo ($ipadresi)?>&port=15001&style=1" border="0" /></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>		  
<td width="91">Launcher</td>
<td width="80" align="center"><img src="http://status.blackout-gaming.net/status.php?dns=<? echo ($ipadresi)?>&port=15100&style=1" border="0" /></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Server Adı</td>
<td width="80" align="center"><? echo ($servername) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">IP</td>
<td width="80" align="center"><? echo ($ipadresi) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Aktif Oyuncu</td>
<td width="80" align="center"><? echo ($toponline) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Toplam Hesap</td>
<td width="80" align="center"><? echo ($topuye) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Toplam Karakter</td>
<td width="80" align="center"><? echo ($topkarakter) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Human</td>
<td width="80" align="center"><? echo ($human) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Karus</td>
<td width="80" align="center"><? echo ($toporc) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Karus Kralı</td>
<td width="80" align="center"><? echo ($karus_kral) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Human Kralı</td>
<td width="80" align="center"><? echo ($human_kral) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Delos Sahibi</td>
<td width="80" align="center"><? echo ($dls) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Savaş Zamanı</td>
<td width="80" align="center"><? echo ($lunarwar) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Delos Savaşı</td>
<td width="80" align="center"><? echo ($kalesavasi) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Boss Event</td>
<td width="80" align="center"><? echo ($bosseventtime) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>

				          </p>
			          </div>
				        <hr>

<div align="center">
  <p>GM Listesi</p>
  
	  <?php
function SNation($nation)
{
	if ($nation == 1) {
		$nation = '<img src="images/karus.gif">';
	} elseif ($nation == 2) {
		$nation = '<img src="images/elmo.gif">';
	}

	return $nation;
}

?><?php
			$gmleribulalimbakalim = odbc_exec($conn,"select strUserId,Nation from userdata where Authority=0");
	while (odbc_fetch_row($gmleribulalimbakalim)) {
	$isim = odbc_result($gmleribulalimbakalim,1);  
	  $gmleronmu = odbc_exec($conn,"select strCharID From CurrentUser Where strCharID='$isim'");
				$irk = odbc_result($gmleribulalimbakalim,2);
							$irk = SNation($irk);
					$bakgm = odbc_fetch_array ($gmleronmu);
		if (isset($bakgm["strCharID"]))
		{
			$o = "<img src=images/online.gif>";
			} else {
			$o = "<img src=images/offline.gif>";
			}
					echo '<div align="center">
  <table width="173" border="0">
    <tr>
      <td width="91">'.$isim.'</td>
      <td width="30">'.$o.'</td>
      <td width="38">'.$irk.'</td>
    </tr>
  </table>
</div>

';
 
			}
			?>  </p>
</div>
<hr>
<img src="http://www.ko-cuce.com/kocuce.gif" width="189" height="97" border="0"></hr></td>

					<td width="15" background="images/center.gif"><img src="images/center.gif"></td>
					<td width="600" valign="top" background="images/metal2.jpg" style="padding: 10px 10px 10px 10px;">

  <?php
				
				$name = trim(guvenlik($_GET['sayfa']));
$uz = ".php";			
	if($name=='') {
include ('anasayfa.php');	

	} elseif(!empty($name) && (file_exists('pages/' . trim(guvenlik($_GET['sayfa'])) . '.php'))) {
		include("pages/$name.php");
	}
elseif($name==$name&&$uz) {
include('pages/'.$name.'');
} else {
					 echo 'Aradığınız Sayfa Bulunamadı.';
					 } 
					 
					 
					 ?>


</div>
					</td>
				</tr>
				<tr height="18">

					<td colspan="3" background="images/t-edge.gif" style="font-size: 0.1em;">&nbsp;					</td>

				</tr>
				
				<tr>
					<td colspan="3" bgcolor="#CEC2A8">
						<center>
			    <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','768','height','150','id','http://battlekoswfler.ba.funpic.org/top2_new.swf','align','middle','src','top2_new','quality','high','bgcolor','#000000','name','http://battlekoswfler.ba.funpic.org/top2_new.swf','allowscriptaccess','sameDomain','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','top2_new' ); //end AC code
</script><noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="768" height="150" id="http://battlekoswfler.ba.funpic.org/top2_new.swf" align="middle">
                  <param name="allowScriptAccess" value="sameDomain">

                  <param name="movie" value="top2_new.swf">
                  <param name="quality" value="high">

                  <param name="bgcolor" value="#000000">
                  <embed src="top2_new.swf" quality="high" bgcolor="#000000" width="768" height="150" name="http://battlekoswfler.ba.funpic.org/top2_new.swf" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
                  </object></noscript>			    </tr>
				<tr height="18">
					<td height="0" colspan="3" background="images/t-edge.gif" style="font-size: 0.1em;">&nbsp;					</td>
				</tr>

		  </table>

		<p><? echo ($pow); ?></p>
</center>
</body>
</html>
				<tr height="18">
					<td colspan="3" background="images/t-edge.gif" style="font-size: 0.1em;">&nbsp;
							
					</td>
					
				</tr>
			</table>
		</center>

	</body>
</html>

				</tr>
				<tr height="18">
					<td colspan="3" background="images/t-edge.gif" style="font-size: 0.1em;">&nbsp;
							
					</td>
					
				</tr>
			</table>
		</center>

	</body>
</html>

KAYITTA "iDays" ile ilgili sorun yaşıyorsaniz >" pages/reg.php"< dosyasinin içeriğini bununla değiştirin.


Kod:
<style type="text/css">
<!--
.stil4 {font-size: 10; font-weight: bold; }
.stil5 {font-size: 10}
-->
</style>
<style type="text/css">
<!--
.stil1fff {color: #990000}
-->
</style>

<? 
$_GET['islem'];
$islem = $_GET['islem'];

if ($kayitolsa <> 'acik') die ('KOPanelden Üyelik Alimi Admin Tarafindan kapatilmistir.!<br>

<IFRAME name="frame_ismi" src="reklam_gecis.html"  width="500" height="300" scrolling="no" frameborder="0" marginwidth="0" marginheight="0"></IFRAME>');

if ($islem == '' or $islem == '1') {

echo
'
<script type=text/javascript> 
setTimeout(\'gizle()\',6000); 
function gizle() { 
var x=document.getElementById(\'birinci\').style; 
var y=document.getElementById(\'ikinci\').style; 
if(x.display==\'block\') { x.display=\'none\'; y.display=\'block\'; } 
else { x.display=\'block\'; y.display=\'none\'; } 
} 
</script> <div id="birinci" style="display:block">





<IFRAME name="frame_ismi" src="reklam_gecis.html"  width="500" height="300" scrolling="no" frameborder="0" marginwidth="0" marginheight="0"></IFRAME>



</div>


<div id="ikinci" align="center" style="display:none">
  <form action="index.php?sayfa=reg&islem=2" method="post" enctype="multipart/form-data" name="kayit1" id="kayit1">
    <table width="435" height="238" border="0">
      <tr>
        <td width="131"><span class="stil4">Kullanıcı Adı :</span></td>
        <td width="294"><span class="stil5">
          <label>
          <input type="text" name="kadi" id="kadi" title="Oyuna Giris Yapacaginiz Kullanici Adini Giriniz..." />
          </label>
        </span></td>
      </tr>
      <tr>
        <td><span class="stil4">Şifre :</span></td>
        <td><span class="stil5">
          <input type="password" name="pass" id="pass" title="Şifre Yazınız!" />
        </span></td>
      </tr>
      <tr>
        <td><span class="stil4">Şifre : (Onayla)</span></td>
        <td><span class="stil5">
          <input type="password" name="pass2" id="pass2" title="Şifreyi Onaylayınız!" />
        </span></td>
      </tr>
      <tr>
        <td><span class="stil4">Gizli Soru: </span></td>
        <td><label>
          <select name="gsoru" id="gsoru">
            
            <option value="ckahraman">En Sevdiğiniz Çizgi Film Kahramanı ?</option>
            <option value="ensevdigidizi">En Sevdiğiniz Dizi ? </option>
            <option value="herhangibirsayı">Herhangi Bir Sayı ? </option>
            <option value="annesinindogumyeri">Annenizin Doğum Yeri ? </option>
            <option value="dogumyeri">Doğum Yerim ? </option>
            <option value="diger">Diğer ? </option>
          </select>
        </label></td>
      </tr>
      <tr>
        <td><span class="stil4">Gizli Cevap :</span></td>
        <td><span class="stil5">
          <input type="text" name="gyanit" id="gyanit" />
        </span></td>
      </tr>
      <tr>
        <td><span class="stil4">Güvenlik Kodu:</span></td>
        <td><span class="stil5"><img src="img.php" /></span></td>
      </tr>
      <tr>
        <td><span class="stil4">Güvenlik Kodu Gir :</span></td>
        <td><span class="stil5">
          <input type="text" name="formHC" id="formHC" />
        </span></td>
      </tr>
      <tr>
        <td><span class="stil5"></span></td>
        <td><span class="stil4">
          <label>
          <input type="submit" name="button" id="button" value="Kaydet &gt;&gt;" />
          </label>
        </span></td>
      </tr>
    </table>
  </form>
  </div> '; }
  
  elseif ($islem == '2') {
  
  // Kayıt Edelim hemen abi :)
  
  
#################################################
$account = guvenlik(trim($_POST['kadi']));#######
$pass = guvenlik(trim($_POST['pass']));##########
$pass2 = guvenlik(trim($_POST['pass2']));########
$gsrou = guvenlik(trim($_POST['gsoru']));##########
$gyanit = guvenlik(trim($_POST['gyanit']));########
$formHC = guvenlik(trim($_POST['formHC']));######
#################################################
$ida = '6';
$strsocno = '1';
$veriss = odbc_exec($conn,"select Count(*) from TB_USER where  StrAccountID = '".$account."'");// Ganks
$varmis = odbc_result($veriss,1);


if ($account == '') {
	echo 'Kullanycy Ady Girmediniz.. <a href="index.php?sayfa=reg">Geri DON</a>';
}
elseif ($pass <> $pass2) {
	echo '?ifreler birbiriyle Uyu?muyor.<a href="index.php?sayfa=reg">Geri DON</a> ';
}
elseif ($varmis > '0') {
	echo 'Üyelik Kullanımda ,<a href="index.php?sayfa=reg">Geri DÖN</a>';
}
elseif ($pass == '' or $pass2 == '') {
	echo 'Bo? Byraktygynyz alanlar var. <a href="index.php?sayfa=reg">Geri DON</a>';
}
elseif (guvenlik(trim($_POST["formHC"]))<>guvenlik(trim($_SESSION["security_code"]))) {
	echo 'Güvenlik Kodunu yanly? Girdiniz. <a href="index.php?sayfa=reg">Geri DÖN</a>';
}

else {
$msquerys="insert into TB_USER (StrAccountID,StrPasswd,StrSoru,StrYanit,idays,strsocno) VALUES ('".$account."','".$pass."','".$gsoru."','".$gyanit."','".$ida."','".$strsocno."')";
     $msresultss=odbc_exec($conn,$msquerys) or die('<div align="center" class="stil1fff">
  <p class="stil1"><strong>#################### SQL Sorgusu Hatalı ####################</strong></p>
  <p class="stil1">&nbsp;</p>
  <p>&nbsp;</p>
</div>
');  	
echo '<div align="center" class="stil1fff">
  <p class="stil1"><strong>#################### Tebrikler ! ####################</strong></p>
  <p class="stil1"><strong>Kullanıcı Kaydı Başarıyla Tamamlandı ! </strong></p>
  <p class="stil1"><strong>Kullanıcı Adınız : '.$account.'</strong></p>
  <p class="stil1"><strong>Lütfen Bilgilerinizi Saklayınız! </strong></p>
  <p>&nbsp;</p>
</div>
';

 }
    
  }
?>
 
Son düzenleme:
Cevap: [Ko-Cuce Panel v3] Şimdiye Kadarki En İYİ , En Güvenli , Süper KOPanel !!

SIRALAMADA BANLI USERLER VE GM LER GÖRÜNÜYORSA "pages/ortakrank.php" DOSYASININ İÇERİĞİNİ BUNUNLA DEĞİŞİN.:hıh:


Kod:
<?
// Oturumlar
ob_start();
session_start();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9" />
<title><? echo $titled; ?></title>
<link href="../style.css" rel="stylesheet" type="text/css" />
 <link href="style.css" rel="stylesheet" type="text/css" />

<style type="text/css">
<!--
.style1 {color: #000000}
.style2 {color: #FFFFFF}
.style3 {color: #FFFFFF; font-weight: bold; }
-->
</style>

</head>

<body background="../imgs/bg.jpg" topmargin="0" marginheight="0">
<table width="520" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td height="24" align="left"  >&nbsp;<img src="http://www.ko-cuce.com/imgs/arti.gif" width="9" height="9" />&nbsp;<strong><center>Kullanıcı Sıralaması - ORTAK </strong></td>
  </tr>
  <tr>
  <?
	function GNation($nation)
{
	if ($nation == 1) {
		$nation = '<img src="http://www.ko-cuce.com/imgs/karus.gif">';
	} elseif ($nation == 2) {
		$nation = '<img src="http://www.ko-cuce.com/imgs/elmo.gif">';
	}

	return $nation;
}
?>
    <td align="left" valign="top" background="../imgs/bg.png">

       <table width="460" border="0" cellpadding="0" cellspacing="0">

          <?	
	
$connect = odbc_connect("$dbname", "$dbuser", "$dbpass") or die("SQL Servera Baglanilamiyor, odbc_error()");
$results=odbc_exec($connect,"SELECT TOP 50 strUserID, Level, Nation, Class, Knights, Loyalty,LoyaltyMonthly strCharID FROM USERDATA WHERE Authority = 1   ORDER  BY LoyaltyMonthly DESC, Level DESC");
$asd = 0;
$tablo_1 = '
  <tr>
      <td width="25" align="center" background="../imgs/menubg.gif" bgcolor="#FF9900"><b><font color="#ffffff">Sira</span></td>
 
    <td width="100" align="center" height="14" background="../imgs/menubg.gif" bgcolor="#FF9900"><b><font color="#ffffff">Karakter Ady </span></td>
    <td width="100" align="center" background="../imgs/menubg.gif" bgcolor="#FF9900"><b><font color="#ffffff">Level</span></td>
    
 
  
    <td width="100" align="center" background="../imgs/menubg.gif" bgcolor="#FF9900"><b><font color="#ffffff">National Point</span></td>  
  <td width="100" align="center" background="../imgs/menubg.gif" bgcolor="#FF9900"><b><font color="#ffffff">Leader Point</span></td>
  </tr>
';
echo $tablo_1;
while (odbc_fetch_row($results)) {
$user = odbc_result($results,1);
		
	$np = odbc_result($results, 6);
	$aylik = odbc_result($results, 7);
	$level = odbc_result($results, 2);
	$clan = odbc_result($results, 5);
	$clannm = odbc_result($results, 5);
		$clanr=odbc_exec($connect,"SELECT IDName FROM KNIGHTS WHERE IDNum = '$clan'");
	$clan=odbc_result($clanr, 1);
	if ($clan == '') {
		$clan = 'Yok';
	}
	$sira++;

?>

<?


$tablo_2 = '

          <tr class="textwhite">
            <td align="center">'.$sira.'</td>
	
            <td align="center"><div class="Tips3" title="<img src=imza/mini.php?karakter='.htmlspecialchars(trim($user)).'>"><a href="index.php?sayfa=userdetay&karakter='.$user.'">'.$user.'</a></td>
            <td align="center">'.$level.'</td>
			  
				  
					
<td align="center">'.$np.'</td>					  
<td align="center">'.$aylik.'</td>
          </tr>
      
';
echo $tablo_2;
}

?>
    </table></td>
  </tr>
</table>
</body>
</html>

EĞER PANELDE SERVER KAPALI GÖRÜNÜYORSA "İNDEX.PHP" DOSYANIZIN İÇERİĞİNİ BUNUNLA DEĞİŞTİRİN %100 SORUN ÇÖZÜLMÜŞ OLACAKTIR. İNDEX.PHP de YAPTIĞIM GÖZLE GÖRÜLÜR DEĞİŞİMLERİ GÖRECEKSİNİZ. örn: Aeryon Ko - Özel Knight Online Sunucusu

Kod:
<?php
// Oturumlar
ob_start(); 
session_start();
?><? 

if (file_exists("kurulum.php")) die ("<div align='center'>
  <p><img src='http://www.rize.edu.tr/ru/images/dikkat.gif' width='256' height='256' border='0' /></p>
  <p><strong><span class='stilkruu'>Lütfen kurulum.php dosyasını Kurdukdan Sonra siliniz!</span></strong></p>
</div>
");

include ('config.php');
include ('cuce.php');
include ('guvenlik/security.php');

include ('guvenlik/guvenlik.php');

// Kopanel Desing & Coder Ganks
require_once ( 'guvenlik/class.floodblocker.php' );
 $flb = new FloodBlocker ( 'tmp/' );

 $flb->rules = array (
    10=>10,    // rule 1 - maximum 10 requests in 10 secs
    60=>30,    // rule 2 - maximum 30 requests in 60 secs
    300=>50,
    3600=>200  // rule 4 - maximum 200 requests in 3600 secs
  );


  if ( ! $flb->CheckFlood ( ) )
    die ( '<div align="center">
  <p><img src="http://blog.lifeoverip.net/wp-content/uploads/2021/12/kalkan.gif" width="140" height="140" /></p>
  <p><strong>Securyted By Ganks ,</strong></p>
  <p><strong>Flood Blocker v1.0 ;)</strong></p>
  <p><strong>Flooddan Cezalısınız , 10 Saniye Sonra Tekrar Deneyiniz !</strong></p>
  <p>&nbsp;</p>
</div>' );


?>
<script src="inc/mootools.js" type="text/javascript"></script><script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script><script type="text/javascript">
		window.addEvent('domready', function(){			
			/* Tips 3 */
			var Tips3 = new Tips($$('.Tips3'), {
				showDelay: 400,
				hideDelay: 400,
				fixed: true
			});
			
		}); 
	</script>
<html>
<head>
<title><? echo ($servername); ?> - Özel Knight Online Sunucusu</title>
		<META http-equiv=Content-Type content="text/html; charset=iso-8859-9">
		<meta name="keywords" content="knight online, knight online private server, knight online pvp server, ko, ko server, ko private server, ko pvp server, 1299 client, knight online 1299, knight online 1299 private server, knight online 1299 pvp server, battle ko">
		<meta name="description" content="knight online, knight online private server, knight online pvp server, ko, ko server, ko private server, ko pvp server, 1299 client, knight online 1299, knight online 1299 private server, knight online 1299 pvp server, battle ko">
		<link rel="stylesheet" type="text/css" href="style32.css">
	<style type="text/css">
<!--
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cccc99;
}
a:hover {
	text-decoration: underline;
	color: #cccc99;
}
a:active {
	text-decoration: none;
	color: #cccc99;
}
-->


    </style><style type="text/css">
<!--
.stilkruu {font-size: 24px}
.style2 {color: #FF0000}
.style4 {font-weight: bold; color: #00FF00; font-size: 16px;}
-->
    </style>
	<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body  bgcolor="#6D6E70" background="images/bg.jpg" leftmargin="0" marginwidth="0" >
		<center>
<table width="780" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#666666">
				<tr>
				<td width="15" rowspan="7" background="images/left.gif"><img src="images/left.gif"></td>
					<td colspan="3" height="79" bgcolor="#000000"><img src="logo.php"></td>
				  <td width="15" rowspan="7" background="images/right.gif"><img src="images/right.gif"></td>
				</tr>

			<tr>
					<td colspan="3" height="19" bgcolor="#000000"><table width="783" height="117" border="0" background="images/ganks_nav_bgxD.JPG">
                      <tr>
                        <td width="2500"><p>&nbsp;</p>
                        <p>&nbsp;</p>
                        <div align="center">
                          <table width="768" height="25" border="0">
                            <tr>
                              <td width="301">&nbsp;</td>
                              <td width="457"><div align="center"><a href="index.php">AnaSayfa</a> | <a href="index.php?sayfa=ksiralama">Kullanıcı Sıralaması</a> | <a href="index.php?sayfa=clansiralama">Clan Sıralaması</a><br>
</div></td> 
                            </tr>
                                                  </table>
                        </div>
                        <p align="center">&nbsp;</p></td>
                      </tr>
                    </table></td>
</tr>
 
				<tr height="18">
					<td height="0" colspan="3" background="images/t-edge.gif" style="font-size: 0.1em;">&nbsp;					</td>
				</tr>
				
					<td width="153" valign="top" background="images/metal2.jpg" style="padding: 10px 10px 10px 10px;"><hr />
					    <p>
					    <? 
					  
					  if ($_SESSION['sesusera'] == '') {
                     echo 
                     ' <p align="center">Kullanıcı Girişi:</p>  
					 
                    
                      <form id="form3" name="form3" method="post" action="index.php?sayfa=login">
					    <table width="200" height="59" border="0">
                          <tr>
                            <td>Kullanıcı Adı:</td>
                            <td><label>
                              <input type="text" name="kulad" id="kulad" />
                              </label>
                            </td>
                          </tr>
                          <tr>
                            <td>Şifre:</td>
                            <td><input type="password" name="kulpass" id="kulpass" /></td>
                          </tr>
                          <tr>
                            <td>&nbsp;</td>
                            <td><label> <br />
                                  <input type="submit" name="button" id="button" value="Giriş&gt;&gt;" />
                              </label>
                            </td>
                          </tr>
                        </table>
                                            </form><div align="center"><a href="index.php?sayfa=reg">Kayıt OL</a> |<a href="index.php?sayfa=sifrem"> Şifremi Unuttum!</a>';  }
											
											else {
											
											if ($_SESSION['aut'] == '5') {
											echo ' Hoşgeldiniz '.$_SESSION['sesusera'].'  </p>
					    <p><a href="index.php?sayfa=admin">Admin Paneli </a></p> <p><a href="index.php?sayfa=pus">Power Up Store </a></p> <p><a href="index.php?sayfa=cikisyap">Çıkış Yap</a></p>';
											}
											else {
											echo ' Hoşgeldiniz '.$_SESSION['sesusera'].'  </p>
					    <p><a href="index.php?sayfa=gizliyanitata">Gizli Yanıt ATA </a></p> <p><a href="index.php?sayfa=pus">Power Up Store </a></p> <p><a href="index.php?sayfa=cikisyap">Çıkış Yap</a></p>';
											} } ?>
					 
				      
					    <? 
			
if ($fp2=@fsockopen($ip,15001, $ERROR_NO, $ERROR_STR,(float)0.5)) 
	{ 
	fclose($fp2); 
	$game = "<img src=images/on.gif>"; 
	}
else 
	{ 
	$game = "<img src=images/off.gif>"; 
	}
	
	
if ($fp2=@fsockopen($ip,21, $ERROR_NO, $ERROR_STR,(float)0.5)) 
	{ 
	fclose($fp2); 
	$ftp = "<img src=images/on.gif>"; 
	}
else 
	{ 
	$ftp = "<img src=images/off.gif>"; 
	}
	

		?>
					    <?
			$istatislik = odbc_exec($conn,"select count(*) from CURRENTUSER");// Ganks
$ist_tb = odbc_exec($conn,"select count(*) from TB_USER");// Ganks
$ist_user = odbc_exec($conn,"select count(*) from USERDATA");// Ganks
$ist_karus = odbc_exec($conn,"select count(*) from USERDATA where Nation = '1'");// Ganks
$ist_human = odbc_exec($conn,"select count(*) from USERDATA where Nation = '2'");// Ganks
$humankral = odbc_exec($conn,"select strKingName from KING_SYSTEM where byNation = '2'"); // Ganks
$karuskral = odbc_exec($conn,"select strKingName from KING_SYSTEM where byNation = '1'"); // Ganks
$deloss = odbc_exec($conn,"select sMasterKnights from KNIGHTS_SIEGE_WARFARE where sCastleIndex = '1'"); // Ganks

$delosss = odbc_result($deloss,1);
$delossahibi = odbc_exec($conn,"select IDName from KNIGHTS where IDNum = '".$delosss."'"); // Ganks


$dls = odbc_result($delossahibi,1);
$toponline = odbc_result($istatislik,1);//Ganks ##
$topuye = odbc_result($ist_tb,1);
$topkarakter = odbc_result($ist_user,1);
$toporc = odbc_result($ist_karus,1);
$human = odbc_result($ist_human,1);
$karus_kral = odbc_result($karuskral,1);
$human_kral = odbc_result($humankral,1);

if ($karus_kral == '') {
$karus_kral = "-Seçilmemiş-";
}
if ($human_kral == '') {
$human_kral = "-Seçilmemiş-";
}

if ($dls == '') {
$dls = "-Yok-";
}
				 ?>
                  <?
		  $savasgalibi = odbc_exec($conn,"select strUserName from battle");
		 
			$hero = odbc_result($savasgalibi,1);
		
		  
		  
	
		  ?>

				      </div>
					<div align="center">
					<p align="left">
					  <hr>
<br>
  <table width="173" border="0">
    <tr>
<td width="91">Server Durumu</td>
<td width="80" align="center"><img src="http://status.blackout-gaming.net/status.php?dns=<? echo ($ipadresi)?>&port=15001&style=1" border="0" /></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>		  
<td width="91">Launcher</td>
<td width="80" align="center"><img src="http://status.blackout-gaming.net/status.php?dns=<? echo ($ipadresi)?>&port=15100&style=1" border="0" /></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Server Adı</td>
<td width="80" align="center"><? echo ($servername) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">IP</td>
<td width="80" align="center"><? echo ($ipadresi) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Aktif Oyuncu</td>
<td width="80" align="center"><? echo ($toponline) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Toplam Hesap</td>
<td width="80" align="center"><? echo ($topuye) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Toplam Karakter</td>
<td width="80" align="center"><? echo ($topkarakter) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Human</td>
<td width="80" align="center"><? echo ($human) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Karus</td>
<td width="80" align="center"><? echo ($toporc) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Karus Kralı</td>
<td width="80" align="center"><? echo ($karus_kral) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Human Kralı</td>
<td width="80" align="center"><? echo ($human_kral) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Delos Sahibi</td>
<td width="80" align="center"><? echo ($dls) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Savaş Zamanı</td>
<td width="80" align="center"><? echo ($lunarwar) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Delos Savaşı</td>
<td width="80" align="center"><? echo ($kalesavasi) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>
<td width="91">Boss Event</td>
<td width="80" align="center"><? echo ($bosseventtime) ?></td>
</tr>
</table>
  <table width="173" border="0">
    <tr>

				          </p>
			          </div>
				        <hr>

<div align="center">
  <p>GM Listesi</p>
  
	  <?php
function SNation($nation)
{
	if ($nation == 1) {
		$nation = '<img src="images/karus.gif">';
	} elseif ($nation == 2) {
		$nation = '<img src="images/elmo.gif">';
	}

	return $nation;
}

?><?php
			$gmleribulalimbakalim = odbc_exec($conn,"select strUserId,Nation from userdata where Authority=0");
	while (odbc_fetch_row($gmleribulalimbakalim)) {
	$isim = odbc_result($gmleribulalimbakalim,1);  
	  $gmleronmu = odbc_exec($conn,"select strCharID From CurrentUser Where strCharID='$isim'");
				$irk = odbc_result($gmleribulalimbakalim,2);
							$irk = SNation($irk);
					$bakgm = odbc_fetch_array ($gmleronmu);
		if (isset($bakgm["strCharID"]))
		{
			$o = "<img src=images/online.gif>";
			} else {
			$o = "<img src=images/offline.gif>";
			}
					echo '<div align="center">
  <table width="173" border="0">
    <tr>
      <td width="91">'.$isim.'</td>
      <td width="30">'.$o.'</td>
      <td width="38">'.$irk.'</td>
    </tr>
  </table>
</div>

';
 
			}
			?>  </p>
</div>
<hr>
<img src="http://www.ko-cuce.com/kocuce.gif" width="189" height="97" border="0"></hr></td>

					<td width="15" background="images/center.gif"><img src="images/center.gif"></td>
					<td width="600" valign="top" background="images/metal2.jpg" style="padding: 10px 10px 10px 10px;">

  <?php
				
				$name = trim(guvenlik($_GET['sayfa']));
$uz = ".php";			
	if($name=='') {
include ('anasayfa.php');	

	} elseif(!empty($name) && (file_exists('pages/' . trim(guvenlik($_GET['sayfa'])) . '.php'))) {
		include("pages/$name.php");
	}
elseif($name==$name&&$uz) {
include('pages/'.$name.'');
} else {
					 echo 'Aradığınız Sayfa Bulunamadı.';
					 } 
					 
					 
					 ?>


</div>
					</td>
				</tr>
				<tr height="18">

					<td colspan="3" background="images/t-edge.gif" style="font-size: 0.1em;">&nbsp;					</td>

				</tr>
				
				<tr>
					<td colspan="3" bgcolor="#CEC2A8">
						<center>
			    <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','768','height','150','id','http://battlekoswfler.ba.funpic.org/top2_new.swf','align','middle','src','top2_new','quality','high','bgcolor','#000000','name','http://battlekoswfler.ba.funpic.org/top2_new.swf','allowscriptaccess','sameDomain','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','top2_new' ); //end AC code
</script><noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="768" height="150" id="http://battlekoswfler.ba.funpic.org/top2_new.swf" align="middle">
                  <param name="allowScriptAccess" value="sameDomain">

                  <param name="movie" value="top2_new.swf">
                  <param name="quality" value="high">

                  <param name="bgcolor" value="#000000">
                  <embed src="top2_new.swf" quality="high" bgcolor="#000000" width="768" height="150" name="http://battlekoswfler.ba.funpic.org/top2_new.swf" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
                  </object></noscript>			    </tr>
				<tr height="18">
					<td height="0" colspan="3" background="images/t-edge.gif" style="font-size: 0.1em;">&nbsp;					</td>
				</tr>

		  </table>

		<p><? echo ($pow); ?></p>
</center>
</body>
</html>
				<tr height="18">
					<td colspan="3" background="images/t-edge.gif" style="font-size: 0.1em;">&nbsp;
							
					</td>
					
				</tr>
			</table>
		</center>

	</body>
</html>

				</tr>
				<tr height="18">
					<td colspan="3" background="images/t-edge.gif" style="font-size: 0.1em;">&nbsp;
							
					</td>
					
				</tr>
			</table>
		</center>

	</body>
</html>

KAYITTA "iDays" ile ilgili sorun yaşıyorsaniz >" pages/reg.php"< dosyasinin içeriğini bununla değiştirin.


Teşekkürler dostum..
Yakında v4 gelicek , Hiçbir hataya yer vermicem :D
 
Cevap: [Ko-Cuce Panel v3] Şimdiye Kadarki En İYİ , En Güvenli , Süper KOPanel !!

walla bu idays hatasını çözmedi kod ben kendim başlangıç değerini idays ın 6 yaptın sonra bide sno mu ne onuda 1 yaptım başlangıçları sorunsuz çalışıor tek sorun şu anda kapalı göstermesi oda o kodu yazınca index bozuluyor görüntü şekilleri uzuyor filan onuda başka bir yolla düzelticem artık
 
Cevap: [Ko-Cuce Panel v3] Şimdiye Kadarki En İYİ , En Güvenli , Süper KOPanel !!

walla bu idays hatasını çözmedi kod ben kendim başlangıç değerini idays ın 6 yaptın sonra bide sno mu ne onuda 1 yaptım başlangıçları sorunsuz çalışıor tek sorun şu anda kapalı göstermesi oda o kodu yazınca index bozuluyor görüntü şekilleri uzuyor filan onuda başka bir yolla düzelticem artık

TB_USER'E sağ tıkla , desing table yap!
idays = 6 , ve diğer adı neydi hatırlayamadım onuda 1 default value olarak ayarla...

Sonra ALLOW NULS 'u işaretle...
Çık...

Hiçbir ayar yapmana gerek kalmadan sorun düzelmiş olur :)
 
Cevap: [Ko-Cuce Panel v3] Şimdiye Kadarki En İYİ , En Güvenli , Süper KOPanel !!

TB_USER'E sağ tıkla , desing table yap!
idays = 6 , ve diğer adı neydi hatırlayamadım onuda 1 default value olarak ayarla...

Sonra ALLOW NULS 'u işaretle...
Çık...

Hiçbir ayar yapmana gerek kalmadan sorun düzelmiş olur :)

heh bende aynısını yaptım onu yaptımı yazdım aslında yukarda :D ama sanırım anlatamadım ehehhehe
 
Cevap: [Ko-Cuce Panel v3] Şimdiye Kadarki En İYİ , En Güvenli , Süper KOPanel !!

Eline Sağlık, Çok güzel Olmuş..
 
Cevap: [Ko-Cuce Panel v3] Şimdiye Kadarki En İYİ , En Güvenli , Süper KOPanel !!

süper ellerine sağlık v4 cok merak ediyoruz
 
Cevap: [Ko-Cuce Panel v3] Şimdiye Kadarki En İYİ , En Güvenli , Süper KOPanel !!

ben localhost dan giris yapınca server on gozukuor ama baska bilg dan siteye girince off gozukuor anlamadım :S Bu sorunu cozen varsa Yardım etsin.
 
Cevap: [Ko-Cuce Panel v3] Şimdiye Kadarki En İYİ , En Güvenli , Süper KOPanel !!

merhaba Türkçe dil sorunu çekiyorum karakterler bozuk
birde guvenlik.php den logyap("$ip, $refi, $brow, $time");
bu satırı silmesem sayfa açılmıyor beyaz çıkıyor silince düzeliyor bu kodu silmem ne gibi sorun yaratır,
birde pus linkiniz bu demişsiniz linki nereye girelimki oyundaki userler tiklayinca ulaşsın tşkler
 
Son düzenleme:
Cevap: [Ko-Cuce Panel v3] Şimdiye Kadarki En İYİ , En Güvenli , Süper KOPanel !!

merhaba Türkçe dil sorunu çekiyorum karakterler bozuk
birde guvenlik.php den logyap("$ip, $refi, $brow, $time");
bu satırı silmesem sayfa açılmıyor beyaz çıkıyor silince düzeliyor bu kodu silmem ne gibi sorun yaratır,
birde pus linkiniz bu demişsiniz linki nereye girelimki oyundaki userler tiklayinca ulaşsın tşkler


Pus Linkini Exe'e girmen lazım.
Oyun içi pusdur o :^^:
 
Geri
Üst Alt