16
Validation results

Apparatus | Shared By Themes24x7.com

Apparatus | Shared By Themes24x7.com

WordPress 6.5.2 theme
16
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEapparatus.zip
  • FILE SIZE10017782 bytes
  • MD5e83af21cbc17887d8b033318e0063060
  • SHA1ab2d8b5730ff99599e94231b93b5f7f397473e6c
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttps://fluentthemes.com
  • VERSION1.4
  • TAGSright-sidebar, post-formats
  • CREATION DATE2019-09-16
  • LAST FILE UPDATE2019-09-16
  • LAST VALIDATION2019-09-16 19:36
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Security breaches : Use of base64_encode() Found base64_encode in file subscribe.php.
     'Authorization' => 'Basic ' . base64_encode( 'user:' . $api ),
    Found base64_encode in file subscribe2.php.
     'Authorization' => 'Basic ' . base64_encode( 'user:' . $api ),
  2. Malware : Operations on file system fopen was found in the file class.redux_helpers.php 671: //$fp = fopen( $file, 'r' );fread was found in the file class.redux_helpers.php 674: //$file_data = fread( $fp, 8192 );fclose was found in the file class.redux_helpers.php 677: //fclose( $fp );
  3. Malware : Network operations curl_init was found in the file subscribe.php 62: if (function_exists('curl_init') && function_exists('curl_setopt')) {63: $ch = curl_init();curl_exec was found in the file subscribe.php 73: $result = curl_exec($ch);curl_init was found in the file subscribe2.php 58: if (function_exists('curl_init') && function_exists('curl_setopt')) {59: $ch = curl_init();curl_exec was found in the file subscribe2.php 69: $result = curl_exec($ch);
  4. Admin menu : Themes should use add_theme_page() for adding admin pages. File config.php : 76: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#ParametersFile welcome.php : 199: $page = 'add_management_page';File framework.php : 1354: // wrappers and need to be appened to using add_submenu_page.1405: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1456: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1354: // wrappers and need to be appened to using add_submenu_page.1405: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1456: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['tFile framework.php : 1431: $this->page = call_user_func( 'add_menu_page', $this->args['page_title'], $this->args['menu_title'], $thisFile framework.php : 1354: // wrappers and need to be appened to using add_submenu_page.1405: $this->page = call_user_func( 'add_submenu_page', $page_parent, $page_title, $menu_title, $page_permission1456: call_user_func( 'add_submenu_page', $this->args['page_slug'], $section['title'], $section['t
Warning
  1. Text domain : Incorrect use of translation functions.Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is apparatus-shared-by-themes24x7-com.
  2. PHP short tags : Presence of PHP short tagsPHP short tags were found in file parsedown.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.772: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))
  3. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file style.css.
  4. Screenshot : Screenshot fileBad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  5. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  6. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  7. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  8. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  9. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  10. Use of includes : Use of include or requireThe theme appears to use include or require : plugins.php 3: require_once( APPARATUS_INIT_PATH . 'plugins/class-tgm-plugin-activation.ph If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : init.php 17: require_once( $locale_file );61: require_once( APPARATUS_INCLUDE_PATH . 'theme-functions.php' ); // Load The63: require_once( APPARATUS_GUTENBERG_PATH . 'gutenberg-functions.php' ); /*Gut65: require_once( APPARATUS_INCLUDE_PATH . 'enqueue.php' ); // Enqueue JavaScri66: require_once( APPARATUS_INCLUDE_PATH . 'customcss.php' ); // Load Custom CS67: require_once( APPARATUS_INCLUDE_PATH . 'widgets.php' ); // Widgets file70: require_once( APPARATUS_INCLUDE_PATH . 'custom-woocommerce-functions.php' )74: include_once( APPARATUS_INCLUDE_PATH . 'vc-shortcodes.php' ); // Load Visua80: require_once( APPARATUS_INIT_PATH . 'demo-content/demo-content-woocommerce.82: require_once( APPARATUS_INIT_PATH . 'demo-content/demo-content.php' );85: require_once( APPARATUS_INIT_PATH . 'plugins.php' );92: require_once(APPARATUS_ADMIN_PATH . '/ReduxCore/framework.php' );95: require_once(APPARATUS_ADMIN_PATH . '/config/config.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : welcome.php 376: require_once 'views/about.php';391: require_once 'views/changelog.php';406: require_once 'views/extensions.php';422: require_once 'views/support.php';437: require_once 'views/credits.php';452: require_once 'views/status_report.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : extension_customizer.php 607: require_once( $class_file ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class.redux_api.php 541: include_once( $api_check ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : framework.php 424: require_once 'core/dashboard.php';428: require_once 'core/newsflash.php';1614: require_once 'core/enqueue.php';2749: require_once 'core/enqueue.php';2807: require_once 'core/panel.php';3159: require_once 'core/panel.php'; If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : subscribe.php 7: require( $parse_uri[0] . 'wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : subscribe2.php 6: require( $parse_uri[0] . 'wp-load.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes