Linux mail.vriendennsm.nl 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
Apache/2.4.68 (Debian)
Server IP : 217.154.75.17 & Your IP : 216.73.217.15
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
vnsm /
libraries /
vendor /
joomla /
string /
src /
Delete
Unzip
Name
Size
Permission
Date
Action
phputf8
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
Inflector.php
11.4
KB
-rwxr-xr-x
2023-07-08 16:23
Normalise.php
3.88
KB
-rwxr-xr-x
2023-07-08 16:23
String.php
501
B
-rwxr-xr-x
2023-07-08 16:23
StringHelper.php
21.78
KB
-rwxr-xr-x
2023-07-08 16:23
Save
Rename
<?php /** * Part of the Joomla Framework String Package * * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ namespace Joomla\String; /** * String handling class for utf-8 data * Wraps the phputf8 library * All functions assume the validity of utf-8 strings. * * @since 1.0 * @deprecated 2.0 Use StringHelper instead */ abstract class String extends StringHelper { }