![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/domains/gositeme.com/public_html/whmcs/modules/addons/licensing/lang/ |
<?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";