Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 104.23.253.146
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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
/
var /
www /
noahpackaging.com /
source /
resources /
views /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
client_panel
[ DIR ]
drwxr-xr-x
emails
[ DIR ]
drwxr-xr-x
errors
[ DIR ]
drwxr-xr-x
exports
[ DIR ]
drwxr-xr-x
layouts
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
about_us.blade.php
1.05
KB
-rw-r--r--
beat_my_quote.blade.php
11.62
KB
-rw-r--r--
blogs.blade.php
3.25
KB
-rw-r--r--
category_products.blade.php
36.88
KB
-rw-r--r--
contact_us.blade.php
10.13
KB
-rw-r--r--
custom_printed_boxes.blade.php
57.52
KB
-rw-r--r--
dashboard.blade.php
4.07
KB
-rw-r--r--
em.blade.php
4.76
KB
-rw-r--r--
faqs.blade.php
828
B
-rw-r--r--
imagesitemap.blade.php
1.89
KB
-rw-r--r--
index.blade.php
50.29
KB
-rw-r--r--
index_old.blade.php
43.6
KB
-rw-r--r--
latest_offers.blade.php
58.09
KB
-rw-r--r--
personalized_packaging_boxes.b...
6.41
KB
-rw-r--r--
portfolio.blade.php
1.99
KB
-rw-r--r--
post.blade.php
3.01
KB
-rw-r--r--
privacy_security.blade.php
1.05
KB
-rw-r--r--
product_detail.blade.php
45.81
KB
-rw-r--r--
review.blade.php
9.18
KB
-rw-r--r--
search.blade.php
3.12
KB
-rw-r--r--
sitemap.blade.php
6.52
KB
-rw-r--r--
sitemapxml.blade.php
2.49
KB
-rw-r--r--
templates.blade.php
42.18
KB
-rw-r--r--
terms.blade.php
1006
B
-rw-r--r--
test.blade.php
41.6
KB
-rw-r--r--
thank_you.blade.php
1.61
KB
-rw-r--r--
welcome.blade.php
72.5
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : post.blade.php
@extends('layouts.app') @section('contents') <style> .toc-list{width:100%;position:relative;box-shadow:2px 0 0 0 #0000001a inset}.toc-list.is-collapsible .toc-link{padding-left:2.25rem}.toc-list.is-collapsed{display:block}.toc-link{display:block;color:#495057;padding:.75rem 1rem .75rem 1.5rem;transition:.5s}.toc-link.is-active-link{background-color:#eceff1;font-weight:500;box-shadow:2px 0 0 0 #495057 inset}.docs-toc{--bg-scrollbar-thumb:#ced4da;--bg-scrollbar-track:transparent} </style> <?php if(isset($_GET['gclid'])){ $gclid=$_GET['gclid']; }else{ $gclid=''; } ?> <?php if(isset($_GET['msclkid'])){ $MSCLKID=$_GET['msclkid']; }else{ $MSCLKID=''; } ?> <section> <div class="container"> <div class="row"> <div class="col-md-4 col-12 pt-5"> <div class=" card mb-4" style=" position: sticky; padding: 0; top: 160px; "> <div class="card-body"> <span style=" font-size: 1.5rem;" class="card-title">Table of Content</span> <div class="docs-toc scroll"> <div class="Toc"> <!-- Output Table Of Content--> </div> </div> </div> </div> </div> <div class="col-sm-8 col-xs-12 pt-5 post-body"> <h1>{{ $post->post_title }}</h1> <p><i class="fa fa-calendar" aria-hidden="true"></i> {{ $post->created }}</p> <img alt="{{ $post->featured_alt }}" title="{{ $post->featured_alt }}" src="{{ asset("assets/blog-posts/".$post->featured_image) }}" width="100%"> <div class="opi-post-detail py-4"><p>{!! $post->post_detail !!}</p></div> </div> </div> </div> </section> @endsection @push('scripts') <script src="https://cdn.jsdelivr.net/npm/tocbot/dist/tocbot.min.js"></script> <script>var contentElement=document.querySelector(".post-body"), headings=contentElement.querySelectorAll("h2, h3, h4, h5, h6, h7"), headingMap={}; Array.prototype.forEach.call(headings, function(element) { var id = element.id ? element.id : element.textContent.toLowerCase().replace(/[^a-z -]/gi, "").trim().split(" ").join("-").replace(/--/g, "-"); headingMap[id] = isNaN(headingMap[id]) ? 0 : ++headingMap[id]; if (headingMap[id]) { element.id = id + "-" + headingMap[id]; } else { element.id = id; } }); tocbot.init({ tocSelector: ".Toc", contentSelector: ".post-body", headingSelector: "h2, h3, h4, h5, h6, h7", hasInnerContainers: true, listItemClass: "toc-list-item", orderedList: false, headingsOffset: 1 });</script> @endpush
Close