From b1973e9973b23662032adb466dd9393da605bc85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alperen=20KA=C3=87MAZ?= Date: Sat, 2 Jan 2021 22:08:09 +0300 Subject: [PATCH] added new functions --- Projects/project1_main/account.php | 16 +- Projects/project1_main/admin/adminAccount.php | 144 ++++++++++++++ .../project1_main/admin/adminComplaint.php | 96 +++++++++ Projects/project1_main/admin/adminInfo.php | 115 +++++++++++ Projects/project1_main/admin/adminLogOut.php | 4 + Projects/project1_main/admin/adminPanel.php | 78 ++++++++ Projects/project1_main/admin/adminTODO.php | 113 +++++++++++ Projects/project1_main/complaint.php | 56 +++--- .../project1_main/css/admin/adminAccount.css | 97 +++++++++ .../project1_main/css/admin/adminComplain.css | 106 ++++++++++ .../project1_main/css/admin/adminInfo.css | 102 ++++++++++ .../css/admin/adminPanelMain.css | 100 ++++++++++ .../project1_main/css/admin/adminTODO.css | 148 ++++++++++++++ .../project1_main/css/admin/updatepanel.css | 100 ++++++++++ Projects/project1_main/css/main.css | 3 - Projects/project1_main/database/adminDB.php | 8 + Projects/project1_main/database/logDB.php | 8 + Projects/project1_main/index/complains.php | 46 +++++ Projects/project1_main/index/delete.php | 37 ++++ Projects/project1_main/index/mainTopics.php | 107 ++++++++++ .../project1_main/index/new_user_sign.php | 186 ++++++++++++++++++ Projects/project1_main/index/update.php | 118 +++++++++++ .../index/updateArrangements.php | 93 +++++++++ .../project1_main/index/updateExpenses.php | 94 +++++++++ Projects/project1_main/information.php | 67 +++++-- Projects/project1_main/log.php | 85 ++++++-- Projects/project1_main/logout.php | 4 + Projects/project1_main/main.php | 60 +++--- Projects/project1_main/to-do.php | 58 ++++-- 29 files changed, 2129 insertions(+), 120 deletions(-) create mode 100644 Projects/project1_main/admin/adminAccount.php create mode 100644 Projects/project1_main/admin/adminComplaint.php create mode 100644 Projects/project1_main/admin/adminInfo.php create mode 100644 Projects/project1_main/admin/adminLogOut.php create mode 100644 Projects/project1_main/admin/adminPanel.php create mode 100644 Projects/project1_main/admin/adminTODO.php create mode 100644 Projects/project1_main/css/admin/adminAccount.css create mode 100644 Projects/project1_main/css/admin/adminComplain.css create mode 100644 Projects/project1_main/css/admin/adminInfo.css create mode 100644 Projects/project1_main/css/admin/adminPanelMain.css create mode 100644 Projects/project1_main/css/admin/adminTODO.css create mode 100644 Projects/project1_main/css/admin/updatepanel.css create mode 100644 Projects/project1_main/database/adminDB.php create mode 100644 Projects/project1_main/database/logDB.php create mode 100644 Projects/project1_main/index/complains.php create mode 100644 Projects/project1_main/index/delete.php create mode 100644 Projects/project1_main/index/mainTopics.php create mode 100644 Projects/project1_main/index/new_user_sign.php create mode 100644 Projects/project1_main/index/update.php create mode 100644 Projects/project1_main/index/updateArrangements.php create mode 100644 Projects/project1_main/index/updateExpenses.php create mode 100644 Projects/project1_main/logout.php diff --git a/Projects/project1_main/account.php b/Projects/project1_main/account.php index 088d79f..a721397 100644 --- a/Projects/project1_main/account.php +++ b/Projects/project1_main/account.php @@ -1,3 +1,7 @@ + @@ -20,12 +24,12 @@ diff --git a/Projects/project1_main/admin/adminAccount.php b/Projects/project1_main/admin/adminAccount.php new file mode 100644 index 0000000..f2b17d6 --- /dev/null +++ b/Projects/project1_main/admin/adminAccount.php @@ -0,0 +1,144 @@ + + + + + + + + Account + + + + +
+
+

Account Page

+
+
+ + + + + + +
+
+

Account Transactions

+

You can add new user and new admin here

+
+
+ + +
+
+
+ + +

+ + +

+ + +

+ + +

+ + +

+ + +

+ + +

+ + + + + +
+ + +
+ +
+
+ + +

+ + +

+ + +

+ + +

+ + +

+ + +

+ + +

+ + + + + + +
+ + + +
+
+ + + + + + + \ No newline at end of file diff --git a/Projects/project1_main/admin/adminComplaint.php b/Projects/project1_main/admin/adminComplaint.php new file mode 100644 index 0000000..f826c18 --- /dev/null +++ b/Projects/project1_main/admin/adminComplaint.php @@ -0,0 +1,96 @@ + + + + + + + + Complaint + + + + + +
+
+

complaint page

