( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
include("newdatasets/header.php");
?>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
</head>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0" id="containerS">
<tr>
<td width="800" style="" colspan="7" valign="top" >
<?php
include("newdatasets/menu.php");
?>
</td></tr>
<tr>
<td width="800" height="450" align="center" colspan="7" valign="top" bgcolor="#000000" >
<?php
if (isset($_GET['msg'])) {?>
<div class="success" style=" color:#FFF">
<?php echo "$_GET[msg]"; ?>
<a href="index.php"> Close </a>
</div>
<?php
}
?>
<?php
if(!empty($sluggish))
{?>
<?php
if (!isset($_SESSION['euserid'])) {?>
<?php
include("datables/slide2.php");
?>
<?php }
else
{?>
<?php if($sluggish == "mseto")
{?>
<?php include("uploadcontentM.php");
?>
<?php }
else {
?>
<?php include("uploadcontentC.php");
?>
<?php } ?>
<?php
}
?>
<?php {
}
?>
<?php }
?>
<?php
if (!isset($_SESSION['euserid']) && empty($sluggish)) {?>
<?php
include("datables/slide.php");
?>
<?php }
?>
<?php
if (isset($_SESSION['euserid']) && empty($sluggish)) {?>
<?php
if($mode=="pics") {
include("pages/galleria.php");
}
if($mode=="email") {
include("pages/email.php");
}
if($mode=="products") {
include("pages/products.php");
}
if($mode=="password") {
include("pages/credentials.php");
}
if($mode=="export") {
include("pages/export.php");
}
if($mode=="editproduct") {
include("pages/editproduct.php");
}
if($mode=="addnews") {
include("pages/addblog.php");
}
if($mode=="editnews") {
include("pages/editblog.php");
}
if($mode=="delnews") {
include("pages/delblog.php");
}
if($mode=="help") {
include("pages/help.php");
}
if($mode=="how") {
include("pages/how.php");
}
if($mode=="add") {
include("pages/add.php");
}
if($mode=="update") {
include("conn.php");
$sn=$_GET["sn"];
$sql="select sn,mycomment,myname,myemail,newsid,id from $table where sn='$sn'";
$result=mysqli_query($sql,$connection) or die(mysql_error());
while($row=mysql_fetch_array($result)) {
$sn=$row['sn'];
$mycomment=$row['mycomment'];
$myname=$row['myname'];
$myemail=$row['myemail'];
$newsid=$row['newsid'];
$id=$row['id'];
}
include("pages/update.php");
}
if($mode=="cate") {
include("pages/cate.php");
}
if($mode=="delecate") {
include("pages/delecate.php");
}
if($mode=="editcate") {
include("pages/editcatalog.php");
}
if($mode=="details") {
include("pages/details.php");
}
if($mode=="reviews") {
include("pages/reviews.php");
}
if($mode=="profilepicture") {
include("pages/profilepicture.php");
}
if($mode=="splash") {
include("pages/splash.php");
}
if($mode=="delprofilepicture") {
include("pages/delprofilepicture.php");
}
if($mode=="editprofilepicture") {
include("pages/editprofilepicture.php");
}
if($mode=="batchpics") {
include("pages/batchpics.php");
}
if($mode=="slide") {
include("pages/slidenews.php");
}
if($mode=="delslide") {
include("pages/delslide.php");
}
if($mode=="delslida") {
include("pages/delslidanews.php");
}
if($mode=="slidecat") {
include("pages/slidecatadmin.php");
}
if($mode=="newreviews") {
include("pages/newreviews.php");
}
if($mode=="process") {
include("export.php");
}
if($mode=="upgrade") {
include("pages/up.php");
}
if($mode=="upload") {
include("uploadcontent.php");
}
if($mode=="distributions") {
include("distributions.php");
}
if($mode=="updateReport") {
include("editreport.php");
}
if($mode=="viewReport") {
include("viewreport.php");
}
if($mode=="mydistributions") {
include("mycart.php");
}
if($mode=="cateme") {
include("catereporta.php");
}
if(empty($mode)) {
while ($row_settings = mysql_fetch_array($rs_settings)) {
$ca = $row_settings['catalogid'];
$admin = $row_settings['admin'];
if($admin == 12 || $admin == 13 || $admin == 14 || $admin == 15 || $admin == 20 )
{
include("submitted.php");
}
else
{
include("mycontent.php");
}
}
}
?>
<?php }
?>
</td>
</tr>
<tr>
<td width="800" height="20" colspan="7" valign="top" bgcolor="#e0007a" >
<?php
/*include("newdatasets/footer.php");*/
?>
</td>
</tr>
<?php
include("newdatasets/footer.php");
?>
</table><br>
<!-- footer-wrapper close -->
<map name="Map">
<area shape="rect" coords="515,10,589,84" href="index.php">
</map>
</body>
</html>
<?php mysql_close($videoondemand); ?>