HEX
Server: LiteSpeed
System: Linux server44.twelveinks.com 5.14.0-570.12.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 13 06:11:55 EDT 2025 x86_64
User: moda (1338)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /python/moda/public_html/tech/old/modules/addons/licensing/lang/english.php
<?php
/**
 * Licensing Manager
 * English language file
 *
 * @package    WHMCS
 * @author     WHMCS Limited <development@whmcs.com>
 * @copyright  Copyright (c) WHMCS Limited 2005-2018
 * @license    https://www.whmcs.com/license/ WHMCS Eula
 */

$_ADDONLANG['licenseVerificationToolInfo'] = "Our License Verification Tool allows you to check if a website is authorized to be running our software.";
$_ADDONLANG['reportUnlicensed'] = "If you find a website that is not showing as being licensed, please report it to us for us to check.";
$_ADDONLANG['enterDomain'] = "Enter Domain/IP";
$_ADDONLANG['check'] = "Check";
$_ADDONLANG['howToUse'] = "How to use this tool";
$_ADDONLANG['licenseMatch'] = "License Match Found";
$_ADDONLANG['licenseMatchInfo'] = "We can confirm that this domain/IP is authorized to be running our software.";
$_ADDONLANG['noLicenseMatch'] = "No License Matches Found";
$_ADDONLANG['noLicenseMatchInfo'] = "We were unable to find any licenses assigned to the Domain/IP you entered. This doesn't necessarily mean it isn't licensed, but please report the domain to us so we can check it.";
$_ADDONLANG['thankYou'] = "We thank you for helping us in the fight against piracy";
$_ADDONLANG['enterDomain'] = "Enter <strong>only</strong> the domain name where you see our software in use";
$_ADDONLANG['domainExample'] = "For example if there was an installation @ http://support.domain.com/, enter just support.domain.com above";
$_ADDONLANG['noWWW'] = "You should not include the www. prefix in the case of website urls";