403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/AIWEBSTATION/wp-content/plugins/smtp2go/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/AIWEBSTATION/wp-content/plugins/smtp2go/smtp2go-class-loader.php
<?php

function SMTP2GOClassLoader($className)
{
    $fileName  = '';
    $namespace = '';
    $includePath = dirname(__FILE__) . DIRECTORY_SEPARATOR;

    if (false !== ($lastNsPos = strripos($className, '\\'))) {
        $namespace = substr($className, 0, $lastNsPos);
        $className = substr($className, $lastNsPos + 1);
        $fileName  = 'app' . DIRECTORY_SEPARATOR;
    }

    if (strpos($namespace, 'SMTP2GO') !== 0) {
        return true;
    }
    $fileName .= str_replace('_', DIRECTORY_SEPARATOR, $className) . '.php';
    $fullFileName = $includePath . $fileName;

    if (file_exists($fullFileName)) {
        require_once $fullFileName;
    } else {
        error_log('FAIL! Namespace: ' . $namespace . ' Class "' . $className . '" wasn\'t found in ' . $includePath . ' as ' . $fileName);
    }
}
spl_autoload_register('SMTP2GOClassLoader');

Youez - 2016 - github.com/yon3zu
LinuXploit