Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/mexev/public_html/ddadmin/index.php:1) in /home/mexev/public_html/baglan.php on line 3
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/mexev/public_html/ddadmin/index.php:1) in /home/mexev/public_html/baglan.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at /home/mexev/public_html/ddadmin/index.php:1) in /home/mexev/public_html/ddadmin/fonksiyon.php(0) : eval()'d code on line 3
Warning: Cannot modify header information - headers already sent by (output started at /home/mexev/public_html/ddadmin/index.php:1) in /home/mexev/public_html/ddadmin/fonksiyon.php(0) : eval()'d code on line 40
dosya şöyle:
require('fonksiyon.php');
$i = $_GET['i'];
$icerikler[] = 'icerikler';
$icerikler[] = 'yorumlar';
$icerikler[] = 'kategoriler';?>
=titleal($i)?> | MedaSoft & Admin Panel
<script></script>
<script>
function kapat()
{
{?>
$(".b1").hide();
}
?>
if($i!='sayfalar')
{
?>
$(".b2").hide();
}
?>
if($i!='haberler')
{
?>
$(".b3").hide();
}
?>
if($i!='yetkililer')
{
?>
$(".b4").hide();
}
?>
if($i!='ayarlar')
{
?>
$(".b5").hide();
}
?>
if($i!='linkler')
{
?>
$(".b6").hide();
}
?>
if($i!='botlar')
{
?>
$(".b8").hide();
}
?>
if($i!='otoyorum')
{
?>
$(".b7").hide();
}
?>
$(".b10").hide();
}
function a1() { $(".b1").toggle(); }
function a12() { $(".b12").toggle(); }
function a2() { $(".b2").toggle(); }
function a3() { $(".b3").toggle(); }
function a4() { $(".b4").toggle(); }
function a5() { $(".b5").toggle(); }
function a6() { $(".b6").toggle(); }
function a7() { $(".b7").toggle(); }
function a8() { $(".b8").toggle(); }
function a9() { $(".b9").show(); $(".b10").hide(); }
function a10() { $(".b10").show(); $(".b9").hide(); }
</script>
if(($i=='sayfalar' || $i=='haberler') && ($_GET['s']=='ekle' || $_GET['s']=='duzenle')):?>
<script></script>
<script></script>
<script>
function botyolla(s)
{
$('#botsonuc').slideDown('slow');
$("#botsonuc").html('Bekleyin');
$('#botsonucx').slideDown('slow');
$("#botsonucx").html('Bekleyin');
$.ajax
({
type:'POST',
url:'botekle.php?t='+s,
data:$('#botform').serialize(),
success:function(cevap)
{
$("#botsonuc").html(cevap)
$("#botsonucx").html(cevap)
}
})
}
</script>
<script>
function hbotyolla(s)
{
$('#botsonuc').slideDown('slow');
$("#botsonuc").html('Bekleyin');
$.ajax
({
type:'POST',
url:'hbotekle.php?t='+s,
data:$('#botform').serialize(),
success:function(cevap)
{
$("#botsonuc").html(cevap)
$("#botsonucx").html(cevap)
}
})
}
</script>
get_var('select count(*) from '.prefix.'yorumlar where onay=2');
$say = $db->get_var('SELECT COUNT(*) FROM '.prefix.'iletisim WHERE okunma=2');
?>
0)
{
?>
ONAYLANMAYI BEKLEYEN YENİ YORUMLAR VAR !!
}
elseif($say>0 && $i!='iletisim' && $_SESSION['uyeyetki']==1)
{
?>
İletişim Formundan Gelen Yeni Mesaj Var!
}
else
{
?>
Medasoft
}
?>
switch($i)
{
//Anasayfa
default:
include('default.php');
break;
//Yorumlar
case 'yorumlar':
echo ' ';
include('yorumlar.php');
echo '';
break;
//İçerik
case 'icerikler':
echo ' ';
include('icerik.php');
echo '';
break;
//Kategoriler
case 'kategoriler':
if($_SESSION['uyeyetki']==1)
{
echo ' ';
include('kategori.php');
echo '';
}
else
{
include('default.php');
}
break;
//Sayfalar
case 'sayfalar':
echo ' ';
include('sayfalar.php');
echo '';
break;
//Haberler
case 'haberler':
echo ' ';
include('haberler.php');
echo '';
break;
//Yetkililer
case 'yetkililer':
if($_SESSION['uyeyetki']==1)
{
echo ' ';
include('yetkililer.php');
echo '';
}
else
{
include('default.php');
}
break;
//Profil Düzenleme
case 'profiliduzenle':
echo ' ';
include('profil.php');
echo '';
break;
//Ayarlar
case 'ayarlar':
if($_SESSION['uyeyetki']==1)
{
echo ' ';
include('ayarlar.php');
echo '';
}
else
{
include('default.php');
}
break;
//Linkler
case 'linkler':
if($_SESSION['uyeyetki']==1)
{
echo ' ';
include('linkler.php');
echo '';
}
else
{
include('default.php');
}
break;
//İletişim
case 'iletisim':
if($_SESSION['uyeyetki']==1)
{
echo ' ';
include('iletisim.php');
echo '';
}
else
{
include('default.php');
}
break;
//Otoyorum
case 'otoyorum':
if($_SESSION['uyeyetki']==1)
{
echo ' ';
include('otoyorum.php');
echo '';
}
else
{
include('default.php');
}
break;
//Botlar
case 'botlar':
echo ' ';
include('botlar.php');
echo '';
break;
}
?>