ads here

Free Nulled Download RCM Core Console v4 - resellerclub-mods.com

admin 2 months ago 17 views 5 replies
A
admin
admin

The translation includes all the RCM Core Console v4 modules

Here you have the complete translation of the admin interface, client interface, system for all the modules listed below

?
Admin interface

Customer Interface

Core Translation

Modules:

RCM Core Console v4

Business/Enterprise Email v4

Cloud Hosting v4

CodeGuard Backup v4

Combo Plan v4

Comodo Certificate v4

G Suite v4

Impress.ly v4

Multi Domain Hosting v4

Reseller Bulk Hosting v4

Single Domain Hosting v4

SiteLock Security v4

Weebly Hosting v4

Wordpress Hosting v4

A
admin
admin

Module

G Suite v4

Combo Plan v4

A
admin
admin

inc_license.php

<?php

$licenseexpiredate = '';

$addondue = '';

$addonname = '';

$addonduedate = '';

$licensekey = $corevars[$license_name];

if (strpos($licensekey, 'Trial-')) {

$licensekeytype = 'Trial';

} elseif (strpos($licensekey, 'Owned-')) {

$licensekeytype = 'Owned';

} elseif (strpos($licensekey, 'Dev-')) {

$licensekeytype = 'Developer';

} else {

$licensekeytype = 'Leased';

}

if (empty($licensekey)) {

header('location: addonmodules.php?module=rcmcoreconsole&config=licensing');

die();

}

$result = Illuminate\Database\Capsule\Manager::table('mod_rcmproducts')->where('module', '=', $shortname)->get();

$localkey = isset($result[0]->licensekey) ? $result[0]->licensekey : '';

if (empty($localkey)) {

$localkey = ('<span class="label pending absmiddle">' . $LANG['pendingword']) . '</span>';

} else {

$localkey = ('<span class="label active absmiddle">' . $LANG['storedword']) . '</span>';

}

$lastcheck = isset($result[0]->lastcheck) ? $result[0]->lastcheck : '';

if (empty($lastcheck)) {

$lastcheck = ('<span class="label pending absmiddle">' . $LANG['unknownword']) . '</span>';

}

$currentversion = isset($result[0]->currentversion) ? $result[0]->currentversion : '';

if (empty($currentversion)) {

$currentversion = $LANG['unknownword'];

}

$licensekeystatus = isset($result[0]->status) ? $result[0]->status : '';

if ($licensekeystatus == 'Active') {

$statuslabel = 'label active absmiddle';

} elseif ($licensekeystatus == 'Suspended') {

$statuslabel = 'label cancelled absmiddle';

} else {

if ($licensekeystatus == 'Expired') {

$statuslabel = 'label terminated absmiddle';

}

}

if (empty($licensekeystatus)) {

$licensestatus = '<span class="label pending absmiddle">Pending</span>';

} else {

$licensestatus = ((('<span class="' . $statuslabel) . '">') . $licensekeystatus) . '</span>';

}

$registeredname = isset($result[0]->registeredname) ? $result[0]->registeredname :

A
admin
admin

Hi can u update G Suit to v4.7.0

A
admin
admin

I'll send you what you need

A
admin
admin

Can someone help me decode the file?

include ROOTDIR . DIRECTORY_SEPARATOR . "modules" . DIRECTORY_SEPARATOR . "addons" . DIRECTORY_SEPARATOR . "rcmcoreconsole" . DIRECTORY_SEPARATOR . "incs" . DIRECTORY_SEPARATOR . "params.php";

if (function_exists("rcm_check_license")) {

function rcm_check_license($rcmlicense, $rcmlocalkey, $licensing_secret_key, $dirpath, $softversion, $modulename)

{

$vars = rcm_get_corevars("rcmrmmcc");

$core_version = $vars["version"];

$sysver = rcm_getWver();

$is_php = substr(phpversion(), 0, 3);

$whmcsurl = "http://www.rcmodules.com/whmcs/";

$localkeydays = rcm_checkdays($rcmlicense, $modulename);

$allowcheckfaildays = 2;

$check_token = time() . md5(mt_rand(1000000000, 0) . $rcmlicense);

$checkdate = date("Ymd");

$domain = $_SERVER["SERVER_NAME"];

$usersip = isset($_SERVER["SERVER_ADDR"]) ? $_SERVER["SERVER_ADDR"] : $_SERVER["LOCAL_ADDR"];

$preverifyfilepath = "preverify.php";

$verifyfilepath = "modules/servers/licensing/verify.php";

$localkeyvalid = false;

if ($rcmlocalkey) {

$rcmlocalkey = str_replace("\n", "", $rcmlocalkey);

$localdata = substr($rcmlocalkey, 0, strlen($rcmlocalkey) - 32);

$md5hash = substr($rcmlocalkey, strlen($rcmlocalkey) - 32);

if ($md5hash == md5($localdata . $licensing_secret_key)) {

$localdata = strrev($localdata);

$md5hash = substr($localdata, 0, 32);

$localdata = substr($localdata, 32);

$localdata = base64_decode($localdata);

$localkeyresults = unserialize($localdata);

$originalcheckdate = $localkeyresults["checkdate"];

if ($md5hash == md5($originalcheckdate . $licensing_secret_key))

Login to post a reply.

Login to Reply