( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
include("newdatasets/header.php");
?>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table id="Table_01" width="100%" height="2000" border="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#000">
<tr>
<td style="" colspan="8" valign="top" >
<?php
include("newdatasets/menu.php");
?>
</td></tr>
<tr>
<td colspan="8">
<img src="images/ziqihome_01.png" width="100%" height="2" alt=""></td>
</tr>
<tr>
<td colspan="8"width="100%" height="696" valign="top" >
<?php
include("newdatasets/message.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("votes.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($mode=="gallery") {
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("mycontent.php");
}
else
{
?>
<?php
include("datables/slide.php");
?>
<?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 colspan="8">
<img src="images/ziqihome_10.png" width="100%" height="1141" alt=""></td>
</tr>
<?php
include("newdatasets/footer.php");
?>
<tr>
<td colspan="8">
<img src="images/ziqihome_14.png" width="100%" height="7" alt=""></td>
</tr>
</table>
</body>
</html>