Th Shop Mania
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEth-shop-mania.zip
- FILE SIZE960990 bytes
- MD524d9a61021e682b78b50e0d6f9d1fd70
- SHA132863fafca9ae3530677946d3ae8d27a160d4793
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://themehunk.com/th-shop-mania/
- VERSION1.1.0
- AUTHOR URIhttps://www.themehunk.com
- TAGSe-commerce, blog, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, featured-image-header, featured-images, custom-header, footer-widgets, full-width-
- CREATION DATE2022-05-16
- LAST FILE UPDATE2022-05-16
- LAST VALIDATION2022-05-16 11:00
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- ini_set('display_errors', true);10: // ini_set('display_errors', true);Found ini_set in file Extension.php. 146: @ini_set('display_errors', 'On'); Found ini_set in file key.php. 2:
- base64_decode($response));Found base64_decode in file LicenseChecker.php. 285: $ret = $c->decrypt(base64_decode($response));Found base64_decode in file GitLabApi.php. 323: return base64_decode($response->content);Found base64_decode in file GitHubApi.php. 274: return base64_decode($response->content); Found base64_decode in file license_key.php. 276: $ret = $c->decrypt(
return base64_encode($ret);
Found base64_encode in file LicenseChecker.php.return base64_encode($ret);
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));
Found base64_encode in file license_key.php. - .editorconfig .gitignore was found.
- fwrite($f, strtoupper($method) . ' ' . $url_parts['path'] . $query . ' HTT359: fwrite($f, 'Content-type: application/x-www-form-urlencoded\r\nContent-leng363: fwrite($f, 'Host: ' . $url_parts['host'] . '\r\nConnection: Close\r\n\r\n' fwrite was found in the file license_key.php 354: fwrite($f, strtoupper($method) . ' ' . $url_parts['path'] . $query . ' HTT359: fwrite($f, 'Content-type: application/x-www-form-urlencoded\r\nContent-leng363: fwrite($f, 'Host: ' . $url_parts['host'] . '\r\nConnection: Close\r\n\r\n' fwrite was found in the file license_key.php 354: fwrite($f, strtoupper($method) . ' ' . $url_parts['path'] . $query . ' HTT359: fwrite($f, 'Content-type: application/x-www-form-urlencoded\r\nContent-leng363: fwrite($f, 'Host: ' . $url_parts['host'] . '\r\nConnection: Close\r\n\r\n' fclose was found in the file license_key.php 377: fclose($f);434: fclose($f);fopen was found in the file license_key.php 64: public $openurl_callbacks = [ // fsockopen, curl, fopen67: Fopen'],404: Fopen($method, $url, $params)420: $f = @fopen($url, 'r', false, $context);fclose was found in the file license_key.php 377: fclose($f);434: fclose($f);file_put_contents was found in the file key.php 35: // file_put_contents(DATA_DIR . '/key.txt', $license_key);101: // file_put_contents(DATA_DIR . '/activation-cache.txt', $activation_cache);file_get_contents was found in the file key.php 80: //$license_key = trim(file_get_contents(DATA_DIR . '/key.txt'));88: //$activation_cache = trim(file_get_contents(DATA_DIR . '/activation-cache.txt'));file_get_contents was found in the file key.php 80: //$license_key = trim(file_get_contents(DATA_DIR . '/key.txt'));88: //$activation_cache = trim(file_get_contents(DATA_DIR . '/activation-cache.txt'));file_put_contents was found in the file key.php 35: // file_put_contents(DATA_DIR . '/key.txt', $license_key);101: // file_put_contents(DATA_DIR . '/activation-cache.txt', $activation_cache);fwrite was found in the file LicenseChecker.php 363: fwrite($f, strtoupper($method) . ' ' . $url_parts['path'] . $query . ' HTT368: fwrite($f, 'Content-type: application/x-www-form-urlencoded\r\nContent-leng372: fwrite($f, 'Host: ' . $url_parts['host'] . '\r\nConnection: Close\r\n\r\n' fwrite was found in the file LicenseChecker.php 363: fwrite($f, strtoupper($method) . ' ' . $url_parts['path'] . $query . ' HTT368: fwrite($f, 'Content-type: application/x-www-form-urlencoded\r\nContent-leng372: fwrite($f, 'Host: ' . $url_parts['host'] . '\r\nConnection: Close\r\n\r\n' fwrite was found in the file LicenseChecker.php 363: fwrite($f, strtoupper($method) . ' ' . $url_parts['path'] . $query . ' HTT368: fwrite($f, 'Content-type: application/x-www-form-urlencoded\r\nContent-leng372: fwrite($f, 'Host: ' . $url_parts['host'] . '\r\nConnection: Close\r\n\r\n' fclose was found in the file LicenseChecker.php 386: fclose($f);442: fclose($f);fopen was found in the file LicenseChecker.php 72: public $openurl_callbacks = array( // fsockopen, curl, fopen75: Fopen'),412: Fopen($method, $url, $params)428: $f = @fopen($url, 'r', false, $context);fclose was found in the file LicenseChecker.php 386: fclose($f);442: fclose($f); fwrite was found in the file license_key.php 354:
- fsockopen, curl, fopen65: Fsockopen'],338: Fsockopen($method, $url, $params)343: $f = fsockopen('ssl://'. $url_parts['host'], 443);345: $f = fsockopen('tcp://' . $url_parts['host'], 80);fsockopen was found in the file license_key.php 64: public $openurl_callbacks = [ // fsockopen, curl, fopen65: Fsockopen'],338: Fsockopen($method, $url, $params)343: $f = fsockopen('ssl://'. $url_parts['host'], 443);345: $f = fsockopen('tcp://' . $url_parts['host'], 80);curl_init was found in the file license_key.php 383: if (!function_exists('curl_init')) return385: $ch = curl_init();curl_exec was found in the file license_key.php 397: if (($body = curl_exec($ch)) === false)fsockopen was found in the file LicenseChecker.php 72: public $openurl_callbacks = array( // fsockopen, curl, fopen73: Fsockopen'),347: Fsockopen($method, $url, $params)352: $f = fsockopen('ssl://'. $url_parts['host'], 443);354: $f = fsockopen('tcp://' . $url_parts['host'], 80);fsockopen was found in the file LicenseChecker.php 72: public $openurl_callbacks = array( // fsockopen, curl, fopen73: Fsockopen'),347: Fsockopen($method, $url, $params)352: $f = fsockopen('ssl://'. $url_parts['host'], 443);354: $f = fsockopen('tcp://' . $url_parts['host'], 80);curl_init was found in the file LicenseChecker.php 392: if (!function_exists('curl_init')) return 394: $ch = curl_init();curl_exec was found in the file LicenseChecker.php 405: if (($body = curl_exec($ch)) === false) fsockopen was found in the file license_key.php 64: public $openurl_callbacks = [ //
Warning
- Found wrong tag custom-logo in style.css header.
- 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.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 th-shop-mania, plugin-update-checker.
- A.git was found.
- PHP 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))
- The 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.
- Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file category.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file author.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : tab-html.php 58: <?php include('welcome.php'); ?>100: <?php include('free-pro.php'); ?>115: <?php include('need-help.php'); ?>127: <?php include('sidebar.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 : th-option.php 2: include_once(ABSPATH . 'wp-admin/includes/plugin-install.php');173: include('tab-html.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 : 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 : class-customize.php 65: require_once( trailingslashit( get_template_directory() ) . 'customizer/pro 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.