!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)

/uploads/script/vendor/google/apiclient-services/src/Google/Service/   drwxr-xr-x
Free 13.06 GB of 57.97 GB (22.52%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Freebase.php (8.85 KB)      -rw-r--r--
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 Freebase (v1).
 *
 * <p>
 * Find Freebase entities using textual queries and other constraints.</p>
 *
 * <p>
 * For more information about this service, see the API
 * <a href="https://developers.google.com/freebase/" target="_blank">Documentation</a>
 * </p>
 *
 * @author Google, Inc.
 */
class Google_Service_Freebase extends Google_Service
{



  private 
$base_methods;
  
/**
   * Constructs the internal representation of the Freebase service.
   *
   * @param Google_Client $client
   */
  
public function __construct(Google_Client $client)
  {
    
parent::__construct($client);
    
$this->rootUrl 'https://www.googleapis.com/';
    
$this->servicePath 'freebase/v1/';
    
$this->version 'v1';
    
$this->serviceName 'freebase';

    
$this->base_methods = new Google_Service_Resource(
        
$this,
        
$this->serviceName,
        
'',
        array(
          
'methods' => array(
            
'reconcile' => array(
              
'path' => 'reconcile',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'confidence' => array(
                  
'location' => 'query',
                  
'type' => 'number',
                ),
                
'kind' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'lang' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'limit' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'name' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'prop' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
              ),
            ),
'search' => array(
              
'path' => 'search',
              
'httpMethod' => 'GET',
              
'parameters' => array(
                
'as_of_time' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'callback' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'cursor' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'domain' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'encode' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'exact' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'filter' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'format' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'help' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'indent' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'lang' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'limit' => array(
                  
'location' => 'query',
                  
'type' => 'integer',
                ),
                
'mid' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'mql_output' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'output' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'prefixed' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'query' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'scoring' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'spell' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                ),
                
'stemmed' => array(
                  
'location' => 'query',
                  
'type' => 'boolean',
                ),
                
'type' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'with' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
                
'without' => array(
                  
'location' => 'query',
                  
'type' => 'string',
                  
'repeated' => true,
                ),
              ),
            ),
          )
        )
    );
  }
  
/**
   * Reconcile entities to Freebase open data. (reconcile)
   *
   * @param array $optParams Optional parameters.
   *
   * @opt_param float confidence Required confidence for a candidate to match.
   * Must be between .5 and 1.0
   * @opt_param string kind Classifications of entity e.g. type, category, title.
   * @opt_param string lang Languages for names and values. First language is used
   * for display. Default is 'en'.
   * @opt_param int limit Maximum number of candidates to return.
   * @opt_param string name Name of entity.
   * @opt_param string prop Property values for entity formatted as :
   * @return Google_Service_Freebase_ReconcileGet
   */
  
public function reconcile($optParams = array())
  {
    
$params = array();
    
$params array_merge($params$optParams);
    return 
$this->base_methods->call('reconcile', array($params), "Google_Service_Freebase_ReconcileGet");
  }
  
/**
   * Search Freebase open data. (search)
   *
   * @param array $optParams Optional parameters.
   *
   * @opt_param string as_of_time A mql as_of_time value to use with mql_output
   * queries.
   * @opt_param string callback JS method name for JSONP callbacks.
   * @opt_param int cursor The cursor value to use for the next page of results.
   * @opt_param string domain Restrict to topics with this Freebase domain id.
   * @opt_param string encode The encoding of the response. You can use this
   * parameter to enable html encoding.
   * @opt_param bool exact Query on exact name and keys only.
   * @opt_param string filter A filter to apply to the query.
   * @opt_param string format Structural format of the json response.
   * @opt_param string help The keyword to request help on.
   * @opt_param bool indent Whether to indent the json results or not.
   * @opt_param string lang The code of the language to run the query with.
   * Default is 'en'.
   * @opt_param int limit Maximum number of results to return.
   * @opt_param string mid A mid to use instead of a query.
   * @opt_param string mql_output The MQL query to run againist the results to
   * extract more data.
   * @opt_param string output An output expression to request data from matches.
   * @opt_param bool prefixed Prefix match against names and aliases.
   * @opt_param string query Query term to search for.
   * @opt_param string scoring Relevance scoring algorithm to use.
   * @opt_param string spell Request 'did you mean' suggestions
   * @opt_param bool stemmed Query on stemmed names and aliases. May not be used
   * with prefixed.
   * @opt_param string type Restrict to topics with this Freebase type id.
   * @opt_param string with A rule to match against.
   * @opt_param string without A rule to not match against.
   */
  
public function search($optParams = array())
  {
    
$params = array();
    
$params array_merge($params$optParams);
    return 
$this->base_methods->call('search', array($params));
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0063 ]--