Linux bear.hostingplus.cl 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
LiteSpeed
Server IP : 192.140.57.17 & Your IP : 216.73.216.106
Domains :
Cant Read [ /etc/named.conf ]
User : explo
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
zencart /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-03-27 23:30
php53
[ DIR ]
drwxr-xr-x
2026-03-27 23:30
php56
[ DIR ]
drwxr-xr-x
2026-03-27 23:30
php71
[ DIR ]
drwxr-xr-x
2026-03-27 23:30
php81
[ DIR ]
drwxr-xr-x
2026-03-27 23:30
php82
[ DIR ]
drwxr-xr-x
2026-03-27 23:30
NOTES.txt
1.64
KB
-rw-r--r--
2026-03-27 07:28
clone.php
9.34
KB
-rw-r--r--
2026-03-27 08:06
configure.php
3.52
KB
-rw-r--r--
2026-03-27 07:28
configure_.php
2.74
KB
-rw-r--r--
2026-03-27 07:28
edit.php
6
KB
-rw-r--r--
2026-03-27 08:06
edit.xml
433
B
-rw-r--r--
2021-12-23 06:54
extend.php
10.8
KB
-rw-r--r--
2026-03-27 08:06
fileindex.php
345
B
-rw-r--r--
2026-03-27 07:28
import.php
3.42
KB
-rw-r--r--
2026-03-27 08:06
info.xml
3.26
KB
-rw-r--r--
2026-03-27 07:28
install.js
921
B
-rw-r--r--
2021-12-23 06:54
install.php
6.44
KB
-rw-r--r--
2026-03-27 08:06
install.xml
1.52
KB
-rw-r--r--
2021-12-23 06:54
md5
2.41
KB
-rw-r--r--
2026-03-27 08:06
update_pass.php
498
B
-rw-r--r--
2021-12-23 06:54
upgrade.php
6.85
KB
-rw-r--r--
2026-03-27 08:06
upgrade.xml
361
B
-rw-r--r--
2024-04-09 08:47
Save
Rename
1) Rename 'admin' folder to 'zcadmin' and zip it because 'admin' folder is not allowed. 2) zc_install/includes/classes/installer.php 3) Please replace /admin to /zcadmin so that we can Upgrade properly in the following files in the zencart.zip: zc_install/includes/classes/installer.php zc_install/includes/modules/pages/inspect/header_php.php zc_install/includes/templates/template_default/templates/finished_default.php (Not required since 1.5.5) 4) Make `reset_token` column blank in `prezc_admin` table for admin entry. If this is not blank then it will ask for password change after first login. Also configure `pwd_last_change_date` as [[regtime]] in same table, if not configured and kept default '1970-01-01 00:00:00', still it will ask to change password. 5) Install without demo data 6) Third link has been disabled for every security releases of 1.5.5 for upgrades : changes made in upgrade.php : 1.5.5 to 1.5.5f, 1.5.5a to 1.5.5f, 1.5.5b to 1.5.5f, 1.5.5c to 1.5.5f, 1.5.5d to 1.5.5f, 1.5.5e to 1.5.5f. Since 1.5.5a, 1.5.5b, 1.5.5c, 1.5.5d, 1.5.5e , 1.5.5f are just patches and have no database changes to be done. However the files needs to be replaced. Check in next version. 7) Keep "Session Directory" [[softpath]]/cache in `configuration` table. 8) PHP REQUIREMENT LINK: https://docs.zen-cart.com/user/first_steps/server_requirements/ 9)We keep 'GLOBAL_AUTH_KEY' blank under `{{dbprefix}}configuration` table, since it is created post we swget the admin url in install.php. 10) If you get 'Problems with session support' error in red while starting manual install enable output buffering in php.ini i.e change output_buffering = Off to output_buffering = On