']); error_handle($error, '100%'); echo '

'.$l['scripts_ins'].'

'; if(optGET('showupdates')){ echo '
× '.$l['showing_only'].' '.$l['see_all'].'
'; } echo '
'; echo '
'.$l['link'].' '.$l['admin'].' '.$l['ins_time'].' '.$l['version'].' '.$l['options'].'
'; if(is_array($installations) && count($installations) > 0){ foreach($installations as $sid => $installs){ echo ' '; $ins_tr = array(); foreach($installs as $ik => $iv){ $iv['sid'] = get_sid_by_version($iv['ver'], $iv['sid']); $sign_on = has_sign_on($iv['sid']); $tmp_sid = is_upgradable($ik); $is_cloneable = is_cloneable($iv['sid']); $can_staging = can_staging($iv['sid']); $can_template = can_template_ins($iv['sid']); $ins_row = ''; if(!empty($tmp_sid)){ $tmp_upgradeto = implode(' or ', $tmp_sid); $tmp_sid = array_keys($tmp_sid); } $ins_row = ''; if(array_key_exists('is_staging', $iv)){ $ins_tr[$iv['is_staging']] .= $ins_row; }else{ if(!empty($ins_tr[$ik])){ $ins_tr[$ik] = $ins_row.$ins_tr[$ik]; }else{ $ins_tr[$ik] .= $ins_row; } } } echo implode('', $ins_tr); echo '
  '.(($sortby != 'domains') ? (empty($iscripts[$sid]) ? $l['no_info'] : ''.$iscripts[$sid]['name'].'') : $sid).'
'.$iv['softurl'].' '.datify($iv['itime']).' '.$iv['ver'].(!empty($tmp_sid) ? ' ' : ''). (!empty($iv['eu_auto_upgrade']) && empty($no_autoupgrade['disable_autoupgrade']) && empty($no_autoupgrade['scripts'][$iv['sid']]) && !empty($scripts[$iv['sid']]['auto_upgrade']) && empty($no_autoupgrade_acl) ? '' : '').' '.(can_wordpress_manager($iv['sid']) ? '' : '').' '.(!empty($can_publish) && ampps() ? '' : '' ).'' .(!empty($can_template) ? ' ' : '') .(!empty($can_staging) ? (!empty($iv['is_staging']) ? '' : '').' ' : '') .(!empty($is_cloneable) ? ' ' : '') .(empty($globals['disable_backup_restore']) ? '' : ''). '


'; } }else{ echo '
'.$l['no_ins'].'

'; } echo '

'; // List the installations of scripts which have been disabled by Softaculous or Admin // In this user can delete, backup, and restore the installations. // Clone and Upgrade are not possible as the packages wont be there. $show_disabled_scripts = apply_filters('show_disabled_scripts', true); if(is_array($disabled_scripts) && count($disabled_scripts) > 0 && !empty($show_disabled_scripts)){ echo '
'.$l['disabled_scripts'].'
'.$l['link'].' '.$l['admin'].' '.$l['ins_time'].' '.$l['version'].' '.$l['options'].'
'; foreach($disabled_scripts as $sid => $installs){ echo ''; foreach($installs as $ik => $iv){ echo ''; } echo '
  '.$l['no_info'].'
'.$iv['softurl'].' '.datify($iv['itime']).' '.$iv['ver'].'


'; } } echo '
'.csrf_display().'
'; // For CLASSES INSTALLATION LIST ksort($user['classes_ins']); if(count($user['classes_ins']) > 0){ echo '
'.$l['classes_ins'].'
'.$l['link'].' '.$l['ins_time'].' '.$l['version'].' '.$l['options'].'
'; $th = 0; //r_print($user['classes_ins']); echo ''; foreach($user['classes_ins'] as $k => $v){ foreach($v as $ik => $iv){ if($th == 0){ echo ''; } echo ''; $th = 1; } $th = 0; } echo '
'.$iv['name'].$iv['cid'].'
'.$iv['softpath'].' '.datify($iv['itime']).' '.$iv['ver'].'


'.$l['with_selected'].':    '.csrf_display().'

'; } echo '
'; softfooter(); } ?>