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
<?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>