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 : 3.129.218.83
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
2 /
Console /
Commands /
Delete
Unzip
Name
Size
Permission
Date
Action
AddNew.php
17.39
KB
-rw-r--r--
2021-03-26 07:26
CommonSchedule.php
6.27
KB
-rw-r--r--
2021-03-26 07:26
DoImport.php
3.18
KB
-rw-r--r--
2021-03-26 07:26
Inspire.php
602
B
-rw-r--r--
2021-03-26 07:26
QuantityUpdate.php
3.28
KB
-rw-r--r--
2021-03-26 07:26
Save
Rename
<?php namespace App\Console\Commands; use Illuminate\Console\Command; use Illuminate\Foundation\Inspiring; class Inspire extends Command { /** * The name and signature of the console command. * * @var string */ protected $signature = 'inspire'; /** * The console command description. * * @var string */ protected $description = 'Display an inspiring quote'; /** * Execute the console command. * * @return mixed */ public function handle() { $this->comment(PHP_EOL.Inspiring::quote().PHP_EOL); } }