0
Validation results

dooplay

dooplay

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEtudohd.zip
  • FILE SIZE724452 bytes
  • MD5ef2ed7ab9054f3609d2facdd0d69f4ec
  • SHA10011e01f99311e50da902e1d4deb3a13a02752fe
  • LICENSECustom
  • FILES INCLUDEDCSS, PHP, Bitmap images
  • THEME URIhttps://doothemes.com/items/dooplay/
  • VERSION2.1.3.96
  • AUTHOR URI
  • TAGStheme-options, one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-menu, full-width-template
  • CREATION DATE2020-04-26
  • LAST FILE UPDATE2020-04-26
  • LAST VALIDATION2020-04-26 01:53
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Security breaches : Use of base64_decode() Found base64_decode in file jwplayer.php. 11: $source = base64_decode($mp4url);
  3. Security breaches : Use of base64_encode() Found base64_encode in file player.php.
     <<?php echo 'iframe'; ?> class='metaframe rptss' src='<?php echo  $page .'?source='. base64_encode( $field['url'] ) . '&id='. $post->ID; ?>' frameborder='0' scr
     <<?php echo 'iframe'; ?> class='metaframe rptss' src='<?php echo  $gdrivepage .'?gd='. base64_encode($field['url']) . '&id='. $post->ID; ?>' frameborder='0' scrol
  4. Malware : Operations on file system file_get_contents was found in the file single-dt_links.php 14: $obj = json_decode(file_get_contents($url2), true);
  5. Malware : Network operations curl_init was found in the file imdb.php 77: $ch = curl_init();curl_exec was found in the file imdb.php 84: $html = curl_exec($ch);
  6. Admin menu : Themes should use add_theme_page() for adding admin pages. File dbmovies.php : 4: add_menu_page(
  7. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : dt_init.php.
  8. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  9. Deprecated functions : get_bloginfo get_bloginfo('stylesheet_directory') was found in the file dt_init.php. Use get_stylesheet_directory_uri() instead.16: define ('imdbdata', get_bloginfo('stylesheet_directory'). '/imdb/?i=');
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in dt_init.php. Themes must not deregister core scripts. 1615: wp_deregister_script('autosave') ;2268: wp_deregister_script('jquery');
  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 dooplay.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function _n, with the arguments '(1) comment', '(%1$s) comments' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '&nbsp;Edit' in file peliculas.php.Found a translation function that is missing a text-domain. Function _n, with the arguments in file dt_init.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:' in file dt_init.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'vote', 'votes' in file init.php.Found a translation function that is missing a text-domain. Function _n, with the arguments 'vote', 'votes' in file content.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are doo_widget_domain, mtms, votes.
  4. Cdn : Use of CDNFound the URL of a CDN in the code: netdna.bootstrapcdn.com/font-awesome. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme.
  5. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  6. Unwanted files : Windows thumbnail storethumbs.db was found.
  7. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  8. Fundamental theme elements : Presence of post_class()Could not find post_class.
  9. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  10. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  11. 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.
  12. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  13. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  14. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  15. Screenshot : Screenshot fileScreenshot dimensions are wrong! Detected: 763x572px (763:572). Ratio of width to height should be 4:3.Screenshot size is 763x572px. 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. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file dt_init.php.2145: echo __( '<div class='ads'><a href='https://tinyurl.com/y7ncyup5' target='_blank'> <img src='https://i.imgur.co
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  5. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  6. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  7. Use of includes : Use of include or requireThe theme appears to use include or require : index.php 9: include('imdb.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 : dt_init.php 1068: include_once ( DT_DIR . '/inc/includes/static/links.php');1130: require_once( ABSPATH . 'wp-admin/includes/image.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