Official Knowledgebase

How can we help you?

Search step-by-step installation tutorials, software license setup, and server FAQs.

Popular Guides & Server Tutorials

Getting Started & Downloads

How to extract your password-protected script ZIP

## Extracting Your Watermarked Script Every source code download from ScriptNest is individually encrypted with a high-security unique watermark password to prevent unauthorized leaks. ### Step-by-step extraction: 1. Log into your ScriptNest account and visit **User Dashboard → Downloads**. 2. Click on **View Password** next to your unlocked project. 3. Open the downloaded `.zip` file using **7-Zip**, **WinRAR**, or the macOS / Linux terminal (`unzip -P 'YOUR_PASSWORD' filename.zip`). 4. Paste your exact password when prompted. > Note: Never share your extract password publicly. Your password is tied to your individual license watermark.

Installation & Server Setup

PHP & MySQL Server Requirements

## Standard Server Requirements All ScriptNest projects are tested and optimized for modern PHP hosting stacks. - **PHP Version**: PHP 8.0, 8.1, or 8.2+ - **MySQL**: MySQL 5.7+ or MariaDB 10.3+ - **PHP Extensions**: - `pdo_mysql` (Database interaction) - `ext-zip` (libzip >= 1.2) - `ext-fileinfo` (MIME validation) - `cURL` & `OpenSSL` (API requests & TLS sockets) - **Web Server**: Apache (`mod_rewrite` enabled) or Nginx with standard rewrite blocks.

Licenses & Domain Verification

How to verify your Software License Key via API

## Automated License Verification API ScriptNest includes a built-in verification endpoint that enables your deployed scripts to confirm valid licensing. ### Endpoint: `POST /api/v1/license/verify` ### Payload (JSON or POST form): ```json { "license_key": "SN-PROJ-XXXX-XXXX", "domain": "clientdomain.com" } ``` ### Response: ```json { "valid": true, "status": "active", "domain": "clientdomain.com", "licensed_to": "buyer_username" } ``` You can bind or update your registered domain at any time directly from your **User Dashboard → Downloads** section.