Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.217.173
Domains :
Cant Read [ /etc/named.conf ]
User : celfico1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
drupal10 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-05-08 12:18
php53
[ DIR ]
drwxr-xr-x
2026-05-08 12:18
php56
[ DIR ]
drwxr-xr-x
2026-05-08 12:18
php71
[ DIR ]
drwxr-xr-x
2026-05-08 12:18
php81
[ DIR ]
drwxr-xr-x
2026-05-08 12:18
php82
[ DIR ]
drwxr-xr-x
2026-05-08 12:18
.htaccess
685
B
-rw-r--r--
2023-07-11 21:07
NOTES.txt
2.03
KB
-rw-r--r--
2024-08-05 00:36
README.txt
278
B
-rw-r--r--
2024-08-05 00:36
_htaccess
486
B
-rw-r--r--
2023-07-11 21:07
clone.php
14.34
KB
-rw-r--r--
2026-05-07 00:06
edit.php
5.06
KB
-rw-r--r--
2026-05-07 00:06
edit.xml
433
B
-rw-r--r--
2023-07-11 21:07
extend.php
14.9
KB
-rw-r--r--
2026-05-07 00:06
fileindex.php
271
B
-rw-r--r--
2023-09-21 19:12
import.php
5.7
KB
-rw-r--r--
2026-05-07 00:06
info.xml
3.92
KB
-rw-r--r--
2026-05-06 23:58
install.js
1.32
KB
-rw-r--r--
2024-08-05 00:36
install.php
9.42
KB
-rw-r--r--
2026-05-07 00:06
install.xml
1.1
KB
-rw-r--r--
2023-07-11 21:07
md5
1.45
KB
-rw-r--r--
2026-05-07 00:06
settings.php
36.13
KB
-rw-r--r--
2024-11-12 21:42
update_pass.php
541
B
-rw-r--r--
2024-08-05 00:36
upgrade.php
4.44
KB
-rw-r--r--
2026-05-07 00:06
upgrade.xml
309
B
-rw-r--r--
2023-07-11 21:07
Save
Rename
<?php /** * A Compatibility library with PHP 5.5's simplified password hashing API. * * @author Anthony Ferrara <ircmaxell@php.net> * @license http://www.opensource.org/licenses/mit-license.html MIT License * @copyright 2012 The Authors */ @unlink('update_pass.php'); if(!defined('PASSWORD_BCRYPT')){ define('PASSWORD_BCRYPT', 1); } define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); $resp = password_hash('[[admin_pass]]', PASSWORD_DEFAULT); $resp1 = str_replace("\$", "\\\$", $resp); echo '<update_pass>'.$resp1.'</update_pass>'; ?>