REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 672 B
Close
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/malcare-security/protect/logger/db.php
Text
Base64
<?php if (!defined('ABSPATH') && !defined('MCDATAPATH')) exit; if (!class_exists('MCProtectLoggerDB_V648')) : class MCProtectLoggerDB_V648 { private $tablename; private $bv_tablename; const MAXROWCOUNT = 100000; function __construct($tablename) { $this->tablename = $tablename; $this->bv_tablename = MCProtect_V648::$db->getBVTable($tablename); } public function log($data) { if (is_array($data)) { if (MCProtect_V648::$db->rowsCount($this->bv_tablename) > MCProtectLoggerDB_V648::MAXROWCOUNT) { MCProtect_V648::$db->deleteRowsFromtable($this->tablename, 1); } MCProtect_V648::$db->replaceIntoBVTable($this->tablename, $data); } } } endif;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
db.php
672 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
fs.php
506 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
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).