Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 13.58.121.29
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
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
2024-05-07 02:07
php53
[ DIR ]
drwxr-xr-x
2024-05-07 02:07
php56
[ DIR ]
drwxr-xr-x
2024-05-07 02:07
php71
[ DIR ]
drwxr-xr-x
2024-05-07 02:07
php81
[ DIR ]
drwxr-xr-x
2024-05-07 02:07
php82
[ DIR ]
drwxr-xr-x
2024-05-07 02:07
clone.php
2.52
KB
-rw-r--r--
2024-05-02 10:39
config.php
1.59
KB
-rw-r--r--
2023-01-25 06:04
edit.php
4.36
KB
-rw-r--r--
2024-05-02 10:39
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
fileindex.php
377
B
-rw-r--r--
2021-12-23 11:54
import.php
3.16
KB
-rw-r--r--
2024-05-02 10:39
info.xml
5.57
KB
-rw-r--r--
2024-05-02 10:25
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
5.18
KB
-rw-r--r--
2024-05-02 10:39
install.xml
1.31
KB
-rw-r--r--
2021-12-23 11:54
md5
1002
B
-rw-r--r--
2024-05-02 10:39
notes.txt
116
B
-rw-r--r--
2021-12-23 11:54
upgrade.php
2.43
KB
-rw-r--r--
2024-05-02 10:39
upgrade.xml
250
B
-rw-r--r--
2021-12-23 11: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); ?>