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.149.24.49
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 /
itailorBlog /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
theme
[ DIR ]
drwxr-xr-x
upload
[ DIR ]
drwxr-xr-x
.htaccess
903
B
-rw-r--r--
auth.php
1.1
KB
-rw-r--r--
blog-cat.php
7.22
KB
-rw-r--r--
blog-single.php
10.8
KB
-rw-r--r--
category.php
2.53
KB
-rw-r--r--
index.html
131
B
-rw-r--r--
index.php
9.17
KB
-rw-r--r--
post.php
4.73
KB
-rw-r--r--
subscribe.php
1007
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php require_once "includes/config.php"; $config['seoTitle'] = 'iTailor - Blog'; $config['seoDescription'] = 'iTailor - Blog'; $config['seoKeywords'] = 'iTailor - Blog'; extract($config); ?> <?php include('includes/header.php'); ?> <section class="today-story"> <div class="custom-container"> <h2 class="h2heading Blog_h2Heading">Today’s Stories</h2> <div class="hr_v"></div> <div class="Grids-4 today_story_Grids"> <?php @$recentPostsData = getAllRecentPosts(); ?> <?php if (mysqli_num_rows(@$recentPostsData) > 0) { while ($row = mysqli_fetch_assoc(@$recentPostsData)) { ?> <div class="today_story_items"> <a href="<?= base_url('post/' . @$row['uri']) ?>" aria-label="<?= @$row['name'] ?>"> <img class="Story_Logo" src="<?= base_url(@$row['thumbnail']) ?>" alt="<?= @$row['name'] ?>" loading="lazy"> <div class="today_story_txt"> <h2 class="font-11 today_story_tag"> <?= ucwords(str_replace('-', ' ', @$row['cat_uri'])) ?> </h2> <p class="font-18 today_story_blog"> <?= @$row['name'] ?> </p> <!-- <p class="font-12 today_story_auth"> By <span> <//?= ucwords(@$row['author']) ?> </span> </p> --> </div> </a> </div> <?php } } ?> </div> </div> </section> <section class="itailor-adv"> <div class="custom-container"> <div class="add_width"> <div class="font-11">Advertisement</div> <a href="javascript:void(0)" target="_blank" aria-label="Today’s Stories"> <img class="adv_Logo" src="<?= base_url('img/add-1.png') ?>" alt="Today’s Stories" loading="lazy"> </a> </div> </div> </section> <section class="story-must-read must-read"> <div class="custom-container"> <h2 class="h2heading Blog_h2Heading">Must Read</h2> <div class="Grids-3 must_read"> <?php $mustReadArr = explode(',', getSetting('mustReadPostArr')->value); $mustReadArrCount = count($mustReadArr); ?> <?php if (!empty($mustReadArr)): ?> <?php $i = 1; foreach ($mustReadArr as $mustRead): ?> <?php if ($i > 0 && $i < 4): ?> <?php $postDetails = getPostDetails($mustRead); ?> <a class="must_read_items" href="<?= base_url('post/' . @$postDetails['uri']) ?>" aria-label="<?= @$postDetails['name'] ?>"> <img class="Story_Logo" src="<?= base_url(@$postDetails['thumbnail']) ?>" alt="<?= @$postDetails['name'] ?>" alt="<?= @$postDetails['name'] ?>" loading="lazy"> <div class="must_read_text"> <h2 class="font-11 today_story_tag"> <?= ucwords(str_replace('-', ' ', @$postDetails['cat_uri'])) ?> </h2> <h2 class="font-13"> <?= @$postDetails['name'] ?> </h2> <p class="font-15"> <?= cleanAndTruncateString(@$postDetails['summery'], 50) ?> </p> <!-- <p class="font-12 today_story_auth"> By <span> <//?= ucwords(@$postDetails['author']) ?> </span> </p> --> </div> </a> <?php endif ?> <?php $i++; endforeach ?> <?php endif ?> </div> </div> </section> <!-- Celebrity Style --> <section class="today-story Celebrity-Style"> <div class="custom-container"> <h2 class="h2heading Blog_h2Heading">Celebrity Style</h2> <div class="hr_v"></div> <div class="Grids-4 today_story_Grids"> <?php $celebrityStyleArr = explode(',', getSetting('celebrityStylePostArr')->value); ?> <?php if (!empty($celebrityStyleArr)): ?> <?php $j = 1; foreach ($celebrityStyleArr as $celebrityStyle): ?> <?php if ($j > 0 && $j < 5): ?> <?php $postDetails2 = getPostDetails($celebrityStyle); ?> <div class="today_story_items"> <a href="<?= base_url('post/' . @$postDetails2['uri']) ?>" aria-label="<?= @$postDetails2['name'] ?>"> <img class="Story_Logo" src="<?= base_url(@$postDetails2['thumbnail']) ?>" alt="<?= @$postDetails2['name'] ?>" loading="lazy"> <div class="today_story_txt"> <h2 class="font-11 today_story_tag"> <?= ucwords(str_replace('-', ' ', @$postDetails2['cat_uri'])) ?> </h2> <p class="font-18 today_story_blog"> <?= @$postDetails2['name'] ?> </p> <!-- <p class="font-12 today_story_auth"> By <span> <//?= ucwords(@$postDetails2['author']) ?> </span> </p> --> </div> </a> </div> <?php endif ?> <?php $j++; endforeach ?> <?php endif ?> </div> </div> </section> <!-- ad 2 --> <section class="itailor-adv"> <div class="custom-container"> <div class="add_width"> <h2 class="font-11">Advertisement</h2> <a href="javascript:void(0)" target="_blank" aria-label="Today’s Stories"> <img class="adv_Logo" src="./img/add-1.png" alt="Today’s Stories" loading="lazy"> </a> </div> </div> </section> <!-- them shop --> <section class="today-story theme-shop"> <div class="custom-container"> <h2 class="h2heading Blog_h2Heading">THE theme SHOP</h2> <div class="hr_v"></div> <div class="pos-relative theme_shop_wrap four-items owl-carousel owl-theme"> <?php @$getAllProducts = getAllProducts(); ?> <?php if (mysqli_num_rows(@$getAllProducts) > 0) { while ($row = mysqli_fetch_assoc(@$getAllProducts)) { ?> <div class="item shop_theme"> <a href="<?= base_url(@$row['uri']) ?>"> <img class="theme_Logo" src="<?= base_url(@$row['thumbnail']) ?>" alt="<?= @$row['name'] ?>" loading="lazy" style="height:300px;object-fit:cover;"> <h2 class="font-18"> <?= @$row['name'] ?> </h2> </a> </div> <?php } } ?> </div> </div> </section> <!-- full --> <section class="latest-stories"> <div class="custom-container"> <h2 class="h2heading Blog_h2Heading">Latest Stories</h2> <div class="hr_v"></div> <div class="itailor_latest"> <div class="itailor_latest_story"> <div class="Grids-3 story_v"> <?php @$recentPostsData = getAllRecentPosts(6); ?> <?php if (mysqli_num_rows(@$recentPostsData) > 0) { while ($row = mysqli_fetch_assoc(@$recentPostsData)) { ?> <div class="today_story_items"> <a href="<?= base_url('post/' . @$row['uri']) ?>" aria-label="<?= @$row['name'] ?>"> <img class="Story_Logo" src="<?= htmlspecialchars(base_url(@$row['thumbnail'])); ?>" alt="<?= @$row['name'] ?>" loading="lazy"> <div class="today_story_txt"> <h2 class="font-11 today_story_tag"> <?= ucwords(str_replace('-', ' ', @$row['cat_uri'])) ?> </h2> <p class="font-18 today_story_blog"> <?= @$row['name'] ?> </p> <!-- <p class="font-12 today_story_auth"> By <span> <//?= ucwords(@$row['author']) ?> </span> </p> --> </div> </a> </div> <?php } } ?> </div> </div> <div class="itailor_latest_ad"> <div class="stickY"> <a href="javascript:void(0);" target="_blank" aria-label="Today’s Stories"> <img class="adv_right" src="./img/ad-3.png" alt="Today’s Stories" loading="lazy"> <img class="theme_Logo" src="./img/black-ti.png" alt="Today’s Stories" loading="lazy"> </a> </div> </div> </div> </div> </section> <!-- suscribe --> <section class="itailor-stories-data"> <div class="custom-container bc"> <div class="itailor_data_wrap"> <div class="itailor_data_text"> <h2 class="font-48">Discover Your Style</h2> <p class="font-17">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Something </p> </div> <div class="itailor_data_input"> <p class="font-12">Enter your e-mail address</p> <div class="subscription"> <form action="<?= base_url('subscribe.php') ?>" method="post"> <input class="sub_email" type="email" name="email" id="email" placeholder="Enter your mail address" autocomplete="off"> <input class="sub_submit" type="submit" value="Sign Up Now"> <input type="hidden" name="ru" value="<?= hashed(current_url()) ?>"> </form> </div> <p class="font-12">By signing up you agree to our User <a href="javascript:void(0);" target="_blank" aria-label="Agreement"> Agreement </a>and <a href="javascript:void(0);" target="_blank" aria-label="Privacy Policy & Cookie">Privacy Policy & Cookie </a>Statement.</p> </div> </div> </div> </section> <?php include('includes/footer.php'); ?>
Close