Server IP : 149.255.58.128 / Your IP : 216.73.216.33
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /var/softaculous/joomla310//check_utf8.php
<?php
/**
* Does the database server claim to have support for UTF-8 Multibyte (utf8mb4) collation?
*
* libmysql supports utf8mb4 since 5.5.3 (same version as the MySQL server). mysqlnd supports utf8mb4 since 5.0.9.
*
* @return boolean
*
* @since CMS 3.5.0
*/
function serverClaimsUtf8mb4Support()
{
$client_version = mysqli_get_client_info();
if (strpos($client_version, 'mysqlnd') !== false)
{
$client_version = preg_replace('/^\D+([\d.]+).*/', '$1', $client_version);
return version_compare($client_version, '5.0.9', '>=');
}
else
{
return version_compare($client_version, '5.5.3', '>=');
}
}
/**
* Get the version of the database connector.
*
* @return string The database connector version.
*
* @since 12.1
*/
function getVersion()
{
$con = mysqli_connect("[[softdbhost]]","[[softdbuser]]","[[softdbpass]]","[[softdb]]");
return mysqli_get_server_info($con);
}
$serverClaimsUtf8mb4Support = serverClaimsUtf8mb4Support();
if(!empty($serverClaimsUtf8mb4Support)){
echo '<claim_utf8>utf8mb4</claim_utf8>';
}
?>
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | May 23 2025 09:37:16 | 0 / root | 0755 | |
images | -- | May 08 2024 09:35:55 | 0 / root | 0755 | |
languages | -- | May 08 2024 09:35:55 | 0 / root | 0755 | |
php53 | -- | May 08 2024 09:35:55 | 0 / root | 0755 | |
php56 | -- | May 08 2024 09:35:55 | 0 / root | 0755 | |
php71 | -- | May 08 2024 09:35:55 | 0 / root | 0755 | |
php81 | -- | May 08 2024 09:35:55 | 0 / root | 0755 | |
php82 | -- | May 08 2024 09:35:55 | 0 / root | 0755 | |
| | | | | |
check_utf8.php | 1.069 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
clone.php | 4.57 KB | May 02 2024 06:22:18 | 0 / root | 0644 | |
configuration.php | 1.952 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
edit.php | 5.82 KB | May 02 2024 06:22:18 | 0 / root | 0644 | |
edit.xml | 0.614 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
extend.php | 8.797 KB | May 02 2024 06:22:18 | 0 / root | 0644 | |
fileindex.php | 0.22 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
import.php | 8.658 KB | May 02 2024 06:22:18 | 0 / root | 0644 | |
info.xml | 3.575 KB | May 02 2024 05:25:50 | 0 / root | 0644 | |
install.js | 0.933 KB | March 11 2024 06:40:22 | 0 / root | 0644 | |
install.php | 20.234 KB | May 02 2024 06:22:18 | 0 / root | 0644 | |
install.xml | 2.96 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
md5 | 9.49 KB | May 02 2024 06:22:18 | 0 / root | 0644 | |
notes.txt | 3.054 KB | July 12 2023 05:17:56 | 0 / root | 0644 | |
restore.php | 2.23 KB | May 02 2024 06:22:18 | 0 / root | 0644 | |
sign_on.php | 2.165 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
update_pass.php | 0.485 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |
upgrade.php | 30.833 KB | May 02 2024 06:22:18 | 0 / root | 0644 | |
upgrade.xml | 0.713 KB | December 23 2021 06:54:36 | 0 / root | 0644 | |