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 | : 162.158.63.33
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 : search.blade.php
@extends('layouts.app') @push('styles') <link rel="stylesheet" href="{{ asset('assets/css/category_products.css') }}"> @endpush @section('contents') <?php if(isset($_GET['gclid'])){ $gclid=$_GET['gclid']; }else{ $gclid=''; } ?> <?php if(isset($_GET['msclkid'])){ $MSCLKID=$_GET['msclkid']; }else{ $MSCLKID=''; } if(isset($_GET['gad_source'])){ $gad_source=$_GET['gad_source']; }else{ $gad_source=''; } ?> <section class="section ec-product-tab section-space-p position-relative"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="section-title"> <h1>Search Results</h1> <p>for the keyword "{{ $keyword }}"</p> </div> </div> <!-- Tab Start --> <section> <div class="container py-5"> <div class="row"> @foreach($search_products as $fp) <div class="col-lg-3 col-md-4 col-6 my-3"> <div class="ec-product-inner"> <div class="ec-pro-image-outer"> <a href="{{ url($fp->product_slug)}}<?php if($gclid){ echo '?gclid='.$gclid ;} ?><?php if($MSCLKID){ echo '?msclkid='.$MSCLKID ;} ?><?php if($gad_source){ echo '?gad_source='.$gad_source ;} ?>" class="image"> <div class="ec-pro-image"> <img class="main-image" src="{{ asset('assets/products/'.$fp->product_image) }}" alt="{{$fp->product_alt}}" width="318" height="318" /> <div class="ec-pro-loader"></div> </div> </a> </div> <div class="ec-pro-content"> <a href="{{ url($fp->product_slug)}}<?php if($gclid){ echo '?gclid='.$gclid ;} ?><?php if($MSCLKID){ echo '?msclkid='.$MSCLKID ;} ?><?php if($gad_source){ echo '?gad_source='.$gad_source ;} ?>" ><span class="ec-pro-stitle">{{$fp->product_title}}</span></a > </div> </div> </div> @endforeach </div> </div> </section> <!-- Tab End --> </div> </div> </section> @endsection
Close