Th Shop Mania
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEth-shop-mania.zip
- FILE SIZE823325 bytes
- MD54c3497cf1e1e5fe9eb253a5700228317
- SHA1e6bd0ff809e990a234985de8df21b01b24c166ce
- LICENSEGNU GPL 3
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://themehunk.com/th-shop-mania/
- VERSION1.1.1
- 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 12:44
- 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 key.php. 2:
- base64_decode($response)); Found base64_decode in file LicenseChecker.php. 285: $ret = $c->decrypt(
return base64_encode($ret);
Found base64_encode in file LicenseChecker.php. - 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); file_put_contents was found in the file key.php 35: //
- 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 LicenseChecker.php 72: public $openurl_callbacks = array( //
Warning
- Found wrong tag custom-logo in style.css header.
- 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 require_once('free-pro.php'); ?>115: <?php require_once('need-help.php'); ?>127: <?php require_once('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: require_once('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 : 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.