Linux ubuntu 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
nginx/1.24.0
: 67.217.245.49 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
8.3.6
www-data
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
jjk /
[ HOME SHELL ]
Name
Size
Permission
Action
BingSiteAuth.xml
85
B
-rw-rw-r--
Modulobg.webp
85.94
KB
-rw-rw-r--
ads.txt
58
B
-rw-rw-r--
animemerch8.php
68.74
KB
-rw-rw-r--
datasource.php
3.09
KB
-rwxrwxrwx
dbhelper.php
29.57
KB
-rwxrwxrwx
dl_ads.php
125
B
-rw-rw-r--
favicon.ico
67.58
KB
-rw-rw-r--
footer.php
6.74
KB
-rw-rw-r--
head.php
434
B
-rw-rw-r--
header.php
9.43
KB
-rw-rw-r--
index.php
24.15
KB
-rwxrwxrwx
log.txt
790
B
-rwxrwxrwx
manga_og.jpg
218.56
KB
-rw-rw-r--
ml_rekomen.jpg
172
KB
-rw-rw-r--
moduloheader.jpg
153.82
KB
-rw-rw-r--
privacy-policy.php
16.26
KB
-rw-rw-r--
read-manga.php
44.41
KB
-rw-rw-r--
reading_1.php
22.97
KB
-rwxrwxrwx
robots.txt
71
B
-rw-rw-r--
script.php
1.42
KB
-rw-rw-r--
sitemap.xml
7.73
KB
-rw-rw-r--
style_css.php
97.62
KB
-rw-rw-r--
terms-of-service.php
12.37
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php require_once(__DIR__ . "/dbhelper.php"); $dbhelper = new DBHelper(); $manga = $dbhelper->getManga(193)[0]; $chapters = $dbhelper->getMangaChapters($manga['id']); ?> <style> .addnh { width: 100%; height: 0; display: flex; overflow: hidden; transition: all .5s ease-in-out; } .addh { width: 100%; height: 100px; overflow: unset; display: flex; } #headwrap.hidetop { display: none; } @media only screen and (max-width:320px) { img[data-v-886cd264] { width: 90%; } } @media screen and (min-width: 1px) { .site-header { background: url(./moduloheader.jpg) no-repeat 50% 50%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } } .site-header { text-align: center; position: relative; } .site-header>.wrap { padding: 0 4%; } .site-header .wrap { margin-left: auto; margin-right: auto; max-width: 1260px; } .site-header>.wrap::before { content: ""; display: block; height: 100%; position: absolute; top: 0; left: 0; width: 100%; z-index: 0; } .site-header>.wrap::before { background-color: rgba(59, 86, 103, 0.7); } .site-branding { position: relative; padding: 50px 0; } @media screen and (min-width: 1000px) { .site-branding { padding: 100px 0; } } .site-branding:before{ content: ''; display: table; } h1, .site-title { font-size: 33px; } h1, h2, h3, h4, h5, h6, .site-title { clear: both; font-weight: 700; line-height: 1.3333333; margin: 0 0 1.5em; } @media screen and (min-width: 600px){ h1, .site-title { font-size: 40px; } } @media screen and (min-width: 600px){ h1, h2, h3, h4, h5, h6, .site-title { line-height: 1.2; } } .site-title, .site-title a, .site-description, .site-description a { color: #fff; } .site-title { font-family: raleway,sans-serif; } .site-title { margin: 0; padding-bottom: 14px; text-transform: uppercase; } .site-title a { /*border: 4px solid #fff;*/ display: inline-block; letter-spacing: 2px; padding: 8px 14px; text-decoration: none; font-family:none; /*border-radius:35px;*/ text-shadow: 2px 2px #000000; } .site-description, .site-description a { color: #fff; } .site-description { font-size: 20px; font-size: 1.25rem; font-style: italic; font-weight: 300; text-transform: none; padding: 0 0 16px; margin: 0; text-shadow: 2px 2px #000000; } </style> <div class="header-bg" data-v-886cd264="" data-v-5fa6951a=""> <div id="headwrap" class="container header row align-center py-2" data-v-ca6cf050="" data-v-886cd264="" style="justify-content: center;"> <div class="large-show" data-v-0bc1f7de="" data-v-886cd264="" data-v-ca6cf050=""> <div class="menu-items-container" data-v-0bc1f7de=""> <a href="/" title="Home" class="link no-decoration p-3 menu-item menu-item-selected myButtonad" data-v-74ec4422="" data-v-0bc1f7de=""><?= $manga['title'] ?> </a> <a href="/<?= $chapters[sizeof($chapters) - 1]['id'] ?>" title="Favorites" class="link no-decoration p-3 menu-item p-3 menu-item myButtonad" data-v-74ec4422="" data-v-0bc1f7de=""><?php if (strpos($chapters[sizeof($chapters) - 1]['name'], 'Vol') !== false) { ?> <?= $manga['title'] ?>, <?= $chapters[sizeof($chapters) - 1]['name'] ?> <?php } else { ?> <?= $manga['title'] ?>, Chapter <?= $chapters[sizeof($chapters) - 1]['name'] ?> <?php } ?> </a> <a href="/<?= $chapters[0]['id'] ?>" title="Favorites" class="link no-decoration p-3 menu-item p-3 menu-item myButtonad" data-v-74ec4422="" data-v-0bc1f7de=""><?php if (strpos($chapters[0]['name'], 'Vol') !== false) { ?> <?= $manga['title'] ?>, <?= $chapters[0]['name'] ?> <?php } else { ?> <?= $manga['title'] ?>, Chapter <?= $chapters[0]['name'] ?> <?php } ?> </a> <!--<a href="https://mangapiece.com" title="Read More Manga" class="link no-decoration p-3 menu-item p-3 menu-item " data-v-74ec4422="" data-v-0bc1f7de="">Read More Manga </a>--> <!----> </div> </div> <!--<div data-v-886cd264="" class="theme-container mr-2 theme-light"> <svg data-v-886cd264="" data-v-3e2b49c6="" xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-sun"> <circle data-v-886cd264="" data-v-3e2b49c6="" cx="12" cy="12" r="5"></circle> <line data-v-886cd264="" data-v-3e2b49c6="" x1="12" y1="1" x2="12" y2="3"></line> <line data-v-886cd264="" data-v-3e2b49c6="" x1="12" y1="21" x2="12" y2="23"></line> <line data-v-886cd264="" data-v-3e2b49c6="" x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line> <line data-v-886cd264="" data-v-3e2b49c6="" x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line> <line data-v-886cd264="" data-v-3e2b49c6="" x1="1" y1="12" x2="3" y2="12"></line> <line data-v-886cd264="" data-v-3e2b49c6="" x1="21" y1="12" x2="23" y2="12"></line> <line data-v-886cd264="" data-v-3e2b49c6="" x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line> <line data-v-886cd264="" data-v-3e2b49c6="" x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line> </svg> </div> <div data-v-886cd264="" class="theme-container mr-2 theme-dark"> <svg data-v-886cd264="" data-v-3e2b49c6="" xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-moon"> <path data-v-886cd264="" data-v-3e2b49c6="" d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path> </svg> </div>--> <div class="large-hide mr-2" data-v-2b4258cd="" data-v-886cd264="" data-v-ca6cf050="">Menu </div> <svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="menu-button large-hide text-light feather feather-menu" data-v-ca6cf050="" data-v-886cd264=""> <line x1="3" y1="12" x2="21" y2="12" data-v-ca6cf050="" data-v-886cd264=""></line> <line x1="3" y1="6" x2="21" y2="6" data-v-ca6cf050="" data-v-886cd264=""></line> <line x1="3" y1="18" x2="21" y2="18" data-v-ca6cf050="" data-v-886cd264=""></line> </svg> <nav class="large-hide nav-drawer drawer-hide" data-v-2b4258cd="" data-v-886cd264="" data-v-ca6cf050=""> <div class="nav-container" data-v-2b4258cd=""> <svg xmlns="http://www.w3.org/2000/svg" width="30px" height="30px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="x-icon feather feather-x" data-v-2b4258cd=""> <line x1="18" y1="6" x2="6" y2="18" data-v-2b4258cd=""></line> <line x1="6" y1="6" x2="18" y2="18" data-v-2b4258cd=""></line> </svg> <div data-v-0bc1f7de="" data-v-886cd264="" data-v-2b4258cd=""> <div class="menu-items-container" data-v-0bc1f7de="" style="margin-top:60px;"> <a href="index.php" title="Home" class="link no-decoration p-3 menu-item menu-item-selected myButtonad" data-v-74ec4422="" data-v-0bc1f7de=""><?= $manga['title'] ?> </a> <a href="/<?= $chapters[0]['id'] ?>" title="Favorites" class="link no-decoration p-3 menu-item p-3 menu-item myButtonad" data-v-74ec4422="" data-v-0bc1f7de=""><?php if (strpos($chapters[sizeof($chapters) - 1]['name'], 'Vol') !== false) { ?> <?= $manga['title'] ?>, <?= $chapters[sizeof($chapters) - 1]['name'] ?> <?php } else { ?> <?= $manga['title'] ?>, Chapter <?= $chapters[sizeof($chapters) - 1]['name'] ?> <?php } ?> </a> <a href="/<?= $chapters[sizeof($chapters) - 1]['id'] ?>" title="Favorites" class="link no-decoration p-3 menu-item p-3 menu-item myButtonad" data-v-74ec4422="" data-v-0bc1f7de=""><?php if (strpos($chapters[0]['name'], 'Vol') !== false) { ?> <?= $manga['title'] ?>, <?= $chapters[0]['name'] ?> <?php } else { ?> <?= $manga['title'] ?>, Chapter <?= $chapters[0]['name'] ?> <?php } ?> </a> <!--<a href="https://mangapiece.com" title="Read More Manga" class="link no-decoration p-3 menu-item p-3 menu-item " data-v-74ec4422="" data-v-0bc1f7de="">Read More Manga </a>--> <!----> </div> </div> </div> </nav> </div> <div id="masthead" class="site-header" role="banner" aria-labelledby="site-title"> <div class="wrap"> <div class="site-branding"> <h1 id="site-title" class="site-title" itemprop="headline" style="font-size:25px; line-height:1;"> <a href="https://www.readmodulo.com/" rel="home">Read <?= $manga['title'] ?> Online</a> </h1> <div id="site-description" class="site-description" itemprop="description" style="font-size:1rem;">Read <?= $manga['title'] ?> English Manga In High Quality for free.</div> </div> </div> </div> </div> </div>
Close