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 : 216.73.216.144
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
phplist /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-05-28 14:15
php53
[ DIR ]
drwxr-xr-x
2025-05-28 14:15
php56
[ DIR ]
drwxr-xr-x
2025-05-28 14:15
php71
[ DIR ]
drwxr-xr-x
2025-05-28 14:15
php81
[ DIR ]
drwxr-xr-x
2025-05-28 14:15
php82
[ DIR ]
drwxr-xr-x
2025-05-28 14:15
_index.php
34.3
KB
-rw-r--r--
2024-04-29 07:26
clone.php
5.09
KB
-rw-r--r--
2025-05-28 12:15
config.php
41.33
KB
-rw-r--r--
2023-10-06 07:27
edit.php
4.39
KB
-rw-r--r--
2025-05-28 12:15
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
fileindex.php
108
B
-rw-r--r--
2021-12-23 11:54
import.php
3.32
KB
-rw-r--r--
2025-05-28 12:15
index.php
34.3
KB
-rw-r--r--
2024-04-29 07:26
info.xml
2.56
KB
-rw-r--r--
2025-05-28 05:42
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
4.72
KB
-rw-r--r--
2025-05-28 12:15
install.xml
1.26
KB
-rw-r--r--
2021-12-23 11:54
md5
13.47
KB
-rw-r--r--
2025-05-28 12:15
notes.txt
1.36
KB
-rw-r--r--
2025-01-16 09:34
phplist.sql
176.43
KB
-rw-r--r--
2025-05-28 05:42
phplist.zip
26.76
MB
-rw-r--r--
2025-05-28 05:42
upgrade.php
3.36
KB
-rw-r--r--
2025-05-28 12:15
upgrade.xml
341
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
1) Remove php_flag from .htaccess in the package 2) define ("TEST",1); to define ("TEST",0); in config.php use config_extended.php 3) After DB dump from manual Installation Go to System -> Upgrade phplist and then again take a dump. Check the difference and add ('version', '...', 0, NULL), 4) We have configured the _index.php with our changes and we replace it at /admin/index.php for auto upgrade and the we revert the changes after the upgrade. Since version 3.3.3 we change $GLOBALS['require_login'] = 1; to $GLOBALS['require_login'] = 0;. Please make sure the _index.php and index.php are updated in the package from the latest zip package /admin/index.php 5) Please edit your config file and change "mysql.inc" to "mysqli.inc" to avoid future PHP incompatibility 6) PHP REQUIREMENT LINK : https://resources.phplist.com/system/start ( Does not work on PHP 5.3 so we have kept min req 5.4. Check in next version ) 7) When we check auto upgrade with debug=died on cpanel it is redirecting to blank page. This is happening because the script has written some javascript code with is hiding all response. 8) We have removed imap from the list of php requirement under info.xml as it is no more a part of PHP core. Also user faced an issue while upgrading phpList on PHP 8.4 : https://www.php.net/manual/en/intro.imap.php / https://www.php.net/manual/en/migration84.removed-extensions.php