admin paneline giriyorum ama
admin panelindeki linklere tıklayınca aynı indexe geliyorum..
admin paneli giriş index kodları
<?php
session_start();
include("../ayarlar.php");
include("veritablosu.php");
/************************************************************************/
if(get_uname())
{
include("Tasarim.php");
if(!eregi("pop",$op))
temaac("Anasayfa");
if(!$op){
sayfaac("Yönetim Paneli - Karşılama Mesajı & Hoşgeldiniz.");
?>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="226">
<tr>
<td width="100%" height="226">
<p align="center">
<img border="0" src="resimler/onay.gif" width="32" height="32"></p>
</tr>
</table>
<?
sayfakapat();
}
if(isset($op)){
if($op)
include("sayfalar/".$op.".php");
}
if(!eregi("pop",$op))
temakapat();
}
else
{
?>
<title>Yönetici Girişi...</title>
<link rel="stylesheet" type="text/css" href="stil.css"><body bgcolor="#808080">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#DFE0E1" width="500" bgcolor="#EFEFEF">
<form action="Session.php?op=giris" method="post">
<tr>
<td width="498" height="24" background="resimler/sayfabaslik.jpg" colspan="3">
<p align="center"><strong>Rent a Car Yönetici Girisi </strong></td>
</tr>
<tr>
<td width="129" height="24" bgcolor="#D6D7DA"><b> Yönetici Adi</b></td>
<td width="22" height="24" align="center" bgcolor="#D6D7DA"><b>:</b></td>
<td width="341" height="24" bgcolor="#D6D7DA"><input type="text" name="kullanici" size="42"></td>
</tr>
<tr>
<td width="129" height="24" bgcolor="#D6D7DA"><b> Yönetici Sifresi</b></td>
<td width="22" height="24" align="center" bgcolor="#D6D7DA"><b>:</b></td>
<td width="341" height="24" bgcolor="#D6D7DA"><input type="password" name="sifre" size="42"></td>
</tr>
<tr>
<td width="153" height="24" colspan="2" bgcolor="#D6D7DA"> </td>
<td width="341" height="24" bgcolor="#D6D7DA">
<input type="submit" value="Yönetici Girisi Yap."></td>
</tr>
</form>
<tr>
<td width="498" height="24" background="resimler/sayfabaslik.jpg" colspan="3">
<p align="center"></td>
</tr>
</table>
</center>
</div>
<?
}
?>ama aynı şekilde aynı script aynı db ile başka site çalışıyor bir ayar yapmammı gerekiyor ne oluyor bilmiyorum yardım ederseniz sevinirim.