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.190.237
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 /
boxeswithlogo.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.51
KB
-rw-r--r--
beat_my_quote.blade.php
11.62
KB
-rw-r--r--
blogs.blade.php
5.81
KB
-rw-r--r--
category_products.blade.php
31.47
KB
-rw-r--r--
contact_us.blade.php
14.65
KB
-rw-r--r--
dashboard.blade.php
4.07
KB
-rw-r--r--
faqs.blade.php
3.86
KB
-rw-r--r--
index.blade.php
49.56
KB
-rw-r--r--
personalized_packaging_boxes.b...
6.48
KB
-rw-r--r--
portfolio.blade.php
3.11
KB
-rw-r--r--
post.blade.php
1.65
KB
-rw-r--r--
privacy_security.blade.php
1.33
KB
-rw-r--r--
product_detail.blade.php
67.36
KB
-rw-r--r--
review.blade.php
9.18
KB
-rw-r--r--
search.blade.php
3.95
KB
-rw-r--r--
sitemap.blade.php
6.82
KB
-rw-r--r--
sitemapxml.blade.php
2.32
KB
-rw-r--r--
templates.blade.php
42.18
KB
-rw-r--r--
terms.blade.php
1.39
KB
-rw-r--r--
test.blade.php
2.38
KB
-rw-r--r--
thank_you.blade.php
2.08
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') <style> .pagination{ padding: 30px 0; } .pagination ul{ margin: 0; padding: 0; list-style-type: none; } .pagination a{ display: inline-block; padding: 10px 18px; color: #222; } /* ONE */ .page-item{ display: contents; } .page-item a{ width: 40px; height: 40px; line-height: 40px; padding: 0; text-align: center; } .page-item .active{ background-color: #2ecc71; border-radius: 100%; color: #fff; } .page-item .active .page-link{ background-color: #ecf5f4; border-radius: 100%; color: #4a5556; padding: 8px; font-size: 12px; } </style> <?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="bg_light"> <div class="container-fluid-lg"> <div class="goback_page"> <a href="{{ url('/')}}<?php if($gclid){ echo '?gclid='.$gclid ;} ?><?php if($MSCLKID){ echo '?msclkid='.$MSCLKID ;} ?><?php if($gad_source){ echo '?gad_source='.$gad_source ;} ?>"> <i class="fa-solid fa-house"></i> </a> <i class="fa-solid fa-angle-right"></i> <p class="m-0">{{'Search'}}</p> </div> </div> </section> <section> <div class="container-fluid-lg"> <div class="top-selling-box padding_top"> <div class="top-selling-title"> <h1>Search Results</h1> <p>for the keyword "{{ $keyword }}"</p> </div> </div> <div class="row mb-5"> @foreach($search_products as $fp) <div class="col-lg-3 col-md-6 col-sm-6 col-xs-6 mt-4 wow animate__animated animate__fadeInUp"> <div class="product_box fadeIn"> <div class="product_img"> <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 ;} ?>"> <img class="text-center img-fluid prod_hover" src="{{ asset('assets/products/'.$fp->product_image) }}" height="260" width="260" alt="{{$fp->product_title}}" height="260" width="260" > </a> </div> <div class="product_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 ;} ?>"> <h2>{{$fp->product_title}}</h2> </a> <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 ;} ?>"> <button class="get_q_btn">Get Quote</button> </a> </div> </div> </div> @endforeach </div> {!! $search_products->links() !!} </div> </section> @endsection
Close