Giriste yonlendirme yaptirma !!

  • Konbuyu başlatan Konbuyu başlatan der4eder
  • Başlangıç tarihi Başlangıç tarihi
Konu Yazar

der4eder

New Member
Kalemi Kırıldı!
Eyl
855
0
NE YAPTIYSAM GIRISTEKI YONLENDIRMEYI DEGISTIREMEDIM . GIRISTE SORUN YOK FAKAT GIRISTEN SONRAKI SAYFA 'GORUNTULENEMIYOR' . GERI DIYINCE GIRISIN SORUNSUZ OLDUGUNU GORUYORUM . (INDEX'TEN GIRISTEKI YONLENDIRME AYARINI YAPTIM AMA NAFILE .)


BENDE ONCE GIRIS YAPIP SONRADA KENDI KENDINE ANA SAYFAYA YONLENDIRIRSE SORUN KALMAZ DIYE DUSUNDUM AMA ONUDA AYARLIYAMADIM :) (AYARLADIM ASLINDA SU SEKILDE AMA :


PHP:
document.frmLogin.action = 'index.php?sayfa=giris';
document.frmLogin.action = 'ianasayfa.html';
document.frmLogin.submit();

FAKAT SAYFALAR ARASI GECIS COK HIZLI OLDUGU ICIN GIRIS YAPILMIS KABUL ETMIYOR .
BAZI PANELLERDE OLAN 5 SN BEKLEYIN YONLENDIRILIYORSUNUZ SEKLINDE GIRIS YAPMAK ISTIYORUM . SONRADAN ANA SAYFAYA YONLENDIRMEDE GIRIS YAPILMIS OLUCAKTIR ZATEN .



gırıs.php :

PHP:
<?
include("_inc/SQL_inject.php");
		

		$uye_id = trim(guvenlik($_POST['userLoginID']));
		$uye_pass = trim(guvenlik($_POST['userPassWd']));
		$giris_rutbe = $ex($conn,"select access,straccountid From TB_USER where strAccountID='".$uye_id."'");
		$auth = $re($giris_rutbe,1);
		$id = $re($giris_rutbe,2);
		
	
		if ($uye_id == '' or $uye_pass == '') {
		echo "<center>index.php?sayfa=giris</center>";
		} else {
		
  $giris = $ex($conn,"SELECT COUNT(strAccountID) FROM TB_USER WHERE strAccountID = '".$uye_id."' AND strPasswd = '".$uye_pass."'");
  $ro($giris);

  if ($re($giris,1) > 0) {
	
		echo '<META http-equiv="Refresh" CONTENT="0; URL= index.php?sayfa=giris">';
		echo 'Griş Başarılı...';
		$_SESSION['empireknightuser'] = $id;
		$_SESSION['empireknightauth'] = $auth;

    if($auth == 'Admin'){
    $sayfa = 'index.php?sayfa=yonetim';
    }elseif($auth == 'User'){
    $sayfa = 'index.php?sayfa=kullanici';
    }
    header("location: $sayfa");
} else {
	echo '<center>Kullanıcı Adınız yada Şifreniz Yanlış </center>';
}
}



?>

ındex.php

PHP:
<?php //K2D
ob_start();
session_start();
include("ayar.php");
include("k2d.php");
include("function.php");
include("sayfa/hata.php");
include("admin/K2D_Fonksiyon.php");
include("_inc/security.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML xml:lang="UTF-8" xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>MaTRaX NeTWoRk</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-9">
<META http-equiv=page-exit content=blendtrans(duration=0.1)>
<META http-equiv=page-enter content=blendtrans(duration=0.2)>
<META http-equiv=Imagetoolbar content=no>
<LINK href="files/css_common.css" type=text/css rel=stylesheet>
<LINK href="files/css_main.css" type=text/css rel=stylesheet>
<script type="text/javascript" src="files/flash_object.js"></script>
<script type="text/javascript" src="files/Script.js"></script>
<SCRIPT src="files/js_ajax_net.js" type=text/javascript></SCRIPT>
<script LANGUAGE="JavaScript">function CC_noErrors() {return true;}window.onerror = CC_noErrors;</script></head>
<SCRIPT src="files/js_common_board.js" type=text/javascript></SCRIPT>
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<SCRIPT src="files/checkform.js" type=text/javascript></SCRIPT>
<script language="Javascript" src="js/mootools.js"></script>
<script type="text/javascript"> 
		window.addEvent('domready', function(){			
			var Tips3 = new Tips($$('.Tips3'), {
				showDelay: 400,
				hideDelay: 400,
				fixed: true
			});
			
		}); 



function goBaordOtherSch(aVal, fName){
		var frm = document.frmBoard;
		var schWord = document.getElementById("keyWord");
		var strFileName;
		if(frm != undefined && aVal != undefined){
			if (aVal == "s") {
				frm.txtSchType.value = 2;
				frm.txtSchWord.value = schWord.value;
			} else if (aVal == "f") {
				if(schWord.value.length > 1){
					var arrSchField = document.getElementsByName("schField");
					for (var i = 0; i<arrSchField.length; i++) {
						if (arrSchField[i].checked == true) {
							frm.txtSchType.value = arrSchField[i].value;
						}
					}
					frm.txtSchWord.value = schWord.value;
				} else {alert('You must enter at least two characters.');schWord.focus();return false;}
			} else {
				frm.txtSortBy.value = aVal;
			}
			if (fName != undefined){
				strFileName = fName;
			} else {
				strFileName = document.location.pathname;
			}
			frm.action = strFileName;
			frm.submit();
		} else {
			alert('Unable to use the search function.');return false;
		}
	}


</script>



<style type="text/css">
<!--
.yogunluk {font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: green;
}
body,td,th {
	font-size: 11px;
}
.textfields, input, thead, select, option, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background:#3b2817;
	font-weight: bold;
	padding:1px;
	border:0px;
	bordercolor:#273C40;
	border-width:0px;
}
-->
</style>
</HEAD>
<BODY>
<DIV id=bg_top>
  <table width="636" border="0" align="center" cellpadding="0" cellspacing="0">
    
  </table>
</DIV>
<DIV id=container>
<DIV id=bg_bottomarea>
<DIV id=wrapper>
<DIV class=menu_area>
<DL class=server_time>
  <DT>http://matraxnetwork.yetkinforum.net<DD><SPAN></SPAN><script>put_flash("swf/saat", 52, 10);</script></DD></DL>
<DIV class=left_menu_area>
<DL>
  <DT><A onfocus=this.blur(); href="index.php"><script>put_flash("swf/anamenu", 179, 23);</script></A> </DT></DL>
</DL>
<DL>
 <DD><A 
 <li class="stripe"><a href="http://matraxnetwork.yetkinforum.com/"><FONT color=#0000ff size=2>FORUM</FONT></a></li>
</DL>
<DL>
  <DD><A 
  href="anasayfa.html">Ana Sayfa</A></DD>
  <DT><A onfocus=this.blur(); href="index.php"></A></DT>
</DL>
<DL>
    <DD><A 
  href="online.html"><FONT color=#ffff00 size=2>Online Kullanıcılar</FONT></A></DD>
  <DT><A onfocus=this.blur(); href="index.php"></A></DT>
</DL>
<DL>
   </DL>
<DL>
  <DD><A 
  href="siralama.html">Genel Sıralama</A></DD>
  <DT><A onfocus=this.blur(); href="index.php"></A></DT>
</DL>
<DL>
  <DD><A 
  <li class="stripe"><a href="index.php?sayfa=Ardream"><FONT color=#ff0000 size=2>Ardream Sıralaması</FONT></a></li>
</DL>
<DL>
  <DD><A 
  href="clan.html">Clan Sıralaması</A></DD>
  <DT><A onfocus=this.blur(); href="index.php"></A></DT>
</DL>
<DL>
  <DD><A 
  href="karus.html">Karus Sıralaması</A></DD>
  <DT><A onfocus=this.blur(); href="index.php"></A></DT>
</DL>
<DL>
  <DD><A 
  href="human.html">Human Sıralaması</A></DD>
  <DT><A onfocus=this.blur(); href="index.php"></A></DT>
</DL>
<DL>
  <DD><A 
  href="kutulu.html">Kutulu NP Symbol</A></DD>
  <DT><A onfocus=this.blur(); href="index.php"></A></DT>
</DL>
<DL>
  <DD><A 
  href="kutusuz.html">Kutusuz NP Symbol</A></DD>
  <DT><A onfocus=this.blur(); href="index.php"></A></DT>
</DL>
<DL>
  <DD><A 
  href="gunluk-np.html"><FONT color=#ff00ff  size=2>G&uuml;nl&uuml;k NP Sıralaması</FONT></A></DD>
  <DT><A onfocus=this.blur(); href="index.php"></A></DT>
</DL>
<DL>
  <DD><A 
  href="ban.html">Banlı Kullanıcılar</A></DD>
  <DT><A onfocus=this.blur(); href="index.php"></A></DT>
</DL>
<DL>
  <DD><A 
  href="mute.html">Muteli Kullanıcılar</A></DD>
  <DT><A onfocus=this.blur(); href="index.php"></A></DT>
</DL>
<DL>
  <DD><A 
  href="index.php?sayfa=client"><FONT color=#ff0000 size=2>Client Download</FONT></A></DD>
</DL>
<DL>
  <DT><script>put_flash("swf/online", 179, 23);</script></DT>
  <DD><? 
$conn = odbc_connect("$dbname","$dbuser","$dbpass") or die ('Bağlanamadım.');
 ;
function onlineler($conn){
    
    $info = odbc_exec($conn, "SELECT strCharID, Class, Nation FROM CURRENTUSER LEFT OUTER JOIN USERDATA ON strCharID = strUserId WHERE Authority <> 0");
    while(odbc_fetch_row($info)){
        $nick = odbc_result($info, 1);
        $class = odbc_result($info, 2);
        $nation = odbc_result($info, 3);
        $count++;
       if($nation == 1){
              $karuss++;
         }elseif($nation == 2){          $elmo++;
         }
        if($class == 105 ||  $class==106){
                 $kwarrior++;
         }elseif($class == 107 || $class ==108){
                  $krogue++;
         }elseif($class ==109 || $class ==110){
          $kmage++;
         }elseif($class == 111 || $class == 112){
          $kpriest++;
         }elseif($class ==205 || $class ==206){
          $hwarrior++;
         }elseif($class == 207 || $class ==208){
           $hrogue++;
         }elseif($class ==209 || $class ==210){
          $hmage++;
         }elseif($class ==211 || $class ==212){
          $hpriest++;
         }       

        }
    
    print('
          <tr>
    
  </tr>
');
        print('
  <tr>

');
       
   }
   

echo (onlineler($conn));

?>
     <td width="104"><DD><p class="sira"><font color="white">Toplam Online : <? echo $top_on+25; ?></font></p></td>
  
     <td width="104"><DD><p class="sira"></font></td>
  </tr>
  <DT>
    <script>put_flash("swf/yetkili", 179, 23);</script>
  </DT>
</DL>
<DL>
  <?php
function SNation($nation)
{
	if ($nation == 1) {
		$nation = '<img src="https://www.ko-cuce.net/images/karus.gif">';
	} elseif ($nation == 2) {
		$nation = '<img src="https://www.ko-cuce.net/images/elmo.gif">';
	}

	return $nation;
}

?>
  <?php
echo'
<table width="90%" border="0" cellpadding="0" cellspacing="0">
  <tr>
  </tr>

';
	  
	$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 '
       <tr>
    <td width="15" align="left" valign="middle"><DD><p class="sira"><a href="karakter-'.trim($isim).'.html">'.$isim.'</a>'.$o.''.$irk.'</p></DD></DL></td>
	<td valign="baseline"></td>
    <td valign="baseline"></td>
  </tr>
';

}
echo '</table>';


			?>
  <img src="k2d_images/space.gif" width="1" height="1"></DL>
<DL>
  <DT><script>put_flash("swf/serverstatus", 179, 23);</script></DT>
  <DD>
  <p class="sira">Server Name : <?php echo $name; ?></p>
  </DD>
</DL>
<DL>
  <DD>
  <p class="sira">IP : [<?php echo $ip2; ?>]</p>
  </DD>
</DL>
<DL>
  <DD>
  <p class="sira">Game Searver : [<?php echo $game; ?>]</p>
  </DD>
</DL>
    <? include ("ayar.php");
$connect = odbc_connect("$dbname", "$dbuser", "$dbpass") or die('Baglanti YOK!');
$topchar = odbc_exec($connect, "SELECT COUNT(*) FROM USERDATA");
$topacc = odbc_exec($connect, "SELECT COUNT(*) FROM TB_USER");
$onacc = odbc_exec($connect, "SELECT COUNT(*) FROM CURRENTUSER");
$saychar = odbc_result($topchar, 1);
$sayacc = odbc_result($topacc, 1);
$sayonacc = odbc_result($onacc, 1);
$toplambanli = odbc_result(odbc_exec($conn,"select count(StrUserID) from USERDATA where Authority = '255'"),1);
$toplammuteli = odbc_result(odbc_exec($conn,"select count(StrUserID) from USERDATA where Authority = '11'"),1);
$toplamgm = odbc_result(odbc_exec($conn,"select count(StrUserID) from USERDATA where Authority = '0'"),1);
$karusnp = odbc_result(odbc_exec($conn,"select sum(LoyaltyMonthly) from USERDATA where Nation = '1'"),1);
$humannp = odbc_result(odbc_exec($conn,"select sum(LoyaltyMonthly) from USERDATA where Nation = '2'"),1);
$humankral = odbc_exec($connect,"select strKingName from KING_SYSTEM where byNation = '2'"); 
$karuskral = odbc_exec($connect,"select strKingName from KING_SYSTEM where byNation = '1'");
$delossahibi = odbc_exec($connect,"select IDName from KNIGHTS where IDNum = '".$delosss."'"); 
$savaskahramani = odbc_exec($connect,"select byNation,strUserName from battle");
$hero = odbc_result($savaskahramani,2);

if ($sayonacc < "30"){
$durum = "<font family: Arial, Helvetica, sans-serif;color='green'>|</font>";
}else{
if ($sayonacc < "60"){
$durum = "<font family: Arial, Helvetica, sans-serif;color='green'>||</font>";
}else{
if ($sayonacc < "90"){
$durum = "<font family: Arial, Helvetica, sans-serif;color='green'>|||</font>";
}else{
if ($sayonacc < "120"){
$durum = "<font family: Arial, Helvetica, sans-serif;color='green'>|||</font><font color = 'green'>|</font>";
}else{
if ($sayonacc < "150"){
$durum = "<font family: Arial, Helvetica, sans-serif;color='green'>|||</font><font color = 'green'>||</font>";
}else{
if ($sayonacc < "200"){
$durum = "<font family: Arial, Helvetica, sans-serif;color='green'>|||</font><font color = 'green'>|||</font>";
}else{
if ($sayonacc < "250"){
$durum = "<font family: Arial, Helvetica, sans-serif;color='green'>|||</font><font color = 'green'>|||</font><font color = 'red'>|</font>";
}else{
if ($sayonacc < "300"){
$durum = "<font family: Arial, Helvetica, sans-serif;color='green'>|||</font><font color = 'green'>|||</font><font color = 'red'>||</font>";
}else{
if ($sayonacc < "400"){
$durum = "<font family: Arial, Helvetica, sans-serif;color='green'>|||</font><font color = 'green'>|||</font><font color = 'red'>|||</font>";
}else{
if ($sayonacc < "9999999"){
$durum = "<font family: Arial, Helvetica, sans-serif;color='green'>|||</font><font color = 'green'>|||</font><font color = 'red'>|||</font>";
}else{
if ($sayonacc == "0"){
$durum = "<font family: Arial, Helvetica, sans-serif;color='green'>|</font>";
}
}
}
}
}
}
}
}
}
}
}
?>
<DL>
  <DD>
  <p class="sira">Login Server : [<?php echo $game; ?>]</p>
  </DD>
</DL>
<DL>
  <DD>
  <p class="sira">Web Panel : [<? echo ($web) ?>]</p>
  </DD>
</DL>
<DL>
  <DD>
  <p class="sira">&Uuml;yelik : [<? echo $top_acc; ?>]</p>
  </DD>
</DL>
<DL>
  <DD>
  <p class="sira">Karus &Uuml;yelik : [<? echo $acc_karus; ?>]</p>
  </DD>
</DL>
<DL>
  <DD>
  <p class="sira">Human &Uuml;yelik : [<? echo $acc_human; ?>]</p>
  </DD>
</DL>
<DL>
  <DD>
  <p class="sira">Clan : [<? echo $top_clan; ?>]</p>
  </DD>
</DL>
<DL>
  <DD>
  <p class="sira">Karakter : [<? echo $top_char; ?>]</p>
  </DD>
</DL>
<DL>
  <DD>
  <p class="sira">Karus Char : [<? echo $top_karus; ?>]</p>
  </DD>
</DL>
<DL>
  <DD>
  <p class="sira">Human Char : [<? echo $top_human; ?>]</p>
  </DD>
</DL>
<DL>
  <DD>
  <p class="sira">Karus Kral : [<? echo kral($karus_kral); ?>]</p>
  </DD>
</DL>
<DL>
  <DD>
  <p class="sira">Human Kral : [<? echo kral($human_kral); ?>]</p>
  </DD>
</DL>
<DL>
  <DD>
  <p class="sira">Toplam GM : [<? echo $toplamgm; ?>]</p>
  </DD>
</DL>
<DL>
  <DD>
  <p class="sira">Toplam Banlı : [<? echo $toplambanli; ?>]</p>
  </DD>
</DL>
<DL>
  <DD>
    <p class="sira">Toplam Muteli : [<? echo $toplammuteli; ?>]</p>
  </DD>
</DL>
  
<DL>
 </DL></DIV></DIV>
<SCRIPT language=javascript type=text/javascript>
<!--
	var date = new Date(2021, 2, 27, 9, 21, 23);
	disServerTime();

	function disServerTime() {
		var obj = document.getElementById("setServerTime");
		var hour = "0" + date.getHours();
		var minute = "0" + date.getMinutes();
		var sec = "0" + date.getSeconds();
		hour = hour.substr(hour.length - 2, 2);
		minute = minute.substr(minute.length - 2, 2);
		sec = sec.substr(sec.length - 2, 2);
		var szTime = hour + ":" + minute + ":" + sec;
		if(obj.firstChild && obj.firstChild.nodeType == 3){
			obj.firstChild.nodeValue = szTime;
		}else{
			var objText = document.createTextNode(szTime);
			obj.appendChild(objText);
		}
		setTimeout("date.setTime(date.getTime()+1000);disServerTime();", 1000);
	}
//-->
</SCRIPT>

<DIV class=contents_area>
<P>
<!--\\ Orta ana sayfa başlangıc //-->

<DIV class=search_library>
<P class=search_line><INPUT class="input_search fL" id=keyWord 
onkeydown="if(event.keyCode == 13){goBaordOtherSch('s','#search');return false;}" 
style="WIDTH: 303px" maxLength=15 name=keyWord> <A onfocus=this.blur(); 
onclick="goBaordOtherSch('s','/#search');" 
href="#search"><IMG class="fL mL5" alt=search 
src="files/btn_search.gif"></A>
<P class=search_txt>&nbsp;</P></DIV><?php //K2D
 $ip = $_SERVER['REMOTE_ADDR'];
   $k2d = $ex($conn,"select count(*) from _ip_engelliler where ip = '".$ip."'");
   if($re($k2d,1) > 0){
    echo '<center>IP niz banlanmış. Artık Paneli Kullanamazsınız.</center>';
   
   }else{
				
				
$name = $_GET['sayfa'];
if($name=='') {
  include("sayfa/anasayfa.php");

}elseif(file_exists('sayfa/'.$_GET['sayfa'].'.php')){

	include("sayfa/$name.php");

} else {
	echo '<center>Aradiginiz Sayfa Bulunamadı.</center>';
}	
	
  
  }				
  
  	 

					 ?>
  <DD>&nbsp;</DD></DL></DIV>
<DIV class=right_area><!-- Member Login Box Area Start -->
<DIV class=login_area>
<P><IMG alt="" src="files/title_account.gif"></P>
<SCRIPT language=JavaScript>
	<!--
		function isEnter() {
			var key = event.keyCode;

			if (key == 13) {
				sndLoginForm(document.frmLogin);
			}
		}

		function sndLoginForm(){
			var objID = document.getElementById("userLoginID");
			var objPWD = document.getElementById("userPassWd");
			if ( objID.value.length < 2){
				alert(objID.value + ' ,Kullanıcı adı en az 2 karakter olmalıdır.');return;
			}
			if ( objPWD.value.length < 5){
				alert(objPWD.value + ' ,Şifreniz 5-15 karakter arasında rakam veya harflerden oluşmalıdır.');return;
			}
		
			if ( objID.value.length > 2 && objPWD.value.length > 2 ){
				document.frmLogin.action = 'index.php?sayfa=giris';
				document.frmLogin.submit();
				
			}
		}
	//-->
	</SCRIPT>


<?php //3nqiN




if(!$_SESSION["empireknightuser"])
{
	?>
	<UL class="id_pass">
  <FORM name=frmLogin method=post><INPUT id=aType type=hidden name=aType> <INPUT 
  id=refererUrl type=hidden name=refererUrl> 
  <LI><INPUT class=input_log id=userLoginID 
  onblur="if(this.value.length==0){this.style.background='#000 url(k2d_images/bg_id.gif) no-repeat'}" 
  style="BACKGROUND: url(k2d_images/bg_id.gif) no-repeat; WIDTH: 100px" 
  onfocus="this.style.background='#000';" maxLength=15 name=userLoginID> 
  <LI><INPUT class="input_log mT2" id=userPassWd onkeydown=isEnter(); 
  onblur="if(this.value.length==0){this.style.background='#000 url(k2d_images/bg_pass.gif) no-repeat'}" 
  style="BACKGROUND: url(k2d_images/bg_pass.gif) no-repeat; WIDTH: 100px" 
  onfocus="this.style.background='#000';" type=password maxLength=15 
  name=userPassWd> </LI></UL>
<P class=btn_log><A onfocus=this.blur(); href="javascript:sndLoginForm();"><IMG 
alt=login src="files/btn_login.gif"></A></P>
<UL class=account_help>
  <LI><A href="index.php?sayfa=sifre_unuttm">Şifremi Unuttum</A> 
  <LI><A href="index.php?sayfa=kayit">Kayıt Ol</A>
    <SCRIPT language=JavaScript>
	<!--
		document.getElementById("refererUrl").value = escape(document.location.pathname+document.location.search);
	//-->
	</SCRIPT>
   </FORM>
   </LI></UL>
   
   <?php //3nqiN
}else{

		if($_SESSION["empireknightauth"] == 5){
			$color = "red";
		}elseif($_SESSION["empireknightauth"] != 5 ){
			$color = "white";
		}
		
	$enqin = $ex($conn,"select cashpoint from tb_user where straccountid='".$_SESSION["empireknightuser"]."'");
	
	

echo 'Hoş geldiniz, <font color="'.$color.'">'.$_SESSION["empireknightuser"].'<br></font>Cash Point : '.$re($enqin,1);


if($_SESSION["empireknightauth"] == 5)

{
	
echo '<br><a href="index.php?sayfa=yonetim">Admin Paneli</a>';	
	
}

echo'<br><a href="index.php?sayfa=kullanici">Kullanıcı Paneli</a><br><a href="index.php?sayfa=cikis">Çıkış Yap</a>';
	
}


   
   ?>
   </DIV><!-- Member Login Box Area End -->


<P class="mL10 mT3">&nbsp;</P>

<DL class="right_menu mT25">
  <DT>&nbsp;&nbsp; &nbsp; <IMG alt="" src="files/title_down.gif"> </DT>
  <DD><A 
  href="ftp://212.95.40.92/1300.zip">1. 
  <SPAN>Patch1300</SPAN>.zip (2.80MB)<IMG class="mB_2 mL5" alt=Down 
  src="files/ico_down.gif"></A> <br>
  <A 
  <IMG class="mB_2 mL5" alt=Down 
  src="files/ico_down.gif">  </A> 
  <br>
    <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fplatform&amp;width=210&amp;connections=4&amp;stream=true&amp;header=true&amp;height=587" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:210px; height:587px;" allowTransparency="true"></iframe> 
    <!-- <dd><a href="#">1. <span>Manual01</span>.zip (2,045kb)<img src="http://wemade-image.gscdn.com/gmir3/2009_grand/main/ico_down.gif" alt="Down" class="mB_2 mL5" /></a></dd> -->
  </DD>
  <br><object id="NSPlay" name="NSPlay"      classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"     width=100     height=50     codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,1,5,217"     standby="Loading Microsoft® Windows Media™ Player components..."      type="application/x-oleobject" align="left">         <param name='AutoStart' value='-1'>         <param name='filename' value='mms://xiphias.vargonen.net/PowerTurk'>         <param name='WindowlessVideo' value='0'>         <param name='PreviewMode' value='0'>         <param name='AutoSize' value='0'>         <param name='AnimationAtStart' value='0'>         <param name='EnableContextMenu' value='0'>         <param name='ShowStatusBar' value='-1'>         <param name='ShowControls' value='-1'>         <param name='ShowAudioControls' value='-1'>         <param name='ShowPositionControls' value='0'>         <param name='ShowDisplay' value='0'>         <param name='ShowTracker' value='0'>         <param name='ShowGotoBar' value='0'>         <param name="AudioStream" value="-1">         <param name="AllowScan" value="-1">         <param name="AllowChangeDisplaySize" value="-1">         <param name="AutoRewind" value="0">         <param name="Balance" value="0">         <param name="BaseURL" value>         <param name="BufferingTime" value="3">         <param name="CaptioningID" value>         <param name="ClickToPlay" value="-1">         <param name="CursorType" value="0">         <param name="CurrentPosition" value="-1">         <param name="CurrentMarker" value="0">         <param name="DefaultFrame" value>         <param name="DisplayBackColor" value="0">         <param name="DisplayForeColor" value="16777215">         <param name="DisplayMode" value="0">         <param name="DisplaySize" value="4">         <param name="Enabled" value="-1">         <param name="EnablePositionControls" value="-1">         <param name="EnableFullScreenControls" value="0">         <param name="EnableTracker" value="-1">         <param name="InvokeURLs" value="-1">         <param name="Language" value="-1">         <param name="Mute" value="0">         <param name="PlayCount" value="1">         <param name="Rate" value="1">         <param name="SAMILang" value>         <param name="SAMIStyle" value>         <param name="SAMIFileName" value>         <param name="SelectionStart" value="-1">         <param name="SelectionEnd" value="-1">         <param name="SendOpenStateChangeEvents" value="-1">         <param name="SendWarningEvents" value="-1">         <param name="SendErrorEvents" value="-1">         <param name="SendKeyboardEvents" value="0">         <param name="SendMouseClickEvents" value="0">         <param name="SendMouseMoveEvents" value="0">         <param name="SendPlayStateChangeEvents" value="-1">         <param name="ShowCaptioning" value="0">         <param name="TransparentAtStart" value="0">         <param name="VideoBorderWidth" value="0">         <param name="VideoBorderColor" value="0">         <param name="VideoBorder3D" value="0">         <param name="Volume" value="-600">         <embed type="application/x-mplayer2"    pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"    src="mms://xiphias.vargonen.net/PowerTurk"    name="NSPlay"    width="100"    height="50"     showstatusbar="1" showcontrols="1" showdisplay="0" showgotobar="0" autosize="0" showcaptioning="0"     enabletracker="0" showtracker="0" enablecontextmenu="0" volume="0" showpositioncontrols="0" showaudiocontrols="1">         </embed>        </object> 
</DL>
<P class=right_space><IMG alt="" 
src="files/img_right_space.gif"></P></DIV></DIV>
<DIV id=footer>
  <P class=foot_menu>| <SPAN class=policy>L&uuml;tfen İlk Olarak </SPAN><span class="f_pink"><a href="index.php?sayfa=sozlesme"><strong>S&ouml;zleşmeyi</strong></a> </span><SPAN class=policy> Okuyunuz</SPAN> |</P>
<P class=copy>Copyright &copy; 2021 <SPAN class=f_pink><a href="http://matraxnetwork.yetkinforum.net">MaTRaX NeTWoRk</a>.</SPAN> All rights 
reserved. </P></DIV></DIV>
<DIV id=bg_bottom></DIV></DIV>
<FORM name=frmBoard method=post><INPUT id=txtSchType type=hidden maxLength=1 
name=txtSchType> <INPUT id=txtSchWord type=hidden maxLength=15 name=txtSchWord> 
<INPUT id=txtCateC1d type=hidden name=txtCateC1d> <INPUT id=txtCateC2d 
type=hidden name=txtCateC2d> <INPUT id=txtCateC3d type=hidden name=txtCateC3d> 
<INPUT id=txtCateC4d type=hidden name=txtCateC4d> </FORM>
<SCRIPT language=JavaScript>
<!--
	function saveCurPageLogAfter(myAjax) {}

	function saveCurPageLog(){
		var strParams = ''; var arrPageLog = document.getElementsByName('txtPageLogVal');
		for (var i = 0; i < arrPageLog.length ; i++ ){if (arrPageLog[i] != undefined){if (i > 0) strParams += '&';strParams += arrPageLog[i].id + '=' + arrPageLog[i].value;}}
		var myAjax = new net.ContentLoader('/#search', saveCurPageLogAfter, null, 'POST', strParams);
	}
//-->
</SCRIPT>

<FORM name=frmPageLog method=post><INPUT id=s1d type=hidden value=0 
name=txtPageLogVal> <INPUT id=s2d type=hidden value=0 name=txtPageLogVal> <INPUT 
id=s3d type=hidden value=0 name=txtPageLogVal> <INPUT id=s4d type=hidden value=0 
name=txtPageLogVal> <INPUT id=trSid type=hidden value=134412671 
name=txtPageLogVal> <INPUT id=trCode type=hidden value=0 name=txtPageLogVal> 
<INPUT id=f1 type=hidden value=MAIN name=txtPageLogVal> <INPUT id=f2 type=hidden 
value=main.asp name=txtPageLogVal> <INPUT id=url type=hidden name=txtPageLogVal> 
<INPUT id=intBmsSeq type=hidden name=txtPageLogVal> <INPUT id=intBltSeq 
type=hidden name=txtPageLogVal> <INPUT id=intAdKey type=hidden 
name=txtPageLogVal> <INPUT id=intAdType type=hidden name=txtPageLogVal> <INPUT 
id=intAdUnique type=hidden name=txtPageLogVal> <IMG 
style="DISPLAY: none; WIDTH: 0px; HEIGHT: 0px" onerror=saveCurPageLog(); src=""> 
</FORM><!-- <iframe name="fraSession" border="0" frameborder="0" framespacing="0" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" scrolling="no" style="width:0px;height:0px;display:none;" src="/sitelib/session_refresh.asp" noresize></iframe> --><IFRAME 
style="DISPLAY: none; WIDTH: 0px; HEIGHT: 0px" border=0 name=fraAction 
marginWidth=0 frameSpacing=0 marginHeight=0 src="about:blank" frameBorder=0 
noResize scrolling=no leftmargin="0" topmargin="0"></IFRAME></BODY></HTML>

<?php
ob_start();
session_start();
define('PHP_FIREWALL_REQUEST_URI', strip_tags( $_SERVER['REQUEST_URI'] ) ); 
define('PHP_FIREWALL_ACTIVATION', true ); 
if ( is_file( @dirname(__FILE__).'/php-firewall/firewall.php' ) ) 
    include_once( @dirname(__FILE__).'/php-firewall/firewall.php' ); ?>





SU SEKILDE . 5 SN BEKLEME YAPARAK YONLENDIRME NASL YAPABILIRIM .
K2D'NIN PANELINI KULLANIYORUM (UZMANDIYAN ADINA PAYLASILAN )
 
Son düzenleme:
Geri
Üst Alt