<?
session_start();
include("ayar.php");
include("veri.php");
/************************************************************************/
if(get_uname())
{
include("tasarim.php");
if(!eregi("pop",$op)) //poplari themeleme
temaac("Anasayfa");
if(!$op){
sayfaac("Yönetim paneli anasayfa - Evire Çevire Kullan Beni Sahip :p");
$kullanici=get_uname();
?>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#FFFFFF" width="100%" id="AutoNumber1" height="186">
<tr>
<td width="100%" height="186">
<p align="center"><b>Yönetim Paneline Hoş Geldin Sayın Sahip
<font color="#FF0000"><?=$kullanici?></font></b></p>
<p align="center"><b>Beni İstediğin Gibi Kullanabilirsin Evir Çevir Kullan
Beni.</b></p>
<p align="center"><b>Şuan Anasayfamda Bulunuyorsun Sahip Çık Burdan Gezin
Biraz.</b></td>
</tr>
</table>
<?
sayfakapat();
}
if(isset($op)){
if($op)
include("op/".$op.".php");
}
if(!eregi("pop",$op))
temakapat();
}
else
{
?>
<title>Yönetici Girişi...</title>
<link rel="stylesheet" type="text/css" href="stilgiris.css">
<body bgcolor="#E0E0E0">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<div align="center">
<center>
<table border="1" cellpadding="0" style="border-collapse: collapse" bordercolor="#FFFFFF" width="500" height="118">
<tr>
<td width="498" height="24" bgcolor="#696969" colspan="3">
<font color="#FFFFFF"><b> >> LiderDesign.Com & Net & Org - yönetici giriş
sayfası.!</b></font></td>
</tr>
<form action="Session.php?op=giris" method="post">
<tr>
<td width="187" height="24" bgcolor="#F4F4F4"><b> Yönetici kullanıcı
adı</b></td>
<td width="21" height="24" bgcolor="#F4F4F4" align="center"><b>:</b></td>
<td width="283" height="24" bgcolor="#F4F4F4">
<input type="text" name="kullanici" size="32"></td>
</tr>
<tr>
<td width="187" height="24" bgcolor="#F4F4F4"><b> Yönetici kullanıcı
şifresi</b></td>
<td width="21" height="24" bgcolor="#F4F4F4" align="center"><b>:</b></td>
<td width="283" height="24" bgcolor="#F4F4F4">
<input type="password" name="sifre" size="32"></td>
</tr>
<tr>
<td width="211" height="24" bgcolor="#F4F4F4" colspan="2"> </td>
<td width="283" height="24" bgcolor="#F4F4F4">
<input type="submit" value="Yönetici girişi yap.!"></td>
</tr>
</form>
<tr>
<td width="498" height="24" bgcolor="#696969" colspan="3"> </td>
</tr>
</table>
</center>
</div>
<?
}
?>
buda tasarım.php
<?php
function temaac($sitebaslik){
global $baglanti;
?>
<HTML>
<HEAD>
<meta http-equiv="Content-Language" content="tr">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-9">
<link rel="stylesheet" type="text/css" href="stil.css">
<title><?=$sitebaslik?></title>
</HEAD>
<body bgcolor="#696969">
burda html kodlar
<?
}
function sayfaac($baslik){
global $baglanti;
?>
<table border="1" cellpadding="0" style="border-collapse: collapse" bordercolor="#FFFFFF" width="100%" id="AutoNumber1">
<tr>
<td width="100%" height="30" bordercolor="#FFFFFF" background="resimler/sayfabaslik.jpg">
<b><font color="#193F6C"> >> <?=$baslik?></font></b></td>
</tr>
<tr>
<td width="100%" height="30" bordercolor="#FFFFFF" valign="top">
<?
}
function sayfakapat(){
global $baglanti;
?>
</td>
</tr></table>
<?
}
function url($u) {
echo "<script language=javascript>location='".$u."'</script>";
}
?>