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.230.228
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 : sitemap.blade.php
@extends('layouts.app') @push('styles') @section('contents') <?php use App\Models\Category; use App\Models\Product; use App\Models\Blog; ?> <?php if(isset($_GET['gclid'])){ $gclid=$_GET['gclid']; }else{ $gclid=''; } if(isset($_GET['gad_source'])){ $gad_source=$_GET['gad_source']; }else{ $gad_source=''; } ?> <?php if(isset($_GET['msclkid'])){ $MSCLKID=$_GET['msclkid']; }else{ $MSCLKID=''; } ?> <style> a{ color: black; text-decoration: none; } ul { padding-left: 0; margin-bottom: 0; display: grid; } .sitemap-page ul li{ padding: 5px; } h4{ font-size:24px ; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 10px; margin-bottom: 10px; } h3{ font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; font-size: 24px; } .column { flex: 25%; max-width: 100%; padding: 0 15px; } </style> <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">{{'SiteMap'}}</p> </div> </div> </section> <section> <div class="container py-5"> <div class="col-md-12 column sitemap-page"> <h3 class="text-dark"><i class="fa fa-home"></i> BOXESWithLogo</h3> <div class="row clearfix mt-4"> <div class="col-md-4 column"> <ul class="list-unstyled"> <li> <a href="{{url('/')}}<?php if($gclid){ echo '/?gclid='.$gclid ;} ?><?php if($MSCLKID){ echo '?msclkid='.$MSCLKID ;} ?><?php if($gad_source){ echo '?gad_source='.$gad_source ;} ?>" >Home</a> </li> <li class="text-muted"> <a href="{{url('about-us')}}<?php if($gclid){ echo '?gclid='.$gclid ;} ?><?php if($MSCLKID){ echo '?msclkid='.$MSCLKID ;} ?><?php if($gad_source){ echo '?gad_source='.$gad_source ;} ?>" > About Us</a> </li> <li> <a href="">Boxes by Industry</a> </li> <li> <a href="">Boxes by Material </a> </li> </ul> </div> <div class="col-md-4 column mt-4"> <ul class="list-unstyled"> <li> <a href="">Boxes by Styles</a> </li> <li> <a href="{{url('blog')}}">Blogs</a> <ul> <?php $query_blog_posts=Blog::where('status','1')->orderBy('display_order')->get(); foreach ($query_blog_posts as $bpost){ ?> <li class="text-muted"> <a href="{{url('blog').'/'.$bpost->slug}}<?php if($gclid){ echo '?gclid='.$gclid ;} ?><?php if($MSCLKID){ echo '?msclkid='.$MSCLKID ;} ?><?php if($gad_source){ echo '?gad_source='.$gad_source ;} ?>"> {{$bpost->post_title}}</a> </li> <?php } ?> </ul> </li> </ul> </div> <div class="col-md-4 column mt-4 sitemap-page"> <ul class="list-unstyled"> <li class="text-muted"> <a href="{{url('privacy-security')}}<?php if($gclid){ echo '?gclid='.$gclid ;} ?><?php if($MSCLKID){ echo '?msclkid='.$MSCLKID ;} ?><?php if($gad_source){ echo '?gad_source='.$gad_source ;} ?>"> Privacy Policy</a> </li> <li class="text-muted"> <a href="{{url('terms')}}<?php if($gclid){ echo '?gclid='.$gclid ;} ?><?php if($MSCLKID){ echo '?msclkid='.$MSCLKID ;} ?><?php if($gad_source){ echo '?gad_source='.$gad_source ;} ?>">Terms & Condition</a> </li> <li class="text-muted"> <a href="{{url('contact-us')}}<?php if($gclid){ echo '?gclid='.$gclid ;} ?><?php if($MSCLKID){ echo '?msclkid='.$MSCLKID ;} ?><?php if($gad_source){ echo '?gad_source='.$gad_source ;} ?>">Contact Us</a> </li> </ul> </div> </div> <hr> <?php $parent_cat =Category::where('is_site_map', '1')->where('parent_id', '0')->orderBy('display_order')->get(); ?> <div class="row clearfix mt-4"> <?php $sub_category =Category::where('status', '1')->orderBy('display_order')->get(); if (!empty($sub_category)) { foreach ($sub_category as $value){ ?> <div class="col-md-4 column sitemap-page mt-4 "> <h3 class="text-dark">{{$value['title']}}:</h3> <ul> <ul> <?php $products=Product::where('status', '1')->whereRaw('FIND_IN_SET('.$value['id'].',product_category) <>0')->get(); foreach ($products as $product) { ?> <li><a href="{{url($product['product_slug'])}}<?php if($gclid){ echo '?gclid='.$gclid ;} ?><?php if($MSCLKID){ echo '?msclkid='.$MSCLKID ;} ?><?php if($gad_source){ echo '?gad_source='.$gad_source ;} ?>" title="{{$product['product_title']}}">{{$product['product_title']}}</a></li> <?php } ?> </ul> <?php ?> </ul> </div> <?php } } ?> </div> </div> </div> </section> @endsection @endpush
Close