wp/wp-content/plugins/portfolio/bws_menu/bws_menu.php
changeset 5 5e2f62d02dcd
parent 0 d970ebf37754
child 7 cf61fcea0001
equal deleted inserted replaced
4:346c88efed21 5:5e2f62d02dcd
     1 <?php
     1 <?php
     2 /*
     2 /*
     3  Function for displaying BestWebSoft menu
     3 * Function for displaying BestWebSoft menu
       
     4 * Version: 1.6.2
     4 */
     5 */
       
     6 
       
     7 if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
       
     8 	require_once( dirname( __FILE__ ) . '/bws_functions.php' );
       
     9 
     5 if ( ! function_exists( 'bws_add_menu_render' ) ) {
    10 if ( ! function_exists( 'bws_add_menu_render' ) ) {
     6 	function bws_add_menu_render() {
    11 	function bws_add_menu_render() {
     7 		global $wpdb, $wp_version, $title;
    12 		global $wpdb, $wp_version, $bws_plugin_info;
     8 		$active_plugins = get_option('active_plugins');
    13 		$error = $message = $bwsmn_form_email = '';
       
    14 		$bws_donate_link = 'http://bestwebsoft.com/donate/';
       
    15 
       
    16 		if ( ! function_exists( 'is_plugin_active_for_network' ) )
       
    17 			require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
       
    18 
       
    19 		if ( function_exists( 'is_multisite' ) )
       
    20 			$admin_url = ( ! is_multisite() ) ? admin_url( '/' ) : network_admin_url( '/' );
       
    21 		else
       
    22 			$admin_url = admin_url( '/' );
       
    23 
       
    24 		$bws_plugins = array(
       
    25 			'captcha/captcha.php' => array(
       
    26 				'name'			=> 'Captcha',
       
    27 				'description'	=> 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
       
    28 				'link'			=> 'http://bestwebsoft.com/products/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    29 				'download'		=> 'http://bestwebsoft.com/products/captcha/download/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    30 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins',
       
    31 				'settings'		=> 'admin.php?page=captcha.php',
       
    32 				'pro_version'	=> 'captcha-pro/captcha_pro.php',
       
    33 				'purchase'		=> 'http://bestwebsoft.com/products/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    34 				'pro_settings'	=> 'admin.php?page=captcha_pro.php'
       
    35 			),
       
    36 			'contact-form-plugin/contact_form.php' => array(
       
    37 				'name'			=> 'Contact Form',
       
    38 				'description'	=> 'Add Contact Form to your WordPress website.',
       
    39 				'link'			=> 'http://bestwebsoft.com/products/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    40 				'download'		=> 'http://bestwebsoft.com/products/contact-form/download/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    41 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins',
       
    42 				'settings'		=> 'admin.php?page=contact_form.php',
       
    43 				'pro_version'	=> 'contact-form-pro/contact_form_pro.php',
       
    44 				'purchase'		=> 'http://bestwebsoft.com/products/contact-form/buy/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    45 				'pro_settings'	=> 'admin.php?page=contact_form_pro.php'
       
    46 			),
       
    47 			'facebook-button-plugin/facebook-button-plugin.php' => array(
       
    48 				'name'			=> 'Facebook Like Button',
       
    49 				'description'	=> 'Allows you to add the Follow and Like buttons the easiest way.',
       
    50 				'link'			=> 'http://bestwebsoft.com/products/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    51 				'download'		=> 'http://bestwebsoft.com/products/facebook-like-button/download/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    52 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
       
    53 				'settings'		=> 'admin.php?page=facebook-button-plugin.php',
       
    54 				'pro_version'	=> 'facebook-button-pro/facebook-button-pro.php',
       
    55 				'purchase' 		=> 'http://bestwebsoft.com/products/facebook-like-button/buy/?k=8da168e60a831cfb3525417c333ad275&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    56 				'pro_settings' 	=> 'admin.php?page=facebook-button-pro.php'
       
    57 			),
       
    58 			'twitter-plugin/twitter.php' => array(
       
    59 				'name'			=> 'Twitter',
       
    60 				'description'	=> 'Allows you to add the Twitter "Follow" and "Like" buttons the easiest way.',
       
    61 				'link'			=> 'http://bestwebsoft.com/products/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    62 				'download'		=> 'http://bestwebsoft.com/products/twitter/download/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    63 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
       
    64 				'settings'		=> 'admin.php?page=twitter.php',
       
    65 				'pro_version'	=> 'twitter-pro/twitter-pro.php',
       
    66 				'purchase' 		=> 'http://bestwebsoft.com/products/twitter/buy/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    67 				'pro_settings' 	=> 'admin.php?page=twitter-pro.php'
       
    68 			),
       
    69 			'portfolio/portfolio.php' => array(
       
    70 				'name'			=> 'Portfolio',
       
    71 				'description'	=> 'Allows you to create a page with the information about your past projects.',
       
    72 				'link'			=> 'http://bestwebsoft.com/products/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    73 				'download'		=> 'http://bestwebsoft.com/products/portfolio/download/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    74 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins',
       
    75 				'settings'		=> 'admin.php?page=portfolio.php',
       
    76 				'pro_version'	=> 'portfolio-pro/portfolio-pro.php',
       
    77 				'purchase' 		=> 'http://bestwebsoft.com/products/portfolio/buy/?k=2cc716026197d36538a414b728e49fdd&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    78 				'pro_settings' 	=> 'admin.php?page=portfolio-pro.php'
       
    79 			),
       
    80 			'gallery-plugin/gallery-plugin.php' => array(
       
    81 				'name'			=> 'Gallery',
       
    82 				'description'	=> 'Allows you to implement a Gallery page into your website.',
       
    83 				'link'			=> 'http://bestwebsoft.com/products/gallery/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    84 				'download'		=> 'http://bestwebsoft.com/products/gallery/download/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    85 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
       
    86 				'settings'		=> 'admin.php?page=gallery-plugin.php',
       
    87 				'pro_version'	=> 'gallery-plugin-pro/gallery-plugin-pro.php',
       
    88 				'purchase'		=> 'http://bestwebsoft.com/products/gallery/buy/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    89 				'pro_settings'	=> 'admin.php?page=gallery-plugin-pro.php'
       
    90 			),
       
    91 			'adsense-plugin/adsense-plugin.php'=> array(
       
    92 				'name'			=> 'Google AdSense by BestWebSoft',
       
    93 				'description'	=> 'Allows Google AdSense implementation to your website.',
       
    94 				'link'			=> 'http://bestwebsoft.com/products/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    95 				'download'		=> 'http://bestwebsoft.com/products/google-adsense/download/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
    96 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins',
       
    97 				'settings'		=> 'admin.php?page=adsense-plugin.php'
       
    98 			),
       
    99 			'custom-search-plugin/custom-search-plugin.php'=> array(
       
   100 				'name'			=> 'Custom Search',
       
   101 				'description'	=> 'Allows to extend your website search functionality by adding a custom post type.',
       
   102 				'link'			=> 'http://bestwebsoft.com/products/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   103 				'download'		=> 'http://bestwebsoft.com/products/custom-search/download/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   104 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
       
   105 				'settings'		=> 'admin.php?page=custom_search.php'
       
   106 			),
       
   107 			'quotes-and-tips/quotes-and-tips.php'=> array(
       
   108 				'name'			=> 'Quotes and Tips',
       
   109 				'description'	=> 'Allows you to implement quotes & tips block into your web site.',
       
   110 				'link'			=> 'http://bestwebsoft.com/products/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   111 				'download'		=> 'http://bestwebsoft.com/products/quotes-and-tips/download/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   112 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins',
       
   113 				'settings'		=> 'admin.php?page=quotes-and-tips.php'
       
   114 			),
       
   115 			'google-sitemap-plugin/google-sitemap-plugin.php'=> array(
       
   116 				'name'			=> 'Google Sitemap by BestWebSoft',
       
   117 				'description'	=> 'Allows you to add sitemap file to Google Webmaster Tools.',
       
   118 				'link'			=> 'http://bestwebsoft.com/products/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   119 				'download'		=> 'http://bestwebsoft.com/products/google-sitemap/download/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   120 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins',
       
   121 				'settings'		=> 'admin.php?page=google-sitemap-plugin.php',
       
   122 				'pro_version'	=> 'google-sitemap-pro/google-sitemap-pro.php',
       
   123 				'purchase'		=> 'http://bestwebsoft.com/products/google-sitemap/buy/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   124 				'pro_settings'	=> 'admin.php?page=google-sitemap-pro.php'
       
   125 			),
       
   126 			'updater/updater.php'=> array(
       
   127 				'name'			=> 'Updater',
       
   128 				'description'	=> 'Allows you to update plugins and WP core.',
       
   129 				'link'			=> 'http://bestwebsoft.com/products/updater/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   130 				'download'		=> 'http://bestwebsoft.com/products/updater/download/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   131 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins',
       
   132 				'settings'		=> 'admin.php?page=updater-options',
       
   133 				'pro_version'	=> 'updater-pro/updater_pro.php',
       
   134 				'purchase' 		=> 'http://bestwebsoft.com/products/updater/buy/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   135 				'pro_settings' 	=> 'admin.php?page=updater-pro-options'
       
   136 			),
       
   137 			'custom-fields-search/custom-fields-search.php'=> array(
       
   138 				'name'			=> 'Custom Fields Search',
       
   139 				'description'	=> 'Allows you to add website search any existing custom fields.',
       
   140 				'link'			=> 'http://bestwebsoft.com/products/custom-fields-search/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   141 				'download'		=> 'http://bestwebsoft.com/products/custom-fields-search/download/?k=f3f8285bb069250c42c6ffac95ed3284&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   142 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins',
       
   143 				'settings'		=> 'admin.php?page=custom_fields_search.php'
       
   144 			),
       
   145 			'google-one/google-plus-one.php' => array(
       
   146 				'name'			=> 'Google +1 by BestWebSoft',
       
   147 				'description'	=> 'Allows you to see how many times your page has been liked on Google Search Engine as well as who has liked the article.',
       
   148 				'link'			=> 'http://bestwebsoft.com/products/google-plus-one/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   149 				'download'		=> 'http://bestwebsoft.com/products/google-plus-one/download/?k=ce7a88837f0a857b3a2bb142f470853c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   150 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins',
       
   151 				'settings'		=> 'admin.php?page=google-plus-one.php',
       
   152 				'pro_version'	=> 'google-one-pro/google-plus-one-pro.php',
       
   153 				'purchase' 		=> 'http://bestwebsoft.com/products/google-plus-one/buy/?k=f4b0a62d155c9df9601a0531ad5bd832&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   154 				'pro_settings' 	=> 'admin.php?page=google-plus-one-pro.php'
       
   155 			),
       
   156 			'relevant/related-posts-plugin.php' => array(
       
   157 				'name'			=> 'Relevant - Related Posts',
       
   158 				'description'	=> 'Allows you to display related posts with similar words in category, tags, title or by adding special meta key for posts.',
       
   159 				'link'			=> 'http://bestwebsoft.com/products/related-posts/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   160 				'download'		=> 'http://bestwebsoft.com/products/related-posts/download/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   161 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins',
       
   162 				'settings'		=> 'admin.php?page=related-posts-plugin.php'
       
   163 			),
       
   164 			'contact-form-to-db/contact_form_to_db.php' => array(
       
   165 				'name'			=> 'Contact Form To DB',
       
   166 				'description'	=> 'Allows you to manage the messages that have been sent from your site.',
       
   167 				'link'			=> 'http://bestwebsoft.com/products/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   168 				'download'		=> 'http://bestwebsoft.com/products/contact-form-to-db/download/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   169 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&s=Contact+Form+to+DB+bestwebsoft&plugin-search-input=Search+Plugins',
       
   170 				'settings'		=> 'admin.php?page=cntctfrmtdb_settings',
       
   171 				'pro_version'	=> 'contact-form-to-db-pro/contact_form_to_db_pro.php',
       
   172 				'purchase' 		=> 'http://bestwebsoft.com/products/contact-form-to-db/buy/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   173 				'pro_settings' 	=> 'admin.php?page=cntctfrmtdbpr_settings'
       
   174 			),
       
   175 			'pdf-print/pdf-print.php' => array(
       
   176 				'name'			=> 'PDF & Print',
       
   177 				'description'	=> 'Allows you to create PDF and Print page with adding appropriate buttons to the content.',
       
   178 				'link'			=> 'http://bestwebsoft.com/products/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   179 				'download'		=> 'http://bestwebsoft.com/products/pdf-print/download/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   180 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&s=PDF+Print+Bestwebsoft&plugin-search-input=Search+Plugins',
       
   181 				'settings'		=> 'admin.php?page=pdf-print.php',
       
   182 				'pro_version'	=> 'pdf-print-pro/pdf-print-pro.php',
       
   183 				'purchase' 		=> 'http://bestwebsoft.com/products/pdf-print/buy/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   184 				'pro_settings' 		=> 'admin.php?page=pdf-print-pro.php'
       
   185 			),
       
   186 			'donate-button/donate.php' => array(
       
   187 				'name'			=> 'Donate',
       
   188 				'description'	=> 'Makes it possible to place donation buttons of various payment systems on your web page.',
       
   189 				'link'			=> 'http://bestwebsoft.com/products/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   190 				'download'		=> 'http://bestwebsoft.com/products/donate/download/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   191 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&s=Donate+Bestwebsoft&plugin-search-input=Search+Plugins',
       
   192 				'settings'		=> 'admin.php?page=donate.php'
       
   193 			),
       
   194 			'post-to-csv/post-to-csv.php' => array(
       
   195 				'name'			=> 'Post To CSV',
       
   196 				'description'	=> 'The plugin allows to export posts of any types to a csv file.',
       
   197 				'link'			=> 'http://bestwebsoft.com/products/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   198 				'download'		=> 'http://bestwebsoft.com/products/post-to-csv/download/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   199 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&s=Post+To+CSV+Bestwebsoft&plugin-search-input=Search+Plugins',
       
   200 				'settings'		=> 'admin.php?page=post-to-csv.php'
       
   201 			),
       
   202 			'google-shortlink/google-shortlink.php' => array(
       
   203 				'name'			=> 'Google Shortlink by BestWebSoft',
       
   204 				'description'	=> 'Allows you to get short links from goo.gl servise without leaving your site.',
       
   205 				'link'			=> 'http://bestwebsoft.com/products/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   206 				'download'		=> 'http://bestwebsoft.com/products/google-shortlink/download/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   207 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&s=Google+Shortlink+Bestwebsoft&plugin-search-input=Search+Plugins',
       
   208 				'settings'		=> 'admin.php?page=gglshrtlnk_options'
       
   209 			),
       
   210 			'htaccess/htaccess.php' => array(
       
   211 				'name'			=> 'Htaccess',
       
   212 				'description'	=> 'Allows controlling access to your website using the directives Allow and Deny.',
       
   213 				'link'			=> 'http://bestwebsoft.com/products/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   214 				'download'		=> 'http://bestwebsoft.com/products/htaccess/download/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   215 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&s=Htaccess+Bestwebsoft&plugin-search-input=Search+Plugins',
       
   216 				'settings'		=> 'admin.php?page=htaccess.php',
       
   217 				'pro_version'	=> 'htaccess-pro/htaccess-pro.php',
       
   218 				'purchase' 		=> 'http://bestwebsoft.com/products/htaccess/buy/?k=59e9209a32864be534fda77d5e591c15&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   219 				'pro_settings' 	=> 'admin.php?page=htaccess-pro.php'
       
   220 			),
       
   221 			'google-captcha/google-captcha.php' => array(
       
   222 				'name'			=> 'Google Captcha (reCAPTCHA) by BestWebSoft',
       
   223 				'description'	=> 'Plugin intended to prove that the visitor is a human being and not a spam robot.',
       
   224 				'link'			=> 'http://bestwebsoft.com/products/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   225 				'download'		=> 'http://bestwebsoft.com/products/google-captcha/download/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   226 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&s=Google+Captcha+Bestwebsoft&plugin-search-input=Search+Plugins',
       
   227 				'settings'		=> 'admin.php?page=google-captcha.php'
       
   228 			),
       
   229 			'sender/sender.php' => array(
       
   230 				'name'			=> 'Sender',
       
   231 				'description'	=> 'You can send mails to all users or to certain categories of users.',
       
   232 				'link'			=> 'http://bestwebsoft.com/products/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   233 				'download'		=> 'http://bestwebsoft.com/products/sender/download/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   234 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&s=Sender+Bestwebsoft&plugin-search-input=Search+Plugins',
       
   235 				'settings'		=> 'admin.php?page=sndr_settings',
       
   236 				'pro_version'	=> 'sender-pro/sender-pro.php',
       
   237 				'purchase' 		=> 'http://bestwebsoft.com/products/sender/buy/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   238 				'pro_settings'	=> 'admin.php?page=sndrpr_settings'
       
   239 			),
       
   240 			'subscriber/subscriber.php' => array(
       
   241 				'name'			=> 'Subscriber',
       
   242 				'description'	=> 'This plugin allows you to subscribe users for newsletters from your website.',
       
   243 				'link'			=> 'http://bestwebsoft.com/products/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   244 				'download'		=> 'http://bestwebsoft.com/products/subscriber/download/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   245 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&s=Subscriber+Bestwebsoft&plugin-search-input=Search+Plugins',
       
   246 				'settings'		=> 'admin.php?page=sbscrbr_settings_page',
       
   247 				'pro_version'	=> 'subscriber-pro/subscriber-pro.php',
       
   248 				'purchase' 		=> 'http://bestwebsoft.com/products/subscriber/buy/?k=02dbb8b549925d9b74e70adc2a7282e4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   249 				'pro_settings' 	=> 'admin.php?page=sbscrbrpr_settings_page'
       
   250 			),
       
   251 			'contact-form-multi/contact-form-multi.php' => array(
       
   252 				'name'			=> 'Contact Form Multi',
       
   253 				'description'	=> 'Add-on to the Contact Form plugin that allows to create and implement multiple contact forms.',
       
   254 				'link'			=> 'http://bestwebsoft.com/products/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   255 				'download'		=> 'http://bestwebsoft.com/products/contact-form-multi/download/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   256 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&s=Contact+Form+Multi+Bestwebsoft&plugin-search-input=Search+Plugins',
       
   257 				'settings'		=> '',
       
   258 				'pro_version'	=> 'contact-form-multi-pro/contact-form-multi-pro.php',
       
   259 				'purchase' 		=> 'http://bestwebsoft.com/products/contact-form-multi/buy/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   260 				'pro_settings' 	=> ''
       
   261 			),
       
   262 			'bws-google-maps/bws-google-maps.php' => array(
       
   263 				'name'			=> 'Google Maps by BestWebSoft',
       
   264 				'description'	=> 'Easy to set up and insert Google Maps to your website.',
       
   265 				'link'			=> 'http://bestwebsoft.com/products/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   266 				'download'		=> 'http://bestwebsoft.com/products/bws-google-maps/download/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   267 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&s=Google+Maps+Bestwebsoft&plugin-search-input=Search+Plugins',
       
   268 				'settings'		=> 'admin.php?page=bws-google-maps.php',
       
   269 				'pro_version'	=> 'bws-google-maps-pro/bws-google-maps-pro.php',
       
   270 				'purchase' 		=> 'http://bestwebsoft.com/products/bws-google-maps/buy/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   271 				'pro_settings' 	=> 'admin.php?page=bws-google-maps-pro.php'
       
   272 			),
       
   273 			'bws-google-analytics/bws-google-analytics.php' => array(
       
   274 				'name'			=> 'Google Analytics by BestWebSoft',
       
   275 				'description'	=> 'Allows you to retrieve basic stats from Google Analytics account and add the tracking code to your blog.',
       
   276 				'link'			=> 'http://bestwebsoft.com/products/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   277 				'download'		=> 'http://bestwebsoft.com/products/bws-google-analytics/download/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   278 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&s=Google+Analytics+Bestwebsoft&plugin-search-input=Search+Plugins',
       
   279 				'settings'		=> 'admin.php?page=bws-google-analytics.php',
       
   280 				'pro_version'	=> 'bws-google-analytics-pro/bws-google-analytics-pro.php',
       
   281 				'purchase' 		=> 'http://bestwebsoft.com/products/bws-google-analytics/buy/?k=83796e84fec3f70ecfcc8894a73a6c4a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   282 				'pro_settings' 	=> 'admin.php?page=bws-google-analytics-pro.php'
       
   283 			),
       
   284 			'db-manager/db-manager.php' => array(
       
   285 				'name'			=> 'DB manager',
       
   286 				'description'	=> 'Allows you to download the latest version of PhpMyadmin and Dumper and manage your site.',
       
   287 				'link'			=> 'http://bestwebsoft.com/products/db-manager/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   288 				'download'		=> 'http://bestwebsoft.com/products/db-manager/download/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   289 				'wp_install'	=> 'http://bestwebsoft.com/products/db-manager/download/?k=01ed9731780d87f85f5901064b7d76d8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   290 				'settings'		=> 'admin.php?page=db-manager.php'
       
   291 			),
       
   292 			'user-role/user-role.php' => array(
       
   293 				'name'			=> 'User Role',
       
   294 				'description'	=> 'Allows to change wordpress user role capabilities.',
       
   295 				'link'			=> 'http://bestwebsoft.com/products/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   296 				'download'		=> 'http://bestwebsoft.com/products/user-role/download/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   297 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&s=User+Role+BestWebSoft&plugin-search-input=Search+Plugins',
       
   298 				'settings'		=> 'admin.php?page=user-role.php',
       
   299 				'pro_version'	=> 'user-role-pro/user-role-pro.php',
       
   300 				'purchase' 		=> 'http://bestwebsoft.com/products/user-role/buy/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   301 				'pro_settings' 	=> 'admin.php?page=user-role-pro.php'
       
   302 			),
       
   303 			'email-queue/email-queue.php' => array(
       
   304 				'name'			=> 'Email Queue',
       
   305 				'description'	=> 'Allows to manage email massages sent by BestWebSoft plugins.',
       
   306 				'link'			=> 'http://bestwebsoft.com/products/email-queue/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   307 				'download'		=> 'http://bestwebsoft.com/products/email-queue/download/?k=e345e1b6623f0dca119bc2d9433b130b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   308 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&s=Email+Queue+BestWebSoft&plugin-search-input=Search+Plugins',
       
   309 				'settings'		=> 'admin.php?page=mlq_settings'
       
   310 			),
       
   311 			'limit-attempts/limit-attempts.php' => array(
       
   312 				'name'			=> 'Limit Attempts',
       
   313 				'description'	=> 'Allows you to limit rate of login attempts by the ip, and create whitelist and blacklist.',
       
   314 				'link'			=> 'http://bestwebsoft.com/products/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   315 				'download'		=> 'http://bestwebsoft.com/products/limit-attempts/download/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   316 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&s=Limit+Attempts+BestWebSoft&plugin-search-input=Search+Plugins',
       
   317 				'settings'		=> 'admin.php?page=limit-attempts.php',
       
   318 				'pro_version'	=> 'limit-attempts-pro/limit-attempts-pro.php',
       
   319 				'purchase' 		=> 'http://bestwebsoft.com/products/limit-attempts/buy/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   320 				'pro_settings'	=> 'admin.php?page=limit-attempts-pro.php'
       
   321 			),
       
   322 			'job-board/job-board.php' => array(
       
   323 				'name'			=> 'Job board',
       
   324 				'description'	=> 'Allows to create a job-board page on your site.',
       
   325 				'link'			=> 'http://bestwebsoft.com/products/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   326 				'download'		=> 'http://bestwebsoft.com/products/job-board/download/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   327 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Job+board+BestWebSoft&plugin-search-input=Search+Plugins',
       
   328 				'settings'		=> 'admin.php?page=job-board.php'
       
   329 			),
       
   330 			'multilanguage/multilanguage.php' => array(
       
   331 				'name'			=> 'Multilanguage',
       
   332 				'description'	=> 'Allows to create content on a Wordpress site in different languages.',
       
   333 				'link'			=> 'http://bestwebsoft.com/products/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   334 				'download'		=> 'http://bestwebsoft.com/products/multilanguage/download/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   335 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Multilanguage+BestWebSoft&plugin-search-input=Search+Plugins',
       
   336 				'settings'		=> 'admin.php?page=mltlngg_settings'
       
   337 			),
       
   338 			'bws-popular-posts/bws-popular-posts.php' => array(
       
   339 				'name'			=> 'Popular Posts by BestWebSoft',
       
   340 				'description'	=> 'This plugin will help you can display the most popular posts on your blog in the widget.',
       
   341 				'link'			=> 'http://bestwebsoft.com/products/popular-posts/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   342 				'download'		=> 'http://bestwebsoft.com/products/popular-posts/download/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   343 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Popular+Posts+BestWebSoft&plugin-search-input=Search+Plugins',
       
   344 				'settings'		=> 'admin.php?page=popular-posts.php'
       
   345 			),
       
   346 			'bws-testimonials/bws-testimonials.php' => array(
       
   347 				'name'			=> 'Testimonials by BestWebSoft',
       
   348 				'description'	=> 'Allows creating and displaying a Testimonial on your website.',
       
   349 				'link'			=> 'http://bestwebsoft.com/products/testimonials/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   350 				'download'		=> 'http://bestwebsoft.com/products/testimonials/download/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   351 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Testimonials+BestWebSoft&plugin-search-input=Search+Plugins',
       
   352 				'settings'		=> 'admin.php?page=testimonials.php'
       
   353 			),
       
   354 			'bws-featured-posts/bws-featured-posts.php' => array(
       
   355 				'name'			=> 'Featured Posts by BestWebSoft',
       
   356 				'description'	=> 'Displays featured posts randomly on any website page.',
       
   357 				'link'			=> 'http://bestwebsoft.com/products/featured-posts/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   358 				'download'		=> 'http://bestwebsoft.com/products/featured-posts/download/?k=f0afb31185ba7c7d6d598528d69f6d97&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   359 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Featured+Posts+BestWebSoft&plugin-search-input=Search+Plugins',
       
   360 				'settings'		=> 'admin.php?page=featured-posts.php'
       
   361 			),
       
   362 			'gallery-categories/gallery-categories.php' => array(
       
   363 				'name'			=> 'Gallery Categories',
       
   364 				'description'	=> 'Add-on for Gallery Plugin by BestWebSoft',
       
   365 				'link'			=> 'http://bestwebsoft.com/products/gallery-categories/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   366 				'download'		=> 'http://bestwebsoft.com/products/gallery-categories/download/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   367 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Gallery+Categories+BestWebSoft&plugin-search-input=Search+Plugins',
       
   368 				'settings'		=> ''
       
   369 			),
       
   370 			're-attacher/re-attacher.php' => array(
       
   371 				'name'			=> 'Re-attacher',
       
   372 				'description'	=> 'This plugin allows to attach, unattach or reattach media item in different post.',
       
   373 				'link'			=> 'http://bestwebsoft.com/products/re-attacher/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   374 				'download'		=> 'http://bestwebsoft.com/products/re-attacher/download/?k=4d529f116d2b7f7df3a78018c383f975&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   375 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Re-attacher+BestWebSoft&plugin-search-input=Search+Plugins',
       
   376 				'settings'		=> 'admin.php?page=re-attacher.php'
       
   377 			),
       
   378 			'bws-smtp/bws-smtp.php' => array(
       
   379 				'name'			=> 'SMTP by BesWebSoft',
       
   380 				'description'	=> 'This plugin introduces an easy way to configure sending email messages via SMTP.',
       
   381 				'link'			=> 'http://bestwebsoft.com/products/bws-smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   382 				'download'		=> 'http://bestwebsoft.com/products/bws-smtp/download/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   383 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=SMTP+BestWebSoft&plugin-search-input=Search+Plugins',
       
   384 				'settings'		=> 'admin.php?page=bwssmtp_settings'
       
   385 			),
       
   386 			'promobar/promobar.php' => array(
       
   387 				'name'			=> 'PromoBar',
       
   388 				'description'	=> 'This plugin allows placing banners with any data on your website.',
       
   389 				'link'			=> 'http://bestwebsoft.com/products/promobar/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   390 				'download'		=> 'http://bestwebsoft.com/products/promobar/download/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   391 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=PromoBar+BestWebSoft&plugin-search-input=Search+Plugins',
       
   392 				'settings'		=> 'admin.php?page=promobar.php',
       
   393 				'pro_version'	=> 'promobar-pro/promobar-pro.php',
       
   394 				'purchase' 		=> 'http://bestwebsoft.com/products/promobar/buy/?k=a9b09708502f12a1483532ba12fe2103&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   395 				'pro_settings'	=> 'admin.php?page=promobar-pro.php'
       
   396 			),
       
   397 			'realty/realty.php' => array(
       
   398 				'name'			=> 'Realty',
       
   399 				'description'	=> 'A convenient plugin that adds Real Estate functionality.',
       
   400 				'link'			=> 'http://bestwebsoft.com/products/realty/?k=d55de979dbbbb7af0b2ff1d7f43884fa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   401 				'download'		=> 'http://bestwebsoft.com/products/realty/download/?k=d55de979dbbbb7af0b2ff1d7f43884fa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   402 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Realty+BestWebSoft&plugin-search-input=Search+Plugins',
       
   403 				'settings'		=> 'admin.php?page=realty_settings',
       
   404 				'pro_version'	=> 'realty-pro/realty-pro.php',
       
   405 				'purchase' 		=> 'http://bestwebsoft.com/products/realty/buy/?k=c7791f0a72acfb36f564a614dbccb474&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   406 				'pro_settings'	=> 'admin.php?page=realty_pro_settings'
       
   407 			),
       
   408 			'zendesk-help-center/zendesk-help-center.php' => array(
       
   409 				'name'			=> 'Zendesk Help Center Backup',
       
   410 				'description'	=> 'This plugin allows to backup Zendesk Help Center.',
       
   411 				'link'			=> 'http://bestwebsoft.com/products/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   412 				'download'		=> 'http://bestwebsoft.com/products/zendesk-help-center/download/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   413 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Zendesk+Help+Center+Backup+BestWebSoft&plugin-search-input=Search+Plugins',
       
   414 				'settings'		=> 'admin.php?page=zendesk_hc.php&tab=settings'
       
   415 			),
       
   416 			'social-buttons-pack/social-buttons-pack.php' => array(
       
   417 				'name'			=> 'Social Buttons Pack',
       
   418 				'description'	=> 'Add Social buttons to your WordPress website.',
       
   419 				'link'			=> 'http://bestwebsoft.com/products/social-buttons-pack/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   420 				'download'		=> 'http://bestwebsoft.com/products/social-buttons-pack/download/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   421 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Social+Buttons+Pack+BestWebSoft&plugin-search-input=Search+Plugins',
       
   422 				'settings'		=> 'admin.php?page=social-buttons.php'
       
   423 			),
       
   424 			'pagination/pagination.php' => array(
       
   425 				'name'			=> 'Pagination',
       
   426 				'description'	=> 'Add pagination block to your WordPress website.',
       
   427 				'link'			=> 'http://bestwebsoft.com/products/pagination/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   428 				'download'		=> 'http://bestwebsoft.com/products/pagination/download/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
       
   429 				'wp_install'	=> $admin_url . 'plugin-install.php?tab=search&type=term&s=Pagination+BestWebSoft&plugin-search-input=Search+Plugins',
       
   430 				'settings'		=> 'admin.php?page=pagination.php'
       
   431 			)
       
   432 		);
       
   433 
     9 		$all_plugins = get_plugins();
   434 		$all_plugins = get_plugins();
    10 		$error = '';
   435 		$active_plugins = get_option( 'active_plugins' );
    11 		$message = '';
   436 		$recommend_plugins = array_diff_key( $bws_plugins, $all_plugins );
    12 		$bwsmn_form_email = '';
   437 		$bws_plugins_pro = array();
    13 
   438 
    14 		$array_activate = array();
   439 		foreach ( $bws_plugins as $key_plugin => $value_plugin ) {
    15 		$array_install	= array();
   440 			if ( ! isset( $all_plugins[ $key_plugin ] ) && isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) {
    16 		$array_recomend = array();
   441 				unset( $recommend_plugins[ $key_plugin ] );
    17 		$count_activate = $count_install = $count_recomend = 0;
       
    18 		$array_plugins	= array(
       
    19 			array( 'captcha\/captcha.php', 'Captcha', 'http://bestwebsoft.com/plugin/captcha-plugin/', 'http://bestwebsoft.com/plugin/captcha-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Captcha+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=captcha.php' ), 
       
    20 			array( 'contact-form-plugin\/contact_form.php', 'Contact Form', 'http://bestwebsoft.com/plugin/contact-form/', 'http://bestwebsoft.com/plugin/contact-form/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Contact+Form+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=contact_form.php' ), 
       
    21 			array( 'facebook-button-plugin\/facebook-button-plugin.php', 'Facebook Like Button Plugin', 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/', 'http://bestwebsoft.com/plugin/facebook-like-button-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Facebook+Like+Button+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=facebook-button-plugin.php' ), 
       
    22 			array( 'twitter-plugin\/twitter.php', 'Twitter Plugin', 'http://bestwebsoft.com/plugin/twitter-plugin/', 'http://bestwebsoft.com/plugin/twitter-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Twitter+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=twitter.php' ), 
       
    23 			array( 'portfolio\/portfolio.php', 'Portfolio', 'http://bestwebsoft.com/plugin/portfolio-plugin/', 'http://bestwebsoft.com/plugin/portfolio-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=portfolio.php' ),
       
    24 			array( 'gallery-plugin\/gallery-plugin.php', 'Gallery', 'http://bestwebsoft.com/plugin/gallery-plugin/', 'http://bestwebsoft.com/plugin/gallery-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=gallery-plugin.php' ),
       
    25 			array( 'adsense-plugin\/adsense-plugin.php', 'Google AdSense Plugin', 'http://bestwebsoft.com/plugin/google-adsense-plugin/', 'http://bestwebsoft.com/plugin/google-adsense-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=adsense-plugin.php' ),
       
    26 			array( 'custom-search-plugin\/custom-search-plugin.php', 'Custom Search Plugin', 'http://bestwebsoft.com/plugin/custom-search-plugin/', 'http://bestwebsoft.com/plugin/custom-search-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_search.php' ),
       
    27 			array( 'quotes-and-tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://bestwebsoft.com/plugin/quotes-and-tips/', 'http://bestwebsoft.com/plugin/quotes-and-tips/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=quotes-and-tips.php' ),
       
    28 			array( 'google-sitemap-plugin\/google-sitemap-plugin.php', 'Google sitemap plugin', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/', 'http://bestwebsoft.com/plugin/google-sitemap-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+sitemap+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-sitemap-plugin.php' ),
       
    29 			array( 'updater\/updater.php', 'Updater', 'http://bestwebsoft.com/plugin/updater-plugin/', 'http://bestwebsoft.com/plugin/updater-plugin/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=updater+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=updater-options' ),
       
    30 			array( 'custom-fields-search\/custom-fields-search.php', 'Custom Fields Search', 'http://bestwebsoft.com/plugin/custom-fields-search/', 'http://bestwebsoft.com/plugin/custom-fields-search/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Fields+Search+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_fields_search.php' ),
       
    31 			array( 'google-one\/google-plus-one.php', 'Google +1', 'http://bestwebsoft.com/plugin/google-plus-one/', 'http://bestwebsoft.com/plugin/google-plus-one/#download', '/wp-admin/plugin-install.php?tab=search&type=term&s=Google+%2B1+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=google-plus-one.php' ),
       
    32 			array( 'relevant\/related-posts-plugin.php', 'Related Posts Plugin', 'http://bestwebsoft.com/plugin/related-posts-plugin/', 'http://bestwebsoft.com/plugin/related-posts-plugin/#download', '/wp-admin/plugin-install.php?tab=search&s=Related+Posts+Plugin+Bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=related-posts-plugin.php' )
       
    33 		);
       
    34 		foreach ( $array_plugins as $plugins ) {
       
    35 			if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
       
    36 				$array_activate[$count_activate]["title"] = $plugins[1];
       
    37 				$array_activate[$count_activate]["link"] = $plugins[2];
       
    38 				$array_activate[$count_activate]["href"] = $plugins[3];
       
    39 				$array_activate[$count_activate]["url"]	= $plugins[5];
       
    40 				$count_activate++;
       
    41 			} else if ( array_key_exists( str_replace( "\\", "", $plugins[0] ), $all_plugins ) ) {
       
    42 				$array_install[$count_install]["title"] = $plugins[1];
       
    43 				$array_install[$count_install]["link"]	= $plugins[2];
       
    44 				$array_install[$count_install]["href"]	= $plugins[3];
       
    45 				$count_install++;
       
    46 			} else {
       
    47 				$array_recomend[$count_recomend]["title"] = $plugins[1];
       
    48 				$array_recomend[$count_recomend]["link"] = $plugins[2];
       
    49 				$array_recomend[$count_recomend]["href"] = $plugins[3];
       
    50 				$array_recomend[$count_recomend]["slug"] = $plugins[4];
       
    51 				$count_recomend++;
       
    52 			}
   442 			}
    53 		}
   443 		}
    54 		$array_activate_pro = array();
   444 
    55 		$array_install_pro	= array();
   445 		foreach ( $all_plugins as $key_plugin => $value_plugin ) {
    56 		$array_recomend_pro = array();
   446 			if ( isset( $value_plugin['Author'] ) && $value_plugin['Author'] != "BestWebSoft" )
    57 		$count_activate_pro = $count_install_pro = $count_recomend_pro = 0;
   447 				unset( $all_plugins[ $key_plugin ] );
    58 		$array_plugins_pro	= array(
   448 			elseif ( '-plus.php' == substr( $key_plugin, -9, 9 ) )
    59 			array( 'gallery-plugin-pro\/gallery-plugin-pro.php', 'Gallery Pro', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0', 'http://bestwebsoft.com/plugin/gallery-pro/?k=382e5ce7c96a6391f5ffa5e116b37fe0#purchase', 'admin.php?page=gallery-plugin-pro.php' ),
   449 				unset( $all_plugins[ $key_plugin ] );
    60 			array( 'contact-form-pro\/contact_form_pro.php', 'Contact Form Pro', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71', 'http://bestwebsoft.com/plugin/contact-form-pro/?k=773dc97bb3551975db0e32edca1a6d71#purchase', 'admin.php?page=contact_form_pro.php' ),
   450 			else {
    61 			array( 'captcha-pro\/captcha_pro.php', 'Captcha Pro', 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e', 'http://bestwebsoft.com/plugin/captcha-pro/?k=ff7d65e55e5e7f98f219be9ed711094e#purchase', 'admin.php?page=captcha_pro.php' )
   451 				foreach ( $bws_plugins as $key => $value ) {
    62 		);
   452 					if ( isset( $value['pro_version'] ) && $value['pro_version'] == $key_plugin ) {
    63 		foreach ( $array_plugins_pro as $plugins ) {
   453 						$bws_plugins_pro[ $key_plugin ] = $key;
    64 			if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
   454 						unset( $all_plugins[ $key ] );
    65 				$array_activate_pro[$count_activate_pro]["title"] = $plugins[1];
   455 					}
    66 				$array_activate_pro[$count_activate_pro]["link"] = $plugins[2];
   456 				}
    67 				$array_activate_pro[$count_activate_pro]["href"] = $plugins[3];
       
    68 				$array_activate_pro[$count_activate_pro]["url"]	= $plugins[4];
       
    69 				$count_activate_pro++;
       
    70 			} else if( array_key_exists(str_replace( "\\", "", $plugins[0]), $all_plugins ) ) {
       
    71 				$array_install_pro[$count_install_pro]["title"] = $plugins[1];
       
    72 				$array_install_pro[$count_install_pro]["link"]	= $plugins[2];
       
    73 				$array_install_pro[$count_install_pro]["href"]	= $plugins[3];
       
    74 				$count_install_pro++;
       
    75 			} else {
       
    76 				$array_recomend_pro[$count_recomend_pro]["title"] = $plugins[1];
       
    77 				$array_recomend_pro[$count_recomend_pro]["link"] = $plugins[2];
       
    78 				$array_recomend_pro[$count_recomend_pro]["href"] = $plugins[3];
       
    79 				$count_recomend_pro++;
       
    80 			}
   457 			}
    81 		}
   458 		}
    82 		$sql_version = $wpdb->get_var( "SELECT VERSION() AS version" );
   459 
    83 	    $mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
   460 		if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) {
    84 	    if ( is_array( $mysql_info) )
   461 			$all_plugins = get_plugins();
    85 	    	$sql_mode = $mysql_info[0]->Value;
   462 			$active_plugins = get_option( 'active_plugins' );
    86 	    if ( empty( $sql_mode ) )
   463 		    $mysql_info = $wpdb->get_results( "SHOW VARIABLES LIKE 'sql_mode'" );
    87 	    	$sql_mode = __( 'Not set', 'bestwebsoft' );
   464 		    if ( is_array( $mysql_info ) )
    88 	    if ( ini_get( 'safe_mode' ) )
   465 		    	$sql_mode = $mysql_info[0]->Value;
    89 	    	$safe_mode = __( 'On', 'bestwebsoft' );
   466 		    if ( empty( $sql_mode ) )
    90 	    else
   467 		    	$sql_mode = __( 'Not set', 'bestwebsoft' );
    91 	    	$safe_mode = __( 'Off', 'bestwebsoft' );
   468 
    92 	    if ( ini_get( 'allow_url_fopen' ) )
   469 			$safe_mode = ( ini_get( 'safe_mode' ) ) ? __( 'On', 'bestwebsoft' ) : __( 'Off', 'bestwebsoft' );
    93 	    	$allow_url_fopen = __( 'On', 'bestwebsoft' );
   470 			$allow_url_fopen = ( ini_get( 'allow_url_fopen' ) ) ? __( 'On', 'bestwebsoft' ) : __( 'Off', 'bestwebsoft' );
    94 	    else
   471 			$upload_max_filesize = ( ini_get( 'upload_max_filesize' ) )? ini_get( 'upload_max_filesize' ) : __( 'N/A', 'bestwebsoft' );
    95 	    	$allow_url_fopen = __( 'Off', 'bestwebsoft' );
   472 			$post_max_size = ( ini_get( 'post_max_size' ) ) ? ini_get( 'post_max_size' ) : __( 'N/A', 'bestwebsoft' );
    96 	    if ( ini_get( 'upload_max_filesize' ) )
   473 			$max_execution_time = ( ini_get( 'max_execution_time' ) ) ? ini_get( 'max_execution_time' ) : __( 'N/A', 'bestwebsoft' );
    97 	    	$upload_max_filesize = ini_get( 'upload_max_filesize' );
   474 			$memory_limit = ( ini_get( 'memory_limit' ) ) ? ini_get( 'memory_limit' ) : __( 'N/A', 'bestwebsoft' );
    98 	    else
   475 			$memory_usage = ( function_exists( 'memory_get_usage' ) ) ? round( memory_get_usage() / 1024 / 1024, 2 ) . __( ' Mb', 'bestwebsoft' ) : __( 'N/A', 'bestwebsoft' );
    99 	    	$upload_max_filesize = __( 'N/A', 'bestwebsoft' );
   476 			$exif_read_data = ( is_callable( 'exif_read_data' ) ) ? __( 'Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" : __( 'No', 'bestwebsoft' );
   100 	    if ( ini_get('post_max_size') )
   477 			$iptcparse = ( is_callable( 'iptcparse' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
   101 	    	$post_max_size = ini_get('post_max_size');
   478 			$xml_parser_create = ( is_callable( 'xml_parser_create' ) ) ? __( 'Yes', 'bestwebsoft' ) : __( 'No', 'bestwebsoft' );
   102 	    else
   479 			$theme = ( function_exists( 'wp_get_theme' ) ) ? wp_get_theme() : get_theme( get_current_theme() );
   103 	    	$post_max_size = __( 'N/A', 'bestwebsoft' );
   480 
   104 	    if ( ini_get( 'max_execution_time' ) )
   481 			if ( function_exists( 'is_multisite' ) ) {
   105 	    	$max_execution_time = ini_get( 'max_execution_time' );
   482 				if ( is_multisite() )
   106 	    else
   483 					$multisite = __( 'Yes', 'bestwebsoft' );
   107 	    	$max_execution_time = __( 'N/A', 'bestwebsoft' );
   484 				else
   108 	    if ( ini_get( 'memory_limit' ) )
   485 					$multisite = __( 'No', 'bestwebsoft' );
   109 	    	$memory_limit = ini_get( 'memory_limit' );
   486 			} else
   110 	    else
   487 				$multisite = __( 'N/A', 'bestwebsoft' );
   111 	    	$memory_limit = __( 'N/A', 'bestwebsoft' );
   488 
   112 	    if ( function_exists( 'memory_get_usage' ) )
   489 			$system_info = array(
   113 	    	$memory_usage = round( memory_get_usage() / 1024 / 1024, 2 ) . __(' Mb', 'bestwebsoft' );
   490 				'system_info'		=> '',
   114 	    else
   491 				'active_plugins'	=> '',
   115 	    	$memory_usage = __( 'N/A', 'bestwebsoft' );
   492 				'inactive_plugins'	=> ''
   116 	    if ( is_callable( 'exif_read_data' ) )
   493 			);
   117 	    	$exif_read_data = __('Yes', 'bestwebsoft' ) . " ( V" . substr( phpversion( 'exif' ), 0,4 ) . ")" ;
   494 			$system_info['system_info'] = array(
   118 	    else
   495 		        __( 'Operating System', 'bestwebsoft' )				=> PHP_OS,
   119 	    	$exif_read_data = __('No', 'bestwebsoft' );
   496 		        __( 'Server', 'bestwebsoft' )						=> $_SERVER["SERVER_SOFTWARE"],
   120 	    if ( is_callable( 'iptcparse' ) )
   497 		        __( 'Memory usage', 'bestwebsoft' )					=> $memory_usage,
   121 	    	$iptcparse = __( 'Yes', 'bestwebsoft' );
   498 		        __( 'MYSQL Version', 'bestwebsoft' )				=> $wpdb->get_var( "SELECT VERSION() AS version" ),
   122 	    else
   499 		        __( 'SQL Mode', 'bestwebsoft' )						=> $sql_mode,
   123 	    	$iptcparse = __( 'No', 'bestwebsoft' );
   500 		        __( 'PHP Version', 'bestwebsoft' )					=> PHP_VERSION,
   124 	    if ( is_callable( 'xml_parser_create' ) )
   501 		        __( 'PHP Safe Mode', 'bestwebsoft' )				=> $safe_mode,
   125 	    	$xml_parser_create = __( 'Yes', 'bestwebsoft' );
   502 		        __( 'PHP Allow URL fopen', 'bestwebsoft' )			=> $allow_url_fopen,
   126 	    else
   503 		        __( 'PHP Memory Limit', 'bestwebsoft' )				=> $memory_limit,
   127 	    	$xml_parser_create = __( 'No', 'bestwebsoft' );
   504 		        __( 'PHP Max Upload Size', 'bestwebsoft' )			=> $upload_max_filesize,
   128 
   505 		        __( 'PHP Max Post Size', 'bestwebsoft' )			=> $post_max_size,
   129 		if ( function_exists( 'wp_get_theme' ) )
   506 		        __( 'PHP Max Script Execute Time', 'bestwebsoft' )	=> $max_execution_time,
   130 			$theme = wp_get_theme();
   507 		        __( 'PHP Exif support', 'bestwebsoft' )				=> $exif_read_data,
   131 		else
   508 		        __( 'PHP IPTC support', 'bestwebsoft' )				=> $iptcparse,
   132 			$theme = get_theme( get_current_theme() );
   509 		        __( 'PHP XML support', 'bestwebsoft' )				=> $xml_parser_create,
   133 
   510 				__( 'Site URL', 'bestwebsoft' )						=> get_option( 'siteurl' ),
   134 		if ( function_exists( 'is_multisite' ) ) {
   511 				__( 'Home URL', 'bestwebsoft' )						=> home_url(),
   135 			if ( is_multisite() ) {
   512 				'$_SERVER[HTTP_HOST]'								=> $_SERVER['HTTP_HOST'],
   136 				$multisite = __( 'Yes', 'bestwebsoft' );
   513 				'$_SERVER[SERVER_NAME]'								=> $_SERVER['SERVER_NAME'],
   137 			} else {
   514 				__( 'WordPress Version', 'bestwebsoft' )			=> $wp_version,
   138 				$multisite = __( 'No', 'bestwebsoft' );
   515 				__( 'WordPress DB Version', 'bestwebsoft' )			=> get_option( 'db_version' ),
       
   516 				__( 'Multisite', 'bestwebsoft' )					=> $multisite,
       
   517 				__( 'Active Theme', 'bestwebsoft' )					=> $theme['Name'] . ' ' . $theme['Version']
       
   518 			);
       
   519 			foreach ( $all_plugins as $path => $plugin ) {
       
   520 				if ( is_plugin_active( $path ) )
       
   521 					$system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
       
   522 				else
       
   523 					$system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
   139 			}
   524 			}
   140 		} else
   525 		}
   141 			$multisite = __( 'N/A', 'bestwebsoft' );
       
   142 
       
   143 		$site_url = get_option('siteurl');
       
   144 		$home_url = get_option('home');
       
   145 		$db_version = get_option('db_version');
       
   146 		$system_info = array(
       
   147 			'system_info' => '',
       
   148 			'active_plugins' => '',
       
   149 			'inactive_plugins' => ''
       
   150 		);
       
   151 		$system_info['system_info'] = array(
       
   152 	        __( 'Operating System', 'bestwebsoft' )				=> PHP_OS,
       
   153 	        __( 'Server', 'bestwebsoft' )						=> $_SERVER["SERVER_SOFTWARE"],
       
   154 	        __( 'Memory usage', 'bestwebsoft' )					=> $memory_usage,
       
   155 	        __( 'MYSQL Version', 'bestwebsoft' )				=> $sql_version,
       
   156 	        __( 'SQL Mode', 'bestwebsoft' )						=> $sql_mode,
       
   157 	        __( 'PHP Version', 'bestwebsoft' )					=> PHP_VERSION,
       
   158 	        __( 'PHP Safe Mode', 'bestwebsoft' )				=> $safe_mode,
       
   159 	        __( 'PHP Allow URL fopen', 'bestwebsoft' )			=> $allow_url_fopen,
       
   160 	        __( 'PHP Memory Limit', 'bestwebsoft' )				=> $memory_limit,
       
   161 	        __( 'PHP Max Upload Size', 'bestwebsoft' )			=> $upload_max_filesize,
       
   162 	        __( 'PHP Max Post Size', 'bestwebsoft' )			=> $post_max_size,
       
   163 	        __( 'PHP Max Script Execute Time', 'bestwebsoft' )	=> $max_execution_time,
       
   164 	        __( 'PHP Exif support', 'bestwebsoft' )				=> $exif_read_data,
       
   165 	        __( 'PHP IPTC support', 'bestwebsoft' )				=> $iptcparse,
       
   166 	        __( 'PHP XML support', 'bestwebsoft' )				=> $xml_parser_create,
       
   167 			__( 'Site URL', 'bestwebsoft' )						=> $site_url,
       
   168 			__( 'Home URL', 'bestwebsoft' )						=> $home_url,
       
   169 			__( 'WordPress Version', 'bestwebsoft' )			=> $wp_version,
       
   170 			__( 'WordPress DB Version', 'bestwebsoft' )			=> $db_version,
       
   171 			__( 'Multisite', 'bestwebsoft' )					=> $multisite,
       
   172 			__( 'Active Theme', 'bestwebsoft' )					=> $theme['Name'] . ' ' . $theme['Version']
       
   173 		);
       
   174 		foreach ( $all_plugins as $path => $plugin ) {
       
   175 			if ( is_plugin_active( $path ) ) {
       
   176 				$system_info['active_plugins'][ $plugin['Name'] ] = $plugin['Version'];
       
   177 			} else {
       
   178 				$system_info['inactive_plugins'][ $plugin['Name'] ] = $plugin['Version'];
       
   179 			}
       
   180 		} 
       
   181 
   526 
   182 		if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
   527 		if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) ||
   183 			 ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
   528 			 ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
   184 			if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
   529 			if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
   185 				$bwsmn_form_email = trim( $_REQUEST['bwsmn_form_email'] );
   530 				$bwsmn_form_email = esc_html( trim( $_REQUEST['bwsmn_form_email'] ) );
   186 				if( $bwsmn_form_email == "" || !preg_match( "/^((?:[a-z0-9']+(?:[a-z0-9\-_\.']+)?@[a-z0-9]+(?:[a-z0-9\-\.]+)?\.[a-z]{2,5})[, ]*)+$/i", $bwsmn_form_email ) ) {
   531 				if ( $bwsmn_form_email == "" || ! is_email( $bwsmn_form_email ) ) {
   187 					$error = __( "Please enter a valid email address.", 'bestwebsoft' );
   532 					$error = __( "Please enter a valid email address.", 'bestwebsoft' );
   188 				} else {
   533 				} else {
   189 					$email = $bwsmn_form_email;
   534 					$email = $bwsmn_form_email;
   190 					$bwsmn_form_email = '';
   535 					$bwsmn_form_email = '';
   191 					$message = __( 'Email with system info is sent to ', 'bestwebsoft' ) . $email;			
   536 					$message = __( 'Email with system info is sent to ', 'bestwebsoft' ) . $email;
   192 				}
   537 				}
   193 			} else {
   538 			} else {
   194 				$email = 'plugin_system_status@bestwebsoft.com';
   539 				$email = 'plugin_system_status@bestwebsoft.com';
   195 				$message = __( 'Thank you for contacting us.', 'bestwebsoft' );
   540 				$message = __( 'Thank you for contacting us.', 'bestwebsoft' );
   196 			}
   541 			}
   197 
   542 
   198 			if ( $error == '' ) {
   543 			if ( $error == '' ) {
   199 				$headers  = 'MIME-Version: 1.0' . "\n";
   544 				$headers  = 'MIME-Version: 1.0' . "\n";
   200 				$headers .= 'Content-type: text/html; charset=utf-8' . "\n";
   545 				$headers .= 'Content-type: text/html; charset=utf-8' . "\n";
   201 				$headers .= 'From: ' . get_option( 'admin_email' );
   546 				$headers .= 'From: ' . get_option( 'admin_email' );
   202 				$message_text = '<html><head><title>System Info From ' . $home_url . '</title></head><body>
   547 				$message_text = '<html><head><title>System Info From ' . home_url() . '</title></head><body>
   203 				<h4>Environment</h4>
   548 				<h4>Environment</h4>
   204 				<table>';
   549 				<table>';
   205 				foreach ( $system_info['system_info'] as $key => $value ) {
   550 				foreach ( $system_info['system_info'] as $key => $value ) {
   206 					$message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';	
   551 					$message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
   207 				}
   552 				}
   208 				$message_text .= '</table>
   553 				$message_text .= '</table>';
   209 				<h4>Active Plugins</h4>
   554 				if ( ! empty( $system_info['active_plugins'] ) ) {
   210 				<table>';
   555 					$message_text .= '<h4>Active Plugins</h4>
   211 				foreach ( $system_info['active_plugins'] as $key => $value ) {	
   556 					<table>';
   212 					$message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';	
   557 					foreach ( $system_info['active_plugins'] as $key => $value ) {
       
   558 						$message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
       
   559 					}
       
   560 					$message_text .= '</table>';
   213 				}
   561 				}
   214 				$message_text .= '</table>
   562 				if ( ! empty( $system_info['inactive_plugins'] ) ) {
   215 				<h4>Inactive Plugins</h4>
   563 					$message_text .= '<h4>Inactive Plugins</h4>
   216 				<table>';
   564 					<table>';
   217 				foreach ( $system_info['inactive_plugins'] as $key => $value ) {
   565 					foreach ( $system_info['inactive_plugins'] as $key => $value ) {
   218 					$message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
   566 						$message_text .= '<tr><td scope="row">'. $key .'</td><td scope="row">'. $value .'</td></tr>';
       
   567 					}
       
   568 					$message_text .= '</table>';
   219 				}
   569 				}
   220 				$message_text .= '</table></body></html>';
   570 				$message_text .= '</body></html>';
   221 				$result = wp_mail( $email, 'System Info From ' . $home_url, $message_text, $headers );
   571 				$result = wp_mail( $email, 'System Info From ' . home_url(), $message_text, $headers );
   222 				if ( $result != true )
   572 				if ( $result != true )
   223 					$error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
   573 					$error = __( "Sorry, email message could not be delivered.", 'bestwebsoft' );
   224 			}
   574 			}
   225 		}
   575 		} ?>
   226 		?><div class="wrap">
   576 		<div class="wrap">
   227 			<div class="icon32 icon32-bws" id="icon-options-general"></div>
   577 			<div class="icon32 icon32-bws" id="icon-options-general"></div>
   228 			<h2><?php echo $title;?></h2>
   578 			<h2>
   229 			<div class="updated fade" <?php if ( !( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
   579 				<span class="bws_main title">BestWebSoft</span>
   230 			<div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
   580 				<ul class="subsubsub bws_title_menu">
   231 			<h3 style="color: blue;"><?php _e( 'Pro plugins', 'bestwebsoft' ); ?></h3>
   581 					<li><a href="<?php echo esc_url( 'http://support.bestwebsoft.com/home' ); ?>" target="_blank"><?php _e( 'Need help?', 'bestwebsoft' ); ?></a></li> |
   232 			<?php if( 0 < $count_activate_pro ) { ?>
   582 					<li><a href="<?php echo esc_url( 'http://bestwebsoft.com/wp-login.php' ); ?>" target="_blank"><?php _e( 'Client area', 'bestwebsoft' ); ?></a></li>
   233 			<div style="padding-left:15px;">
   583 					<li><a class="bws_system_status <?php if ( isset( $_GET['action'] ) && 'system_status' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&amp;action=system_status"><?php _e( 'System status', 'bestwebsoft' ); ?></a></li>
   234 				<h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
   584 				</ul>
   235 				<?php foreach ( $array_activate_pro as $activate_plugin ) { ?>
   585 				<div class="clear"></div>
   236 				<div style="float:left; width:200px;"><?php echo $activate_plugin["title"]; ?></div> <p><a href="<?php echo $activate_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'bestwebsoft' ); ?></a></p>
   586 			</h2>
       
   587 			<h2 class="nav-tab-wrapper">
       
   588 				<a class="nav-tab<?php if ( !isset( $_GET['action'] ) ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
       
   589 				<?php if ( $wp_version >= '3.4' ) { ?>
       
   590 					<a class="nav-tab<?php if ( isset( $_GET['action'] ) && 'themes' == $_GET['action'] ) echo ' nav-tab-active'; ?>" href="admin.php?page=bws_plugins&amp;action=themes"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
   237 				<?php } ?>
   591 				<?php } ?>
   238 			</div>
   592 			</h2>
   239 			<?php } ?>
   593 			<?php if ( ! isset( $_GET['action'] ) ) { ?>
   240 			<?php if( 0 < $count_install_pro ) { ?>
   594 				<ul class="subsubsub">
   241 			<div style="padding-left:15px;">
   595 					<li><a <?php if ( !isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
   242 				<h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
   596 					<li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&amp;sub=installed"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
   243 				<?php foreach ( $array_install_pro as $install_plugin) { ?>
   597 					<li><a <?php if ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) echo 'class="current" '; ?>href="admin.php?page=bws_plugins&amp;sub=recommended"><?php _e( 'Recommended', 'bestwebsoft' ); ?></a></li>
   244 				<div style="float:left; width:200px;"><?php echo $install_plugin["title"]; ?></div> <p><a href="<?php echo $install_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a></p>
   598 				</ul>
   245 				<?php } ?>
   599 				<div class="clear"></div>
   246 			</div>
   600 				<?php if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
   247 			<?php } ?>
   601 					<h4 class="bws_installed"><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
   248 			<?php if( 0 < $count_recomend_pro ) { ?>
   602 					<?php foreach ( $all_plugins as $key_plugin => $value_plugin ) {
   249 			<div style="padding-left:15px;">
   603 						if ( isset( $bws_plugins_pro[ $key_plugin ] ) )
   250 				<h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
   604 							$key_plugin = $bws_plugins_pro[ $key_plugin ];
   251 				<?php foreach ( $array_recomend_pro as $recomend_plugin ) { ?>
   605 
   252 				<div style="float:left; width:200px;"><?php echo $recomend_plugin["title"]; ?></div> <p><a href="<?php echo $recomend_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Purchase", 'bestwebsoft' ); ?></a></p>
   606 						if ( isset( $bws_plugins[ $key_plugin ] ) ) {
   253 				<?php } ?>
   607 							$key_plugin_explode = explode( '-plugin/', $key_plugin );
   254 			</div>
   608 							if ( isset( $key_plugin_explode[1] ) )
   255 			<?php } ?>
   609 								$icon = $key_plugin_explode[0];
   256 			<br />
   610 							else {
   257 			<h3 style="color: green"><?php _e( 'Free plugins', 'bestwebsoft' ); ?></h3>
   611 								$key_plugin_explode = explode( '/', $key_plugin );
   258 			<?php if( 0 < $count_activate ) { ?>
   612 								$icon = $key_plugin_explode[0];
   259 			<div style="padding-left:15px;">
   613 							}
   260 				<h4><?php _e( 'Activated plugins', 'bestwebsoft' ); ?></h4>
   614 						}
   261 				<?php foreach( $array_activate as $activate_plugin ) { ?>
   615 
   262 				<div style="float:left; width:200px;"><?php echo $activate_plugin["title"]; ?></div> <p><a href="<?php echo $activate_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $activate_plugin["url"]; ?>"><?php echo __( "Settings", 'bestwebsoft' ); ?></a></p>
   616 						if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && ( in_array( $bws_plugins[ $key_plugin ]['pro_version'], $active_plugins ) || is_plugin_active_for_network( $bws_plugins[ $key_plugin ]['pro_version'] ) ) ) { ?>
   263 				<?php } ?>
   617 							<div class="bws_product_box bws_exist_overlay">
   264 			</div>
   618 								<div class="bws_product">
   265 			<?php } ?>
   619 									<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
   266 			<?php if( 0 < $count_install ) { ?>
   620 									<div class="bws_product_content">
   267 			<div style="padding-left:15px;">
   621 										<div class="bws_product_icon">
   268 				<h4><?php _e( 'Installed plugins', 'bestwebsoft' ); ?></h4>
   622 											<div class="bws_product_icon_pro">PRO</div>
   269 				<?php foreach ( $array_install as $install_plugin ) { ?>
   623 											<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
   270 				<div style="float:left; width:200px;"><?php echo $install_plugin["title"]; ?></div> <p><a href="<?php echo $install_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a></p>
   624 										</div>
   271 				<?php } ?>
   625 										<div class="bws_product_description"><?php echo $value_plugin["Description"]; ?></div>
   272 			</div>
   626 									</div>
   273 			<?php } ?>
   627 									<div class="clear"></div>
   274 			<?php if( 0 < $count_recomend ) { ?>
   628 								</div>
   275 			<div style="padding-left:15px;">
   629 								<div class="bws_product_links">
   276 				<h4><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
   630 									<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
   277 				<?php foreach ( $array_recomend as $recomend_plugin ) { ?>
   631 									<?php if ( '' != $bws_plugins[ $key_plugin ]["pro_settings"] ) { ?>
   278 				<div style="float:left; width:200px;"><?php echo $recomend_plugin["title"]; ?></div> <p><a href="<?php echo $recomend_plugin["link"]; ?>" target="_blank"><?php echo __( "Read more", 'bestwebsoft' ); ?></a> <a href="<?php echo $recomend_plugin["href"]; ?>" target="_blank"><?php echo __( "Download", 'bestwebsoft' ); ?></a> <a class="install-now" href="<?php echo get_bloginfo( "url" ) . $recomend_plugin["slug"]; ?>" title="<?php esc_attr( sprintf( __( 'Install %s' ), $recomend_plugin["title"] ) ) ?>" target="_blank"><?php echo __( 'Install now from wordpress.org', 'bestwebsoft' ) ?></a></p>
   632 										<span> | </span>
   279 				<?php } ?>
   633 										<a href="<?php echo $bws_plugins[ $key_plugin ]["pro_settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
   280 			</div>
   634 									<?php } ?>
   281 			<?php } ?>	
   635 								</div>
   282 			<br />		
   636 							</div>
   283 			<span style="color: rgb(136, 136, 136); font-size: 10px;"><?php _e( 'If you have any questions, please contact us via', 'bestwebsoft' ); ?> <a href="http://support.bestwebsoft.com">http://support.bestwebsoft.com</a></span>
   637 						<?php } elseif ( isset( $bws_plugins[ $key_plugin ] ) && ( in_array( $key_plugin, $active_plugins ) || is_plugin_active_for_network( $key_plugin ) ) ) {
   284 			<div id="poststuff" class="bws_system_info_meta_box">
   638 							if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) && isset( $all_plugins[ $bws_plugins[ $key_plugin ]['pro_version'] ] ) ) { ?>
   285 				<div class="postbox">
   639 								<div class="bws_product_box bws_product_deactivated">
   286 					<div class="handlediv" title="Click to toggle">
   640 									<div class="bws_product">
   287 						<br>
   641 										<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
   288 					</div>
   642 										<div class="bws_product_content">
   289 					<h3 class="hndle">
   643 											<div class="bws_product_icon">
   290 						<span><?php _e( 'System status', 'bestwebsoft' ); ?></span>
   644 												<div class="bws_product_icon_pro">PRO</div>
   291 					</h3>
   645 												<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
   292 					<div class="inside">
   646 											</div>
   293 						<table class="bws_system_info">
   647 											<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
   294 							<thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
   648 										</div>
   295 							<tbody>
   649 										<div class="clear"></div>
   296 							<?php foreach ( $system_info['system_info'] as $key => $value ) { ?>	
   650 									</div>
       
   651 									<div class="bws_product_links">
       
   652 										<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
       
   653 										<span> | </span>
       
   654 										<a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
       
   655 									</div>
       
   656 								</div>
       
   657 							<?php } else { ?>
       
   658 								<div class="bws_product_box bws_product_free">
       
   659 									<div class="bws_product">
       
   660 										<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
       
   661 										<div class="bws_product_content">
       
   662 											<div class="bws_product_icon">
       
   663 												<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
       
   664 											</div>
       
   665 											<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
       
   666 										</div>
       
   667 										<?php if ( isset( $bws_plugins[ $key_plugin ]["purchase"] ) ) { ?>
       
   668 											<a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
       
   669 												<?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
       
   670 											</a>
       
   671 										<?php } else { ?>
       
   672 											<a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
       
   673 												<strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong>
       
   674 											</a>
       
   675 										<?php } ?>
       
   676 										<div class="clear"></div>
       
   677 									</div>
       
   678 									<div class="bws_product_links">
       
   679 										<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
       
   680 										<?php if ( '' != $bws_plugins[ $key_plugin ]["settings"] ) { ?>
       
   681 											<span> | </span>
       
   682 											<a href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>" target="_blank"><?php _e( "Settings", 'bestwebsoft' ); ?></a>
       
   683 										<?php } ?>
       
   684 									</div>
       
   685 								</div>
       
   686 							<?php }
       
   687 						} elseif ( isset( $bws_plugins[ $key_plugin ] ) ) { ?>
       
   688 							<div class="bws_product_box bws_product_deactivated bws_product_free">
       
   689 								<div class="bws_product">
       
   690 									<div class="bws_product_title"><?php echo $value_plugin["Name"]; ?></div>
       
   691 									<div class="bws_product_content">
       
   692 										<div class="bws_product_icon">
       
   693 											<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
       
   694 										</div>
       
   695 										<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
       
   696 									</div>
       
   697 									<?php if ( isset( $bws_plugins[ $key_plugin ]["purchase"] ) ) { ?>
       
   698 										<a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
       
   699 											<?php _e( 'Go', 'bestwebsoft' );?> <strong>PRO</strong>
       
   700 										</a>
       
   701 									<?php } else { ?>
       
   702 										<a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
       
   703 											<strong><?php _e( 'DONATE', 'bestwebsoft' );?></strong>
       
   704 										</a>
       
   705 									<?php } ?>
       
   706 									<div class="clear"></div>
       
   707 								</div>
       
   708 								<div class="bws_product_links">
       
   709 									<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
       
   710 									<span> | </span>
       
   711 									<a class="bws_activate" href="plugins.php" title="<?php _e( "Activate this plugin", 'bestwebsoft' ); ?>" target="_blank"><?php _e( "Activate", 'bestwebsoft' ); ?></a>
       
   712 								</div>
       
   713 							</div>
       
   714 						<?php }
       
   715 					}
       
   716 				} ?>
       
   717 				<div class="clear"></div>
       
   718 				<?php if ( ( isset( $_GET['sub'] ) && 'recommended' == $_GET['sub'] ) || !isset( $_GET['sub'] ) ) { ?>
       
   719 					<h4 class="bws_recommended"><?php _e( 'Recommended plugins', 'bestwebsoft' ); ?></h4>
       
   720 					<?php foreach ( $recommend_plugins as $key_plugin => $value_plugin ) {
       
   721 
       
   722 						if ( isset( $bws_plugins[ $key_plugin ] ) ) {
       
   723 							$key_plugin_explode = explode( '-plugin/', $key_plugin );
       
   724 							if ( isset( $key_plugin_explode[1] ) )
       
   725 								$icon = $key_plugin_explode[0];
       
   726 							else {
       
   727 								$key_plugin_explode = explode( '/', $key_plugin );
       
   728 								$icon = $key_plugin_explode[0];
       
   729 							}
       
   730 						} ?>
       
   731 						<div class="bws_product_box">
       
   732 							<div class="bws_product">
       
   733 								<div class="bws_product_title"><?php echo $value_plugin["name"]; ?></div>
       
   734 								<div class="bws_product_content">
       
   735 									<div class="bws_product_icon">
       
   736 										<?php if ( isset( $bws_plugins[ $key_plugin ]['pro_version'] ) ) { ?>
       
   737 											<div class="bws_product_icon_pro">PRO</div>
       
   738 										<?php } ?>
       
   739 										<img src="<?php echo plugins_url( "icons/" , __FILE__ ) . $icon . '.png'; ?>"/>
       
   740 									</div>
       
   741 									<div class="bws_product_description"><?php echo $bws_plugins[ $key_plugin ]["description"]; ?></div>
       
   742 								</div>
       
   743 								<?php if ( isset( $bws_plugins[ $key_plugin ]["pro_version"] ) ) { ?>
       
   744 									<a class="bws_product_button" href="<?php echo $bws_plugins[ $key_plugin ]["purchase"]; ?>" target="_blank">
       
   745 										<?php _e( 'Go', 'bestwebsoft' ); ?> <strong>PRO</strong>
       
   746 									</a>
       
   747 								<?php } else { ?>
       
   748 									<a class="bws_product_button bws_donate_button" href="<?php echo $bws_donate_link; ?>" target="_blank">
       
   749 										<strong><?php _e( 'DONATE', 'bestwebsoft' ); ?></strong>
       
   750 									</a>
       
   751 								<?php } ?>
       
   752 							</div>
       
   753 							<div class="clear"></div>
       
   754 							<div class="bws_product_links">
       
   755 								<a href="<?php echo $bws_plugins[ $key_plugin ]["link"]; ?>" target="_blank"><?php _e( "Learn more", 'bestwebsoft' ); ?></a>
       
   756 								<span> | </span>
       
   757 								<a href="<?php echo $bws_plugins[ $key_plugin ]["wp_install"]; ?>" target="_blank"><?php _e( "Install now", 'bestwebsoft' ); ?></a>
       
   758 							</div>
       
   759 						</div>
       
   760 					<?php }
       
   761 				} ?>
       
   762 			<?php } elseif ( 'themes' == $_GET['action'] ) { ?>
       
   763 				<div id="availablethemes">
       
   764 					<?php global $tabs, $tab, $paged, $type, $theme_field_defaults;
       
   765 					include( ABSPATH . 'wp-admin/includes/theme-install.php' );
       
   766 					include( ABSPATH . 'wp-admin/includes/class-wp-themes-list-table.php' );
       
   767 					include( ABSPATH . 'wp-admin/includes/class-wp-theme-install-list-table.php' );
       
   768 
       
   769 					$theme_class = new WP_Theme_Install_List_Table();
       
   770 					$paged = $theme_class->get_pagenum();
       
   771 					$per_page = 36;
       
   772 					$args = array( 'page' => $paged, 'per_page' => $per_page, 'fields' => $theme_field_defaults );
       
   773 					$args['author'] = 'bestwebsoft';
       
   774 					$args = apply_filters( 'install_themes_table_api_args_search', $args );
       
   775 					$api = themes_api( 'query_themes', $args );
       
   776 
       
   777 					if ( is_wp_error( $api ) )
       
   778 						wp_die( $api->get_error_message() . '</p> <p><a href="#" onclick="document.location.reload(); return false;">' . __( 'Try again', 'bestwebsoft' ) . '</a>' );
       
   779 
       
   780 					$theme_class->items = $api->themes;
       
   781 					$theme_class->set_pagination_args( array(
       
   782 						'total_items' => $api->info['results'],
       
   783 						'per_page' => $per_page,
       
   784 						'infinite_scroll' => true,
       
   785 					) );
       
   786 					$themes = $theme_class->items;
       
   787 					if ( $wp_version < '3.9' ) {
       
   788 						foreach ( $themes as $theme ) { ?>
       
   789 							<div class="available-theme installable-theme"><?php
       
   790 								global $themes_allowedtags;
       
   791 								if ( empty( $theme ) )
       
   792 									return;
       
   793 
       
   794 								$name   = wp_kses( $theme->name,   $themes_allowedtags );
       
   795 								$author = wp_kses( $theme->author, $themes_allowedtags );
       
   796 								$preview_title = sprintf( __( 'Preview &#8220;%s&#8221;', 'bestwebsoft' ), $name );
       
   797 								$preview_url   = add_query_arg( array(
       
   798 									'tab'   => 'theme-information',
       
   799 									'theme' => $theme->slug,
       
   800 								), self_admin_url( 'theme-install.php' ) );
       
   801 
       
   802 								$actions = array();
       
   803 
       
   804 								$install_url = add_query_arg( array(
       
   805 									'action' => 'install-theme',
       
   806 									'theme'  => $theme->slug,
       
   807 								), self_admin_url( 'update.php' ) );
       
   808 
       
   809 								$update_url = add_query_arg( array(
       
   810 									'action' => 'upgrade-theme',
       
   811 									'theme'  => $theme->slug,
       
   812 								), self_admin_url( 'update.php' ) );
       
   813 
       
   814 								$status = 'install';
       
   815 								$installed_theme = wp_get_theme( $theme->slug );
       
   816 								if ( $installed_theme->exists() ) {
       
   817 									if ( version_compare( $installed_theme->get('Version'), $theme->version, '=' ) )
       
   818 										$status = 'latest_installed';
       
   819 									elseif ( version_compare( $installed_theme->get('Version'), $theme->version, '>' ) )
       
   820 										$status = 'newer_installed';
       
   821 									else
       
   822 										$status = 'update_available';
       
   823 								}
       
   824 								switch ( $status ) {
       
   825 									default:
       
   826 									case 'install':
       
   827 										$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $install_url, 'install-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Install %s', 'bestwebsoft' ), $name ) ) . '">' . __( 'Install Now', 'bestwebsoft' ) . '</a>';
       
   828 										break;
       
   829 									case 'update_available':
       
   830 										$actions[] = '<a class="install-now" href="' . esc_url( wp_nonce_url( $update_url, 'upgrade-theme_' . $theme->slug ) ) . '" title="' . esc_attr( sprintf( __( 'Update to version %s', 'bestwebsoft' ), $theme->version ) ) . '">' . __( 'Update', 'bestwebsoft' ) . '</a>';
       
   831 										break;
       
   832 									case 'newer_installed':
       
   833 									case 'latest_installed':
       
   834 										$actions[] = '<span class="install-now" title="' . esc_attr__( 'This theme is already installed and is up to date' ) . '">' . _x( 'Installed', 'theme', 'bestwebsoft' ) . '</span>';
       
   835 										break;
       
   836 								}
       
   837 								$actions[] = '<a class="install-theme-preview" href="' . esc_url( $preview_url ) . '" title="' . esc_attr( sprintf( __( 'Preview %s', 'bestwebsoft' ), $name ) ) . '">' . __( 'Preview', 'bestwebsoft' ) . '</a>';
       
   838 								$actions = apply_filters( 'theme_install_actions', $actions, $theme ); ?>
       
   839 								<a class="screenshot install-theme-preview" href="<?php echo esc_url( $preview_url ); ?>" title="<?php echo esc_attr( $preview_title ); ?>">
       
   840 									<img src='<?php echo esc_url( $theme->screenshot_url ); ?>' width='150' />
       
   841 								</a>
       
   842 								<h3><?php echo $name; ?></h3>
       
   843 								<div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), $author ); ?></div>
       
   844 								<div class="action-links">
       
   845 									<ul>
       
   846 										<?php foreach ( $actions as $action ): ?>
       
   847 											<li><?php echo $action; ?></li>
       
   848 										<?php endforeach; ?>
       
   849 										<li class="hide-if-no-js"><a href="#" class="theme-detail"><?php _e( 'Details', 'bestwebsoft' ) ?></a></li>
       
   850 									</ul>
       
   851 								</div>
       
   852 								<?php $theme_class->install_theme_info( $theme ); ?>
       
   853 							</div>
       
   854 						<?php }
       
   855 						// end foreach $theme_names
       
   856 						$theme_class->theme_installer();
       
   857 					} else { ?>
       
   858 						<div class="theme-browser">
       
   859 							<div class="themes">
       
   860 						<?php foreach ( $themes as $key => $theme ) {
       
   861 							$installed_theme = wp_get_theme( $theme->slug );
       
   862 							if ( $installed_theme->exists() )
       
   863 								$theme->installed = true;
       
   864 							else
       
   865 								$theme->installed = false;
       
   866 							?>
       
   867 							<div class="theme" tabindex="0">
       
   868 								<?php if ( $theme->screenshot_url ) { ?>
       
   869 									<div class="theme-screenshot">
       
   870 										<img src="<?php echo $theme->screenshot_url; ?>" alt="" />
       
   871 									</div>
       
   872 								<?php } else { ?>
       
   873 									<div class="theme-screenshot blank"></div>
       
   874 								<?php } ?>
       
   875 								<div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), $theme->author ); ?></div>
       
   876 								<h3 class="theme-name"><?php echo $theme->name; ?></h3>
       
   877 								<div class="theme-actions">
       
   878 									<a class="button button-secondary preview install-theme-preview" href="theme-install.php?theme=<?php echo $theme->slug ?>"><?php esc_html_e( 'Learn More', 'bestwebsoft' ); ?></a>
       
   879 								</div>
       
   880 								<?php if ( $theme->installed ) { ?>
       
   881 									<div class="theme-installed"><?php _e( 'Already Installed', 'bestwebsoft' ); ?></div>
       
   882 								<?php } ?>
       
   883 							</div>
       
   884 						<?php } ?>
       
   885 							<br class="clear" />
       
   886 							</div>
       
   887 						</div>
       
   888 						<div class="theme-overlay"></div>
       
   889 					<?php } ?>
       
   890 				</div>
       
   891 			<?php } elseif ( 'system_status' == $_GET['action'] ) {	?>
       
   892 				<div class="updated fade" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
       
   893 				<div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
       
   894 				<h3><?php _e( 'System status', 'bestwebsoft' ); ?></h3>
       
   895 				<div class="inside">
       
   896 					<table class="bws_system_info">
       
   897 						<thead><tr><th><?php _e( 'Environment', 'bestwebsoft' ); ?></th><td></td></tr></thead>
       
   898 						<tbody>
       
   899 						<?php foreach ( $system_info['system_info'] as $key => $value ) { ?>
       
   900 							<tr>
       
   901 								<td scope="row"><?php echo $key; ?></td>
       
   902 								<td scope="row"><?php echo $value; ?></td>
       
   903 							</tr>
       
   904 						<?php } ?>
       
   905 						</tbody>
       
   906 					</table>
       
   907 					<table class="bws_system_info">
       
   908 						<thead><tr><th><?php _e( 'Active Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
       
   909 						<tbody>
       
   910 						<?php if ( ! empty( $system_info['active_plugins'] ) ) {
       
   911 							foreach ( $system_info['active_plugins'] as $key => $value ) { ?>
   297 								<tr>
   912 								<tr>
   298 									<td scope="row"><?php echo $key; ?></td>
   913 									<td scope="row"><?php echo $key; ?></td>
   299 									<td scope="row"><?php echo $value; ?></td>
   914 									<td scope="row"><?php echo $value; ?></td>
   300 								</tr>	
   915 								</tr>
   301 							<?php } ?>
   916 							<?php }
   302 							</tbody>
   917 						} ?>
   303 						</table>
   918 						</tbody>
   304 						<table class="bws_system_info">
   919 					</table>
   305 							<thead><tr><th><?php _e( 'Active Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
   920 					<table class="bws_system_info">
   306 							<tbody>
   921 						<thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
   307 							<?php foreach ( $system_info['active_plugins'] as $key => $value ) { ?>	
   922 						<tbody>
       
   923 						<?php if ( ! empty( $system_info['inactive_plugins'] ) ) {
       
   924 							foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>
   308 								<tr>
   925 								<tr>
   309 									<td scope="row"><?php echo $key; ?></td>
   926 									<td scope="row"><?php echo $key; ?></td>
   310 									<td scope="row"><?php echo $value; ?></td>
   927 									<td scope="row"><?php echo $value; ?></td>
   311 								</tr>	
   928 								</tr>
   312 							<?php } ?>
   929 							<?php }
   313 							</tbody>
   930 						} ?>
   314 						</table>
   931 						</tbody>
   315 						<table class="bws_system_info">
   932 					</table>
   316 							<thead><tr><th><?php _e( 'Inactive Plugins', 'bestwebsoft' ); ?></th><th></th></tr></thead>
   933 					<div class="clear"></div>
   317 							<tbody>
   934 					<form method="post" action="admin.php?page=bws_plugins&amp;action=system_status">
   318 							<?php foreach ( $system_info['inactive_plugins'] as $key => $value ) { ?>	
   935 						<p>
   319 								<tr>
   936 							<input type="hidden" name="bwsmn_form_submit" value="submit" />
   320 									<td scope="row"><?php echo $key; ?></td>
   937 							<input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
   321 									<td scope="row"><?php echo $value; ?></td>
   938 							<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>
   322 								</tr>	
   939 						</p>
   323 							<?php } ?>
   940 					</form>
   324 							</tbody>
   941 					<form method="post" action="admin.php?page=bws_plugins&amp;action=system_status">
   325 						</table>
   942 						<p>
   326 						<div class="clear"></div>						
   943 							<input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
   327 						<form method="post" action="admin.php?page=bws_plugins">
   944 							<input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
   328 							<p>			
   945 							<input type="text" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
   329 								<input type="hidden" name="bwsmn_form_submit" value="submit" />
   946 							<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
   330 								<input type="submit" class="button-primary" value="<?php _e( 'Send to support', 'bestwebsoft' ) ?>" />
   947 						</p>
   331 								<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ); ?>		
   948 					</form>
   332 							</p>		
       
   333 						</form>				
       
   334 						<form method="post" action="admin.php?page=bws_plugins">	
       
   335 							<p>			
       
   336 								<input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />						
       
   337 								<input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
       
   338 								<input type="text" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
       
   339 								<?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
       
   340 							</p>				
       
   341 						</form>						
       
   342 					</div>
       
   343 				</div>
   949 				</div>
   344 			</div>			
   950 			<?php } ?>
   345 		</div>
   951 		</div>
   346 	<?php }
   952 	<?php }
   347 } ?>
   953 }
       
   954 
       
   955 if ( ! function_exists( 'bws_get_banner_array' ) ) {
       
   956 	function bws_get_banner_array() {
       
   957 		global $bstwbsftwppdtplgns_banner_array;
       
   958 		$bstwbsftwppdtplgns_banner_array = array(
       
   959 			array( 'prtflpr_hide_banner_on_plugin_page', 'portfolio/portfolio.php', '2.33' ),
       
   960 			array( 'rlt_hide_banner_on_plugin_page', 'realty/realty.php', '1.0.0' ),
       
   961 			array( 'prmbr_hide_banner_on_plugin_page', 'promobar/promobar.php', '1.0.0' ),
       
   962 			array( 'gglnltcs_hide_banner_on_plugin_page', 'bws-google-analytics/bws-google-analytics.php', '1.6.2' ),
       
   963 			array( 'htccss_hide_banner_on_plugin_page', 'htaccess/htaccess.php', '1.6.3' ),
       
   964 			array( 'sbscrbr_hide_banner_on_plugin_page', 'subscriber/subscriber.php', '1.1.8' ),
       
   965 			array( 'lmtttmpts_hide_banner_on_plugin_page', 'limit-attempts/limit-attempts.php', '1.0.2' ),
       
   966 			array( 'sndr_hide_banner_on_plugin_page', 'sender/sender.php', '0.5' ),
       
   967 			array( 'srrl_hide_banner_on_plugin_page', 'user-role/user-role.php', '1.4' ),
       
   968 			array( 'pdtr_hide_banner_on_plugin_page', 'updater/updater.php', '1.12' ),
       
   969 			array( 'cntctfrmtdb_hide_banner_on_plugin_page', 'contact-form-to-db/contact_form_to_db.php', '1.2' ),
       
   970 			array( 'cntctfrmmlt_hide_banner_on_plugin_page', 'contact-form-multi/contact-form-multi.php', '1.0.7' ),
       
   971 			array( 'gglmps_hide_banner_on_plugin_page', 'bws-google-maps/bws-google-maps.php', '1.2' ),
       
   972 			array( 'fcbkbttn_hide_banner_on_plugin_page', 'facebook-button-plugin/facebook-button-plugin.php', '2.29' ),
       
   973 			array( 'twttr_hide_banner_on_plugin_page', 'twitter-plugin/twitter.php', '2.34' ),
       
   974 			array( 'pdfprnt_hide_banner_on_plugin_page', 'pdf-print/pdf-print.php', '1.7.1' ),
       
   975 			array( 'gglplsn_hide_banner_on_plugin_page', 'google-one/google-plus-one.php', '1.1.4' ),
       
   976 			array( 'gglstmp_hide_banner_on_plugin_page', 'google-sitemap-plugin/google-sitemap-plugin.php', '2.8.4' ),
       
   977 			array( 'cntctfrmpr_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-pro/contact_form_pro.php', '1.14' ),
       
   978 			array( 'cntctfrm_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.47' ),
       
   979 			array( 'cptch_hide_banner_on_plugin_page', 'captcha/captcha.php', '3.8.4' ),
       
   980 			array( 'gllr_hide_banner_on_plugin_page', 'gallery-plugin/gallery-plugin.php', '3.9.1' ),
       
   981 			array( 'cntctfrm_for_ctfrmtdb_hide_banner_on_plugin_page', 'contact-form-plugin/contact_form.php', '3.62' ),
       
   982 		);
       
   983 	}
       
   984 }