0
Validation results

AradRolling

AradRolling

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMENew ZIP archive.zip
  • FILE SIZE4184011 bytes
  • MD5c31cb7e2f93b98b0079b6c07378d3598
  • SHA1c28defc08b2441f8b2f2ef8267f89a14d570d034
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, HTML, Bitmap images
  • THEME URIhttps://alihardan.github.io/
  • VERSION0.76
  • AUTHOR URI
  • CREATION DATE2023-02-07
  • LAST FILE UPDATE2023-02-07
  • LAST VALIDATION2023-02-07 11:35
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.
  2. Security breaches : Modification of PHP server settings Found ini_set in file Extension.php. 146: @ini_set('display_errors', 'On');
  3. Security breaches : Use of base64_decode() Found base64_decode in file GitLabApi.php. 247: return base64_decode($response->content);Found base64_decode in file GitHubApi.php. 274: return base64_decode($response->content);
  4. Security breaches : Use of base64_encode() Found base64_encode in file GitHubApi.php.
     return 'Basic ' . base64_encode($this->userName . ':' . $this->accessToken);
    Found base64_encode in file OAuthSignature.php.
     $parameters['oauth_signature'] = base64_encode(hash_hmac('sha1', $stringToSign, $secret, true));
  5. Unwanted files : hidden file(s) or folder(s) .editorconfig .gitignore was found.
  6. Malware : Operations on file system file_get_contents was found in the file shortcodes.php 175: ' . file_get_contents($contact['svg']) .'file_get_contents was found in the file adsoutput.php 11: //$json = file_get_contents('https://arad-ads.ir/api/ads.php');file_get_contents was found in the file AdminPageFramework_WPReadmeParser.php 18: $this->sText = file_exists($sFilePathOrContent) ? file_get_contents($sFilePathOrContent) : $sFilePathOrContent;file_get_contents was found in the file AdminPageFramework_Zip.php 95: $this->___addFromString($oZip, $sInsidePathPrefix . str_replace($sSource . '/', '', $_sIterationItem), file_get_contents($_sIterationItem), $aCallbacks, $_sIterationItem);105: $this->___addFromString($oZip, basename($sSourceFilePath), file_get_contents($sSourceFilePath), $aCallbacks, $sSourceFilePath);file_get_contents was found in the file AdminPageFramework_Zip.php 95: $this->___addFromString($oZip, $sInsidePathPrefix . str_replace($sSource . '/', '', $_sIterationItem), file_get_contents($_sIterationItem), $aCallbacks, $_sIterationItem);105: $this->___addFromString($oZip, basename($sSourceFilePath), file_get_contents($sSourceFilePath), $aCallbacks, $sSourceFilePath);file_put_contents was found in the file AdminPageFramework_Debug_Log.php 18: file_put_contents(self::___getLogFilePath($sFilePath, $_sCallerClass), $_sLfopen was found in the file AdminPageFramework_Debug_Log.php 54: $_bhResource = fopen($sFilePath, 'w');file_get_contents was found in the file AdminPageFramework_ImportOptions.php 32: $vData = file_exists($sFilePath) ? file_get_contents($sFilePath, true) : false;
  7. Malware : Network operations curl_init was found in the file functions.php 767: $ch = curl_init();783: $ch = curl_init();curl_exec was found in the file functions.php 774: $server_output = curl_exec($ch);788: $server_output = curl_exec($ch);curl_init was found in the file functions.php 767: $ch = curl_init();783: $ch = curl_init();curl_exec was found in the file functions.php 774: $server_output = curl_exec($ch);788: $server_output = curl_exec($ch);curl_init was found in the file adsoutput.php 4: $ch = curl_init($url);curl_exec was found in the file adsoutput.php 9: $json = curl_exec($ch);
  8. Admin menu : Themes should use add_theme_page() for adding admin pages. File AdminPageFramework_Model_Menu__RegisterMenu.php : 33: $this->oFactory->oProp->aRootMenu[ '_page_hook' ] = add_menu_page($this->oFactory->oProp->sClassName, $this->oFactory->oProp->aFile AdminPageFramework_Model_Menu__RegisterMenu.php : 108: return add_submenu_page($sRootPageSlug, $sPageTitle, $sMenuTitle, $sCapability, $s
  9. Fundamental theme elements : Presence of DOCTYPE Could not find .
  10. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  11. 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. special URIs : Presence of bad theme tagsTheme URI and Author URI should not be the same.
  2. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'View details' in file Ui.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'More information about %s' in file Ui.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Theme without %s' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Please include a %s template in your theme.' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'This post is password protected. Enter the password to view comments.' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Comments are closed.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Clear' in file AdminPageFramework_FieldType_color.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Default' in file AdminPageFramework_FieldType_color.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Color' in file AdminPageFramework_FieldType_color.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Current Color' in file AdminPageFramework_FieldType_color.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'The method is not defined: %1$s' in file AdminPageFramework_Factory_Router.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file AdminPageFramework_Message.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file AdminPageFramework_Message.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file AdminPageFramework_Message.php.Found a translation function that is missing a text-domain. Function _e, with the arguments in file AdminPageFramework_Message.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 aradrolling, aradtheme, plugin-update-checker, admin-page-framework-loader.
  4. 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.
  5. Widgets : WidgetsThis theme contains no sidebars/widget areas. See Widgets API
  6. Unwanted directories : GIT revision control directoryA.git was found.
  7. PHP short tags : Presence of PHP short tagsPHP short tags were found in file ParsedownModern.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.762: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))PHP short tags were found in file ParsedownLegacy.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.760: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))PHP short tags were found in file AdminPageFramework_Parsedown.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.362: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches)) {
  8. Line endings consistency : Both DOS and UNIX style line endingsFound a mix of \r\n and \n line endings in file admin-page-framework.php.Found a mix of \r\n and \n line endings in file admin-page-framework-class-map.php.
  9. Fundamental theme elements : Presence of wp_footer()Could not find wp_footer.
  10. Fundamental theme elements : Presence of wp_head()Could not find wp_head.
  11. Fundamental theme elements : Presence of language_attributes()Could not find .
  12. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  13. Fundamental theme elements : Presence of comments_template()Could not find comments_template.
  14. Fundamental theme elements : Presence of body_class()Could not find body_class call in body tag.
  15. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  16. Fundamental theme elements : Presence of post_class()Could not find post_class.
  17. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  18. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  19. I18N implementation : Proper use of _e(Possible variable $sKey found in translation function in AdminPageFramework_Message.php. Translation function calls should not contain PHP variables.
  20. I18N implementation : Proper use of ___all(Possible variable $this found in translation function in AdminPageFramework_Factory_Router.php. Translation function calls should not contain PHP variables. Possible variable $_aTranslations found in translation function in AdminPageFramework_Message.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in AdminPageFramework_Message.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in AdminPageFramework_Message.php. Translation function calls should not contain PHP variables. Possible variable $sKey found in translation function in AdminPageFramework_Message.php. Translation function calls should not contain PHP variables.
  21. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  22. CSS files : Presence of theme descriptionDescription is missing from style.css header.
  23. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  24. CSS files : Presence of .bypostauthor class.bypostauthor css class is needed in theme css.
  25. CSS files : Presence of .alignleft class.alignleft css class is needed in theme css.
  26. CSS files : Presence of .alignright class.alignright css class is needed in theme css.
  27. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  28. 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.
  29. Tags : Tags displayThis theme doesn't seem to display tags.
  30. Screenshot : Screenshot fileBad 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 home template file home.phpThis theme does not contain optional file home.php.
  3. Optional files : Presence of page template file page.phpThis theme does not contain optional file page.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 author template file author.phpThis theme does not contain optional file author.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.php.
  10. Optional files : Presence of search results template file search.phpThis theme does not contain optional file search.php.
  11. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  12. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  13. Use of includes : Use of include or requireThe theme appears to use include or require : front-page.php 2: 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 : UpgraderStatus.php 126: require_once( ABSPATH . '/wp-admin/includes/plugin.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 : Autoloader.php 46: include ($this->libraryDir . $this->staticMap[$className]); 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 : Package.php 144: require_once(ABSPATH . '/wp-admin/includes/plugin.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 : PucReadmeParser.php 258: require_once(dirname(__FILE__) . '/Parsedown' . (version_compare(PHP_VERSIO 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 : options-beta.php 2: include( dirname( __FILE__ ) . '/library/apf/admin-page-framework.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 : AdminPageFramework_Requirement.php 112: if (! @include(ABSPATH . 'wp-admin/includes/plugin.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 : AdminPageFramework_RegisterClasses.php 91: include($this->_aClasses[ $sCalledUnknownClassName ]);98: include_once($this->_aClasses[ $sCalledUnknownClassName ]);105: require($this->_aClasses[ $sCalledUnknownClassName ]);112: require_once($this->_aClasses[ $sCalledUnknownClassName ]); 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 : AdminPageFramework_WPUtility_SiteInformation.php 14: include_once($_sWPDebugClassFilePath); 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 : admin-page-framework.php 39: self::$aClassFiles = include(self::$sClassMapPath);85: include(aradrolling_AdminPageFramework_Registry::$sAutoLoaderPath); 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 : PathCustomFieldType.php 14: include( dirname( __FILE__ ) . '/aradrolling_PathCustomFieldType_Node.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