0
Validation results

Toroflix

Toroflix

WordPress 6.5.2 theme
0
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Unwanted files : hidden file(s) or folder(s) .htaccess was found.
  2. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/'.substr($youtube, 1, -1).'\" frameborder=\"0\" allowfullscreen> in file dbmovies.php. 470: $youtube_iframe = '<iframe width=\'560\' height=\'315\' src=\'https://www.youtube.com/embed/'.
  3. Malware : Network operations curl_init was found in the file imdb.php 69: $ch = curl_init();curl_exec was found in the file imdb.php 76: $html = curl_exec($ch);
  4. Admin menu : Themes should use add_theme_page() for adding admin pages. File dbmovies.php : 3: add_menu_page(
  5. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : dt_init.php.
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in dt_init.php. Themes must not deregister core scripts. 1541: wp_deregister_script('autosave') ;
  2. theme tags : Presence of bad theme tagsFound wrong tag custom-logo in style.css header.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function _n, with the arguments in file dt_init.php.
  4. Plugin territory : Plugin territory functionalitiesThe theme uses the register_taxonomy() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  5. Unwanted files : Windows thumbnail storethumbs.db was found.
  6. Comment pagination : Declaration of comment paginationThe theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
  7. Screenshot : Screenshot fileBad 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 dbmovies.php.16: <h1><a href='https://dbmovies.org' target='_blank'><img src='<?php echo DT_DIR_URI; ?>/a85: <div class='dbmovies_copy'>&copy; <?php echo date('Y'); ?> <a href='http://imdbfilm.top' target='_blank'>goldregister</a></div>Possible hard-coded links were found in the file footer.php.25: <p>Shared by: <a href='https://ecdlthemes.blogspot.com'>ECDLTHEMES</a></p>
  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 home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  6. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  7. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  8. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  9. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  10. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.php.
  11. Optional files : Presence of search results template file search.phpThis theme does not contain optional file search.php.
  12. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  13. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  14. Use of includes : Use of include or requireThe theme appears to use include or require : dt_init.php 1007: include_once ( DT_DIR . '/inc/includes/static/links.php');1069: require_once( ABSPATH . 'wp-admin/includes/image.php');1969: require_once( DT_DIR . '/inc/dt_assets.php');1970: require_once( DT_DIR . '/inc/dt_player.php');1971: require_once( DT_DIR . '/inc/dt_comments.php');1972: require_once( DT_DIR . '/inc/dt_collection.php');1973: require_once( DT_DIR . '/inc/dt_customizer.php');1974: require_once( DT_DIR . '/inc/dt_minify.php');1975: require_once( DT_DIR . '/inc/dt_ajax.php');1976: require_once( DT_DIR . '/inc/dt_video.php');1977: require_once( DT_DIR . '/inc/dt_notices.php');1982: require_once( DT_DIR . '/inc/api/dbmovies.php');1983: require_once( DT_DIR . '/inc/includes/peliculas/tipo.php');1984: require_once( DT_DIR . '/inc/includes/rating/init.php');1985: require_once( DT_DIR . '/inc/includes/series/tipo.php');1986: require_once( DT_DIR . '/inc/includes/series/temporadas/tipo.php');1987: require_once( DT_DIR . '/inc/includes/series/episodios/tipo.php');1988: require_once( DT_DIR . '/inc/includes/links/tipo.php');1989: require_once( DT_DIR . '/inc/includes/controladores/taxonomias.php');1990: require_once( DT_DIR . '/inc/includes/metabox.php');1991: require_once( DT_DIR . '/inc/includes/slugs.php');1992: require_once( DT_DIR . '/inc/includes/box_links.php');1993: require_once( DT_DIR . '/inc/widgets/widgets.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 : 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.
Other checked themes