0
Validation results

UltimaTube

UltimaTube

WordPress 6.5.2 theme
0
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Security breaches : Use of eval() Found eval in file class-admin-page.php. 92: eval( WPSCORE()->eval_product_data( WPSCORE()->get_installed_theme( 'sku' )
  2. Unwanted files : hidden file(s) or folder(s) .htaccess was found.
  3. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="https://www.pornhub.com/embed/' . $source_id . '" frameborder="0" width="560" height="340" scrolling="no" allowfullscreen> in file content-video-player.php. 84: $video_player = '<iframe src='https://www.pornhub.com/embed/' . $source_id . '' frameborder=Found <iframe src="https://www.pornhub.com/embed/' . $source_id . '" frameborder="0" width="560" height="340" scrolling="no" allowfullscreen> in file class-field-types.php. 215: $item_body = '<iframe src='https://www.pornhub.com/embed/' . $source_id . '' frameborder=
  4. Malware : Operations on file system file_get_contents was found in the file ajax-login-register.php 171: $verifyResponse = file_get_contents('https://www.google.com/recaptcha/api/siteverify?secret='file_get_contents was found in the file template-video-submit.php 11: $verifyResponse = file_get_contents('https://www.google.com/recaptcha/api/siteverify?secret='file_put_contents was found in the file functions.php 340: file_put_contents( $file_path, $value );fwrite was found in the file platform_check.php 17: fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_Efile_get_contents was found in the file parsers.php 66: $success = $dom->loadXML( file_get_contents( $file ) );296: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {file_get_contents was found in the file parsers.php 66: $success = $dom->loadXML( file_get_contents( $file ) );296: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {fopen was found in the file parsers.php 442: $fp = $this->fopen( $file, 'r' );668: function fopen( $filename, $mode = 'r' ) {671: return fopen( $filename, $mode );fclose was found in the file parsers.php 491: $this->fclose($fp);686: function fclose( $fp ) {689: return fclose( $fp );fopen was found in the file parsers.php 442: $fp = $this->fopen( $file, 'r' );668: function fopen( $filename, $mode = 'r' ) {671: return fopen( $filename, $mode );fopen was found in the file parsers.php 442: $fp = $this->fopen( $file, 'r' );668: function fopen( $filename, $mode = 'r' ) {671: return fopen( $filename, $mode );fclose was found in the file parsers.php 491: $this->fclose($fp);686: function fclose( $fp ) {689: return fclose( $fp );fclose was found in the file parsers.php 491: $this->fclose($fp);686: function fclose( $fp ) {689: return fclose( $fp );file_put_contents was found in the file class-field-types.php 598: if( false !== file_put_contents( $dir . $file_name, $data ) ){file_get_contents was found in the file class-importer.php 32: $file_content = file_get_contents( $_FILES['xbox-import-file']['tmp_name'] );41: $url_content = file_get_contents( $data['xbox-import-url'] );63: $file_content = file_get_contents( $import_xbox );74: $file_content = file_get_contents( $import_wp_content );file_get_contents was found in the file class-importer.php 32: $file_content = file_get_contents( $_FILES['xbox-import-file']['tmp_name'] );41: $url_content = file_get_contents( $data['xbox-import-url'] );63: $file_content = file_get_contents( $import_xbox );74: $file_content = file_get_contents( $import_wp_content );file_get_contents was found in the file class-importer.php 32: $file_content = file_get_contents( $_FILES['xbox-import-file']['tmp_name'] );41: $url_content = file_get_contents( $data['xbox-import-url'] );63: $file_content = file_get_contents( $import_xbox );74: $file_content = file_get_contents( $import_wp_content );file_get_contents was found in the file class-importer.php 32: $file_content = file_get_contents( $_FILES['xbox-import-file']['tmp_name'] );41: $url_content = file_get_contents( $data['xbox-import-url'] );63: $file_content = file_get_contents( $import_xbox );74: $file_content = file_get_contents( $import_wp_content );file_put_contents was found in the file class-importer.php 76: if( false !== file_put_contents( XBOX_DIR .'wp-content-data.xml', $file_content ) ){
  5. Malware : Network operations curl_init was found in the file class-functions.php 454: $ch = curl_init( $url );curl_exec was found in the file class-functions.php 457: curl_exec( $ch );
  6. Admin menu : Themes should use add_theme_page() for adding admin pages. File options.php : 161: add_menu_page('UltimaTube Theme Options', 'UltimaTube', 'manage_options',File class-tgm-plugin-activation.php : 731: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_tFile class-admin-page.php : 69: add_action( 'admin_menu', array( $this, 'add_admin_page' ) );87: public function add_admin_page() {File class-admin-page.php : 94: add_submenu_page( null, $this->args['title'], $this->args['menu_title'], $t
  7. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : functions.php.
  8. Deprecated functions : screen_icon screen_icon found in file wordpress-importer.php. Deprecated since version 3.8.1117: screen_icon();
  9. Deprecated functions : wp_get_http wp_get_http found in file wordpress-importer.php. Deprecated since version 4.4. Use WP_Http instead.990: $headers = wp_get_http( $url, $upload['file'] );
  10. Deprecated functions : get_bloginfo get_bloginfo('url') was found in the file widget-video.php. Use home_url() instead.116: <a class='more-videos label' href='<?php echo get_bloginfo('url');?>/?filter=<?php echo $tv;?><?php if($cv != 0) : ?>&amp
  11. Deprecated functions : bloginfo bloginfo('url') was found in the file content-header-search.php. Use echo esc_url( home_url() ) instead.11: <form method='get' id='searchform' action='<?php bloginfo('url'); ?>/'> bloginfo( 'url' ) was found in the file template-actors.php. Use echo esc_url( home_url() ) instead.77: <a href='<?php echo bloginfo( 'url' ); ?>?actors=<?php echo $term->slug; ?>' title='<?php echo
  12. Post pagination : Implementation The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  2. Text domain : Incorrect use of translation functions.Found a translation function that has an incorrect number of arguments. Function __, with the arguments '<a href="%s" ', >Featured <span class=count>(%d)</span></a>, 'wpst' in file admin-columns.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Categories', 'taxonomy general name' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Category', 'taxonomy singular name' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Add New Category', 'Category' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Category' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Category' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Category' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Category' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Categories' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Category found' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Category found in Trash' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Category' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Tags', 'taxonomy general name' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Tag', 'taxonomy singular name' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Add New Tag', 'Tag' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Tag' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Tag' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Tag' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Tag' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Tags' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Tag found' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Tag found in Trash' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Tag' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Blog', 'post type general name' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Article', 'post type singular name' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add Article' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add Article' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Article' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Article' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Article' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Article' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Article found' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Article found in Trash' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Blog' in file cpt-blog.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Video Actors', 'wpst' in file actors.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Video Actor', 'wpst' in file actors.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Photo Categories', 'taxonomy general name' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Photo Category', 'taxonomy singular name' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Add New Photo Category', 'Category' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Photo Category' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Photo Category' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Photo Category' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Photo Category' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Photo Categories' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Photo Category found' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Photo Category found in Trash' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Photo Category' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Photo Tags', 'taxonomy general name' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Photo Tag', 'taxonomy singular name' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Add New Photo Tag', 'Tag' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Photo Tag' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Photo Tag' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Photo Tag' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Photo Tag' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Photo Tags' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Photo Tag found' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Photo Tag found in Trash' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Photo Tag' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Photos', 'post type general name' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Photo', 'post type singular name' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add Photo' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Add Photo' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Photo' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'New Photo' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'View Photo' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Photo' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Photo found' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'No Photo found in Trash' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments '' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Photos' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Photos' in file cpt-photos.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<p class="must-log-in"> You must be <a href="#wpst-login">logged in</a> to post a comment.</p>' in file functions.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 wpst, xbox, >Featured <span class=count>(%d)</span></a>, my_localization_domain, tgmpa, wordpress-importer.
  3. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.
  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. Deprecated functions : screen_iconscreen_icon found in file wordpress-importer.php. Deprecated since version 3.8.1117: screen_icon();
  7. 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.
  8. I18N implementation : Proper use of ___all(Possible variable $class found in translation function in admin-columns.php. Translation function calls should not contain PHP variables.
  9. Screenshot : Screenshot fileBad 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 header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  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 term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  6. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  7. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  8. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  9. Use of includes : Use of include or requireThe theme appears to use include or require : options.php 8: require_once( get_template_directory() . '/vendor/xbox/xbox.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 : wpst-importer.php 36: include_once('wpst-import.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 : class-functions.php 406: require_once( ABSPATH . WPINC . '/class-oembed.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