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 /
mangalegend /
public_html /
[ HOME SHELL ]
Name
Size
Permission
Action
404.php
5.35
KB
-rw-rw-r--
752080a790.php
6.42
KB
-rw-rw-r--
99ec2cfd235e6eff303e.txt
20
B
-rw-rw-r--
actions.php
4.3
KB
-rw-rw-r--
ads.txt
3
B
-rw-rw-r--
datasource.php
3.09
KB
-rw-rw-r--
dbhelper.php
31.2
KB
-rw-rw-r--
discord.webp
5.65
KB
-rw-rw-r--
footer.php
94.91
KB
-rw-rw-r--
genre.php
16.81
KB
-rw-rw-r--
head.php
877
B
-rw-rw-r--
header.php
27.22
KB
-rw-rw-r--
history.php
8.39
KB
-rw-rw-r--
home.php
49.2
KB
-rw-rw-r--
index.php
21.64
KB
-rw-rw-r--
install_webapp.php
6.63
KB
-rw-rw-r--
manifest.json
442
B
-rw-rw-r--
most-viewed.php
11.23
KB
-rw-rw-r--
new-manga.php
16.71
KB
-rw-rw-r--
privacy-policy.php
13.92
KB
-rw-rw-r--
pubfuture_script.php
123
B
-rw-rw-r--
read-manga.php
47.96
KB
-rw-rw-r--
reading.php
46.61
KB
-rw-rw-r--
robots.txt
72
B
-rw-rw-r--
search.php
17.36
KB
-rw-rw-r--
seo.php
1.33
KB
-rw-rw-r--
sitemap.xml
880.79
KB
-rw-rw-r--
style_css.php
99.57
KB
-rw-rw-r--
terms-of-service.php
25.23
KB
-rw-rw-r--
weekly-manga.php
17.44
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : search.php
<!DOCTYPE html> <?php header("X-Content-Type-Options: nosniff"); header("X-Frame-Options: DENY"); header("X-XSS-Protection: 1; mode=block"); header("Content-Security-Policy: default-src 'self'; script-src 'self' https://code.jquery.com https://cdn.jsdelivr.net https://cdnjs.cloudflare.com https://maxcdn.bootstrapcdn.com 'unsafe-inline'; style-src 'self' https://cdnjs.cloudflare.com https://cdn.jsdelivr.net https://maxcdn.bootstrapcdn.com 'unsafe-inline'; img-src * data: blob:; font-src https://maxcdn.bootstrapcdn.com https://cdnjs.cloudflare.com;"); require_once(__DIR__ . "/dbhelper.php"); $dbhelper = new DBHelper(); $keyword = $_GET['keyword'] ?? ''; $mangas = $dbhelper->getKeywordMangas($keyword); $mostViews = $dbhelper->getMangaGenreMostViewByTitle($keyword); $encryptionKey = $dbhelper->getEncryptionKey(); ?> <html lang="en" data-fp="5h93d476r16"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Browse Manga - MangaLegend</title> <meta data-n-head="ssr" name="viewport" content="width=device-width, initial-scale=1"> <meta data-n-head="ssr" name="format-detection" content="telephone=no"> <meta data-n-head="ssr" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta data-n-head="ssr" data-hid="robots" name="robots" content="index, follow, all"> <meta data-n-head="ssr" data-hid="googlebot" name="googlebot" content="index, follow, all"> <link data-n-head="ssr" rel="icon" variant="image/x-icon" href="favicon.ico"> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link data-n-head="ssr" rel="canonical" href="https://mangalegend.com"> <meta data-n-head="ssr" data-hid="title" name="title" content="Browse Manga - MangaLegend"> <meta data-n-head="ssr" data-hid="og:title" property="og:title" name="og:title" content="Browse Manga - MangaLegend"> <meta data-n-head="ssr" data-hid="description" name="description" content="Browse and search for manga and One Piece online free at mangalegend.com, update fastest, most full, synthesized 24h free with high-quality images and be the first one to publish new chapters."> <meta data-n-head="ssr" data-hid="og:description" property="og:description" name="og:description" content="Browse and search for manga and One Piece online free at mangalegend.com, update fastest, most full, synthesized 24h free with high-quality images and be the first one to publish new chapters."> <meta data-n-head="ssr" data-hid="og:site_name" property="og:site_name" content="mangalegend.com"> <meta data-n-head="ssr" data-hid="og:url" name="og:url" content="https://mangalegend.com/"> <meta data-n-head="ssr" data-hid="i18n-og" property="og:locale" content="en"> <meta data-n-head="ssr" data-hid="og:image" property="og:image" content="https://mangalegend.com/manga_og.jpg" /> <?php include('head.php'); ?> <?php include('pubfuture_script.php'); ?> </head> <?php include('style_css.php'); ?> <style> .manga-item img[data-v-4b575bc4] { height: 230px; } .desktop-view { display: block; } .mobile-view { display: none; } @media only screen and (max-width:480px) { .desktop-view { display: none; } .mobile-view { display: block; } } </style> <body class="dark-mode"> <div id="pf-12510-1"><script>window.pubfuturetag = window.pubfuturetag || [];window.pubfuturetag.push({unit: "673d4cb3d6cf43003c45ef12", id: "pf-12510-1"})</script></div> <div id="__nuxt"> <!----> <div id="__layout"> <div class="default-container" data-v-5fa6951a=""> <?php include('header.php'); ?> <div id="main-container" class="content-container" data-v-5fa6951a=""> <div data-v-394b8d08="" data-v-5fa6951a=""> <div data-v-394b8d08="" id="fb-root"></div> <div data-v-ca6cf050="" data-v-394b8d08="" class="container row-responsive my-3"> <!--<div data-v-ca6cf050="" data-v-e1935f7a="" data-v-e49fcc30="" class="section-container p-3 py-0 desktop-view"> <div id="pf-12511-1"><script>window.pubfuturetag = window.pubfuturetag || [];window.pubfuturetag.push({unit: "673d4ccfe7f6e2003fff4bb2", id: "pf-12511-1"})</script></div> </div> <div data-v-ca6cf050="" data-v-e1935f7a="" data-v-e49fcc30="" class="section-container p-3 py-0 mobile-view"> <div id="pf-12509-1"><script>window.pubfuturetag = window.pubfuturetag || [];window.pubfuturetag.push({unit: "673d4c9fe7f6e2003fff4b40", id: "pf-12509-1"})</script></div> </div>--> <div data-v-ca6cf050="" data-v-e1935f7a="" data-v-e49fcc30="" class="section-container p-3 py-0"> <script> (function(vgaeig){ var d = document, s = d.createElement('script'), l = d.scripts[d.scripts.length - 1]; s.settings = vgaeig || {}; s.src = "\/\/euphoric-square.com\/bPXqVKs.dCGVlz0ZYeWQco\/jexmx9euYZhUBlkk\/P\/TuYn1DMbjwIKwGMlzxgFtmNGjzULyxMuj-AmzAOYQ-"; s.async = true; s.referrerPolicy = 'no-referrer-when-downgrade'; l.parentNode.insertBefore(s, l); })({}) </script> </div> </div> <div data-v-ca6cf050="" data-v-394b8d08="" class="container row-responsive my-3"> <div class="section-container flex-fill p-3 mb-3 column" data-v-189babae="" data-v-eb21fca0="" data-v-ca6cf050=""> <div data-v-189babae=""> <h1 class="text-large" data-v-189babae="" style="text-decoration: none!important; color: #ff9c00!important;"> <?= $keyword ?> </h1> <div class="divider mb-2" data-v-189babae=""></div> </div> <div class="grid-items-responsive min-full-height" data-v-189babae="" data-v-eb21fca0=""> <?php foreach($mangas as $manga) { ?> <div data-v-4b575bc4="" data-v-eb21fca0="" class="manga-item column" data-v-189babae=""> <a data-v-74ec4422="" data-v-4b575bc4="" href="/<?= preg_replace('/[^a-z0-9-]/', '', str_replace(' ','-', strtolower($manga['title']))) ?>" class="link no-decoration horizontal" title="<?= $manga['title'] ?>"> <img data-v-a1ebd7c8="" data-v-4b575bc4="" src="<?= '/simage.php?url=' . urlencode(base64_encode(openssl_encrypt($dbhelper->getImageSource() . $manga['display_image'], 'AES-256-CBC', $encryptionKey, 0, $encryptionKey))) ?>" alt="<?= $manga['title'] ?>" title="<?= $manga['title'] ?>" class="mb-2 horizontal"> </a> <a data-v-74ec4422="" data-v-4b575bc4="" href="/<?= preg_replace('/[^a-z0-9-]/', '', str_replace(' ','-', strtolower($manga['title']))) ?>" class="link no-decoration one-line" title="<?= $manga['title'] ?>"><?= $manga['title'] ?> </a> <a data-v-74ec4422="" data-v-4b575bc4="" href="/<?= preg_replace('/[^a-z0-9-]/', '', str_replace(' ','-', strtolower($manga['title']))) . '/' . $manga['latest_chapter_id'] ?>" class="link no-decoration my-1 text-light text-small one-line" title="<?= $manga['latest_chapter'] ?>"> <?= $manga['latest_chapter'] ?> </a> <div data-v-56107fc8="" data-v-4b575bc4="" class="row align-center"> <svg data-v-56107fc8="" xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star star-default <?php if($manga['rating'] > 0) { echo 'star-checked'; } ?>"> <polygon data-v-56107fc8="" points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon> </svg> <svg data-v-56107fc8="" xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star star-default <?php if($manga['rating'] > 1) { echo 'star-checked'; } ?>"> <polygon data-v-56107fc8="" points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon> </svg> <svg data-v-56107fc8="" xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star star-default <?php if($manga['rating'] > 2) { echo 'star-checked'; } ?>"> <polygon data-v-56107fc8="" points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon> </svg> <svg data-v-56107fc8="" xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star star-default <?php if($manga['rating'] > 3) { echo 'star-checked'; } ?>"> <polygon data-v-56107fc8="" points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon> </svg> <svg data-v-56107fc8="" xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star star-default <?php if($manga['rating'] > 4) { echo 'star-checked'; } ?>"> <polygon data-v-56107fc8="" points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon> </svg> <span data-v-70d8a0c4="" data-v-56107fc8="" class="ml-2 text grey normal" style="font-size: 9.6px;"><?= intval($manga['rating']) ?></span> </div> </div> <?php } ?> </div> <!----> <!----> </div> <div data-v-189babae="" data-v-5afa414d="" data-v-394b8d08="" class="section-container p-3 ranking-container" data-v-ca6cf050=""> <div data-v-189babae=""> <h2 data-v-189babae="" class="section-title" style="text-decoration: none!important; color: #ff9c00!important;"> Most Viewed </h2> <div data-v-189babae="" class="divider mb-2"></div> </div> <div data-v-3f267cc0="" data-v-5afa414d="" data-v-6a8dae3e="" style="border:0;" class="segment-container row mt-1 mb-1"> </div> <?php $ranking = 1; foreach($mostViews as $mv) { ?> <div data-v-661257d6="" data-v-5afa414d="" class="row ranking-item-container py-3" data-v-189babae=""> <div data-v-661257d6="" class="ranking-index"> <span data-v-70d8a0c4="" data-v-661257d6="" class="text inverse small"><?= $ranking ?></span> </div> <a data-v-74ec4422="" data-v-661257d6="" href="<?= preg_replace('/[^a-z0-9-]/', '', str_replace(' ','-', strtolower($mv['title']))) ?>" class="link no-decoration" title="<?= $mv['title'] ?>"> <img data-v-a1ebd7c8="" data-v-661257d6="" src="<?= '/simage.php?url=' . urlencode(base64_encode(openssl_encrypt($dbhelper->getImageSource() . $mv['display_image'], 'AES-256-CBC', $encryptionKey, 0, $encryptionKey))) ?>" alt="story" title="story" class="ml-3"> </a> <div data-v-661257d6="" class="column ml-3 flex-fill"> <a data-v-74ec4422="" data-v-661257d6="" href="<?= preg_replace('/[^a-z0-9-]/', '', str_replace(' ','-', strtolower($mv['title']))) ?>" class="link no-decoration one-line" title="<?= $mv['title'] ?>"> <?= $mv['title'] ?> </a> <span data-v-661257d6="" class="my-1"> <span data-v-70d8a0c4="" data-v-661257d6="" class="text grey small">Genres: </span> <?php $genres = explode(",", $mv['genres']); ?> <?php foreach ($genres as $g) { ?> <a data-v-74ec4422="" data-v-33875cb2="" href="/genre.php?genre=<?= $g ?>" class="link no-decoration comic-info-link" title="<?= $g ?>"> <?= $g ?> </a> <?php } ?> </span> <?php $m_ratings = $dbhelper->getMangaRatings($mv['id'])[0]; ?> <div data-v-56107fc8="" data-v-4b575bc4="" class="row align-center"> <svg data-v-56107fc8="" xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star star-default <?php if($m_ratings['average_rating'] > 0) { echo 'star-checked'; } ?>"> <polygon data-v-56107fc8="" points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon> </svg> <svg data-v-56107fc8="" xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star star-default <?php if($m_ratings['average_rating'] > 1) { echo 'star-checked'; } ?>"> <polygon data-v-56107fc8="" points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon> </svg> <svg data-v-56107fc8="" xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star star-default <?php if($m_ratings['average_rating'] > 2) { echo 'star-checked'; } ?>"> <polygon data-v-56107fc8="" points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon> </svg> <svg data-v-56107fc8="" xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star star-default <?php if($m_ratings['average_rating'] > 3) { echo 'star-checked'; } ?>"> <polygon data-v-56107fc8="" points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon> </svg> <svg data-v-56107fc8="" xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star star-default <?php if($m_ratings['average_rating'] > 4) { echo 'star-checked'; } ?>"> <polygon data-v-56107fc8="" points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon> </svg> <span data-v-70d8a0c4="" data-v-56107fc8="" class="ml-2 text grey normal" style="font-size: 9.6px;"><?= number_format( $m_ratings['average_rating'], 2); ?></span> </div> </div> </div> <?php $ranking += 1; } ?> </div> </div> <?php include('footer.php'); ?> </div> <div role="alert" class="snackbar-error snackbar-container snackbar-hide" data-v-143f642f="" data-v-5fa6951a=""> <div class="flex relative row align-center px-3" data-v-143f642f=""> <div class="snackbar-indicator indicator-error" data-v-143f642f=""></div> <svg xmlns="http://www.w3.org/2000/svg" width="50px" height="50px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-circle color-error" data-v-143f642f=""> <circle cx="12" cy="12" r="10" data-v-143f642f=""></circle> <line x1="12" y1="8" x2="12" y2="12" data-v-143f642f=""></line> <line x1="12" y1="16" x2="12.01" y2="16" data-v-143f642f=""></line> </svg> <div class="column px-4 py-3" data-v-143f642f=""> <span class="bold text inverse large" data-v-70d8a0c4="" data-v-143f642f="">Failed </span> <span class="mt-2 text inverse normal" data-v-70d8a0c4="" data-v-143f642f=""></span> </div> </div> </div> <div class="snackbar-bg" data-v-aa051a02="" data-v-5fa6951a=""> <div class="snackbar snackbar-container snackbar-hide" data-v-aa051a02=""> <div class="flex relative row align-center px-3" data-v-aa051a02=""> <div class="column px-4 py-3" data-v-aa051a02=""> <span bold="" class="mt-2 text dark normal" data-v-70d8a0c4="" data-v-aa051a02="">You need to <a href="https://mangalegend.com/sign-in" data-v-70d8a0c4="" data-v-aa051a02="">login</a> to use this function.</span> <div class="cancel mt-3" data-v-aa051a02="">Cancel</div> </div> </div> </div> </div> <div data-v-78a91c7e="" data-v-5fa6951a=""></div> </div> </div> </div> <?php include('script.php'); ?> </body> </html>
Close