Linux s1.hostinginusa.com 5.14.0-687.26.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 14 16:32:02 EDT 2026 x86_64
Apache
Server IP : 67.222.28.226 & Your IP : 216.73.216.43
Domains : 196 Domain
User : agvfen
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
ocart4 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-08-13 12:10
languages
[ DIR ]
drwxr-xr-x
2026-08-13 12:10
php53
[ DIR ]
drwxr-xr-x
2026-08-13 12:10
php56
[ DIR ]
drwxr-xr-x
2026-08-13 12:10
php71
[ DIR ]
drwxr-xr-x
2026-08-13 12:10
php81
[ DIR ]
drwxr-xr-x
2026-08-13 12:10
php82
[ DIR ]
drwxr-xr-x
2026-08-13 12:10
clone.php
3.22
KB
-rw-r--r--
2026-08-12 07:14
config.php
1.12
KB
-rw-r--r--
2025-01-15 04:41
config_.php
1.28
KB
-rw-r--r--
2025-01-15 04:41
edit.php
4.47
KB
-rw-r--r--
2026-08-12 07:14
edit.xml
433
B
-rw-r--r--
2023-09-15 06:22
extend.php
9.02
KB
-rw-r--r--
2026-08-12 07:14
fileindex.php
134
B
-rw-r--r--
2025-01-15 04:41
import.php
4.44
KB
-rw-r--r--
2026-08-12 07:14
info.xml
2.56
KB
-rw-r--r--
2026-08-12 02:21
install.js
924
B
-rw-r--r--
2022-06-21 03:36
install.php
5.83
KB
-rw-r--r--
2026-08-12 07:14
install.xml
2.01
KB
-rw-r--r--
2023-05-25 04:12
md5
1.38
KB
-rw-r--r--
2026-08-12 07:14
notes.txt
2.89
KB
-rw-r--r--
2026-08-12 02:21
update_pass.php
541
B
-rw-r--r--
2022-06-21 03:36
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>'; ?>