<?php
ob_start();
session_start();
?>
<?php
if(isset($_SESSION['user_liwwan_admin_2023930']) AND ($_SESSION['type'] == "manager_session_alliwan") ){
$pageTitle = 'alliwan';
include 'init.php';
?>
<?php
#####################################################################
############# show project in home ##############################
##########################################################################
// 1/ show project
if (isset($_POST['showinhome'])){
$prid = $_POST["pr_id"];
$stmt = $conn->prepare("UPDATE
projects
SET
showinmain = 1
WHERE
pid = $prid
");
$stmt->execute(array());
header('location:projects.php?okshow');
exit();
}
?>
<?php
#####################################################################
############# Pend show project in home ##############################
##########################################################################
// 2/ Pend project
if (isset($_POST['stopinhome'])){
$prid = $_POST["pr_id"];
$stmt = $conn->prepare("UPDATE
projects
SET
showinmain = 0
WHERE
pid = $prid
");
$stmt->execute(array());
header('location:projects.php?pendshow');
exit();
}
?>
<?php
#####################################################################
############# show project in Head ##############################
##########################################################################
// 1/ show project
if (isset($_POST['showinhead'])){
$prid = $_POST["pr_id"];
$stmt = $conn->prepare("UPDATE
projects
SET
showinhead = 1
WHERE
pid = $prid
");
$stmt->execute(array());
header('location:projects.php?shhead');
exit();
}
?>
<?php
#####################################################################
############# Pend show project in Head ##############################
##########################################################################
// 2/ Pend project
if (isset($_POST['stopinhead'])){
$prid = $_POST["pr_id"];
$stmt = $conn->prepare("UPDATE
projects
SET
showinhead = 0
WHERE
pid = $prid
");
$stmt->execute(array());
header('location:projects.php?xshhead');
exit();
}
?>
<?php
#####################################################################
############# DELETE project ##############################
##########################################################################
// 3/ Delete project
if (isset($_POST['delproject'])){
$prid = $_POST["pr_id"];
// select All Data Depend on this ID
$stmt2 = $conn->prepare("SELECT * FROM projects WHERE pid = $prid");
// execute Query
$stmt2->execute();
// fetch the data
$info = $stmt2->fetch();
$img1 = $info['img1'];
$img2 = $info['img2'];
$img3 = $info['img3'];
$img4 = $info['img4'];
$img5 = $info['img5'];
$img6 = $info['img6'];
$img7 = $info['img7'];
$img8 = $info['img8'];
$img9 = $info['img9'];
$img10 = $info['img10'];
$path1 = "images/uploads/projects/$img1";
$path2 = "images/uploads/projects/$img2";
$path3 = "images/uploads/projects/$img3";
$path4 = "images/uploads/projects/$img4";
$path5 = "images/uploads/projects/$img5";
$path6 = "images/uploads/projects/$img6";
$path7 = "images/uploads/projects/$img7";
$path8 = "images/uploads/projects/$img8";
$path9 = "images/uploads/projects/$img9";
$path10 = "images/uploads/projects/$img10";
if (file_exists($path1)) {@unlink("images/uploads/projects/$img1");}
if (file_exists($path2)) {@unlink("images/uploads/projects/$img2");}
if (file_exists($path3)) {@unlink("images/uploads/projects/$img3");}
if (file_exists($path4)) {@unlink("images/uploads/projects/$img4");}
if (file_exists($path5)) {@unlink("images/uploads/projects/$img5");}
if (file_exists($path6)) {@unlink("images/uploads/projects/$img6");}
if (file_exists($path7)) {@unlink("images/uploads/projects/$img7");}
if (file_exists($path8)) {@unlink("images/uploads/projects/$img8");}
if (file_exists($path9)) {@unlink("images/uploads/projects/$img9");}
if (file_exists($path10)) {@unlink("images/uploads/projects/$img10");}
$stmt = $conn->prepare("DELETE FROM projects WHERE pid = :zid");
$stmt->bindparam(":zid", $prid);
$stmt->execute();
header('location:projects.php?delpr');
exit();
}
?>
<?php
}else{
header('Location:index.php');
exit;
}
?>
<?php
ob_end_flush();| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| assets | Folder | 0755 |
|
|
| images | Folder | 0755 |
|
|
| ac_citycalc.php | File | 15.27 KB | 0644 |
|
| ac_edit_admin.php | File | 2.67 KB | 0644 |
|
| ac_edit_admininfo.php | File | 4.36 KB | 0644 |
|
| ac_edit_imgs.php | File | 34.27 KB | 0644 |
|
| ac_edit_pr.php | File | 10.72 KB | 0644 |
|
| ac_projects.php | File | 5.24 KB | 0644 |
|
| ac_workshops.php | File | 18.62 KB | 0644 |
|
| add_admin.php | File | 4.32 KB | 0644 |
|
| add_customer_template.php | File | 11.1 KB | 0644 |
|
| add_project.php | File | 17.22 KB | 0644 |
|
| add_workshop.php | File | 5.15 KB | 0644 |
|
| admins.php | File | 4.81 KB | 0644 |
|
| citycalc.php | File | 5.01 KB | 0644 |
|
| cons_orders.php | File | 4.51 KB | 0644 |
|
| custommer_templates.php | File | 4.59 KB | 0644 |
|
| dashboard.php | File | 4.11 KB | 0644 |
|
| edit_cus_template.php | File | 11.74 KB | 0644 |
|
| editadminpassword.php | File | 5.17 KB | 0644 |
|
| error_log | File | 309.84 KB | 0644 |
|
| imgs.php | File | 18.17 KB | 0644 |
|
| index.php | File | 3.19 KB | 0644 |
|
| init.php | File | 183 B | 0644 |
|
| logout.php | File | 186 B | 0644 |
|
| newsletter.php | File | 3.13 KB | 0644 |
|
| projects.php | File | 13.89 KB | 0644 |
|
| projects_card.php | File | 13.29 KB | 0644 |
|
| show.php | File | 8.81 KB | 0644 |
|
| workshop_details.php | File | 12.08 KB | 0644 |
|
| workshops.php | File | 4.63 KB | 0644 |
|