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
$v){ //switch_to_blog( $orig_blog_id ); // Post count $v['post_stats'] = wp_count_posts(); $v['post_count'] = $v['post_stats']->publish + $v['post_stats']->draft; // Page count $v['page_stats'] = wp_count_posts('page'); $v['page_count'] = $v['page_stats']->publish + $v['page_stats']->draft; $v['space_allowed'] = get_option( 'sitepad_allowed_space' ); $v['space_used'] = get_option( 'sitepad_used_space' ); // Total Stats $total_stats['post_count'] += $v['post_count']; $total_stats['page_count'] += $v['page_count']; $total_stats['space_used'] = $v['space_used']; //Show Total space used.. $total_stats['space_allowed'] = $v['space_allowed']; //Show Total space allowed.. $all_sites[$orig_blog_id] = $v; //} //r_print($all_sites); //switch_to_blog( $orig_blog_id ); if(get_site_option('upload_space_check_disabled') || empty($total_stats['space_allowed'])){ $show_allowed = 'Unlimited'; $total_stats['space_allowed'] = 1; }else{ if( $total_stats['space_used'] > 1000){ $show_allowed = ceil(round(number_format($total_stats['space_used'] / KB_IN_BYTES ), 2)); /* translators: Gigabytes */ $show_allowed .= __( 'GB' ); }else{ $show_allowed = ceil(round(number_format($total_stats['space_used'] ), 2)); /* translators: Megabytes */ $show_allowed .= __( 'MB' ); } $show_allowed .= '/'; if( $total_stats['space_allowed'] > 1000){ $show_allowed .= number_format( $total_stats['space_allowed'] / KB_IN_BYTES ); /* translators: Gigabytes */ $show_allowed .= __( 'GB' ); }else{ $show_allowed .= number_format( $total_stats['space_allowed'] ); /* translators: Megabytes */ $show_allowed .= __( 'MB' ); } } ?>
'.__('Sites').'


'.count($all_sites).' '.__('Active Sites').'

'; ?>
'.__('Pages').'

'.__('Current Site').' : '.$all_sites[$orig_blog_id]['page_count'].'
'.__('Total').' : '.$total_stats['page_count'].'

'; ?>
'.__('Posts').'

'.__('Current Site').' : '.$all_sites[$orig_blog_id]['post_count'].'
'.__('Total').' : '.$total_stats['post_count'].'

'; ?>
'.__('Media Usage').'

'.$show_allowed.'

'; ?>
'.__('Recently Added Themes').'
'; } ?>