+
+
+ + + + + + +
+ + + + + + + + + + + + + prepare("SELECT * FROM complains"); + $checkUserInDB->execute(); + $say = 0; + while ($pullinfo = $checkUserInDB->fetch(PDO::FETCH_ASSOC)) { + $say++ + ?> + + + + + + + + + + + + +
S.NOComplain IDNameSurnameUser NameFlat NoAboutComplainDelete
+ +
+ + + + + + \ No newline at end of file diff --git a/Projects/project1_main/admin/adminInfo.php b/Projects/project1_main/admin/adminInfo.php new file mode 100644 index 0000000..2fdcf1c --- /dev/null +++ b/Projects/project1_main/admin/adminInfo.php @@ -0,0 +1,115 @@ + + + + + + + + Information + + + + + +
+
+

information page

+
+
+ + + + + +
+
+

List of All Tenant

+
+ + + + + + + + + + + + + + + prepare("SELECT * FROM usersinfo"); + $checkUserInDB->execute(); + $say = 0; + while ($pullinfo = $checkUserInDB->fetch(PDO::FETCH_ASSOC)) { + $say++ + ?> + + + + + + + + + + + + + + +
S.NOIDNameSurnameUser NameFlat NoE-MailGSMRegister TimeUpdateDelete
+ +

ALERT EKLE DELETE YAPARKEN

+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/Projects/project1_main/admin/adminLogOut.php b/Projects/project1_main/admin/adminLogOut.php new file mode 100644 index 0000000..1f2523f --- /dev/null +++ b/Projects/project1_main/admin/adminLogOut.php @@ -0,0 +1,4 @@ + + + + + + + + Main + + + + + +
+
+

ADMIN

+
+
+ + + + + +
+ prepare("SELECT * FROM maintopics"); + $checkUserInDB->execute(); + while ($pullinfo = $checkUserInDB->fetch(PDO::FETCH_ASSOC)) { + ?> +
+ +

+

+ +
+ +
+ + + + + + + \ No newline at end of file diff --git a/Projects/project1_main/admin/adminTODO.php b/Projects/project1_main/admin/adminTODO.php new file mode 100644 index 0000000..720d1ad --- /dev/null +++ b/Projects/project1_main/admin/adminTODO.php @@ -0,0 +1,113 @@ + + + + + + + + To/Do + + + + + +
+
+

to-do page

+
+
+ + + + + + +
+
+ garden arrangements +
    + prepare("SELECT * FROM gardenarrangements"); + $checkUserInDB->execute(); + while ($pullinfo = $checkUserInDB->fetch(PDO::FETCH_ASSOC)) { + ?> +
  • ID:
  • +
  • +
    + +

+ +
+ +
+ apartment expenses
+ +
    + prepare("SELECT * FROM apartmentexpenses"); + $checkUserInDB->execute(); + while ($pullinfo = $checkUserInDB->fetch(PDO::FETCH_ASSOC)) { + ?> +
  • ID:
  • +
  • Date:
  • +
  • Light: ₺
  • +
  • Water: ₺
  • +
  • Extra: ₺
  • +
    + +

+ +
+
+ + + + + + + + + + \ No newline at end of file diff --git a/Projects/project1_main/complaint.php b/Projects/project1_main/complaint.php index 6c8aebb..06b9b53 100644 --- a/Projects/project1_main/complaint.php +++ b/Projects/project1_main/complaint.php @@ -1,3 +1,7 @@ + @@ -21,43 +25,49 @@
-
+
What is the subject of your complaint? - + + + + + +

Please describe your complaint in 250 words

-

- - -

Upload photo(s)

- -

- - - +

+ + + +
+
diff --git a/Projects/project1_main/css/admin/adminAccount.css b/Projects/project1_main/css/admin/adminAccount.css new file mode 100644 index 0000000..ca02d98 --- /dev/null +++ b/Projects/project1_main/css/admin/adminAccount.css @@ -0,0 +1,97 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; + font-family: Arial, Helvetica, sans-serif; +} +body{ + margin: 0; + padding: 0; +} + +.welcome{ + background-image: linear-gradient(to left,rgb(237, 66, 100),rgb(255, 237, 189)); + padding: 3.5%; + text-align: center; + font-size: 2rem; + text-transform: uppercase; + color: #333; +} +#welcome{ + text-shadow: 2px 1.5px #ffedbc; +} + +.nav{ + background-color: #333; + color:white; + padding:1rem; + display:flex; + align-items:center; + justify-content:space-between; + +} +.nav-ul{ + margin:0; + list-style:none; + display:flex; +} +.nav-ul-li{ + padding:.75rem; +} +.nav-ul-li:hover{ + background-color: #777; +} +.nav-ul-li a{ + text-decoration:none; + color:inherit; +} + +.main-content { + + display: flex; + padding:2%; + flex-wrap: wrap; + flex-direction: row; +} +.main-item{ + padding:2%; + line-height: 1.5; + text-align: center; + flex:1; + flex-grow: 1; + flex-basis: 0; +} +.main-item h2{ + color: #da4167; +} +.main-item p{ + margin-top:0.5rem; +} + +.links{ + position: fixed; + width: 100%; + height: 10%; + bottom: 0; + background-color: #333; + padding:1rem; + display:flex; + align-items:center; + justify-content:center; +} +.links ul{ + margin:0; + list-style:none; + display:flex; + +} +.links ul li{ + padding:.5rem; +} +.links ul li:hover{ + background-color: #777; +} +.links ul li a{ + text-decoration:none; + color:inherit; +} \ No newline at end of file diff --git a/Projects/project1_main/css/admin/adminComplain.css b/Projects/project1_main/css/admin/adminComplain.css new file mode 100644 index 0000000..c5986a6 --- /dev/null +++ b/Projects/project1_main/css/admin/adminComplain.css @@ -0,0 +1,106 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; + font-family: Arial, Helvetica, sans-serif; + } + body { + margin: 0; + padding: 0; + } + + .welcome { + background-image: linear-gradient(to left, #ed4264, #ffedbc); + padding: 3.5%; + text-align: center; + font-size: 2rem; + text-transform: capitalize; + color: #333; + } + #welcome { + text-shadow: 2px 1.5px #ffedbc; + } + + .nav { + background-color: #333; + color: white; + padding: 1rem; + display: flex; + align-items: center; + justify-content: space-between; + } + .nav-ul { + margin: 0; + list-style: none; + display: flex; + } + .nav-ul-li { + padding: 0.75rem; + } + .nav-ul-li:hover { + background-color: #777; + } + .nav-ul-li a { + text-decoration: none; + color: inherit; + } + + .cmp { + margin: 2rem; + } + #select { + margin: 1em 2em; + } + #p-2 { + margin: 2em 0; + } + #sub, + #reset { + margin: 1em 2em; + } + #textarea { + margin: 1em 0; + resize: none; + font-size: 20px; + border-radius: 0.5em; + } + .btn, + #sendPic { + padding: 0.5em; + cursor: pointer; + font-size: 1em; + border-radius: 0.75em; + } + .btn:hover{ + background-color: #999; + } + + .links{ + position: fixed; + width: 100%; + height: 10%; + bottom: 0; + background-color: #333; + padding:1rem; + display:flex; + align-items:center; + justify-content:center; + + } + .links ul { + margin: 0; + list-style: none; + display: flex; + } + + .links ul li { + padding: 0.5rem; + } + .links ul li:hover { + background-color: #777; + } + .links ul li a { + text-decoration: none; + color: inherit; + } + \ No newline at end of file diff --git a/Projects/project1_main/css/admin/adminInfo.css b/Projects/project1_main/css/admin/adminInfo.css new file mode 100644 index 0000000..38bdfe3 --- /dev/null +++ b/Projects/project1_main/css/admin/adminInfo.css @@ -0,0 +1,102 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; + font-family: Arial, Helvetica, sans-serif; +} +body{ + margin: 0; + padding: 0; +} + +.welcome{ + background-image: linear-gradient(to left,#ed4264,#ffedbc); + padding: 3.5%; + text-align: center; + font-size: 2rem; + text-transform: capitalize; + color: #333; +} +#welcome{ + text-shadow: 2px 1.5px #ffedbc; +} + +.nav{ + background-color: #333; + color:white; + padding:1rem; + display:flex; + align-items:center; + justify-content:space-between; + +} +.nav-ul{ + margin:0; + list-style:none; + display:flex; +} +.nav-ul-li{ + padding:.75rem; +} +.nav-ul-li:hover{ + background-color: #777; +} +.nav-ul-li a{ + text-decoration:none; + color:inherit; +} + + + + +.main-content { + + display: flex; + padding:2%; + flex-wrap: wrap; + flex-direction: row; +} +.main-item{ + padding:2%; + line-height: 1.5; + text-align: center; + flex:1; + flex-grow: 1; + flex-basis: 0; +} +.main-item h2{ + color: #da4167; +} +.main-item p{ + margin-top:0.5rem; +} + +.links{ + position: fixed; + width: 100%; + height: 10%; + bottom: 0; + background-color: #333; + padding:1rem; + display:flex; + align-items:center; + justify-content:center; + +} +.links ul{ + margin:0; + list-style:none; + display:flex; + +} + +.links ul li{ + padding:.5rem; +} +.links ul li:hover{ + background-color: #777; +} +.links ul li a{ + text-decoration:none; + color:inherit; +} \ No newline at end of file diff --git a/Projects/project1_main/css/admin/adminPanelMain.css b/Projects/project1_main/css/admin/adminPanelMain.css new file mode 100644 index 0000000..a66a28d --- /dev/null +++ b/Projects/project1_main/css/admin/adminPanelMain.css @@ -0,0 +1,100 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; + font-family: Arial, Helvetica, sans-serif; +} +body{ + margin: 0; + padding: 0; +} + +.welcome{ + background-image: linear-gradient(to left,rgb(237, 66, 100),rgb(255, 237, 189)); + padding: 3.5%; + text-align: center; + font-size: 2rem; + text-transform: uppercase; + color: #333; +} +#welcome{ + text-shadow: 2px 1.5px #ffedbc; +} + +.nav{ + background-color: #333; + color:white; + padding:1rem; + display:flex; + align-items:center; + justify-content:space-between; + +} +.nav-ul{ + margin:0; + list-style:none; + display:flex; +} +.nav-ul-li{ + padding:.75rem; +} +.nav-ul-li:hover{ + background-color: #777; +} +.nav-ul-li a{ + text-decoration:none; + color:inherit; +} + + + + +.main-content { + + display: flex; + padding:2%; + flex-wrap: wrap; + flex-direction: row; +} +.main-item{ + padding:2%; + line-height: 1.5; + text-align: center; + flex:1; + flex-grow: 1; + flex-basis: 0; +} +.main-item h2{ + color: #da4167; +} +.main-item p{ + margin-top:0.5rem; +} + +.links{ + position: fixed; + width: 100%; + height: 10%; + bottom: 0; + background-color: #333; + padding:1rem; + display:flex; + align-items:center; + justify-content:center; +} +.links ul{ + margin:0; + list-style:none; + display:flex; + +} +.links ul li{ + padding:.5rem; +} +.links ul li:hover{ + background-color: #777; +} +.links ul li a{ + text-decoration:none; + color:inherit; +} \ No newline at end of file diff --git a/Projects/project1_main/css/admin/adminTODO.css b/Projects/project1_main/css/admin/adminTODO.css new file mode 100644 index 0000000..a56926b --- /dev/null +++ b/Projects/project1_main/css/admin/adminTODO.css @@ -0,0 +1,148 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; + font-family: Arial, Helvetica, sans-serif; +} +body{ + margin: 0; + padding: 0; +} + +.welcome{ + background-image: linear-gradient(to left,#ed4264,#ffedbc); + padding: 3.5%; + text-align: center; + font-size: 2rem; + text-transform: capitalize; + color: #333; +} +#welcome{ + text-shadow: 2px 1.5px #ffedbc; +} + +.nav{ + background-color: #333; + color:white; + padding:1rem; + display:flex; + align-items:center; + justify-content:space-between; + +} +.nav-ul{ + margin:0; + list-style:none; + display:flex; +} +.nav-ul-li{ + padding:.75rem; +} +.nav-ul-li:hover{ + background-color: #777; +} +.nav-ul-li a{ + text-decoration:none; + color:inherit; +} + + + + +.main-content { + background-color: red; + display: flex; + padding:2%; + flex-wrap: wrap; + flex-direction: row; +} +.main-content-1{ + background-color: #fff; + padding: 4%; + margin: auto; + text-transform: capitalize; + color: #333; + +} +.main-content-1 span{ + font-size: 2rem; + +} +.main-content-2{ + background-color: #fff; + padding: 4%; + margin: auto; + text-transform: capitalize; + color: #333; +} +.main-content-2 span{ + font-size: 2rem; +} + + + + +.section{ + background-image: linear-gradient(to right,rgb(237, 66, 100,0.5),rgb(255, 237, 189,0.5)); + padding: 1rem; + margin: 1em 15%; + +} +.text-table{ + color: white; + text-shadow: 2px 1.5px blue;; + font-size: 1em; +} + +table, th, td{ + border: 3px solid black; + border-collapse: collapse; + padding: 1rem; + margin: auto; +} +.btn-class{ + margin-left: 65%; +} +.btn{ + padding: 1em; + margin: 0.5em 1em; + outline: none; + font-size: 1em; + border-radius: 0.6em; + +} +.btn :hover{ + background-color: #ddd; + box-shadow: 0 0 5px #ccc; +} + + +.links{ + position: fixed; + width: 100%; + height: 10%; + bottom: 0; + background-color: #333; + padding:1rem; + display:flex; + align-items:center; + justify-content:center; + +} +.links ul{ + margin:0; + list-style:none; + display:flex; + +} + +.links ul li{ + padding:.5rem; +} +.links ul li:hover{ + background-color: #777; +} +.links ul li a{ + text-decoration:none; + color:inherit; +} \ No newline at end of file diff --git a/Projects/project1_main/css/admin/updatepanel.css b/Projects/project1_main/css/admin/updatepanel.css new file mode 100644 index 0000000..a66a28d --- /dev/null +++ b/Projects/project1_main/css/admin/updatepanel.css @@ -0,0 +1,100 @@ +*{ + margin: 0; + padding: 0; + box-sizing: border-box; + font-family: Arial, Helvetica, sans-serif; +} +body{ + margin: 0; + padding: 0; +} + +.welcome{ + background-image: linear-gradient(to left,rgb(237, 66, 100),rgb(255, 237, 189)); + padding: 3.5%; + text-align: center; + font-size: 2rem; + text-transform: uppercase; + color: #333; +} +#welcome{ + text-shadow: 2px 1.5px #ffedbc; +} + +.nav{ + background-color: #333; + color:white; + padding:1rem; + display:flex; + align-items:center; + justify-content:space-between; + +} +.nav-ul{ + margin:0; + list-style:none; + display:flex; +} +.nav-ul-li{ + padding:.75rem; +} +.nav-ul-li:hover{ + background-color: #777; +} +.nav-ul-li a{ + text-decoration:none; + color:inherit; +} + + + + +.main-content { + + display: flex; + padding:2%; + flex-wrap: wrap; + flex-direction: row; +} +.main-item{ + padding:2%; + line-height: 1.5; + text-align: center; + flex:1; + flex-grow: 1; + flex-basis: 0; +} +.main-item h2{ + color: #da4167; +} +.main-item p{ + margin-top:0.5rem; +} + +.links{ + position: fixed; + width: 100%; + height: 10%; + bottom: 0; + background-color: #333; + padding:1rem; + display:flex; + align-items:center; + justify-content:center; +} +.links ul{ + margin:0; + list-style:none; + display:flex; + +} +.links ul li{ + padding:.5rem; +} +.links ul li:hover{ + background-color: #777; +} +.links ul li a{ + text-decoration:none; + color:inherit; +} \ No newline at end of file diff --git a/Projects/project1_main/css/main.css b/Projects/project1_main/css/main.css index a66a28d..ca02d98 100644 --- a/Projects/project1_main/css/main.css +++ b/Projects/project1_main/css/main.css @@ -46,9 +46,6 @@ body{ color:inherit; } - - - .main-content { display: flex; diff --git a/Projects/project1_main/database/adminDB.php b/Projects/project1_main/database/adminDB.php new file mode 100644 index 0000000..c0038be --- /dev/null +++ b/Projects/project1_main/database/adminDB.php @@ -0,0 +1,8 @@ +getMessage(); +} +?> \ No newline at end of file diff --git a/Projects/project1_main/database/logDB.php b/Projects/project1_main/database/logDB.php new file mode 100644 index 0000000..c0038be --- /dev/null +++ b/Projects/project1_main/database/logDB.php @@ -0,0 +1,8 @@ +getMessage(); +} +?> \ No newline at end of file diff --git a/Projects/project1_main/index/complains.php b/Projects/project1_main/index/complains.php new file mode 100644 index 0000000..abbccbf --- /dev/null +++ b/Projects/project1_main/index/complains.php @@ -0,0 +1,46 @@ +prepare("INSERT INTO complains set + userName=:userName, + userSurname=:userSurname, + userUsername=:userUsername, + userFlatno=:userFlatno, + about=:about, + userComplain=:userComplain + "); + + $insert = $kaydet->execute(array( + 'userName' => $_SESSION['userName'], + 'userSurname' => $_SESSION['userSurname'], + 'userUsername' => $_SESSION['userUsername'], + 'userFlatno' => $_SESSION['userFlatno'], + 'about' => $_POST['about'], + 'userComplain' => $_POST['userComplain'] + )); + + if ($insert) { + //echo "kayıt başarılı"; + Header("Location:../complaint.php?complaint=success"); + exit; + } else { + //echo "kayıt başarısız"; + Header("Location:../complaint.php?complaint=failed"); + exit; + } +} + +if (isset($_GET['userOKupdate'])) { + if ($_GET['userOKupdate'] = "ok") { + echo"asdadsa"; + + + + + } +} diff --git a/Projects/project1_main/index/delete.php b/Projects/project1_main/index/delete.php new file mode 100644 index 0000000..6d48a07 --- /dev/null +++ b/Projects/project1_main/index/delete.php @@ -0,0 +1,37 @@ +prepare("DELETE from usersinfo where userID=:userID"); + $kontrol=$sil->execute(array( + 'userID' => $_GET['userID'] + )); + if ($kontrol) { + + Header("Location:../admin/adminInfo.php?delete=ok"); + exit; + + } else { + Header("Location:../admin/adminInfo.php?durum=no"); + exit; + } +} +if ($_GET['userComplaintdelete']=="delete") { + $sil=$db->prepare("DELETE from complains where complainID=:complainID"); + $kontrol=$sil->execute(array( + 'complainID' => $_GET['complainID'] + )); + if ($kontrol) { + + Header("Location:../admin/adminComplaint.php?delete=ok"); + exit; + + } else { + Header("Location:../admin/adminComplaint.php?durum=no"); + exit; + } +} + diff --git a/Projects/project1_main/index/mainTopics.php b/Projects/project1_main/index/mainTopics.php new file mode 100644 index 0000000..1d60f13 --- /dev/null +++ b/Projects/project1_main/index/mainTopics.php @@ -0,0 +1,107 @@ + + + + + + + + Document + + + + + +
+
+

ADMIN

+
+
+ + + + + prepare("SELECT * from maintopics where mainTopicsID=:mainTopicsID"); + $bilgilerimsor->execute(array( + 'mainTopicsID' => $_GET['mainTopicsID'] + )); + $bilgilerimcek = $bilgilerimsor->fetch(PDO::FETCH_ASSOC); + } + ?> +
+ mainTopicsID:

+ mainTopics Time:

+ Old mainTopicsTitle:

+ Old mainTopicsContent:

+ New mainTopicsTitle:

+ New mainTopicsContent:

+ isOK:

+ +
+ + prepare("UPDATE maintopics set + mainTopicsTitle=:mainTopicsTitle, + mainTopicsContent=:mainTopicsContent, + isOK=:isOK + where mainTopicsID={$_POST['mainTopicsID']} + "); + + $insert = $update->execute(array( + 'mainTopicsTitle' => $_POST['NewMainTopicsTitle'], + 'mainTopicsContent' => $_POST['NewMainTopicsContent'], + 'isOK' => $_POST['isOK'] + )); + if ($insert) { + //echo "kayıt başarılı"; + Header("Location:../admin/adminPanel.php?mainTopicsUpdated=ok&mainTopicsID=$mainTopicsID"); + exit; + } else { + //echo "kayıt başarısız"; + Header("Location:../admin/adminPanel.php?mainTopicsUpdated=no&mainTopicsID=$mainTopicsID"); + exit; + } + } + ?> + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Projects/project1_main/index/new_user_sign.php b/Projects/project1_main/index/new_user_sign.php new file mode 100644 index 0000000..7b596b8 --- /dev/null +++ b/Projects/project1_main/index/new_user_sign.php @@ -0,0 +1,186 @@ +prepare("SELECT * FROM usersinfo WHERE + userUsername=:userUsername AND userPassword=:userPassword"); + $checkUserInDB->execute(array( + 'userUsername' => $userUsername, + 'userPassword' => $userPassword + )); + $int = $checkUserInDB->rowCount(); + + if ($int == 1) { + $pullinfo = $checkUserInDB->fetch(PDO::FETCH_ASSOC); + $_SESSION['userUsername'] = $userUsername; + $_SESSION['userName'] = $pullinfo['userName']; + $_SESSION['userSurname'] = $pullinfo['userSurname']; + $_SESSION['userFlatno'] = $pullinfo['userFlatno']; + $_SESSION['userGSM'] = $pullinfo['userGSM']; + $_SESSION['userEmail'] = $pullinfo['userEmail']; + header("Location:../main.php"); + exit; + } elseif ($int == 0) { + $pullinfo2 = $checkUserInDB->fetch(PDO::FETCH_ASSOC); + $username = $pullinfo2['userUsername']; + $password = $pullinfo2['userPassword']; + if ($password != $userPassword) { + header("Location:../log.php?fail=password"); + exit; + } elseif ($username != $userUsername) { + header("Location:../log.php?fail=username"); + exit; + } else { + header("Location:../log.php?fail=fail"); + exit; + } + } +} + + + +// new user sign-in slide +if (isset($_POST['register-btn'])) { + + $kaydet = $db->prepare("INSERT into usersinfo set + userName=:userName, + userSurname=:userSurname, + userUsername=:userUsername, + userFlatno=:userFlatno, + userGSM =:userGSM, + userEmail =:userEmail, + userPassword =:userPassword + "); + + $insert = $kaydet->execute(array( + 'userName' => $_POST['userName'], + 'userSurname' => $_POST['userSurname'], + 'userUsername' => $_POST['userUsername'], + 'userFlatno' => $_POST['userFlatno'], + 'userGSM' => $_POST['userGSM'], + 'userEmail' => $_POST['userEmail'], + 'userPassword' => $_POST['userPassword'] + )); + if ($insert) { + //echo "kayıt başarılı"; + Header("Location:../log.php?sign=success"); + exit; + } else { + //echo "kayıt başarısız"; + Header("Location:../log.php?sign=failed"); + exit; + } +} + +// ADMIN LOG IN SLIDE +if (isset($_POST['admin-btn'])) { + $adminUSERNAME = $_POST['adminUSERNAME']; + $adminPASSWORD = $_POST['adminPASSWORD']; + $checkUserInDB = $db->prepare("SELECT * FROM adminpanel WHERE + adminUSERNAME=:adminUSERNAME AND adminPASSWORD=:adminPASSWORD"); + $checkUserInDB->execute(array( + 'adminUSERNAME' => $adminUSERNAME, + 'adminPASSWORD' => $adminPASSWORD + )); + $int = $checkUserInDB->rowCount(); + + if ($int == 1) { + $pullinfo = $checkUserInDB->fetch(PDO::FETCH_ASSOC); + $_SESSION['adminUSERNAME'] = $adminUSERNAME; + $_SESSION['adminNAME'] = $pullinfo['adminNAME']; + $_SESSION['adminSURNAME'] = $pullinfo['adminSURNAME']; + header("Location:../admin/adminPanel.php"); + exit; + } elseif ($int == 0) { + $pullinfo2 = $checkUserInDB->fetch(PDO::FETCH_ASSOC); + $adminUSERNAME = $pullinfo2['adminUSERNAME']; + $adminPASSWORD = $pullinfo2['adminPASSWORD']; + if ($adminPASSWORD != $adminPASSWORD) { + header("Location:../log.php?fail=ADMINpassword"); + exit; + } elseif ($adminUSERNAME != $adminUSERNAME) { + header("Location:../log.php?fail=ADMINusername"); + exit; + } else { + header("Location:../log.php?fail=ADMINfail"); + exit; + } + } +} + + +//ADMIN PAGE +//NEW USER ADD +if (isset($_POST['adminSignUser-btn'])) { + + $kaydet = $db->prepare("INSERT into usersinfo set + userName=:userName, + userSurname=:userSurname, + userUsername=:userUsername, + userFlatno=:userFlatno, + userGSM =:userGSM, + userEmail =:userEmail, + userPassword =:userPassword + "); + + $insert = $kaydet->execute(array( + 'userName' => $_POST['userName'], + 'userSurname' => $_POST['userSurname'], + 'userUsername' => $_POST['userUsername'], + 'userFlatno' => $_POST['userFlatno'], + 'userGSM' => $_POST['userGSM'], + 'userEmail' => $_POST['userEmail'], + 'userPassword' => $_POST['userPassword'] + )); + if ($insert) { + //echo "kayıt başarılı"; + Header("Location:../admin/adminAccount.php?adminUserSign=success"); + exit; + } else { + //echo "kayıt başarısız"; + Header("Location:../admin/adminAccount.php?adminUserSign=failed"); + exit; + } +} + + +//ADMIN PAGE +//NEW ADMIN ADD +if (isset($_POST['adminSignAdmin-btn'])) { + $kaydet = $db->prepare("INSERT into adminpanel set + adminUSERNAME=:adminUSERNAME, + adminNAME=:adminNAME, + adminSURNAME=:adminSURNAME, + adminGSM=:adminGSM, + adminGSM_2 =:adminGSM_2, + adminPASSWORD =:adminPASSWORD, + adminEMAIL =:adminEMAIL + "); + + $insert = $kaydet->execute(array( + 'adminUSERNAME' => $_POST['adminUSERNAME'], + 'adminNAME' => $_POST['adminNAME'], + 'adminSURNAME' => $_POST['adminSURNAME'], + 'adminGSM' => $_POST['adminGSM'], + 'adminGSM_2' => $_POST['adminGSM_2'], + 'adminPASSWORD' => $_POST['adminPASSWORD'], + 'adminEMAIL' => $_POST['adminEMAIL'] + )); + + if ($insert) { + //echo "kayıt başarılı"; + Header("Location:../admin/adminAccount.php?adminNewAdmin=success"); + exit; + } else { + //echo "kayıt başarısız"; + Header("Location:../admin/adminAccount.php?adminNewAdmin=failed"); + exit; + } +} \ No newline at end of file diff --git a/Projects/project1_main/index/update.php b/Projects/project1_main/index/update.php new file mode 100644 index 0000000..aae7770 --- /dev/null +++ b/Projects/project1_main/index/update.php @@ -0,0 +1,118 @@ + + + + + + + + + Document + + + + + + +
+
+

ADMIN

+
+
+ + + + +
+
+

Update User Data

+
+
+ + prepare("SELECT * from usersinfo where userID=:userID"); + $bilgilerimsor->execute(array( + 'userID' => $_GET['userID'] + )); + + $bilgilerimcek = $bilgilerimsor->fetch(PDO::FETCH_ASSOC); + } + ?> +
+
+ + user name:

+ user surname:

+ user e-mail:

+ user username:

+ user flat no:

+ user gsm:

+
+ +
+
+ + prepare("UPDATE usersinfo set + userName=:userName, + userSurname=:userSurname, + userEmail=:userEmail, + userUsername=:userUsername, + userFlatno=:userFlatno, + userGSM=:userGSM + + where userID={$_POST['userID']} + "); + + $insert = $kaydet->execute(array( + + 'userName' => $_POST['userName'], + 'userSurname' => $_POST['userSurname'], + 'userEmail' => $_POST['userEmail'], + 'userUsername' => $_POST['userUsername'], + 'userFlatno' => $_POST['userFlatno'], + 'userGSM' => $_POST['userGSM'] + )); + + + + if ($insert) { + //echo "kayıt başarılı"; + Header("Location:../admin/adminInfo.php?durum=ok&bilgilerim_id=$bilgilerim_id"); + exit; + } else { + //echo "kayıt başarısız"; + Header("Location:../admin/adminInfo.php?durum=no&bilgilerim_id=$bilgilerim_id"); + exit; + } + } + ?> + + + + + + + + \ No newline at end of file diff --git a/Projects/project1_main/index/updateArrangements.php b/Projects/project1_main/index/updateArrangements.php new file mode 100644 index 0000000..9b103da --- /dev/null +++ b/Projects/project1_main/index/updateArrangements.php @@ -0,0 +1,93 @@ + + + + + + + + Document + + + + +
+
+

ADMIN

+
+
+ + + + +
+
+

Update Arrangements

+
+
+ + prepare("SELECT * from gardenarrangements where toDoID=:toDoID"); + $bilgilerimsor->execute(array( + 'toDoID' => $_GET['toDoID'] + )); + $bilgilerimcek = $bilgilerimsor->fetch(PDO::FETCH_ASSOC); + } elseif ($arrangement == 1) { + echo "arrangement == 1 ERROR !!!!!"; + } + } + + ?> +
+
+ ToDo ID:

+ Old To/Do:

+ Is OK:

+ Arragment Time:

+ New Arrangements:

+ +
+
+ + prepare("UPDATE gardenarrangements set + toDo=:toDo, + isOK=:isOK + where toDoID={$_POST['toDoID']} + "); + + $insert = $update->execute(array( + + 'toDo' => $_POST['newToDo'], + 'isOK' => $_POST['isOK'] + )); + if ($insert) { + //echo "kayıt başarılı"; + Header("Location:../admin/adminTODO.php?UPDATE=ok&toDoID=$toDoID"); + exit; + } else { + //echo "kayıt başarısız"; + Header("Location:../admin/adminTODO.php?UPDATE=no&toDoID=$toDoID"); + exit; + } + } + ?> + + + + \ No newline at end of file diff --git a/Projects/project1_main/index/updateExpenses.php b/Projects/project1_main/index/updateExpenses.php new file mode 100644 index 0000000..82d5831 --- /dev/null +++ b/Projects/project1_main/index/updateExpenses.php @@ -0,0 +1,94 @@ + + + + + + + + Document + + + + + +
+
+

ADMIN

+
+
+ + + + +
+
+

Update Expenses

+
+
+ + prepare("SELECT * from apartmentexpenses where expensesID=:expensesID"); + $bilgilerimsor->execute(array( + 'expensesID' => $_GET['expensesID'] + )); + $bilgilerimcek = $bilgilerimsor->fetch(PDO::FETCH_ASSOC); + } + ?> +
+
+ expensesID:

+ Expenses Time:

+ corridorLight:

+ corridorWater:

+ corridorExtra:

+ isOK:

+ +
+
+ prepare("UPDATE apartmentexpenses set + corridorLight=:corridorLight, + corridorWater=:corridorWater, + corridorExtra=:corridorExtra, + isOK=:isOK + where expensesID={$_POST['expensesID']} + "); + + $insert = $update->execute(array( + + 'corridorLight' => $_POST['corridorLight'], + 'corridorWater' => $_POST['corridorWater'], + 'corridorExtra' => $_POST['corridorExtra'], + 'isOK' => $_POST['isOK'] + )); + if ($insert) { + //echo "kayıt başarılı"; + Header("Location:../admin/adminTODO.php?expensesUpdated=ok&expensesID=$expensesID"); + exit; + } else { + //echo "kayıt başarısız"; + Header("Location:../admin/adminTODO.php?expensesUpdated=no&expensesID=$expensesID"); + exit; + } + + } + ?> + + + + \ No newline at end of file diff --git a/Projects/project1_main/information.php b/Projects/project1_main/information.php index 0a60566..e9eb9f6 100644 --- a/Projects/project1_main/information.php +++ b/Projects/project1_main/information.php @@ -1,12 +1,19 @@ + + Information + +

information page

@@ -17,23 +24,52 @@ - - -

List of All Tenant

-

BURAYA PHP İLE BÜTÜN KİRACILARIN İSİM SOYİSİM TELEFON NUMARASI EPOSTA VE KULLANICI ADINI GÖSTERİCEZ

+
+ + + + + + + + + + + + + prepare("SELECT * FROM usersinfo"); + $checkUserInDB->execute(); + $say = 0; + while ($pullinfo = $checkUserInDB->fetch(PDO::FETCH_ASSOC)) { + $say++ + ?> + + + + + + + + + + + +
S.NOIDNameSurnameUser NameFlat NoE-MailGSM
+
@@ -44,19 +80,20 @@ - +
+ \ No newline at end of file diff --git a/Projects/project1_main/log.php b/Projects/project1_main/log.php index 262ec3c..92b97f1 100644 --- a/Projects/project1_main/log.php +++ b/Projects/project1_main/log.php @@ -1,3 +1,8 @@ + @@ -18,34 +23,69 @@
-
+ - - + + Remember Me -

+

+ giriş durumu: + user name yanlış Başarısız Giriş"; + } elseif ($_GET['fail'] == "password") { + echo "user password yanlış Başarısız Giriş"; + } elseif ($_GET['fail'] == "fail") { + echo "DİREK yanlış Başarısız Giriş"; + } + } + ?> + your account created Seccessfull"; + } elseif ($_GET['sign'] == "failed") { + echo "your account created Failed"; + } + } + ?> +
-
- - - - - - - - -

I agree to the terms

- + + + + + + + + + +

I agree to the terms

+
-
+ - - -



-
+ + +



+ your sign Failed(password)"; + }elseif($_GET['fail'] == "ADMINusername"){ + echo "your sign Failed(user name)"; + }elseif($_GET['fail'] == "ADMINfail" ){ + echo "your sign Failed(DATABASE ERROR !!)"; + } + } + ?> + + +