Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
resources /
views /
layouts /
Delete
Unzip
Name
Size
Permission
Date
Action
footers
[ DIR ]
drwxrwxrwx
2022-04-21 13:44
navbars
[ DIR ]
drwxrwxrwx
2022-04-21 13:44
page_templates
[ DIR ]
drwxrwxrwx
2022-04-21 13:44
app.blade.php
5.29
KB
-rwxrwxrwx
2022-04-21 13:44
Save
Rename
<!DOCTYPE html> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="csrf-token" content="{{ csrf_token() }}"> <title>{{ __('iNetty Team') }}</title> <link rel="apple-touch-icon" sizes="76x76" href="{{ asset('material') }}/img/apple-icon.png"> <link rel="icon" type="image/png" href="{{ asset('material') }}/img/favicon.ico"> <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' /> <!-- Fonts and icons --> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css"> <!-- CSS Files --> <link href="{{ asset('material') }}/css/material-dashboard.css?v=2.1.1" rel="stylesheet" /> <!-- CSS Just for demo purpose, don't include it in your project --> <link href="{{ asset('material') }}/demo/demo.css" rel="stylesheet" /> <link href="{{ asset('material') }}/custom/custom.css" rel="stylesheet" /> </head> <body class="{{ $class ?? '' }}"> @auth() <form id="logout-form" action="{{ route('logout') }}" method="POST" style="display: none;"> @csrf </form> @include('layouts.page_templates.auth') @endauth @guest() @include('layouts.page_templates.guest') @endguest <!-- Core JS Files --> <script src="{{ asset('material') }}/js/core/jquery.min.js"></script> <script src="{{ asset('material') }}/js/core/popper.min.js"></script> <script src="{{ asset('material') }}/js/core/bootstrap-material-design.min.js"></script> <script src="{{ asset('material') }}/js/plugins/perfect-scrollbar.jquery.min.js"></script> <!-- Plugin for the momentJs --> <script src="{{ asset('material') }}/js/plugins/moment.min.js"></script> <!-- Plugin for Sweet Alert --> <script src="{{ asset('material') }}/js/plugins/sweetalert2.js"></script> <!-- Forms Validations Plugin --> <script src="{{ asset('material') }}/js/plugins/jquery.validate.min.js"></script> <!-- Plugin for the Wizard, full documentation here: https://github.com/VinceG/twitter-bootstrap-wizard --> <script src="{{ asset('material') }}/js/plugins/jquery.bootstrap-wizard.js"></script> <!-- Plugin for Select, full documentation here: http://silviomoreto.github.io/bootstrap-select --> <script src="{{ asset('material') }}/js/plugins/bootstrap-selectpicker.js"></script> <!-- Plugin for the DateTimePicker, full documentation here: https://eonasdan.github.io/bootstrap-datetimepicker/ --> <script src="{{ asset('material') }}/js/plugins/bootstrap-datetimepicker.min.js"></script> <!-- DataTables.net Plugin, full documentation here: https://datatables.net/ --> <script src="{{ asset('material') }}/js/plugins/jquery.dataTables.min.js"></script> <!-- Plugin for Tags, full documentation here: https://github.com/bootstrap-tagsinput/bootstrap-tagsinputs --> <script src="{{ asset('material') }}/js/plugins/bootstrap-tagsinput.js"></script> <!-- Plugin for Fileupload, full documentation here: http://www.jasny.net/bootstrap/javascript/#fileinput --> <script src="{{ asset('material') }}/js/plugins/jasny-bootstrap.min.js"></script> <!-- Full Calendar Plugin, full documentation here: https://github.com/fullcalendar/fullcalendar --> <script src="{{ asset('material') }}/js/plugins/fullcalendar.min.js"></script> <!-- Vector Map plugin, full documentation here: http://jvectormap.com/documentation/ --> <script src="{{ asset('material') }}/js/plugins/jquery-jvectormap.js"></script> <!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ --> <script src="{{ asset('material') }}/js/plugins/nouislider.min.js"></script> <!-- Include a polyfill for ES6 Promises (optional) for IE11, UC Browser and Android browser support SweetAlert --> <script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/2.4.1/core.js"></script> <!-- Library for adding dinamically elements --> <script src="{{ asset('material') }}/js/plugins/arrive.min.js"></script> <!-- Chartist JS --> <script src="{{ asset('material') }}/js/plugins/chartist.min.js"></script> <!-- Notifications Plugin --> <script src="{{ asset('material') }}/js/plugins/bootstrap-notify.js"></script> <!-- Control Center for Material Dashboard: parallax effects, scripts for the example pages etc --> <script src="{{ asset('material') }}/js/material-dashboard.js?v=2.1.1" type="text/javascript"></script> <!-- Material Dashboard DEMO methods, don't include it in your project! --> <script src="{{ asset('material') }}/demo/demo.js"></script> <script src="{{ asset('material') }}/js/settings.js"></script> <script src="{{ asset('js/app.js') }}" defer></script> @stack('js') </body> </html>