Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
clone
/
wp-conte...
/
plugins
/
blogvaul...
/
protect
/
logger
•
File:
db.php
•
Content:
<?php if (!defined('ABSPATH') && !defined('MCDATAPATH')) exit; if (!class_exists('BVProtectLoggerDB_V565')) : class BVProtectLoggerDB_V565 { private $tablename; private $bv_tablename; const MAXROWCOUNT = 100000; function __construct($tablename) { $this->tablename = $tablename; $this->bv_tablename = BVProtect_V565::$db->getBVTable($tablename); } public function log($data) { if (is_array($data)) { if (BVProtect_V565::$db->rowsCount($this->bv_tablename) > BVProtectLoggerDB_V565::MAXROWCOUNT) { BVProtect_V565::$db->deleteRowsFromtable($this->tablename, 1); } BVProtect_V565::$db->replaceIntoBVTable($this->tablename, $data); } } } endif;
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List