Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
'.var_export($resp, true));
}
}
foreach($plans as $pk => $pv){
if($pv['slug'] == 'free'){
$plans[$pk]['button_txt'] = 'Free';
continue;
}
if(empty($sitepad['license'])){
$plans[$pk]['button_txt'] = 'Purchase';
continue;
}
if(!empty($sitepad['license']['plan']) && $pv['slug'] == $sitepad['license']['plan']){
$plans[$pk]['button_txt'] = 'Renew';
$matched_plan = 1;
}else{
if(!empty($matched_plan)){
$plans[$pk]['button_txt'] = 'Upgrade';
}else{
$plans[$pk]['button_txt'] = 'Purchase';
$plans[$pk]['button_disable'] = 1;
}
}
}
//r_print($plans);
echo '
'.__('If you have already purchased the license you can enter the license key below and start using SitePad Premium').'
';
// Saved
if(!empty($GLOBALS['saved'])){
echo '
'.__('The license has been saved').'
';
}
// Any errors ?
if(!empty($error)){
pagelayer_report_error($error);echo ' ';
}
// Expired license ?
if(!empty($sitepad['license']) && empty($sitepad['license']['status'])){
$msg = !empty($sitepad['license']['status_msg']) ? $sitepad['license']['status_msg'] : __('There is no active license for this website. Please buy a license from the Client Center.');
echo '
'.$msg.'
';
}
//r_print($sitepad['license']);
// Show plan details
if(!empty($sitepad['license'])){
echo '
Current plan details
Plan Name : '.$plans[$sitepad['license']['plan']]['name'];
if(!empty($sitepad['license']['expires'])){
echo ' Expires : '.makedate($sitepad['license']['expires'], 'jS F Y');
}
echo ' License Key : '.$sitepad['license']['license'].'