Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.188.252.203
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
1 /
storage /
framework /
views /
Delete
Unzip
Name
Size
Permission
Date
Action
.gitignore
14
B
-rw-r--r--
2020-11-17 16:24
5efaabd7e59fdb1bcf881fd78f2fd4b8a02170d6.php
1.71
KB
-rw-r--r--
2021-02-04 03:56
7f72037340182e6c3074175839f38b6b55b71bb2.php
372
B
-rw-r--r--
2021-02-04 03:56
98793b84ffbcd85f5b0d33a6833c9f535a33aab4.php
417
B
-rw-r--r--
2020-12-13 16:09
c054a96d84426f0b67c82eb3a4a4a40107ab397c.php
1.75
KB
-rw-r--r--
2020-12-13 16:09
c175ca9fb3d48ce3e1b3101a73519252b1e97a17.php
3.1
KB
-rw-r--r--
2020-12-10 13:00
e011444658e3912e712a258df9b3ea0093c8c4d1.php
2.1
KB
-rw-r--r--
2021-01-01 21:23
Save
Rename
<!DOCTYPE html> <html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Laravel</title> <!-- Fonts --> <link href="https://fonts.googleapis.com/css2?family=Nunito:wght@200;600&display=swap" rel="stylesheet"> <!-- Styles --> <style> html, body { background-color: #fff; color: #636b6f; font-family: 'Nunito', sans-serif; font-weight: 200; height: 100vh; margin: 0; } .full-height { height: 100vh; } .flex-center { align-items: center; display: flex; justify-content: center; } .position-ref { position: relative; } .top-right { position: absolute; right: 10px; top: 18px; } .content { text-align: center; } .title { font-size: 84px; } .links > a { color: #636b6f; padding: 0 25px; font-size: 13px; font-weight: 600; letter-spacing: .1rem; text-decoration: none; text-transform: uppercase; } .m-b-md { margin-bottom: 30px; } </style> </head> <body> <div class="flex-center position-ref full-height"> <?php if(Route::has('login')): ?> <div class="top-right links"> <?php if(auth()->guard()->check()): ?> <a href="<?php echo e(url('/home')); ?>">Home</a> <?php else: ?> <a href="<?php echo e(route('login')); ?>">Login</a> <?php if(Route::has('register')): ?> <a href="<?php echo e(route('register')); ?>">Register</a> <?php endif; ?> <?php endif; ?> </div> <?php endif; ?> <div class="content"> <div class="title m-b-md"> Laravel </div> <div class="links"> <a href="https://laravel.com/docs">Docs</a> <a href="https://laracasts.com">Laracasts</a> <a href="https://laravel-news.com">News</a> <a href="https://blog.laravel.com">Blog</a> <a href="https://nova.laravel.com">Nova</a> <a href="https://forge.laravel.com">Forge</a> <a href="https://vapor.laravel.com">Vapor</a> <a href="https://github.com/laravel/laravel">GitHub</a> </div> </div> </div> </body> </html> <?php /**PATH /home/www/unp/resources/views/welcome.blade.php ENDPATH**/ ?>