Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
wiki.bernardino.org /
maintenance /
hhvm /
Delete
Unzip
Name
Size
Permission
Date
Action
makeRepo.php
4.66
KB
-rw-r--r--
2016-11-28 20:20
run-server
479
B
-rwxr-xr-x
2016-11-28 20:20
server.conf
482
B
-rw-r--r--
2016-11-28 20:20
Save
Rename
#!/usr/bin/hhvm -f <?php require __DIR__ . '/../Maintenance.php'; class RunHipHopServer extends Maintenance { function __construct() { parent::__construct(); } function execute() { global $IP; passthru( 'cd ' . wfEscapeShellArg( $IP ) . " && " . wfEscapeShellArg( 'hhvm', '-c', __DIR__."/server.conf", '--mode=server', '--port=8080' ), $ret ); exit( $ret ); } } $maintClass = 'RunHipHopServer'; require_once RUN_MAINTENANCE_IF_MAIN;