!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/   drwxrwxrwx
Free 13.04 GB of 57.97 GB (22.49%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Sheets.php (13.01 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.
 */

/**
 * Service definition for Sheets (v4).
 *
 * <p>
 * Reads and writes Google Sheets.</p>
 *
 * <p>
 * For more information about this service, see the API
 * <a href="https://developers.google.com/sheets/" target="_blank">Documentation</a>
 * </p>
 *
 * @author Google, Inc.
 */
class Google_Service_Sheets extends Google_Service
{
  
/** See, edit, create, and delete all of your Google Drive files. */
  
const DRIVE =
      
"https://www.googleapis.com/auth/drive";
  
/** See, edit, create, and delete only the specific Google Drive files you use with this app. */
  
const DRIVE_FILE =
      
"https://www.googleapis.com/auth/drive.file";
  
/** See and download all your Google Drive files. */
  
const DRIVE_READONLY =
      
"https://www.googleapis.com/auth/drive.readonly";
  
/** See, edit, create, and delete your spreadsheets in Google Drive. */
  
const SPREADSHEETS =
      
"https://www.googleapis.com/auth/spreadsheets";
  
/** View your Google Spreadsheets. */
  
const SPREADSHEETS_READONLY =
      
"https://www.googleapis.com/auth/spreadsheets.readonly";

  public 
$spreadsheets;
  public 
$spreadsheets_developerMetadata;
  public 
$spreadsheets_sheets;
  public 
$spreadsheets_values;

  
/**
   * Constructs the internal representation of the Sheets service.
   *
   * @param Google_Client $client The client used to deliver requests.
   * @param string $rootUrl The root URL used for requests to the service.
   */
  
public function __construct(Google_Client $client$rootUrl null)
  {
    
parent::__construct($client);
    
$this->rootUrl $rootUrl ?: 'https://sheets.googleapis.com/';
    
$this->servicePath '';
    
$this->batchPath 'batch';
    
$this->version 'v4';
    
$this->serviceName 'sheets';

    
$this->spreadsheets = new Google_Service_Sheets_Resource_Spreadsheets(
        
$this,
        
$this->serviceName,
        
'spreadsheets',
        array(
          
'methods' => array(
            
'batchUpdate' => array(
              
'path' => 'v4/spreadsheets/{spreadsheetId}:batchUpdate',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'spreadsheetId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'create' => array(
              
'path' => 'v4/spreadsheets',
              
'httpMethod' => 'POST',
              
'parameters' => array(),
            ),
'get' => array(
              
'path' => 'v4/spreadsheets/{spreadsheetId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'spreadsheetId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'includeGridData' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'ranges' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
              ),
            ),
'getByDataFilter' => array(
              
'path' => 'v4/spreadsheets/{spreadsheetId}:getByDataFilter',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'spreadsheetId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->spreadsheets_developerMetadata = new Google_Service_Sheets_Resource_SpreadsheetsDeveloperMetadata(
        
$this,
        
$this->serviceName,
        
'developerMetadata',
        array(
          
'methods' => array(
            
'get' => array(
              
'path' => 'v4/spreadsheets/{spreadsheetId}/developerMetadata/{metadataId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'spreadsheetId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'metadataId' => array(
                  
'location' => 'path',
                  
'type' => 'integer',
                  
'required' => true,
                ),
              ),
            ),
'search' => array(
              
'path' => 'v4/spreadsheets/{spreadsheetId}/developerMetadata:search',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'spreadsheetId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->spreadsheets_sheets = new Google_Service_Sheets_Resource_SpreadsheetsSheets(
        
$this,
        
$this->serviceName,
        
'sheets',
        array(
          
'methods' => array(
            
'copyTo' => array(
              
'path' => 'v4/spreadsheets/{spreadsheetId}/sheets/{sheetId}:copyTo',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'spreadsheetId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'sheetId' => array(
                  
'location' => 'path',
                  
'type' => 'integer',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->spreadsheets_values = new Google_Service_Sheets_Resource_SpreadsheetsValues(
        
$this,
        
$this->serviceName,
        
'values',
        array(
          
'methods' => array(
            
'append' => array(
              
'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}:append',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'spreadsheetId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'range' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'includeValuesInResponse' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'insertDataOption' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'responseDateTimeRenderOption' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'responseValueRenderOption' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'valueInputOption' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'batchClear' => array(
              
'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchClear',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'spreadsheetId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'batchClearByDataFilter' => array(
              
'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchClearByDataFilter',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'spreadsheetId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'batchGet' => array(
              
'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchGet',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'spreadsheetId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'dateTimeRenderOption' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'majorDimension' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'ranges' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'valueRenderOption' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'batchGetByDataFilter' => array(
              
'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchGetByDataFilter',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'spreadsheetId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'batchUpdate' => array(
              
'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchUpdate',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'spreadsheetId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'batchUpdateByDataFilter' => array(
              
'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchUpdateByDataFilter',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'spreadsheetId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'clear' => array(
              
'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}:clear',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'spreadsheetId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'range' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'spreadsheetId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'range' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'dateTimeRenderOption' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'majorDimension' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'valueRenderOption' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'update' => array(
              
'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'spreadsheetId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'range' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'includeValuesInResponse' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'responseDateTimeRenderOption' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'responseValueRenderOption' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'valueInputOption' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
  }
}

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