0
Validation results

SociallyViral Pro by MyThemeShop

SociallyViral Pro by MyThemeShop

WordPress 6.5.2 theme
0
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Security breaches : Modification of PHP server settings Found ini_set in file radium-importer.php.
    Ligne750: ini_set('max_execution_time', -1);
    Ligne752: ini_set('max_execution_time', $max_execution_time);
    Found ini_set in file wordpress-importer.php.
    Ligne106: ini_set('max_execution_time', -1);
    Ligne132: ini_set('max_execution_time', $max_execution_time);
  2. Security breaches : Use of base64_decode() Found base64_decode in file twitteroauth.php.
    Ligne141: $decoded_sig = base64_decode($signature); // base64_encode() required by Twitter!
  3. Security breaches : Use of base64_encode() Found base64_encode in file twitteroauth.php.
     return base64_encode(hash_hmac('sha1', $base_string, $key, true)); // base64_encod
     return base64_encode($signature); // base64_encode() required by Twitter!
     $decoded_sig = base64_decode($signature); // base64_encode() required by Twitter!
  4. Unwanted files : hidden file(s) or folder(s) .keep was found.
  5. Malware : Operations on file system file_get_contents was found in the file plugin-activation.php
    Ligne2417: $plugin = @json_decode( @file_get_contents( 'https://api.wordpress.org/plugins/info/1.0/' . $item['s
    file_get_contents was found in the file twitteroauth.php
    Ligne201: //file_get_contents(self::$POST_INPUT)
    file_get_contents was found in the file parsers.php
    Ligne68: $contents = file_get_contents( $file );
    Ligne275: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {
    file_get_contents was found in the file parsers.php
    Ligne68: $contents = file_get_contents( $file );
    Ligne275: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {
    fopen was found in the file parsers.php
    Ligne421: $fp = $this->fopen( $file, 'r' );
    Ligne647: function fopen( $filename, $mode = 'r' ) {
    Ligne650: return fopen( $filename, $mode );
    fclose was found in the file parsers.php
    Ligne470: $this->fclose($fp);
    Ligne665: function fclose( $fp ) {
    Ligne668: return fclose( $fp );
    fopen was found in the file parsers.php
    Ligne421: $fp = $this->fopen( $file, 'r' );
    Ligne647: function fopen( $filename, $mode = 'r' ) {
    Ligne650: return fopen( $filename, $mode );
    fopen was found in the file parsers.php
    Ligne421: $fp = $this->fopen( $file, 'r' );
    Ligne647: function fopen( $filename, $mode = 'r' ) {
    Ligne650: return fopen( $filename, $mode );
    fclose was found in the file parsers.php
    Ligne470: $this->fclose($fp);
    Ligne665: function fclose( $fp ) {
    Ligne668: return fclose( $fp );
    fclose was found in the file parsers.php
    Ligne470: $this->fclose($fp);
    Ligne665: function fclose( $fp ) {
    Ligne668: return fclose( $fp );
    file_get_contents was found in the file radium-importer.php
    Ligne296: $data = file_get_contents( $file );
    Ligne417: $data = file_get_contents( $file );
    file_get_contents was found in the file radium-importer.php
    Ligne296: $data = file_get_contents( $file );
    Ligne417: $data = file_get_contents( $file );
  6. Malware : Network operations curl_init was found in the file twitteroauth.php
    Ligne1008: $ci = curl_init();
    curl_exec was found in the file twitteroauth.php
    Ligne1034: $response = curl_exec($ci);
  7. Admin menu : Themes should use add_theme_page() for adding admin pages. File plugin-activation.php :
    Ligne646: $this->page_hook = call_user_func( 'add_{$type}_page', $args['parent_slug'], $args['page_title'], $args['menu_t
    File plugin-activation.php :
    Ligne3977: add_menu_page(
    File theme-options.php :
    Ligne123: //the list of available parent menus is available here: http://codex.wordpress.org/Function_Reference/add_submenu_page#Parameters
  8. Deprecated functions : get_option get_option( 'home' ) was found in the file support.php. Use home_url() instead.
    Ligne208: 'home_url'                  => get_option( 'home' ),
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  2. 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 sociallyviral-pro-by-mythemeshop.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Post' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Featured Post' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Not a Featured Post' in file functions.php.
  4. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  5. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  6. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  7. CSS files : Presence of license typeLicense: is missing from style.css header.
  8. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  9. Screenshot : Screenshot fileScreenshot size is 880x660px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in theme-actions.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file plugin-activation.php.
    Ligne3763: 'source'    => 'https://mythemeshop.com/mythemeshop-connect.zip',
    Ligne3773: 'info_link' => 'https://mythemeshop.com/plugins/wp-tab-widget-pro/',
    Ligne3784: 'info_link' => 'https://mythemeshop.com/plugins/wp-review-pro/',
    Ligne3795: 'info_link' => 'https://mythemeshop.com/plugins/wp-subscribe-pro/',
    Ligne3806: 'info_link' => 'https://mythemeshop.com/plugins/wp-notification-bar/',
    Ligne3815: 'info_link' => 'https://mythemeshop.com/plugins/wp-mega-menu/',
    Ligne3834: 'info_link' => 'https://mythemeshop.com/plugins/wp-quiz-pro/',
    Ligne3845: 'info_link' => 'https://mythemeshop.com/plugins/my-wp-backup-pro/',
    Ligne4240: $author   = isset( $plugin['author'] ) ? $plugin['author'] : '<a href='https://mythemeshop.com'>MyThemeShop</a>';
    Ligne4265: $author   = isset( $info['author'] ) ? $info['author'] : '<a href='https://mythemeshop.com'>MyThemeShop</a>';
    Ligne4418: $res->download_link = 'https://mythemeshop.com/mythemeshop-connect.zip';
    Ligne4434: $data->response[ 'mythemeshop-connect/mythemeshop-connect.php' ]->package = 'https://mythemeshop.com/mythemeshop-connect.zip';
    Ligne3763: 'source'    => 'https://mythemeshop.com/mythemeshop-connect.zip',
    Ligne3773: 'info_link' => 'https://mythemeshop.com/plugins/wp-tab-widget-pro/',
    Ligne3784: 'info_link' => 'https://mythemeshop.com/plugins/wp-review-pro/',
    Ligne3795: 'info_link' => 'https://mythemeshop.com/plugins/wp-subscribe-pro/',
    Ligne3806: 'info_link' => 'https://mythemeshop.com/plugins/wp-notification-bar/',
    Ligne3815: 'info_link' => 'https://mythemeshop.com/plugins/wp-mega-menu/',
    Ligne3834: 'info_link' => 'https://mythemeshop.com/plugins/wp-quiz-pro/',
    Ligne3845: 'info_link' => 'https://mythemeshop.com/plugins/my-wp-backup-pro/',
    Ligne4240: $author   = isset( $plugin['author'] ) ? $plugin['author'] : '<a href='https://mythemeshop.com'>MyThemeShop</a>';
    Ligne4265: $author   = isset( $info['author'] ) ? $info['author'] : '<a href='https://mythemeshop.com'>MyThemeShop</a>';
    Ligne4418: $res->download_link = 'https://mythemeshop.com/mythemeshop-connect.zip';
    Ligne4434: $data->response[ 'mythemeshop-connect/mythemeshop-connect.php' ]->package = 'https://mythemeshop.com/mythemeshop-connect.zip';
    Possible hard-coded links were found in the file widget-tweets.php.
    Ligne37: echo '<strong>'.$tweets->errors[0]->message.'!</strong><br />'. esc_html( 'You\'ll need to regenerate it <a href='https://dev.twitter.com/apps' target='_blank'>here</a>!', 'sociallyviral' )
    Ligne91: echo '</select></p><p>Visit <a href='https://dev.twitter.com/apps/' target='_blank'>this link</a> in a new tab, 
    Ligne91: echo '</select></p><p>Visit <a href='https://dev.twitter.com/apps/' target='_blank'>this link</a> in a new tab, 
    Possible hard-coded links were found in the file welcome-message.php.
    Ligne26: $pointer_content .= '<p>'.__('If you face any problem, head over to', 'sociallyviral' ).' <a href='http://community.mythemeshop.com/'>'.__('Support Forums', 'sociallyviral' )
    Possible hard-coded links were found in the file theme-options.php.
    Ligne137: 'content' => '<p>' . __('If you are facing any problem with our theme or theme option panel, head over to our', 'sociallyviral' ) . ' <a href='http://community.mythemeshop.com/'>Support Forums</a>.</p>'
    Ligne142: 'content' => '<p>' . __('Earn 70% commision on every sale by refering your friends and readers. Join our', 'sociallyviral' ) . ' <a href='http://mythemeshop.com/affiliate-program/'>Affiliate Program</a>.</p>'
    Ligne625: 'sub_desc' => __( 'You can change or remove our link from footer and use your own custom text.', 'sociallyviral' ) . ( MTS_THEME_WHITE_LABEL ? '' : ' '.wp_kses( __('(You can also use your affiliate link to <strong>earn 70% of sales</strong>. Example: <a href='https://mythemeshop.com/go/aff/aff' target='_blank'>https://mythemeshop.com
    Ligne142: 'content' => '<p>' . __('Earn 70% commision on every sale by refering your friends and readers. Join our', 'sociallyviral' ) . ' <a href='http://mythemeshop.com/affiliate-program/'>Affiliate Program</a>.</p>'
    Ligne626: 'std' => MTS_THEME_WHITE_LABEL ? null : __( 'Theme by <a href='http://mythemeshop.com/' rel='nofollow'>MyThemeShop</a>', 'sociallyviral' )
    Ligne1114: //				'desc' => __('<p class='description'><div class='controls'>You can find theme font options under the Appearance Section named <a href='themes.php?page=typography'><b>Theme Typography</b></a>, which will allow y
    Ligne1119: 'desc' => '<p class='description'>' . wp_kses_post( __('Navigation settings can now be modified from the <a href='nav-menus.php'><b>Menus Section</b></a>.', 'sociallyviral' ) ) . '<br></p>'
    Possible hard-coded links were found in the file options.php.
    Ligne711: echo '<a href='http://mythemeshop.com' id='optionpanellogo' class='logo' target='_blank'><
    Ligne713: echo '<a href='http://community.mythemeshop.com/' class='docsupport' target='_blank'><i cl
    Possible hard-coded links were found in the file google-typography.php.
    Ligne142: //$adding_content			 .= '<p><a href='https://vimeo.com/67957799' target='_blank'>'.__('Watch The Video Tutorial 
    Ligne311: $welcome_subtitle			= __('Get started in 3 steps.', 'sociallyviral' );//.'<a href='https://vimeo.com/67957799' target='_blank'>'.__('Watch the video tutorial 
    Ligne142: //$adding_content			 .= '<p><a href='https://vimeo.com/67957799' target='_blank'>'.__('Watch The Video Tutorial 
    Ligne311: $welcome_subtitle			= __('Get started in 3 steps.', 'sociallyviral' );//.'<a href='https://vimeo.com/67957799' target='_blank'>'.__('Watch the video tutorial 
    Ligne381: <a href='http://www.google.com/fonts' target='_blank'>Google Fonts Library</a> conta
    Possible hard-coded links were found in the file support.php.
    Ligne50: sprintf( __( 'We offer technical support through our %s. Please <strong>copy and paste the following information in your ticket</strong> when contacting support:' , 'sociallyviral' ), '<a href='https://community.mythemeshop.com/forum/7-theme-support/' target='_blank'>'
    Ligne82: <a href='https://community.mythemeshop.com/forum/7-theme-support/' target='_blank' c
  3. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  4. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  5. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  6. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  7. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  8. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  9. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  10. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  11. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  12. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  13. Use of includes : Use of include or requireThe theme appears to use include or require : plugin-activation.php
    Ligne4109: include( ABSPATH . 'wp-admin/includes/plugin-install.php' );
    Ligne4315: include( ABSPATH . 'wp-admin/includes/plugin-install.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 : widget-tweets.php
    Ligne29: //require_once('twitteroauth.php');
    Ligne31: if(!require_once('twitteroauth.php')){ echo '<strong>Couldn\'t find twitteroaut
    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 : theme-options.php
    Ligne10: require_once( dirname( __FILE__ ) . '/options/options.php' );
    Ligne18: require_once( dirname( __FILE__ ) . '/options/support.php' );
    Ligne1297: include('theme-presets.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 : options.php
    Ligne10: require_once('google-typography/google-typography.php');
    Ligne377: require_once($this->dir.'fields/'.$field['type'].'/field_'.$field['type'].'
    Ligne644: require_once($this->dir.'validation/'.$field['validate'].'/validation_'.$fi
    Ligne1134: require_once($this->dir.'fields/'.$field['type'].'/field_'.$field['type'].'
    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 : support.php
    Ligne235: require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    Ligne256: include_once( ABSPATH . 'wp-admin/includes/plugin-install.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 : init.php
    Ligne14: require_once( dirname( __FILE__ ) . '/importer/radium-importer.php' ); //lo
    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 : radium-importer.php
    Ligne239: require_once($class_wp_importer);
    Ligne252: require_once($class_wp_import);
    Ligne724: require_once($class_wp_importer);
    Ligne737: require_once($class_wp_import);
    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 : field_layout2.php
    Ligne165: require_once($class_file);
    Ligne221: 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 : field_background.php
    Ligne266: 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 : field_group.php
    Ligne260: 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.
Other checked themes