-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangepass.php
378 lines (260 loc) · 9.08 KB
/
changepass.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
<?php
include("dbconfig.php");
session_start();
?>
<?php
if(isset($_POST["submit"]))
{
$status_tit=$_POST["status_title"];
$sta=$_POST["status"];
$uid=$_SESSION["id"];
$sql=mysqli_query($con,"insert into posts(usr_id_p,status_title,status,status_image,status_time)
values('$uid','$status_tit','$sta','',now());");
if($sql)
{
echo '<script>alert("post inserted successfully..");</script>';
}
}
?>
<?php
session_start();
if($_SESSION['name']=='')
{
header('location:reg.php');
}
?>
<?php
extract($_POST);
if(isset($updpass))
{
$em=$_SESSION["email"];
$pass=md5($op);
$que=mysqli_query($con,"select * from registration where email='$em' and password='$op'");
$row= mysqli_num_rows($que);
if($row)
{
if($np==$cp)
{
$npass=md5($np);
mysqli_query($con,"update registration set password='$np' where email='$em'");
$err="<font color='green'>Password Update Successfully !</font>";
}
else
{
$err="<font color='red'>New Password and Confirm not matched</font>";
}
}
else
{
$err="<font color='red'>Old Password doesn't match</font>";
}
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<!-- http://draganzlatkovski.com/code-projects/toggle-jquery-side-bar-menu-in-bootstrap-free-template/ -->
<title>Job Post Pannel</title>
<!-- jQuery -->
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="components/bootstrap/dist/js/jquery.js"></script>
<!-- Bootstrap core CSS -->
<link href="components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="components/bootstrap/dist/css/simple-sidebar.css" rel="stylesheet">
<link href="components/bootstrap/dist/css/postmodal.css" rel="stylesheet">
<link href="components/bootstrap/dist/css/fbbox.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#menu-toggle" id="menu-toggle"><span class="glyphicon glyphicon-list" aria-hidden="true"></span></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<label class="navbar-text text-center text-primary" style="vertical-align:10px;font-size:medium ">HelpEachOther </label>
<label class="navbar-text text-center text-primary" style="vertical-align:10px;font-size:medium ">Hello! <font style="font-size:13px"> <?php echo $_SESSION["name"]; ?></font> </label>
<?php include("header1.php"); ?>
</div>
</nav>
<!--
<div class="center"><button data-toggle="modal" data-target="#squarespaceModal" class="btn btn-primary center-block">Post Task</button></div>
-->
<!-- line modal -->
<div class="modal fade" id="squarespaceModal" tabindex="-1" role="dialog" aria-labelledby="modalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h3 class="modal-title" id="lineModalLabel">What's your Task?</h3>
</div>
<div class="modal-body">
<!-- content goes here -->
<form action="" method="post" enctype="multipart/form-data">
<div class="form-group">
<label for="exampleInputEmail1">Task Title</label>
<textarea name="status_title" class="form-control" placeholder="eg:need a cleaner"></textarea>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Describe your task in more detail</label>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<textarea style="resize:vertical;" class="form-control" placeholder="Message..." rows="6" name="status" required></textarea>
</div>
</div>
</div>
<div class="modal-footer">
<div class="btn-group btn-group-justified" role="group" aria-label="group button">
<div class="btn-group" role="group">
<button type="button" class="btn btn-default" data-dismiss="modal" role="button">Close</button>
</div>
<div class="btn-group btn-delete hidden" role="group">
<button type="button" id="delImage" class="btn btn-default btn-hover-red" data-dismiss="modal" role="button">Delete</button>
</div>
<div class="btn-group" role="group">
<button type="submit" name="submit" class="btn btn-default btn-hover-green" value="Post">Post</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</form>
<div id="wrapper" class="toggled">
<div class="container-fluid">
<!-- Sidebar -->
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand">
<br>
</li>
<li class="sidebar-brand">
<a href="#" class="navbar-brand">
<span class="glyphicon glyphicon-user" aria-hidden="true"></span><?php echo $userRow['name']; ?>
</a>
</li>
<li>
<a href="home.php"><span class="glyphicon glyphicon-home" aria-hidden="true"></span> <font style="color:white"> Home </font></a>
</li>
<!--
<li>
<a href="#"><span class="glyphicon glyphicon-comment" aria-hidden="true"></span> Notification</a>
</li>
-->
<li>
<a href="mytask.php"><span class="glyphicon glyphicon-tasks" aria-hidden="true"></span> My Task</a>
</li>
<li>
<li>
</ul>
</div>
<!-- /#sidebar-wrapper -->
<!-- /#page-content-wrapper -->
</div>
</div>
<!-- /#wrapper -->
<!-- Page Content -->
<div id="page-content-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<br>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div>
</div>
</div>
</div>
</div>
</div>
<!-- this is div for user post -->
<div class="fluid-container">
<div class="row" style="clear:both">
<div class="col-lg-12">
<div class="col-lg-4"><div class="list-group" style="margin-left:0px">
<a href="user.php" class="list-group-item">
All task
</a>
<a href="ourskill.php" class="list-group-item ">Profile
</a>
<a href="" data-toggle="modal" data-target="#squarespaceModal" class="list-group-item">
Post Task
</a>
<a href="my_task.php" class="list-group-item">My task
</a>
<a href="notification.php" class="list-group-item">
Notification(<?php echo $count; ?>)
</a>
<a href="changepass.php" class="list-group-item active" style="background-color:black;">Change Password
</a>
<a href="logout1.php" class="list-group-item">Log Out
</a>
</div></div>
<div class="col-lg-8">
<!--left-content-->
<div class="center">
<div class="posts">
<div class="create-posts">
<div class="col-sm-10 well">
<form method="post">
<div class="form-group">
<label for="exampleInputEmail1"><?php echo @$err;?></label>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Old Password</label>
<input type="password" class="form-control" value="<?php echo @$op; ?>" name="op" id="exampleInputPassword1" placeholder="Old Password" required>
</div>
<div class="form-group">
<label for="exampleInputPassword1">New Password</label>
<input type="password" value="<?php echo @$np; ?>" class="form-control" name="np" id="exampleInputPassword1" placeholder="New Password" required>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Confirm Password</label>
<input type="password" value="<?php echo @$cp; ?>" class="form-control" name="cp" id="exampleInputPassword1" placeholder="Confirm Password" required>
</div>
<br/>
<div class="form-group">
<button name="updpass" class="btn btn-success" type="submit">Update Password</button>
</div>
</form>
</div>
</div>
<div>
</div>
</div>
<!--content -->
</div>
</div>
</div>
<!-- Bootstrap Core JavaScript -->
<script src="components/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Menu Toggle Script -->
<script>
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
</script>
<script type="text/javascript">
$(document).ready(function(){
$('.status').click(function() { $('.arrow').css("left", 0);});
$('.photos').click(function() { $('.arrow').css("left", 146);});
});
</script>
</body>
</html>