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.216.189
Domains :
Cant Read [ /etc/named.conf ]
User : klinikpe
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
elgg4 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-07-04 12:19
php53
[ DIR ]
drwxr-xr-x
2026-07-04 12:19
php56
[ DIR ]
drwxr-xr-x
2026-07-04 12:19
php71
[ DIR ]
drwxr-xr-x
2026-07-04 12:19
php81
[ DIR ]
drwxr-xr-x
2026-07-04 12:19
php82
[ DIR ]
drwxr-xr-x
2026-07-04 12:19
changelog.txt
4.14
KB
-rw-r--r--
2026-07-02 21:12
clone.php
4.77
KB
-rw-r--r--
2026-07-03 00:03
edit.php
4.67
KB
-rw-r--r--
2026-07-03 00:03
edit.xml
433
B
-rw-r--r--
2023-06-12 21:48
extend.php
8.76
KB
-rw-r--r--
2026-07-03 00:03
fileindex.php
132
B
-rw-r--r--
2024-07-10 20:07
import.php
4.46
KB
-rw-r--r--
2026-07-03 00:03
info.xml
2.7
KB
-rw-r--r--
2026-07-02 21:12
install.js
921
B
-rw-r--r--
2023-06-12 21:48
install.php
4.45
KB
-rw-r--r--
2026-07-03 00:03
install.xml
2.64
KB
-rw-r--r--
2026-06-03 23:35
md5
1.27
KB
-rw-r--r--
2026-07-03 00:03
notes.txt
889
B
-rw-r--r--
2026-06-03 23:35
settings.php
17.06
KB
-rw-r--r--
2026-06-03 23:35
soft_delete.php
3.02
KB
-rw-r--r--
2023-06-12 21:48
update_pass.php
497
B
-rw-r--r--
2023-06-12 21:48
upgrade.php
4.3
KB
-rw-r--r--
2026-07-03 00:03
upgrade.xml
310
B
-rw-r--r--
2023-06-12 21:48
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); echo '<update_pass>'.$resp.'</update_pass>'; ?>