• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Add Full Meridian Function to Myweb

Junior Spellweaver
Joined
Nov 18, 2012
Messages
133
Reaction score
23
PHP:
$api = My::app()->getApi();
$role = CAuth::selectedRoleId();
$roleData = $api->getRole($role);

if ($roleData['status']['meridian_data'] != '0000005000000000000000000000000500000064000000000000000100000000000000000000000000000000000000000000000000000000'){
	
	$roleData['status']['meridian_data'] = '0000005000000000000000000000000500000064000000000000000100000000000000000000000000000000000000000000000000000000';

	if($api->putRole($role, $roleData)) {
		echo 'success';
	}else {
		echo 'system error';
	}
}

This is just a idea the way add it as an addon to MyWeb Panel.
If you have any question let me know.
 
Joined
Apr 2, 2009
Messages
1,056
Reaction score
210
PHP:
$api = My::app()->getApi();
$role = CAuth::selectedRoleId();
$roleData = $api->getRole($role);

if ($roleData['status']['meridian_data'] != '0000005000000000000000000000000500000064000000000000000100000000000000000000000000000000000000000000000000000000'){
	
	$roleData['status']['meridian_data'] = '0000005000000000000000000000000500000064000000000000000100000000000000000000000000000000000000000000000000000000';

	if($api->putRole($role, $roleData)) {
		echo 'success';
	}else {
		echo 'system error';
	}
}

This is just a idea the way add it as an addon to MyWeb Panel.
If you have any question let me know.
thanks
 
Initiate Mage
Joined
Dec 26, 2019
Messages
1
Reaction score
0
help

what do you mean?
How do I add it to my administration or user panel?



bhashana - Add Full Meridian Function to Myweb - RaGEZONE Forums


















 
Back
Top