UnknownShell

Stresstesting shell

UnknownShell

Stresstesting shell

6.1 CLOUD

Version

What's UnknownSHELL?

UnknownSHELL is a stresstesting-shell. It's very easy to use and quite powerful. No complicated installation is required and the only thing you need is a webserver that runs PHP.

Other than other stresstesting-scripts our shell provides a very easy-to-use configuration file and a documentation. Either you can use your own webserver as a stresstest server or you can use it as a masterserver and let it control other UnknownSHELL servers.

How do I use UnknownSHELL?

To use UnknownSHELL just download the package from your website and upload it to your webserver. After that open "config.php" an enter your settings.

Additional Information

How to install UnknownShell?

To install UnknownShell, the only thing you need to do yolo the package from our website and upload it to your webserver. After that open "config.php" an change your settings.

How to configurate UnknownShell?

$MainTitle
Here you can name your server (HTML Allowed).

$Tagline
Here you can set a tagline (HTML Allowed).

$Background
Here you can select your background image.
(forest, lights, snow, wall, shader.ice, shader.fire, shader.candy)

$Password
Here you can select a password to access your server.

$MaxBootTime
Here you can set the highest boot time.

$AccessLogs
Here you can enable or disable access logs (True/False).

$MasterServer
If you have multiple servers, you can control them by a single shell (True/False).

$DebugConnection
Print stats of every server entered in "$Servers" (True/False).

$Servers
Here you can enter all of your UnknownShell servers.

Example Configuration-File

In case of accidently breaking or deleting the orginal configuration-file, just copy & paste following configuration-file-example and change your settings.

<?php
$MainTitle = "UnknownShell";
$Tagline = "YOUR_TAGLINE_HERE...";
$Background = "shader.fire";

$Password = "MyPassword";
$MaxBootTime = "600";
$AccessLogs = "True";

$MasterServer = "False";
$DebugConnection = "False";
$Servers = array(
    'http://example1.com/?password=MyPass',
    'http://example2.com/?password=MyPass',
    'http://example3.com/?password=MyPass',
); ?>
Terms of Use

You may only stress test machines that are at your own legal possession. You are not allowed to use our service at machines that are not legally yours. Stress testing and the usage of our services will be done at your own risk and responsibility. XENOT does not hold any responsibility for any damage that might happen due to the usage of our services. By using our services you take full responsibility for your actions.