Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
4images /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php53
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php56
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php71
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php81
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php82
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
clone.php
2.52
KB
-rwxr-xr-x
2024-05-02 06:39
config.php
1.59
KB
-rwxr-xr-x
2023-01-25 01:04
edit.php
4.36
KB
-rwxr-xr-x
2024-05-02 06:39
edit.xml
433
B
-rwxr-xr-x
2021-12-23 06:54
fileindex.php
377
B
-rwxr-xr-x
2021-12-23 06:54
import.php
3.16
KB
-rwxr-xr-x
2024-05-02 06:39
info.xml
5.57
KB
-rwxr-xr-x
2024-05-02 06:25
install.js
921
B
-rwxr-xr-x
2021-12-23 06:54
install.php
5.18
KB
-rwxr-xr-x
2024-05-02 06:39
install.xml
1.31
KB
-rwxr-xr-x
2021-12-23 06:54
md5
1002
B
-rwxr-xr-x
2024-05-02 06:39
notes.txt
116
B
-rwxr-xr-x
2021-12-23 06:54
upgrade.php
2.43
KB
-rwxr-xr-x
2024-05-02 06:39
upgrade.xml
250
B
-rwxr-xr-x
2021-12-23 06:54
Save
Rename
<?php /************************************************************************** * * * 4images - A Web Based Image Gallery Management System * * ---------------------------------------------------------------- * * * * File: config.php * * Copyright: (C) 2002-2023 4homepages.de * * Email: 4images@4homepages.de * * Web: http://www.4homepages.de * * Scriptversion: 1.10 * * * * Dieses Script ist KEINE Freeware. Bitte lesen Sie die Lizenz- * * bedingungen (Lizenz.txt) für weitere Informationen. * * --------------------------------------------------------------- * * This script is NOT freeware! Please read the Copyright Notice * * (Licence.txt) for further information. * * * *************************************************************************/ date_default_timezone_set("America/New_York"); $db_servertype = "mysqli"; $db_host = "[[softdbhost]]"; $db_name = "[[softdb]]"; $db_user = "[[softdbuser]]"; $db_password = "[[softdbpass]]"; $table_prefix = "[[dbprefix]]"; define("4IMAGES_ACTIVE", 1); ?>