D0R4H4X0R SH3LL

Server Information

Server: Microsoft-IIS/10.0
System: Windows NT BH-PLESK-WEB3 10.0 build 20348 (Windows Server 2022) AMD64
User: IWPD_8556(lensai) ( 0 )
PHP Version: 8.3.21
Python Version: Python is not available
Disabled Functions:, Cron, Curl, Ftp, GCC, Mail, Mysql, PKEXEC, Perl, Python, SendMail, Ssh, Wget, exec, passthru, shell_exec, system

Features

Command Line

Find Longest Directory Path

Scan New PHP Files

Upload File

Directory: D:/INETPUB/VHOSTS/lensai.com/httpdocs/new/admin/mail/

Current File : D:/INETPUB/VHOSTS/lensai.com/httpdocs/new/admin/mail/PHPMailerAutoload.php

<?php
/**
 * PHPMailer SPL autoloader.
 * PHP Version 5
 * @package PHPMailer
 * @link https://github.com/PHPMailer/PHPMailer/ The PHPMailer GitHub project
 * @author Marcus Bointon (Synchro/coolbru) <phpmailer@synchromedia.co.uk>
 * @author Jim Jagielski (jimjag) <jimjag@gmail.com>
 * @author Andy Prevost (codeworxtech) <codeworxtech@users.sourceforge.net>
 * @author Brent R. Matzelle (original founder)
 * @copyright 2012 - 2014 Marcus Bointon
 * @copyright 2010 - 2012 Jim Jagielski
 * @copyright 2004 - 2009 Andy Prevost
 * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
 * @note This program is distributed in the hope that it will be useful - WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.
 */

/**
 * PHPMailer SPL autoloader.
 * @param string $classname The name of the class to load
 */
function PHPMailerAutoload($classname)
{
    //Can't use __DIR__ as it's only in PHP 5.3+
    $filename = dirname(__FILE__).DIRECTORY_SEPARATOR.'class.'.strtolower($classname).'.php';
    if (is_readable($filename)) {
        require $filename;
    }
}

if (version_compare(PHP_VERSION, '5.1.2', '>=')) {
    //SPL autoloading was introduced in PHP 5.1.2
    if (version_compare(PHP_VERSION, '5.3.0', '>=')) {
        spl_autoload_register('PHPMailerAutoload', true, true);
    } else {
        spl_autoload_register('PHPMailerAutoload');
    }
} else {
    /**
     * Fall back to traditional autoload for old PHP versions
     * @param string $classname The name of the class to load
     */
    function __autoload($classname)
    {
        PHPMailerAutoload($classname);
    }
}
docs DIR
Directory drwxrwxrwx
examples DIR
Directory drwxrwxrwx
extras DIR
Directory drwxrwxrwx
language DIR
Directory drwxrwxrwx
test DIR
Directory drwxrwxrwx
.gitignore 0.064 KB
File -rw-rw-rw-
.scrutinizer.yml 3.800 KB
File -rw-rw-rw-
.travis.yml 0.897 KB
File -rw-rw-rw-
changelog.md 24.035 KB
File -rw-rw-rw-
class.phpmailer.php 117.070 KB
File -rw-rw-rw-
class.pop3.php 10.479 KB
File -rw-rw-rw-
class.smtp.php 37.479 KB
File -rw-rw-rw-
composer.json 0.829 KB
File -rw-rw-rw-
LICENSE 25.802 KB
File -rw-rw-rw-
login.php 0.582 KB
File -rw-rw-rw-
mail2.php 2.229 KB
File -rw-rw-rw-
File -rw-rw-rw-
README.md 9.762 KB
File -rw-rw-rw-
test.html 0.006 KB
File -rw-rw-rw-
File -rw-rw-rw-
VERSION 0.005 KB
File -rw-rw-rw-
D0R4H4X0R SH3LL