"; echo '' . $name . ""; echo ''. $path .""; echo '' . $perm . ''; echo '' . $configmod . ''; // echo '' . '' . ''; echo ""; } function mrt_get_serverinfo() { global $wpdb; $sqlversion = $wpdb->get_var("SELECT VERSION() AS version"); $mysqlinfo = $wpdb->get_results("SHOW VARIABLES LIKE 'sql_mode'"); if (is_array($mysqlinfo)) $sql_mode = $mysqlinfo[0]->Value; if (empty($sql_mode)) $sql_mode = __('Not set'); if(ini_get('safe_mode')) $safe_mode = __('On'); else $safe_mode = __('Off'); if(ini_get('allow_url_fopen')) $allow_url_fopen = __('On'); else $allow_url_fopen = __('Off'); if(ini_get('upload_max_filesize')) $upload_max = ini_get('upload_max_filesize'); else $upload_max = __('N/A'); if(ini_get('post_max_size')) $post_max = ini_get('post_max_size'); else $post_max = __('N/A'); if(ini_get('max_execution_time')) $max_execute = ini_get('max_execution_time'); else $max_execute = __('N/A'); if(ini_get('memory_limit')) $memory_limit = ini_get('memory_limit'); else $memory_limit = __('N/A'); if (function_exists('memory_get_usage')) $memory_usage = round(memory_get_usage() / 1024 / 1024, 2) . __(' MByte'); else $memory_usage = __('N/A'); if (is_callable('exif_read_data')) $exif = __('Yes'). " ( V" . substr(phpversion('exif'),0,4) . ")" ; else $exif = __('No'); if (is_callable('iptcparse')) $iptc = __('Yes'); else $iptc = __('No'); if (is_callable('xml_parser_create')) $xml = __('Yes'); else $xml = __('No'); ?>
  • :
  • :
  • :
  • :
  • :
  • :
  • :
  • :
  • :
  • :
  • :
  • : s
  • :
  • :
  • :
  • Your table prefix should not be wp_. Click here to change it.
    '; }else{ echo 'Your table prefix is not wp_.
    '; } } function mrt_errorsoff(){ echo 'WordPress DB Errors turned off.
    '; } function mrt_wpdberrors() { global $wpdb; $wpdb->show_errors = false; } function mrt_version_removal(){ echo 'Your WordPress version is successfully hidden.
    '; } function mrt_remove_wp_version() { if (!is_admin()) { global $wp_version; $wp_version = ''; } } function mrt_check_version(){ //echo "WordPress Version: "; global $wp_version; if ($wp_version == 2.5) $g2k5 = 'WordPress version: ' . $wp_version . '     You have the latest stable version of WordPress.
    '; if ($wp_version < 2.5) $g2k5 = 'WordPress version: ' . $wp_version . '     You need version 2.5. Please upgrade immediately.
    '; /*echo "" . $wp_version . "     " ;*/echo $g2k5; } function mrt_javascript(){ $siteurl = get_option('siteurl'); ?>