Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
wp-includes /
sodium_compat /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxr-sr-x
2024-11-14 00:00
namespaced
[ DIR ]
drwxr-sr-x
2020-03-20 04:02
src
[ DIR ]
drwxr-sr-x
2020-03-20 04:02
LICENSE
860
B
-rw-r--r--
2023-08-08 20:49
autoload-php7.php
890
B
-rw-r--r--
2021-12-06 16:06
autoload.php
3.04
KB
-rw-r--r--
2024-11-14 00:00
composer.json
1.57
KB
-rw-r--r--
2021-12-06 16:06
Save
Rename
<?php /* This file should only ever be loaded on PHP 7+ */ if (PHP_VERSION_ID < 70000) { return; } spl_autoload_register(function ($class) { $namespace = 'ParagonIE_Sodium_'; // Does the class use the namespace prefix? $len = strlen($namespace); if (strncmp($namespace, $class, $len) !== 0) { // no, move to the next registered autoloader return false; } // Get the relative class name $relative_class = substr($class, $len); // Replace the namespace prefix with the base directory, replace namespace // separators with directory separators in the relative class name, append // with .php $file = dirname(__FILE__) . '/src/' . str_replace('_', '/', $relative_class) . '.php'; // if the file exists, require it if (file_exists($file)) { require_once $file; return true; } return false; });