Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.69
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
xoops /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-07-28 08:51
php53
[ DIR ]
drwxr-xr-x
2026-07-28 08:51
php56
[ DIR ]
drwxr-xr-x
2026-07-28 08:51
php71
[ DIR ]
drwxr-xr-x
2026-07-28 08:51
php81
[ DIR ]
drwxr-xr-x
2026-07-28 08:51
php82
[ DIR ]
drwxr-xr-x
2026-07-28 08:51
changelog.txt
4.13
KB
-rw-r--r--
2026-07-27 11:33
clone.php
3.27
KB
-rw-r--r--
2026-07-27 12:15
edit.php
4.34
KB
-rw-r--r--
2026-07-27 12:15
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
fileindex.php
458
B
-rw-r--r--
2026-05-18 11:21
import.php
3.61
KB
-rw-r--r--
2026-07-27 12:15
info.xml
3.14
KB
-rw-r--r--
2026-07-27 11:33
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
4.77
KB
-rw-r--r--
2026-07-27 12:15
install.xml
1.43
KB
-rw-r--r--
2021-12-23 11:54
mainfile.php
4.33
KB
-rw-r--r--
2026-05-18 11:21
md5
2.95
KB
-rw-r--r--
2026-07-27 12:15
notes.txt
1.3
KB
-rw-r--r--
2026-07-27 11:33
secure.php
1.67
KB
-rw-r--r--
2026-05-18 11:21
upgrade.php
5.8
KB
-rw-r--r--
2026-07-27 12:15
upgrade.xml
429
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
=================================== 2.7.2 Final 2026-07 =================================== Installer: - guard the users-table probe in install_isInstalled() so a fresh install no longer fatals with a mysqli_sql_exception on PHP 8.2+ (mysqli's default exception mode, introduced in PHP 8.1, which the '@' operator does not suppress); the probe now fails closed, treating only a missing users table as "not installed" (mamba) - let the in-progress admin, verified by the signed install token, past the "already installed" lock on the configsite/theme/module pages, which boot full XOOPS and swap the session store — an ordinary logged-in admin without that token stays locked out (mamba) - set the default theme to xbootstrap5; the previous xswatch4 default is not shipped and broke the front page with "Theme not found" (mamba) - make license.php writable before rewriting it so a re-install no longer fails with "Make ... Writable" (mamba) - clear a stale xo_install_user JWT cookie and re-authenticate instead of aborting with "Init Error" after a re-install (mamba) - remove orphaned per-attempt *-key-install.php files at the start of an install run (mamba) - select the database before the admin-exists probe on the initial settings page, fixing a "No database selected" query error (mamba) XOOPS 2.7.0 Latest What's Changed Update XOOPS version to 2.7.0-RC5 by @mambax7 in #32 fix(system): preserve theme switch context safely by @mambax7 in #33 non-expand section System in the menu by @ggoffy in #34 chore(deps): bump JetBrains/qodana-action from 2025.3.2 to 2026.1.0 by @dependabot[bot] in #35 chore(deps): bump SonarSource/sonarqube-scan-action from 7.1.0 to 8.0.0 by @dependabot[bot] in #36 fix(locale): number_format() defaults now come from locale, not hardc… by @mambax7 in #37 TinyMCE 3.x removed by @mambax7 in #38 remove Qodana, disable XML-RPC by @mambax7 in #39 fix(system): module update preserves mid + catid; users.php exec/isResultSet bug by @mambax7 in #40 fix(pm): tighten admin form handling and template output by @mambax7 in #41 fix(protector): tighten admin output and module entry-point checks by @mambax7 in #42 fix(system): drop deprecated by-reference form on uploader error fetches by @mambax7 in #43 fix(locale): cast $number to float before passing to PHP's number_for… by @mambax7 in #46 fix(profile): handler-based avatar save with rollback; null guards; strip_tags cast by @mambax7 in #47 chore: add .githooks/ pre-commit + commit-msg sniffs for documented antipatterns by @mambax7 in #48 fix(system): defensive fallback when theme_set config rows are missing by @mambax7 in #44 fix(pm): harden readpmsg save/delete flow by @mambax7 in #49 fix(mailer): harden constructor for missing mailer config by @mambax7 in #50 strip leading space before <?php in language index files by @mambax7 in #51 helper-based atomic-write cleanup; replace @unlink/@chmod by @mambax7 in #52 test(file-safety): pin null-byte contract for cleanup helpers by @mambax7 in #53 chore(deps): refresh xoops_lib vendor tree to current Packagist releases by @mambax7 in #56 chore(deps): bump shivammathur/setup-php from 2.37.0 to 2.37.1 by @dependabot[bot] in #55 final updates for XOOPS 2.7.0 by @mambax7 in #54 update readme.txt by @mambax7 in #57 update readme.txt by @mambax7 in #58 updates by @mambax7 in #59 update Debugbar version by @mambax7 in #61 fix(installer): guard optional function calls that fatal on PHP 8.2 by @mambax7 in #60 Fix/installer required extensions gate by @mambax7 in #62 test(installer): cover required-extension helpers (stacked on #62) by @mambax7 in #63 Translation info by @mambax7 in #64 docs(changelog): record installer extension-guard fixes for 2.7.0 Final by @mambax7 in #65 chore(changelog): set up git-cliff for a generated CHANGELOG.md by @mambax7 in #66 fix(ci): changelog workflow — PR-based delivery + Node 24 checkout by @mambax7 in #67 fix(ci): changelog workflow must open a PR, not push to protected master by @mambax7 in #68 docs(changelog): regenerate CHANGELOG.md by @github-actions[bot] in #69