REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.63 KB
Close
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/malcare-security/protect/wp_user.php
Text
Base64
<?php if (!defined('ABSPATH') && !defined('MCDATAPATH')) exit; if (!class_exists('MCProtectWPUser_V648')) : class MCProtectWPUser_V648 { public $id; public $role; public $role_level; public $capabilities; public $capability_names = array(); public $time; const COOKIE_NAME = "mcfw-wp-user-cookie"; public function __construct($id, $role_level, $capabilities, $time) { $this->id = $id; $this->role_level = $role_level; $this->capabilities = $capabilities; $this->time = $time; } public static function defaultUser() { $time = (int) floor(time() / 43200); return (new MCProtectWPUser_V648(0, 0, array(), $time)); } public static function _serialize($user) { return $user->id . '|' . $user->role_level . '|' . implode(',', $user->capabilities) . '|' . $user->time; } public static function _unserialize($serialized_user) { if (!is_string($serialized_user)) { return null; } $user_attrs = explode('|', $serialized_user); if (count($user_attrs) !== 4) { return null; } list($id, $role_level, $capabilities, $time) = $user_attrs; $capabilities = array_map('intval', explode(',', $capabilities)); return (new MCProtectWPUser_V648((int) $id, (int) $role_level, $capabilities, (int) $time)); } public function isIdentical($user) { return (($this->id === $user->id) && ($this->role_level === $user->role_level) && ($this->capabilities === $user->capabilities) && ($this->time === $user->time)); } public function isLoggedIn() { return $this->id !== 0; } public function getInfo() { return array( 'id' => $this->id, 'role' => $this->role, 'capabilities' => $this->capability_names ); } } endif;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 5 × Files: 8
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
fw
DIR
-
drwxr-xr-x
2026-06-07 01:29:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ipstore
DIR
-
drwxr-xr-x
2026-06-07 01:29:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
lib
DIR
-
drwxr-xr-x
2026-06-07 01:29:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
logger
DIR
-
drwxr-xr-x
2026-06-07 01:29:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
prepend
DIR
-
drwxr-xr-x
2026-06-07 01:29:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
fw.php
47.61 KB
lrw-r--r--
2026-06-07 01:29:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ipstore.php
1.40 KB
lrw-r--r--
2026-06-07 01:29:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
lib.php
116 B
lrw-r--r--
2026-06-07 01:29:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
logger.php
656 B
lrw-r--r--
2026-06-07 01:29:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
lp.php
8.57 KB
lrw-r--r--
2026-06-07 01:29:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
protect.php
4.27 KB
lrw-r--r--
2026-06-07 01:29:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
request.php
8.75 KB
lrw-r--r--
2026-06-07 01:29:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
wp_user.php
1.63 KB
lrw-r--r--
2026-06-07 01:29:47
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).