0
Validation results

eVid

eVid

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEeVid.zip
  • FILE SIZE715600 bytes
  • MD5f3e589fb06588a23cce68356b1d29a55
  • SHA1ff42e3f24a18ad2cd71f490ad1aed85d07b90f00
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • VERSION2.0
  • CREATION DATE2020-06-18
  • LAST FILE UPDATE2020-06-18
  • LAST VALIDATION2020-06-18 17:22
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.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 : Modification of PHP server settings Found ini_set in file timthumb.php. 26: ini_set('display_errors', 1);
  3. Security breaches : Use of base64_decode() Found base64_decode in file import_settings.php. 31: $importedOptions = unserialize(base64_decode($importOptions));
  4. Malware : Operations on file system readfile was found in the file timthumb.php 580: if (!@readfile ($cache_file)) {file_get_contents was found in the file timthumb.php 581: $content = file_get_contents ($cache_file);687: if (!$img = file_get_contents($src)) {fopen was found in the file timthumb.php 665: $fh = fopen ($local_filepath, 'w');fclose was found in the file timthumb.php 683: fclose ($fh);file_get_contents was found in the file timthumb.php 581: $content = file_get_contents ($cache_file);687: if (!$img = file_get_contents($src)) {file_put_contents was found in the file timthumb.php 691: if (file_put_contents ($local_filepath, $img) == FALSE) {
  5. Malware : Network operations curl_init was found in the file timthumb.php 663: if (function_exists ('curl_init')) {666: $ch = curl_init ($src);curl_exec was found in the file timthumb.php 675: if (curl_exec ($ch) === FALSE) {
  6. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  7. Deprecated functions : wp_list_cats wp_list_cats found in file nodropdown.php. Deprecated since version 2.1. Use wp_list_categories instead.3: <?php wp_list_cats('sort_column=$artsee_sort_cat&sort_order=$artsee_order_cat&opt
  8. Deprecated functions : wp_specialchars wp_specialchars found in file shortcodes.php. Deprecated since version 2.8. Use esc_html() instead.567: <p><label>Username: <input type='text' name='log' id='log' value='' . wp_specialchars(stripslashes($user_login), 1) . '' size='20' /></label></p>wp_specialchars found in file page-login.php. Deprecated since version 2.8. Use esc_html() instead.72: <p><label><?php _e('Username','eVid'); ?>: <input type='text' name='log' id='log' value='<?php echo wp_specialchars(stripslashes($user_login), 1) ?>' size='20' /></label></p>
  9. Deprecated functions : attribute_escape attribute_escape found in file comments-popup.php. Deprecated since version 2.8. Use esc_attr() instead.93: <input type='hidden' name='redirect_to' value='<?php echo attribute_escape($_SERVER['REQUEST_URI']); ?>' />attribute_escape found in file comments2.php. Deprecated since version 2.8. Use esc_attr() instead.82: <input name='submit' type='submit' id='submit' tabindex='5' value='<?php echo attribute_escape(__('Submit Comment','eVid')); ?>' />
  10. Deprecated functions : get_bloginfo get_bloginfo('template_directory') was found in the file header.php. Use get_template_directory_uri() instead.31: <a href='<?php bloginfo('url'); ?>'><?php $logo = (get_option('evid_logo') <> '') ? get_option('evid_logo') : get_bloginfo('template_directory').'/images/logo-'.$evid_color_scheme.'.pngget_bloginfo('template_directory') was found in the file shortcodes.php. Use get_template_directory_uri() instead.7: $styleUrl = get_bloginfo('template_directory') . '/epanel/shortcodes/shortcodes.css';851: <div class='et-image' style='background: url('.get_bloginfo('template_directory') . '/timthumb.php?src={$content}&amp;w={$881: $src = ($timthumb == 'on') ? (get_bloginfo('template_directory') . '/timthumb.php?src={$content}&amp;w=57get_bloginfo('template_url') was found in the file shortcodes.php. Use get_template_directory_uri() instead.967: $plugins['et_quicktags'] = get_bloginfo('template_url'). '/epanel/shortcodes/js/editor_plugin.js';get_bloginfo('template_directory') was found in the file custom_functions.php. Use get_template_directory_uri() instead.156: $output = '<img src=''.get_bloginfo('template_directory').'/timthumb.php?src='.$thumbnail.'&amp;h=173: $output = get_bloginfo('template_directory').'/timthumb.php?src='.$output.'&amp;h='.$get_bloginfo('template_directory') was found in the file core_functions.php. Use get_template_directory_uri() instead.20: $epanel_jsfolder = get_bloginfo('template_directory') . '/epanel/js';26: 'clearpath' => get_bloginfo('template_directory') . '/epanel/images/empty.png',389: wp_register_script('my-upload', get_bloginfo('template_directory').'/epanel/js/custom_uploader.js', array('get_bloginfo('template_directory') was found in the file page_templates.php. Use get_template_directory_uri() instead.5: define( 'ET_PT_PATH', get_bloginfo('template_directory') . '/epanel/page_templates' );24: wp_register_script('et-ptemplates', get_bloginfo('template_directory').'/epanel/page_templates/js/et-ptemplates
  11. Deprecated functions : bloginfo bloginfo('template_directory') was found in the file index.php. Use echo esc_url( get_template_directory_uri() ) instead.78: <img src='<?php bloginfo('template_directory'); ?>/images/post-bottom-<?php echo $evid_colobloginfo('template_directory') was found in the file home.php. Use echo esc_url( get_template_directory_uri() ) instead.60: <img src='<?php bloginfo('template_directory'); ?>/images/post-bottom-<?php echo $evid_colobloginfo('home') was found in the file header.php. Use echo esc_url( home_url() ) instead.57: <form method='get' action='<?php bloginfo('home'); ?>' style='padding:0px 0px 0px 0px; margin:0px 0px 0px 0pbloginfo('url') was found in the file header.php. Use echo esc_url( home_url() ) instead.31: <a href='<?php bloginfo('url'); ?>'><?php $logo = (get_option('evid_logo') <> '') ? get_op43: <li class='page_item'><a href='<?php bloginfo('url'); ?>' class='title' title='home again woohoo'><?php _e('Homebloginfo('template_directory') was found in the file header.php. Use echo esc_url( get_template_directory_uri() ) instead.15: <link rel='stylesheet' type='text/css' media='all' href='<?php bloginfo('template_directory'); ?>/iestyle.css' />18: <link rel='stylesheet' type='text/css' media='all' href='<?php bloginfo('template_directory'); ?>/ie6style.css' />19: <script defer type='text/javascript' src='<?php bloginfo('template_directory'); ?>/js/pngfix.js'></script>31: <a href='<?php bloginfo('url'); ?>'><?php $logo = (get_option('evid_logo') <> '') ? get_option('evid_logo') : get_bloginfo('template_directory').'/images/logo-'.$evid_color_scheme.'.png'; ?59: <input type='image' class='input' src='<?php bloginfo('template_directory'); ?>/images/search-<?php echo $evid_color_schbloginfo('template_directory') was found in the file page-sitemap.php. Use echo esc_url( get_template_directory_uri() ) instead.20: <div class='video-nav ievideo-nav' style='margin-left: 100px;'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-embed.png' style='ma24: <div class='video-embed video2'> <span class='video-titles'><?php _e('Embed This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1029: <div class='video-share video2'> <span class='video-titles'><?php _e('Share This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1031: <a href='http://del.icio.us/post?url=<?php the_permalink() ?>&amp;title=<?php the_title(); ?>' target='_blank'><img src='<?php bloginfo('template_directory'); ?>/images/bookmark-1.gif' alt='bookmark' st32: <div class='video-link video2'> <span class='video-titles'><?php _e('Link To This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1038: <div class='video-comment video2'> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1039: <div class='video-rate video2'> <span class='video-titles'><?php _e('Rate This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1045: <div class='video-tags video2'> <span class='video-titles'><?php _e('Tags For This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1049: <div class='video-related video2'> <span class='video-titles'><?php _e('Related Videos','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1053: <div class='video-nav'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-rate.png' style='marbloginfo('url') was found in the file page-search.php. Use echo esc_url( home_url() ) instead.71: <form action='<?php bloginfo('url'); ?>' method='get' id='et_search_form'>bloginfo('template_directory') was found in the file page-search.php. Use echo esc_url( get_template_directory_uri() ) instead.20: <div class='video-nav ievideo-nav' style='margin-left: 100px;'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-embed.png' style='ma24: <div class='video-embed video2'> <span class='video-titles'><?php _e('Embed This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1029: <div class='video-share video2'> <span class='video-titles'><?php _e('Share This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1031: <a href='http://del.icio.us/post?url=<?php the_permalink() ?>&amp;title=<?php the_title(); ?>' target='_blank'><img src='<?php bloginfo('template_directory'); ?>/images/bookmark-1.gif' alt='bookmark' st32: <div class='video-link video2'> <span class='video-titles'><?php _e('Link To This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1038: <div class='video-comment video2'> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1039: <div class='video-rate video2'> <span class='video-titles'><?php _e('Rate This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1045: <div class='video-tags video2'> <span class='video-titles'><?php _e('Tags For This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1049: <div class='video-related video2'> <span class='video-titles'><?php _e('Related Videos','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1053: <div class='video-nav'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-rate.png' style='marbloginfo('template_directory') was found in the file page.php. Use echo esc_url( get_template_directory_uri() ) instead.10: <div class='video-nav ievideo-nav' style='margin-left: 100px;'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-embed.png' style='ma14: <div class='video-embed video2'> <span class='video-titles'><?php _e('Embed This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1019: <div class='video-share video2'> <span class='video-titles'><?php _e('Share This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1021: <a href='http://del.icio.us/post?url=<?php the_permalink() ?>&amp;title=<?php the_title(); ?>' target='_blank'><img src='<?php bloginfo('template_directory'); ?>/images/bookmark-1.gif' alt='bookmark' st22: <div class='video-link video2'> <span class='video-titles'><?php _e('Link To This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1028: <div class='video-comment video2'> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1029: <div class='video-rate video2'> <span class='video-titles'><?php _e('Rate This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1035: <div class='video-tags video2'> <span class='video-titles'><?php _e('Tags For This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1039: <div class='video-related video2'> <span class='video-titles'><?php _e('Related Videos','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1043: <div class='video-nav'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-rate.png' style='marbloginfo('template_directory') was found in the file single.php. Use echo esc_url( get_template_directory_uri() ) instead.10: <div class='video-nav ievideo-nav' style='margin-left: 100px;'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-embed.png' style='ma14: <div class='video-embed video2'> <span class='video-titles'><?php _e('Embed This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1019: <div class='video-share video2'> <span class='video-titles'><?php _e('Share This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1021: <a href='http://del.icio.us/post?url=<?php the_permalink() ?>&amp;title=<?php the_title(); ?>' target='_blank'><img src='<?php bloginfo('template_directory'); ?>/images/bookmark-1.gif' alt='bookmark' st22: <div class='video-link video2'> <span class='video-titles'><?php _e('Link To This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1028: <div class='video-comment video2'> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1029: <div class='video-rate video2'> <span class='video-titles'><?php _e('Rate This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1035: <div class='video-tags video2'> <span class='video-titles'><?php _e('Tags For This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1039: <div class='video-related video2'> <span class='video-titles'><?php _e('Related Videos','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1043: <div class='video-nav'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-rate.png' style='marbloginfo('url') was found in the file custom_functions.php. Use echo esc_url( home_url() ) instead.221: <li <?php if (is_front_page() || is_home()) echo('class='current_page_item'') ?>><a href='<?php bloginfo('url'); ?>'><?php _e('Home',$themename); ?></a></li>417: if (is_home() && get_option($shortname.'_seo_home_canonical') == 'on') echo '<link rel='canonical' href=''.get_bloginfo('url').'' />';bloginfo('template_directory') was found in the file custom_functions.php. Use echo esc_url( get_template_directory_uri() ) instead.156: $output = '<img src=''.get_bloginfo('template_directory').'/timthumb.php?src='.$thumbnail.'&amp;h='. $173: $output = get_bloginfo('template_directory').'/timthumb.php?src='.$output.'&amp;h='.$heig263: <link rel='stylesheet' href='<?php bloginfo('template_directory'); ?>/style-<?php echo(get_option($shortname.'bloginfo('template_directory') was found in the file core_functions.php. Use echo esc_url( get_template_directory_uri() ) instead.20: $epanel_jsfolder = get_bloginfo('template_directory') . '/epanel/js';26: 'clearpath' => get_bloginfo('template_directory') . '/epanel/images/empty.png',37: <link rel='stylesheet' href='<?php bloginfo('template_directory') ?>/epanel/css/panel.css' type='text/css' />39: .lightboxclose { background: url('<?php bloginfo('template_directory') ?>/epanel/images/description-close.png') no-100: <img src='<?php bloginfo('template_directory') ?>/epanel/images/logo.png' alt='ePanel' clas104: <li><a href='#wrap-general'><img src='<?php bloginfo('template_directory') ?>/epanel/images/general-icon.png' class='pn107: <li><a href='#wrap-navigation'><img src='<?php bloginfo('template_directory') ?>/epanel/images/navigation-icon.png' class=110: <li><a href='#wrap-layout'><img src='<?php bloginfo('template_directory') ?>/epanel/images/layout-icon.png' class='png113: <li><a href='#wrap-advertisements'><img src='<?php bloginfo('template_directory') ?>/epanel/images/ad-icon.png' class='pngfix'116: <li><a href='#wrap-colorization'><img src='<?php bloginfo('template_directory') ?>/epanel/images/colorization-icon.png' clas119: <li><a href='#wrap-seo'><img src='<?php bloginfo('template_directory') ?>/epanel/images/seo-icon.png' class='pngfix122: <li><a href='#wrap-integration'><img src='<?php bloginfo('template_directory') ?>/epanel/images/integration-icon.png' class125: <li><a href='#wrap-support'><img src='<?php bloginfo('template_directory') ?>/epanel/images/support-icon.png' class='pn134: <img src='<?php bloginfo('template_directory') ?>/epanel/images/help-image.png' alt='descri224: <img src='<?php bloginfo('template_directory') ?>/epanel/images/help-image.png' alt='descri284: <img src='<?php bloginfo('template_directory') ?>/epanel/images/defaults.png' class='defaul299: <img src='<?php bloginfo('template_directory') ?>/epanel/images/no.gif' class='no' alt='no'307: <img src='<?php bloginfo('template_directory') ?>/epanel/images/saver.gif' alt='loading' id389: wp_register_script('my-upload', get_bloginfo('template_directory').'/epanel/js/custom_uploader.js', array('jquebloginfo('template_directory') was found in the file category.php. Use echo esc_url( get_template_directory_uri() ) instead.45: <img src='<?php bloginfo('template_directory'); ?>/images/post-bottom-<?php echo $evid_colobloginfo('template_directory') was found in the file page-contact.php. Use echo esc_url( get_template_directory_uri() ) instead.68: <div class='video-nav ievideo-nav' style='margin-left: 100px;'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-embed.png' style='ma72: <div class='video-embed video2'> <span class='video-titles'><?php _e('Embed This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1077: <div class='video-share video2'> <span class='video-titles'><?php _e('Share This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1079: <a href='http://del.icio.us/post?url=<?php the_permalink() ?>&amp;title=<?php the_title(); ?>' target='_blank'><img src='<?php bloginfo('template_directory'); ?>/images/bookmark-1.gif' alt='bookmark' st80: <div class='video-link video2'> <span class='video-titles'><?php _e('Link To This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1086: <div class='video-comment video2'> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1087: <div class='video-rate video2'> <span class='video-titles'><?php _e('Rate This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1093: <div class='video-tags video2'> <span class='video-titles'><?php _e('Tags For This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1097: <div class='video-related video2'> <span class='video-titles'><?php _e('Related Videos','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 10101: <div class='video-nav'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-rate.png' style='marbloginfo('template_directory') was found in the file page-gallery.php. Use echo esc_url( get_template_directory_uri() ) instead.23: <div class='video-nav ievideo-nav' style='margin-left: 100px;'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-embed.png' style='ma27: <div class='video-embed video2'> <span class='video-titles'><?php _e('Embed This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1032: <div class='video-share video2'> <span class='video-titles'><?php _e('Share This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1034: <a href='http://del.icio.us/post?url=<?php the_permalink() ?>&amp;title=<?php the_title(); ?>' target='_blank'><img src='<?php bloginfo('template_directory'); ?>/images/bookmark-1.gif' alt='bookmark' st35: <div class='video-link video2'> <span class='video-titles'><?php _e('Link To This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1041: <div class='video-comment video2'> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1042: <div class='video-rate video2'> <span class='video-titles'><?php _e('Rate This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1048: <div class='video-tags video2'> <span class='video-titles'><?php _e('Tags For This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1052: <div class='video-related video2'> <span class='video-titles'><?php _e('Related Videos','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1056: <div class='video-nav'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-rate.png' style='marbloginfo('template_directory') was found in the file page-blog.php. Use echo esc_url( get_template_directory_uri() ) instead.27: <div class='video-nav ievideo-nav' style='margin-left: 100px;'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-embed.png' style='ma31: <div class='video-embed video2'> <span class='video-titles'><?php _e('Embed This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1036: <div class='video-share video2'> <span class='video-titles'><?php _e('Share This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1038: <a href='http://del.icio.us/post?url=<?php the_permalink() ?>&amp;title=<?php the_title(); ?>' target='_blank'><img src='<?php bloginfo('template_directory'); ?>/images/bookmark-1.gif' alt='bookmark' st39: <div class='video-link video2'> <span class='video-titles'><?php _e('Link To This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1045: <div class='video-comment video2'> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1046: <div class='video-rate video2'> <span class='video-titles'><?php _e('Rate This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1052: <div class='video-tags video2'> <span class='video-titles'><?php _e('Tags For This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1056: <div class='video-related video2'> <span class='video-titles'><?php _e('Related Videos','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1060: <div class='video-nav'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-rate.png' style='marbloginfo('template_directory') was found in the file widget-about.php. Use echo esc_url( get_template_directory_uri() ) instead.23: <img src='<?php bloginfo('template_directory'); ?>/timthumb.php?src=<?php echo et_multisite27: <a href='<?php echo $aboutLink; ?>' rel='bookmark' class='readmore' title='Permanent Link to <?php the_title(); ?>'><img src='<?php bloginfo('template_directory'); ?>/images/readmore-about.gif' alt='read morbloginfo('url') was found in the file widget-ads.php. Use echo esc_url( home_url() ) instead.59: <a href='<?php echo $bannerUrl[$i] ?>' <?php if ($new_window == 1) echo('target='_blank'') ?>><img src='<?php if ($use_relpath == 1) bloginfo('url'); else echo $bannerPath[$i]; ?><?php if ($use_relpath == 1 )bloginfo('template_directory') was found in the file featured.php. Use echo esc_url( get_template_directory_uri() ) instead.5: <div class='prev'> <img src='<?php bloginfo('template_directory'); ?>/images/previous-hover-<?php echo $evid_c37: <div class='play-button'> <a href='<?php the_permalink() ?>' title='<?php printf(__('Permanent Link to %s','eVid'), get_the_title()) ?>' class='play-button-hover'><img src='<?php bloginfo('template_directory'); ?>/images/play-video-hover.png' style='marg46: <div class='next'> <img src='<?php bloginfo('template_directory'); ?>/images/next-hover-<?php echo $evid_colorbloginfo('template_directory') was found in the file scripts.php. Use echo esc_url( get_template_directory_uri() ) instead.1: <script type='text/javascript' src='<?php bloginfo('template_directory'); ?>/js/slider.js'></script>4: <script type='text/javascript' src='<?php bloginfo('template_directory'); ?>/js/scrollTo.js'></script>5: <script type='text/javascript' src='<?php bloginfo('template_directory'); ?>/js/serialScroll.js'></script>6: <script type='text/javascript' src='<?php bloginfo('template_directory'); ?>/js/init.js'></script>9: <script type='text/javascript' src='<?php bloginfo('template_directory'); ?>/js/superfish.js'></script>bloginfo('url') was found in the file searchform.php. Use echo esc_url( home_url() ) instead.1: <form method='get' id='searchform' action='<?php bloginfo('url'); ?>/'>bloginfo('template_directory') was found in the file page-full.php. Use echo esc_url( get_template_directory_uri() ) instead.16: <div class='video-nav ievideo-nav' style='margin-left: 100px;'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-embed.png' style='ma20: <div class='video-embed video2'> <span class='video-titles'><?php _e('Embed This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1025: <div class='video-share video2'> <span class='video-titles'><?php _e('Share This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1027: <a href='http://del.icio.us/post?url=<?php the_permalink() ?>&amp;title=<?php the_title(); ?>' target='_blank'><img src='<?php bloginfo('template_directory'); ?>/images/bookmark-1.gif' alt='bookmark' st28: <div class='video-link video2'> <span class='video-titles'><?php _e('Link To This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1034: <div class='video-comment video2'> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1035: <div class='video-rate video2'> <span class='video-titles'><?php _e('Rate This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1041: <div class='video-tags video2'> <span class='video-titles'><?php _e('Tags For This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1045: <div class='video-related video2'> <span class='video-titles'><?php _e('Related Videos','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1049: <div class='video-nav'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-rate.png' style='marbloginfo('template_directory') was found in the file page-login.php. Use echo esc_url( get_template_directory_uri() ) instead.20: <div class='video-nav ievideo-nav' style='margin-left: 100px;'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-embed.png' style='ma24: <div class='video-embed video2'> <span class='video-titles'><?php _e('Embed This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1029: <div class='video-share video2'> <span class='video-titles'><?php _e('Share This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1031: <a href='http://del.icio.us/post?url=<?php the_permalink() ?>&amp;title=<?php the_title(); ?>' target='_blank'><img src='<?php bloginfo('template_directory'); ?>/images/bookmark-1.gif' alt='bookmark' st32: <div class='video-link video2'> <span class='video-titles'><?php _e('Link To This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1038: <div class='video-comment video2'> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1039: <div class='video-rate video2'> <span class='video-titles'><?php _e('Rate This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1045: <div class='video-tags video2'> <span class='video-titles'><?php _e('Tags For This Video','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1049: <div class='video-related video2'> <span class='video-titles'><?php _e('Related Videos','eVid') ?></span> <img src='<?php bloginfo('template_directory'); ?>/images/close.png' style='margin: 10px 1053: <div class='video-nav'> <span class='video-button-hover'> <img src='<?php bloginfo('template_directory'); ?>/images/video-button-rate.png' style='mar
  12. Deprecated functions : get_option get_option('home') was found in the file shortcodes.php. Use home_url() instead.566: <form action='' . get_option('home') . '/wp-login.php' method='post'>get_option('home') was found in the file page-login.php. Use home_url() instead.71: <form action='<?php echo get_option('home'); ?>/wp-login.php' method='post'>
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in core_functions.php. Themes must not deregister core scripts. 12: wp_deregister_script('jquery');
  2. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  3. 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 evid.
  4. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Home' in file custom_functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Numbers regenerated.' in file page-contact.php.Found a translation function that is missing a text-domain. Function __, with the arguments '<cite class="fn">%s</cite> <span class="says">says:</span>' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s at %2$s' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '(Edit)' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your comment is awaiting moderation.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Primary Menu' in file functions.php.
  5. Plugin territory : Plugin territory functionalitiesThe 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 add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  8. Fundamental theme elements : Presence of comment_form()Could not find comment_form.
  9. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  10. Fundamental theme elements : Presence of post_class()Could not find post_class.
  11. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  12. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  13. 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.
  14. I18N implementation : Proper use of _e(Possible variable $themename found in translation function in custom_functions.php. Translation function calls should not contain PHP variables.
  15. CSS files : Presence of license typeLicense: is missing from style.css header.
  16. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  17. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  18. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  19. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  20. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  21. CSS files : Presence of .screen-reader-text class.screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
  22. Screenshot : Screenshot fileScreenshot size is 300x225px. 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. 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 tag template file tag.phpThis theme does not contain optional file tag.php.
  4. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  5. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.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 archive template file archive.phpThis theme does not contain optional file archive.php.
  8. Optional files : Presence of search results template file search.phpThis theme does not contain optional file search.php.
  9. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  10. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  11. Use of includes : Use of include or requireThe theme appears to use include or require : index.php 75: <?php include(TEMPLATEPATH . '/includes/postinfo.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 : home.php 3: <?php if (get_option('evid_featured') == 'on') { include(TEMPLATEPATH . '/includes/featured.php'); } ?>56: <?php include(TEMPLATEPATH . '/includes/postinfo.php'); ?>77: <?php if (get_option('evid_catbox') == 'on') { include(TEMPLATEPATH . '/includes/catbox.php'); } ?>79: <?php if (get_option('evid_randompopular') == 'on') { include(TEMPLATEPATH . '/includes/popular.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 : page-sitemap.php 66: <?php if (get_option('evid_page_thumbnails') == 'on') { include(TEMPLATEPATH . '/includes/thumbnail.php'); } ?>97: <?php if (get_option('evid_foursixeight') == 'on') { include(TEMPLATEPATH . '/includes/468x60.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 : page-search.php 66: <?php if (get_option('evid_page_thumbnails') == 'on') { include(TEMPLATEPATH . '/includes/thumbnail.php'); } ?>110: <?php if (get_option('evid_foursixeight') == 'on') { include(TEMPLATEPATH . '/includes/468x60.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 : page.php 56: <?php if (get_option('evid_page_thumbnails') == 'on') { include(TEMPLATEPATH . '/includes/thumbnail.php'); } ?>59: <?php if (get_option('evid_foursixeight') == 'on') { include(TEMPLATEPATH . '/includes/468x60.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 : single.php 79: <?php include(TEMPLATEPATH . '/includes/postinfo.php'); ?> 81: <?php if (get_option('evid_thumbnails') == 'on') { include(TEMPLATEPATH . '/includes/thumbnail.php'); } ?>84: <?php if (get_option('evid_foursixeight') == 'on') { include(TEMPLATEPATH . '/includes/468x60.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 : custom_functions.php 9: require_once(TEMPLATEPATH . '/epanel/shortcodes/shortcodes.php');12: require_once(TEMPLATEPATH . '/epanel/page_templates/page_templates.php'); 33: require_once(TEMPLATEPATH . '/epanel/import_settings.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 : core_functions.php 244: <?php include(TEMPLATEPATH . '/includes/functions/'.$value['name'].'.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 : category.php 42: <?php include(TEMPLATEPATH . '/includes/postinfo.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 : page-contact.php 114: <?php if (get_option('evid_page_thumbnails') == 'on') { include(TEMPLATEPATH . '/includes/thumbnail.php'); } ?>159: <?php if (get_option('evid_foursixeight') == 'on') { include(TEMPLATEPATH . '/includes/468x60.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 : page-gallery.php 69: <?php if (get_option('evid_page_thumbnails') == 'on') { include(TEMPLATEPATH . '/includes/thumbnail.php'); } ?>99: <?php include(TEMPLATEPATH . '/includes/navigation.php'); ?>103: <?php include(TEMPLATEPATH . '/includes/no-results.php'); ?>108: <?php if (get_option('evid_foursixeight') == 'on') { include(TEMPLATEPATH . '/includes/468x60.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 : page-blog.php 73: <?php if (get_option('evid_page_thumbnails') == 'on') { include(TEMPLATEPATH . '/includes/thumbnail.php'); } ?>115: <?php include(TEMPLATEPATH . '/includes/navigation.php'); ?>119: <?php include(TEMPLATEPATH . '/includes/no-results.php'); ?>124: <?php if (get_option('evid_foursixeight') == 'on') { include(TEMPLATEPATH . '/includes/468x60.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 : widgets.php 1: <?php include(TEMPLATEPATH . '/includes/widgets/widget-about.php'); 2: include(TEMPLATEPATH . '/includes/widgets/widget-adsense.php'); 3: include(TEMPLATEPATH . '/includes/widgets/widget-ads.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 : page-full.php 62: <?php if (get_option('evid_page_thumbnails') == 'on') { include(TEMPLATEPATH . '/includes/thumbnail.php'); } ?>65: <?php if (get_option('evid_foursixeight') == 'on') { include(TEMPLATEPATH . '/includes/468x60.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 : comments.php 2: <?php include(TEMPLATEPATH . '/includes/comments1.php'); ?>3: <?php } else { include(TEMPLATEPATH . '/includes/comments2.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 : page-login.php 66: <?php if (get_option('evid_page_thumbnails') == 'on') { include(TEMPLATEPATH . '/includes/thumbnail.php'); } ?>81: <?php if (get_option('evid_foursixeight') == 'on') { include(TEMPLATEPATH . '/includes/468x60.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 : footer.php 5: <?php include(TEMPLATEPATH . '/includes/scripts.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