__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.139: ~ $
<?php
/**
 * Deprecated Tracks client.
 *
 * @package automattic/jetpack-compat
 */

/**
 * Get tracks identity for an user.
 *
 * @deprecated 7.5.0 use Automattic\Jetpack\Tracking->tracks_get_identity instead
 *
 * @param int $user_id User id.
 *
 * @return mixed tracks identity.
 */
function jetpack_tracks_get_identity( $user_id ) {
	_deprecated_function( __METHOD__, 'jetpack-7.5', 'Automattic\Jetpack\Tracking->tracks_get_identity' );

	$tracking = new Automattic\Jetpack\Tracking( 'jetpack', Jetpack::connection() );
	return $tracking->tracks_get_identity( $user_id );
}

/**
 * Record Jetpack Tracks Event
 *
 * @deprecated 7.5.0 use Automattic\Jetpack\Tracking->tracks_record_event instead
 *
 * @param object      $user User acting.
 * @param string      $event_name Event name.
 * @param array       $properties Properties.
 * @param string|bool $event_timestamp_millis Timestamp.
 *
 * @return bool
 */
function jetpack_tracks_record_event( $user, $event_name, $properties = array(), $event_timestamp_millis = false ) {
	_deprecated_function( __METHOD__, 'jetpack-7.5', 'Automattic\Jetpack\Tracking->tracks_record_event' );

	$tracking = new Automattic\Jetpack\Tracking( 'jetpack', Jetpack::connection() );
	return $tracking->tracks_record_event( $user, $event_name, $properties, $event_timestamp_millis );
}

Filemanager

Name Type Size Permission Actions
client.php File 1.29 KB 0644
Filemanager