0
Validation results

Atom Band

Atom Band

WordPress 6.4.3 theme
0
  • THEME TYPEWordPress theme 6.4.3
  • FILE NAMEatomxband-theme.zip
  • FILE SIZE2514262 bytes
  • MD505ef2d738234b3ada349b375edf4a1fc
  • SHA19c13e18b358bb332ff319d6db3c27699f25e470f
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • VERSION1.4
  • TAGSClubs, DJs, nightlife, gigs, sounds, audio, Music, Music Album, free music, Buy music, Download Music, Pop, Rock, Jazz, Artist, Event, Gallery, Album, Track, Slider, Sidebar, Theme options, page builder
  • CREATION DATE2020-07-31
  • LAST FILE UPDATE2020-07-31
  • LAST VALIDATION2020-07-31 19:21
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.
  2. Security breaches : Modification of PHP server settings Found ini_set in file mailchimpapi.class.php. 2407: ini_set('arg_separator.output', '&');2411: ini_set('arg_separator.output', $orig_sep);
  3. Security breaches : Use of base64_decode() Found base64_decode in file page_element_functions.php. 1646: $a = unserialize(base64_decode($_POST['theme_option_data']));Found base64_decode in file OAuth.php. 202: $decoded_sig = base64_decode($signature);
  4. Security breaches : Use of base64_encode() Found base64_encode in file OAuth.php.
     return base64_encode(hash_hmac('sha1', $base_string, $key, true));
     return base64_encode($signature);
  5. Malware : Operations on file system file_get_contents was found in the file OAuth.php 272: file_get_contents(self::$POST_INPUT)fwrite was found in the file mailchimpapi.class.php 2435: fwrite($sock, $payload);fread was found in the file mailchimpapi.class.php 2439: $response .= fread($sock, $this->chunkSize);fclose was found in the file mailchimpapi.class.php 2442: fclose($sock);
  6. Malware : Network operations curl_init was found in the file twitteroauth.php 195: $ci = curl_init();curl_exec was found in the file twitteroauth.php 221: $response = curl_exec($ci);fsockopen was found in the file mailchimpapi.class.php 2423: $sock = fsockopen('ssl://'.$host, 443, $errno, $errstr, 30);2425: $sock = fsockopen($host, 80, $errno, $errstr, 30);fsockopen was found in the file mailchimpapi.class.php 2423: $sock = fsockopen('ssl://'.$host, 443, $errno, $errstr, 30);2425: $sock = fsockopen($host, 80, $errno, $errstr, 30);
  7. Admin menu : Themes should use add_theme_page() for adding admin pages. File tgm_plugin_activation.php : 408: $this->page_hook = add_submenu_page( $args['parent_slug'], $args['page_title'], $args['menu_ti
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag Clubs in style.css header.Found wrong tag DJs in style.css header.Found wrong tag nightlife in style.css header.Found wrong tag gigs in style.css header.Found wrong tag sounds in style.css header.Found wrong tag audio in style.css header.Found wrong tag Music in style.css header.Found wrong tag Music Album in style.css header.Found wrong tag free music in style.css header.Found wrong tag Buy music in style.css header.Found wrong tag Download Music in style.css header.Found wrong tag Pop in style.css header.Found wrong tag Rock in style.css header.Found wrong tag Jazz in style.css header.Found wrong tag Artist in style.css header.Found wrong tag Event in style.css header.Found wrong tag Gallery in style.css header.Found wrong tag Album in style.css header.Found wrong tag Track in style.css header.Found wrong tag Slider in style.css header.Found wrong tag Sidebar in style.css header.Found wrong tag Theme options in style.css header.Found wrong tag page builder 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 atom-band.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'Invalid username or password.' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Login successful, redirecting...' 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 Atom Band, mailchimp-widget, dir.
  4. Cdn : Use of CDNFound the URL of a CDN in the code: html5shiv.googlecode.com/svn/trunk/html5.js. 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. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  8. 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 PNG file. Detected type was : "image/jpeg".
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 home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  8. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  9. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  10. Use of includes : Use of include or requireThe theme appears to use include or require : map_load.php 2: require_once '../../../../wp-load.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 : mce_editor_plugin.js.php 2: require_once '../../../../wp-load.php';3: require_once '../../../../wp-admin/includes/admin.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 : load_more_post.php 2: require_once '../../../../wp-load.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 : menu_session.php 2: require_once '../../../../wp-load.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 : like_counter.php 2: require_once '../../../../wp-load.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 : twitteroauth.php 10: require_once 'OAuth.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 : lang_upload.php 3: require '../../../../wp-load.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 : functions-theme.php 2166: 2980: 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_submit.php 2: require_once '../../../wp-load.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