!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.03 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:     AdSenseHost.php (20.74 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 AdSenseHost (v4.1).
 *
 * <p>
 * Generates performance reports, generates ad codes, and provides publisher
 * management capabilities for AdSense Hosts.</p>
 *
 * <p>
 * For more information about this service, see the API
 * <a href="https://developers.google.com/adsense/host/" target="_blank">Documentation</a>
 * </p>
 *
 * @author Google, Inc.
 */
class Google_Service_AdSenseHost extends Google_Service
{
  
/** View and manage your AdSense host data and associated accounts. */
  
const ADSENSEHOST =
      
"https://www.googleapis.com/auth/adsensehost";

  public 
$accounts;
  public 
$accounts_adclients;
  public 
$accounts_adunits;
  public 
$accounts_reports;
  public 
$adclients;
  public 
$associationsessions;
  public 
$customchannels;
  public 
$reports;
  public 
$urlchannels;

  
/**
   * Constructs the internal representation of the AdSenseHost 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://www.googleapis.com/';
    
$this->servicePath 'adsensehost/v4.1/';
    
$this->batchPath 'batch/adsensehost/v4.1';
    
$this->version 'v4.1';
    
$this->serviceName 'adsensehost';

    
$this->accounts = new Google_Service_AdSenseHost_Resource_Accounts(
        
$this,
        
$this->serviceName,
        
'accounts',
        array(
          
'methods' => array(
            
'get' => array(
              
'path' => 'accounts/{accountId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'accountId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'accounts',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'filterAdClientId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->accounts_adclients = new Google_Service_AdSenseHost_Resource_AccountsAdclients(
        
$this,
        
$this->serviceName,
        
'adclients',
        array(
          
'methods' => array(
            
'get' => array(
              
'path' => 'accounts/{accountId}/adclients/{adClientId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'accountId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'accounts/{accountId}/adclients',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'accountId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->accounts_adunits = new Google_Service_AdSenseHost_Resource_AccountsAdunits(
        
$this,
        
$this->serviceName,
        
'adunits',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'accountId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'adUnitId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'accountId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'adUnitId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'getAdCode' => array(
              
'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits/{adUnitId}/adcode',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'accountId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'adUnitId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'hostCustomChannelId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
              ),
            ),
'insert' => array(
              
'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'accountId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'accountId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'includeInactive' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'patch' => array(
              
'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'accountId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'adUnitId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'update' => array(
              
'path' => 'accounts/{accountId}/adclients/{adClientId}/adunits',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'accountId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->accounts_reports = new Google_Service_AdSenseHost_Resource_AccountsReports(
        
$this,
        
$this->serviceName,
        
'reports',
        array(
          
'methods' => array(
            
'generate' => array(
              
'path' => 'accounts/{accountId}/reports',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'accountId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'startDate' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'endDate' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'dimension' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'filter' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'locale' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'metric' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'sort' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'startIndex' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
              ),
            ),
          )
        )
    );
    
$this->adclients = new Google_Service_AdSenseHost_Resource_Adclients(
        
$this,
        
$this->serviceName,
        
'adclients',
        array(
          
'methods' => array(
            
'get' => array(
              
'path' => 'adclients/{adClientId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'adclients',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
          )
        )
    );
    
$this->associationsessions = new Google_Service_AdSenseHost_Resource_Associationsessions(
        
$this,
        
$this->serviceName,
        
'associationsessions',
        array(
          
'methods' => array(
            
'start' => array(
              
'path' => 'associationsessions/start',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'productCode' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                  
'required' => true,
                ),
                
'websiteUrl' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'callbackUrl' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'userLocale' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'websiteLocale' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'verify' => array(
              
'path' => 'associationsessions/verify',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'token' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->customchannels = new Google_Service_AdSenseHost_Resource_Customchannels(
        
$this,
        
$this->serviceName,
        
'customchannels',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'adclients/{adClientId}/customchannels/{customChannelId}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'customChannelId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'get' => array(
              
'path' => 'adclients/{adClientId}/customchannels/{customChannelId}',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'customChannelId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'insert' => array(
              
'path' => 'adclients/{adClientId}/customchannels',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'adclients/{adClientId}/customchannels',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
              ),
            ),
'patch' => array(
              
'path' => 'adclients/{adClientId}/customchannels',
              
'httpMethod' => 'PATCH',
              
'parameters' => array(
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'customChannelId' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'update' => array(
              
'path' => 'adclients/{adClientId}/customchannels',
              
'httpMethod' => 'PUT',
              
'parameters' => array(
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
          )
        )
    );
    
$this->reports = new Google_Service_AdSenseHost_Resource_Reports(
        
$this,
        
$this->serviceName,
        
'reports',
        array(
          
'methods' => array(
            
'generate' => array(
              
'path' => 'reports',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'startDate' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'endDate' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'dimension' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'filter' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'locale' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'metric' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'sort' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'startIndex' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
              ),
            ),
          )
        )
    );
    
$this->urlchannels = new Google_Service_AdSenseHost_Resource_Urlchannels(
        
$this,
        
$this->serviceName,
        
'urlchannels',
        array(
          
'methods' => array(
            
'delete' => array(
              
'path' => 'adclients/{adClientId}/urlchannels/{urlChannelId}',
              
'httpMethod' => 'DELETE',
              
'parameters' => array(
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'urlChannelId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'insert' => array(
              
'path' => 'adclients/{adClientId}/urlchannels',
              
'httpMethod' => 'POST',
              
'parameters' => array(
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
              ),
            ),
'list' => array(
              
'path' => 'adclients/{adClientId}/urlchannels',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'adClientId' => array(
                  
'location' => 'path',
                  
'type' => 'string',
                  
'required' => true,
                ),
                
'maxResults' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'pageToken' => 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.0089 ]--