Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.206
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
litecart /
Delete
Unzip
Name
Size
Permission
Date
Action
admin
[ DIR ]
drwxr-xr-x
2025-03-19 14:15
images
[ DIR ]
drwxr-xr-x
2025-03-19 14:15
php53
[ DIR ]
drwxr-xr-x
2025-03-19 14:15
php56
[ DIR ]
drwxr-xr-x
2025-03-19 14:15
php71
[ DIR ]
drwxr-xr-x
2025-03-19 14:15
php81
[ DIR ]
drwxr-xr-x
2025-03-19 14:15
php82
[ DIR ]
drwxr-xr-x
2025-03-19 14:15
changelog.txt
10.9
KB
-rw-r--r--
2025-03-19 07:52
clone.php
5.38
KB
-rw-r--r--
2025-03-19 11:32
edit.php
7.08
KB
-rw-r--r--
2025-03-19 11:32
edit.xml
433
B
-rw-r--r--
2023-02-13 11:46
extend.php
8.75
KB
-rw-r--r--
2025-03-19 11:32
fileindex.php
101
B
-rw-r--r--
2024-10-09 09:28
import.php
3.28
KB
-rw-r--r--
2025-03-19 11:32
info.xml
3.09
KB
-rw-r--r--
2025-03-19 07:52
install.js
1.02
KB
-rw-r--r--
2021-12-23 11:54
install.php
10.61
KB
-rw-r--r--
2025-03-19 11:32
install.xml
27.94
KB
-rw-r--r--
2023-05-01 18:55
litecart.zip
1.33
MB
-rw-r--r--
2025-03-19 07:52
md5
2.57
KB
-rw-r--r--
2025-03-19 11:32
notes.txt
1.14
KB
-rw-r--r--
2024-12-03 07:42
robots.txt
118
B
-rw-r--r--
2024-10-09 09:28
update_pass.php
497
B
-rw-r--r--
2023-02-13 11:46
upgrade.php
60.46
KB
-rw-r--r--
2025-03-19 11:32
upgrade.xml
990
B
-rw-r--r--
2021-12-23 11:54
write_htpass.php
615
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
<?php $username = '[[admin_username]]'; $enc_password = '[[encrypted_pass]]'; $htpasswd_file = '[[softpath]]/[[admin_folder]]/.htpasswd'; $htpasswd = file_get_contents($htpasswd_file); if(preg_match('#(?<=^|\r\n|\r|\n)\#*('. preg_quote($username, '#') .'):.*?#', $htpasswd)){ $htpasswd = preg_replace('#(?<=^|\r\n|\r|\n)(\#*'. preg_quote($username, '#') .'):[^\r|\n]+(\r\n?|\n)*#', '$1:{SHA}'. $enc_password . PHP_EOL, $htpasswd); echo '<htpasswd>'.$htpasswd.'</htpasswd>'; } if(is_writable($htpasswd_file)){ $htpasswd = file_put_contents($htpasswd_file, $htpasswd); } @unlink('write_htpass.php'); ?>