Example #1
0
function GetLicenseInfo($remark)
{
    $license = GetSingleFeedwebOption("license");
    if ($license == null || $license == "") {
        $license = "*";
    }
    $val = $license . ";" . GetPluginVersion();
    if ($remark != null) {
        $val .= ";" . $remark;
    }
    return "<input name='FeedwebLicenseInfo' id='FeedwebLicenseInfo' type='hidden' value='{$val}'/>";
}
Example #2
0
function GetMonitorPath()
{
    return GetFeedwebUrl() . "MR/Monitor.aspx?lang=" . GetDefaultLanguage() . "&bac=" . GetBac(true) . "&client=WP:" . GetPluginVersion();
}
Example #3
0
function GetPaymentModulePath()
{
    echo GetFeedwebUrl() . "PM/PM.aspx?lang=" . GetDefaultLanguage() . "&bac=" . GetBac(true) . "&client=WP:" . GetPluginVersion();
}