Analytics Cookie for Multi Language Site

Permalink Browser Info Environment
Dear Contact Person

When building a multi-language site, we are assuming that we settings separate tracking codes for each language site.

Currently, there is only one input box for the tracking code.

Could I two question.

(1) I would like to have the raw source code of [js/acc.js] before it is compiled and unmodified.
Can you provide us with the raw unminified source before compiling the [js/acc.js]?

(2) Is there a way to set up multiple tracking?
For example
en_US:GTM-xxxxxxxxxx, fr_CA:GTM-yyyyyyyyy,ja_JP:GTM-zzzzzzzzzz

Sincerely.

Type: Ticket
Status: In Progress
ShinjiSakai
View Replies:
Xanweb replied on at Permalink Reply 1 Attachment
Xanweb
Hi,

For the first question:
Sorry we can't provide this file.
For the second question:
Here is a solution that could help you achieve the wanted functionality:
Step1: Copy the following code inside your "application/bootstrap/app.php" file.
if (class_exists(\Concrete\Package\ActiveCookieConsent\Module\Module::class)
    && \Concrete\Package\ActiveCookieConsent\Module\Module::isInstalled()) {
    $app->extend('manager/web_tracker', static function ($manager, $app) {
        $manager->extend('google_tag_manager', fn () => $app->make(\Application\Concrete\ActiveCookieConsent\Tracker\Controller\GoogleTagManager::class));
        return $manager;
    });
}


We have attached a zip that contains an override for GoogleTagManager specifically for getTrackingCode method.
Copy the content of the zip under "application/src/Concrete"
You can return a code for each locale by modifying the following code inside "ActiveCookieConsent/Tracker/Controller/GoogleTagManager.php".
if ($locale === 'en_US') {
    return 'GTM-XXXXXXXX';
}
if ($locale === 'de_DE') {
    return 'GTM-XXXXXXXX';
}


You can try that and tell us if that helped you.

Kind regards,
Xanweb Support Team

concrete5 Environment Information

# Concrete Version
Core Version - 9.1.1
Version Installed - 9.1.1
Database Version - 20220516191423

# Database Information
Version: 5.7.12-log
SQL Mode:

# Concrete Packages
Active Cookie Consent (2.1), Adding a Requested User to Workflow Notifications (0.0.2), Advanced HTML Block (1.1), Advanced PageList Block (0.0.1), AmazonCloudSearch (0.0.1), AuthAzureB2C (0.0.1), Block Developer (1.4.0), Block Developer Expansion (1.2.1), CDN Cache Purge for CloudFront (0.9.5), Clear Clipboard (1.0.1), Custom Confirm Form (0.1.2), Debug Kit (0.9.5), ExchangeCore Dev Tools (1.0.2), Nestable Manual Nav (1.4.2), Object dump cli (0.0.2), Open Graph Tags Lite (2.1.6), S3 Storage (3.0.3)

# Concrete Overrides
blocks/mmc_anchor/add.php, blocks/mmc_anchor/composer.php, blocks/mmc_anchor/config.php, blocks/mmc_anchor/controller.php, blocks/mmc_anchor/edit.php, blocks/mmc_anchor/form.php, blocks/mmc_anchor/icon.png, blocks/mmc_anchor/db.xml, blocks/mmc_anchor/view.php, blocks/mmc_anchor, blocks/mmc_textlist/add.php, blocks/mmc_textlist/composer.php, blocks/mmc_textlist/config.php, blocks/mmc_textlist/controller.php, blocks/mmc_textlist/edit.php, blocks/mmc_textlist/form.php, blocks/mmc_textlist/icon.png, blocks/mmc_textlist/db.xml, blocks/mmc_textlist/view.php, blocks/mmc_textlist, blocks/mmc_card/add.php, blocks/mmc_card/composer.php, blocks/mmc_card/config.php, blocks/mmc_card/controller.php, blocks/mmc_card/edit.php, blocks/mmc_card/form.php, blocks/mmc_card/icon.png, blocks/mmc_card/db.xml, blocks/mmc_card/view.php, blocks/mmc_card, blocks/search/templates/faq.php, blocks/search/templates, blocks/search, blocks/page_list/templates/faq.php, blocks/page_list/templates/mmc_magazine.php, blocks/page_list/templates/news.php, blocks/page_list/templates/product_list.php, blocks/page_list/templates/product_news.php, blocks/page_list/templates/faq_all.php, blocks/page_list/templates/technical_information_index.php, blocks/page_list/templates/product_news_index.php, blocks/page_list/templates/top_new_product.php, blocks/page_list/templates/top_news.php, blocks/page_list/templates/event_list.php, blocks/page_list/templates/case_index.php, blocks/page_list/templates/important.php, blocks/page_list/templates/seminar_list.php, blocks/page_list/templates/index_event_list.php, blocks/page_list/templates, blocks/page_list/controller.php, blocks/page_list, blocks/whale_manual_nav/templates/footer_navi.php, blocks/whale_manual_nav/templates/header_global_navi.php, blocks/whale_manual_nav/templates/footer_other_navi.php, blocks/whale_manual_nav/templates, blocks/whale_manual_nav, blocks/advanced_html/view.php, blocks/advanced_html, blocks/mmc_carousel/add.php, blocks/mmc_carousel/composer.php, blocks/mmc_carousel/config.php, blocks/mmc_carousel/edit.php, blocks/mmc_carousel/controller.php, blocks/mmc_carousel/form.php, blocks/mmc_carousel/icon.png, blocks/mmc_carousel/db.xml, blocks/mmc_carousel/view.php, blocks/mmc_carousel, blocks/mmc_extend_content/add.php, blocks/mmc_extend_content/composer.php, blocks/mmc_extend_content/config.php, blocks/mmc_extend_content/edit.php, blocks/mmc_extend_content/controller.php, blocks/mmc_extend_content/form.php, blocks/mmc_extend_content/icon.png, blocks/mmc_extend_content/db.xml, blocks/mmc_extend_content/view.php, blocks/mmc_extend_content/templates/environment.php, blocks/mmc_extend_content/templates, blocks/mmc_extend_content, blocks/mmc_icon_card/add.php, blocks/mmc_icon_card/composer.php, blocks/mmc_icon_card/config.php, blocks/mmc_icon_card/edit.php, blocks/mmc_icon_card/controller.php, blocks/mmc_icon_card/form.php, blocks/mmc_icon_card/icon.png, blocks/mmc_icon_card/db.xml, blocks/mmc_icon_card/view.php, blocks/mmc_icon_card, blocks/autonav/templates/product_top_navi.php, blocks/autonav/templates/side_product_navi.php, blocks/autonav/templates/side_solution_navi.php, blocks/autonav/templates/sitemap.php, blocks/autonav/templates, blocks/autonav, blocks/mmc_download/add.php, blocks/mmc_download/composer.php, blocks/mmc_download/config.php, blocks/mmc_download/edit.php, blocks/mmc_download/controller.php, blocks/mmc_download/form.php, blocks/mmc_download/icon.png, blocks/mmc_download/db.xml, blocks/mmc_download/view.php, blocks/mmc_download/templates/environment.php, blocks/mmc_download/templates, blocks/mmc_download, blocks/mmc_image_banner/add.php, blocks/mmc_image_banner/composer.php, blocks/mmc_image_banner/config.php, blocks/mmc_image_banner/edit.php, blocks/mmc_image_banner/controller.php, blocks/mmc_image_banner/form.php, blocks/mmc_image_banner/icon.png, blocks/mmc_image_banner/db.xml, blocks/mmc_image_banner/view.php, blocks/mmc_image_banner, blocks/mmc_office/add.php, blocks/mmc_office/composer.php, blocks/mmc_office/config.php, blocks/mmc_office/edit.php, blocks/mmc_office/controller.php, blocks/mmc_office/form.php, blocks/mmc_office/icon.png, blocks/mmc_office/db.xml, blocks/mmc_office/view.php, blocks/mmc_office/view.css, blocks/mmc_office, blocks/mmc_button/add.php, blocks/mmc_button/config.php, blocks/mmc_button/composer.php, blocks/mmc_button/controller.php, blocks/mmc_button/edit.php, blocks/mmc_button/form.php, blocks/mmc_button/icon.png, blocks/mmc_button/db.xml, blocks/mmc_button/view.php, blocks/mmc_button, blocks/mmc_video_list/add.php, blocks/mmc_video_list/composer.php, blocks/mmc_video_list/config.php, blocks/mmc_video_list/edit.php, blocks/mmc_video_list/controller.php, blocks/mmc_video_list/form.php, blocks/mmc_video_list/icon.png, blocks/mmc_video_list/db.xml, blocks/mmc_video_list/view.php, blocks/mmc_video_list, blocks/advanced_page_list/templates/top_news.php, blocks/advanced_page_list/templates/top_new_product.php, blocks/advanced_page_list/templates/promotion_list.php, blocks/advanced_page_list/templates/seminar_list.php, blocks/advanced_page_list/templates/seminar_academy_list.php, blocks/advanced_page_list/templates/index_seminar_list.php, blocks/advanced_page_list/templates/index_promotion_list.php, blocks/advanced_page_list/templates/mypage_event.php, blocks/advanced_page_list/templates, blocks/advanced_page_list, blocks/mmc_swipe_card/config.php, blocks/mmc_swipe_card/composer.php, blocks/mmc_swipe_card/add.php, blocks/mmc_swipe_card/icon.png, blocks/mmc_swipe_card/edit.php, blocks/mmc_swipe_card/form.php, blocks/mmc_swipe_card/controller.php, blocks/mmc_swipe_card/db.xml, blocks/mmc_swipe_card/view.php, blocks/mmc_swipe_card, blocks/mmc_formula/config.php, blocks/mmc_formula/composer.php, blocks/mmc_formula/add.php, blocks/mmc_formula/icon.png, blocks/mmc_formula/edit.php, blocks/mmc_formula/form.php, blocks/mmc_formula/controller.php, blocks/mmc_formula/db.xml, blocks/mmc_formula/view.php, blocks/mmc_formula, blocks/date_navigation/templates/year.php, blocks/date_navigation/templates, blocks/date_navigation/controller.php, blocks/date_navigation, blocks/topic_list/templates/managine.php, blocks/topic_list/templates, blocks/topic_list, blocks/youtube/view.php, blocks/youtube, blocks/share_this_page/view.php, blocks/share_this_page/templates/footer.php, blocks/share_this_page/templates, blocks/share_this_page/controller.php, blocks/share_this_page, blocks/mmc_office_calendar/config.php, blocks/mmc_office_calendar/composer.php, blocks/mmc_office_calendar/add.php, blocks/mmc_office_calendar/icon.png, blocks/mmc_office_calendar/edit.php, blocks/mmc_office_calendar/form.php, blocks/mmc_office_calendar/controller.php, blocks/mmc_office_calendar/db.xml, blocks/mmc_office_calendar/view.php, blocks/mmc_office_calendar/view.css, blocks/mmc_office_calendar, blocks/switch_language/templates/flags/view.php, blocks/switch_language/templates/flags, blocks/switch_language/templates, blocks/switch_language/controller.php, blocks/switch_language, blocks/xw_optout_options/view.php, blocks/xw_optout_options, blocks/mmc_contact_info/config.php, blocks/mmc_contact_info/composer.php, blocks/mmc_contact_info/add.php, blocks/mmc_contact_info/icon.png, blocks/mmc_contact_info/edit.php, blocks/mmc_contact_info/form.php, blocks/mmc_contact_info/controller.php, blocks/mmc_contact_info/db.xml, blocks/mmc_contact_info/view.php, blocks/mmc_contact_info/templates/footer_contact_navi.php, blocks/mmc_contact_info/templates, blocks/mmc_contact_info, blocks/mmc_office_list/config.php, blocks/mmc_office_list/composer.php, blocks/mmc_office_list/add.php, blocks/mmc_office_list/icon.png, blocks/mmc_office_list/edit.php, blocks/mmc_office_list/form.php, blocks/mmc_office_list/controller.php, blocks/mmc_office_list/db.xml, blocks/mmc_office_list/view.php, blocks/mmc_office_list, blocks/tags/view.php, blocks/tags, blocks/mmc_product_file/config.php, blocks/mmc_product_file/composer.php, blocks/mmc_product_file/add.php, blocks/mmc_product_file/icon.png, blocks/mmc_product_file/edit.php, blocks/mmc_product_file/form.php, blocks/mmc_product_file/controller.php, blocks/mmc_product_file/db.xml, blocks/mmc_product_file/view.php, blocks/mmc_product_file, blocks/mmc_quote_list/config.php, blocks/mmc_quote_list/composer.php, blocks/mmc_quote_list/add.php, blocks/mmc_quote_list/icon.png, blocks/mmc_quote_list/edit.php, blocks/mmc_quote_list/form.php, blocks/mmc_quote_list/controller.php, blocks/mmc_quote_list/db.xml, blocks/mmc_quote_list/view.php, blocks/mmc_quote_list, blocks/mmc_product_info/config.php, blocks/mmc_product_info/composer.php, blocks/mmc_product_info/add.php, blocks/mmc_product_info/icon.png, blocks/mmc_product_info/edit.php, blocks/mmc_product_info/form.php, blocks/mmc_product_info/controller.php, blocks/mmc_product_info/db.xml, blocks/mmc_product_info/view.php, blocks/mmc_product_info, controllers/single_page/dashboard/products.php, controllers/single_page/dashboard/offices.php, controllers/single_page/dashboard/system/multilingual/translate_interface.php, controllers/single_page/dashboard/system/multilingual, controllers/single_page/dashboard/system, controllers/single_page/dashboard, controllers/single_page/page_not_found.php, controllers/single_page/mypage.php, controllers/single_page/mypage/myaccount.php, controllers/single_page/mypage/detail_available.php, controllers/single_page/mypage, controllers/single_page/products/mylist.php, controllers/single_page/products, controllers/single_page/global_network.php, controllers/single_page, controllers/dialog/file_member_only.php, controllers/dialog, elements/blocks/heading.php, elements/blocks/container.php, elements/blocks/suffix.php, elements/blocks, elements/form/topic.php, elements/form/account.php, elements/form, elements/mypage/header_navi.php, elements/mypage, elements/pagenation/page_list.php, elements/pagenation, elements/header_required.php, elements/page_list/not_found.php, elements/page_list, attributes/select/account.php, attributes/select/controller.php, attributes/select, attributes/text/form.php, attributes/text/account.php, attributes/text, attributes/boolean/form.php, attributes/boolean, attributes/telephone/controller.php, attributes/telephone/form.php, attributes/telephone, attributes/email/form.php, attributes/email, single_pages/dashboard/products/view.php, single_pages/dashboard/products/detail.php, single_pages/dashboard/products/list.php, single_pages/dashboard/products, single_pages/dashboard/offices/detail.php, single_pages/dashboard/offices/list.php, single_pages/dashboard/offices/view.php, single_pages/dashboard/offices, single_pages/dashboard/system/permissions/workflows.php, single_pages/dashboard/system/permissions, single_pages/dashboard/system, single_pages/dashboard/sitemap/full.php, single_pages/dashboard/sitemap, single_pages/dashboard, single_pages/mypage/myaccount/view.php, single_pages/mypage/myaccount/unsubscribe.php, single_pages/mypage/myaccount/token.php, single_pages/mypage/myaccount, single_pages/mypage/view.php, single_pages/mypage/detail_available/token.php, single_pages/mypage/detail_available/view.php, single_pages/mypage/detail_available, single_pages/mypage, single_pages/products/mylist/view.php, single_pages/products/mylist, single_pages/products, single_pages/global_network/view.php, single_pages/global_network, themes/mmc/default.php, themes/mmc/page_theme.php, themes/mmc/view.php, themes/mmc/01_common_page_sidearea.php, themes/mmc/00_common_page.php, themes/mmc/30_new_product_index.php, themes/mmc/31_new_product_article.php, themes/mmc/32_product_index.php, themes/mmc/33_product_detail.php, themes/mmc/40_solution_index.php, themes/mmc/10_home.php, themes/mmc/20_news_index.php, themes/mmc/43_technical_information.php, themes/mmc/21_news_article.php, themes/mmc/50_case_index.php, themes/mmc/51_case_article.php, themes/mmc/52_event_index.php, themes/mmc/53_event_detail.php, themes/mmc/54_seminar_index.php, themes/mmc/55_seminar_detail.php, themes/mmc/60_elarning_index.php, themes/mmc/61_elarning_detail.php, themes/mmc/70_mmc_magazine_index.php, themes/mmc/71_mmc_magazine_article.php, themes/mmc/80_form.php, themes/mmc/asset/css/main.css, themes/mmc/asset/css/reset.css, themes/mmc/asset/css/swiper.min.css, themes/mmc/asset/css/fonts/mmc.eot, themes/mmc/asset/css/fonts/mmc.svg, themes/mmc/asset/css/fonts/mmc.ttf, themes/mmc/asset/css/fonts/mmc.woff, themes/mmc/asset/css/fonts/selection.json, themes/mmc/asset/css/fonts, themes/mmc/asset/css/images/banner_left_image.png, themes/mmc/asset/css/images/banner_diaedge.png, themes/mmc/asset/css/images, themes/mmc/asset/css, themes/mmc/asset/images/icon11.jpg, themes/mmc/asset/images/logo_2.png, themes/mmc/asset/images/logo.png, themes/mmc/asset/images/logo_jp.png, themes/mmc/asset/images/no_image.png, themes/mmc/asset/images/youtube.svg, themes/mmc/asset/images/banner_left_image.png, themes/mmc/asset/images/bg_title_left_image.png, themes/mmc/asset/images/icon05.jpg, themes/mmc/asset/images/icon03.jpg, themes/mmc/asset/images/icon04.jpg, themes/mmc/asset/images/icon06.jpg, themes/mmc/asset/images/icon08.jpg, themes/mmc/asset/images/icon09.jpg, themes/mmc/asset/images/icon10.jpg, themes/mmc/asset/images/icon07.jpg, themes/mmc/asset/images/japan_flag.png, themes/mmc/asset/images, themes/mmc/asset/js/jquery.js, themes/mmc/asset/js/main.js, themes/mmc/asset/js/swiper.min.js, themes/mmc/asset/js/ofi.min.js, themes/mmc/asset/js, themes/mmc/asset, themes/mmc/elements/breadcrumb.php, themes/mmc/elements/footer.php, themes/mmc/elements/header.php, themes/mmc/elements/containers/two_column.php, themes/mmc/elements/containers/two_column_shadow.php, themes/mmc/elements/containers, themes/mmc/elements/fixed_register_banner.php, themes/mmc/elements/footer_sns.php, themes/mmc/elements/footer_inquiry_banner.php, themes/mmc/elements/page_head.php, themes/mmc/elements/header_subnavi.php, themes/mmc/elements/product/trouble_shooting.php, themes/mmc/elements/product/mylist.php, themes/mmc/elements/product/webcatalog.php, themes/mmc/elements/product, themes/mmc/elements/faq/related_faq.php, themes/mmc/elements/faq, themes/mmc/elements/technical_information/trouble_shooting.php, themes/mmc/elements/technical_information, themes/mmc/elements/page_sns_share.php, themes/mmc/elements/modal.php, themes/mmc/elements/jsonld.php, themes/mmc/elements/seminar/filter.php, themes/mmc/elements/seminar, themes/mmc/elements/event/banner.php, themes/mmc/elements/event, themes/mmc/elements, themes/mmc/blocks/breadcrumbs/view.php, themes/mmc/blocks/breadcrumbs, themes/mmc/blocks, themes/mmc/upimg/case_study_12.png, themes/mmc/upimg/download_02.png, themes/mmc/upimg/download_03.png, themes/mmc/upimg/download_04.png, themes/mmc/upimg/download_05.png, themes/mmc/upimg/e-learning_01.png, themes/mmc/upimg/e-learning_02.png, themes/mmc/upimg/e-learning_03.png, themes/mmc/upimg/e-learning_04.png, themes/mmc/upimg/e-learning_05.png, themes/mmc/upimg/e-learning_06.png, themes/mmc/upimg/e-learning_07.png, themes/mmc/upimg/e-learning_08.png, themes/mmc/upimg/e-learning_09.png, themes/mmc/upimg/e-learning_10.png, themes/mmc/upimg/e-learning_11.png, themes/mmc/upimg/exhibition_01.png, themes/mmc/upimg/exhibition_02.png, themes/mmc/upimg/exhibition_03.png, themes/mmc/upimg/factory_01.png, themes/mmc/upimg/factory_02.png, themes/mmc/upimg/industry_top_01.png, themes/mmc/upimg/industry_top_02.png, themes/mmc/upimg/industry_top_03.png, themes/mmc/upimg/industry_top_04.png, themes/mmc/upimg/industry_top_05.png, themes/mmc/upimg/industry_top_06.png, themes/mmc/upimg/industry_top_07.png, themes/mmc/upimg/item_az.png, themes/mmc/upimg/item_bc8100.png, themes/mmc/upimg/item_bmr.png, themes/mmc/upimg/item_c4latb.png, themes/mmc/upimg/item_flute_drill.png, themes/mmc/upimg/item_clampbite.png, themes/mmc/upimg/item_gy.png, themes/mmc/upimg/item_helical_broach.png, themes/mmc/upimg/item_fmax.png, themes/mmc/upimg/item_hobcutter.png, themes/mmc/upimg/item_hvf.png, themes/mmc/upimg/item_mas.png, themes/mmc/upimg/item_mc6000.png, themes/mmc/upimg/item_mc5000.png, themes/mmc/upimg/item_mc6015_mc6025.png, themes/mmc/upimg/item_mfe.png, themes/mmc/upimg/item_mh515.png, themes/mmc/upimg/item_mp9000.png, themes/mmc/upimg/item_mp9100.png, themes/mmc/upimg/item_mvs_long.png, themes/mmc/upimg/item_mvs.png, themes/mmc/upimg/item_reamer.png, themes/mmc/upimg/item_vas400_vas500.png, themes/mmc/upimg/item_skyingcutter.png, themes/mmc/upimg/item_vpx200_vpx300.png, themes/mmc/upimg/mc6100_series_en_sp.png, themes/mmc/upimg/mc6100_series_en.png, themes/mmc/upimg/mc6100_series_jp_sp.png, themes/mmc/upimg/mc6100_series_jp.png, themes/mmc/upimg/mc6100_series_sp.png, themes/mmc/upimg/mc6100_series.png, themes/mmc/upimg/mmc_magazine_02.png, themes/mmc/upimg/mmc_magazine_03.png, themes/mmc/upimg/mmc_magazine_item_01.png, themes/mmc/upimg/mmc_magazine_item_02.png, themes/mmc/upimg/mmc_magazine_item_03.png, themes/mmc/upimg/new_product_01.png, themes/mmc/upimg/new_product_02.png, themes/mmc/upimg/new_product_03.png, themes/mmc/upimg/new_product_04.png, themes/mmc/upimg/recomend_02.png, themes/mmc/upimg/recomend_01.png, themes/mmc/upimg/recomend_03.png, themes/mmc/upimg/seminar_01.png, themes/mmc/upimg/seminar_02.png, themes/mmc/upimg/seminar_slider_01.png, themes/mmc/upimg/seminar_slider_02.png, themes/mmc/upimg/seminar_slider_03.png, themes/mmc/upimg/solution_side.png, themes/mmc/upimg/tooling_express_01.png, themes/mmc/upimg/tooling_express_02.png, themes/mmc/upimg/tooling_express_03.png, themes/mmc/upimg/tooling_express_04.png, themes/mmc/upimg/top_link_01.png, themes/mmc/upimg/top_link_02.png, themes/mmc/upimg/top_link_03.png, themes/mmc/upimg/top_product_01.png, themes/mmc/upimg/top_product_02.png, themes/mmc/upimg/top_product_03.png, themes/mmc/upimg/top_recommend_01.png, themes/mmc/upimg/top_recommend_02.png, themes/mmc/upimg/top_recommend_03.png, themes/mmc/upimg/top_recommend_04.png, themes/mmc/upimg/top_slider_01.png, themes/mmc/upimg/traning_01.png, themes/mmc/upimg/traning_02.png, themes/mmc/upimg/traning_03.png, themes/mmc/upimg/traning_04.png, themes/mmc/upimg/traning_05.png, themes/mmc/upimg/6e8ae0fa4b3779475329faca73a300e1.png, themes/mmc/upimg/solution_purpose_tooling_gl.png, themes/mmc/upimg/sample4.png, themes/mmc/upimg/sample.png, themes/mmc/upimg/sample3.png, themes/mmc/upimg/sample2.png, themes/mmc/upimg/nyuumon.png, themes/mmc/upimg/esg_logo.png, themes/mmc/upimg/5bc01b7c9ca0d6a80e91cd1fca03c99f.png, themes/mmc/upimg/esg_title_image.png, themes/mmc/upimg/esg_title_image_sp.png, themes/mmc/upimg/brand_title_image_1.png, themes/mmc/upimg/banner_image_05.png, themes/mmc/upimg/banner_image_03.png, themes/mmc/upimg/banner_image_04.png, themes/mmc/upimg/banner_image_02.png, themes/mmc/upimg/banner_image_01.png, themes/mmc/upimg/banner_image_06.png, themes/mmc/upimg/jsa_logo.png, themes/mmc/upimg/sessaku-academy-image.png, themes/mmc/upimg/mmc_slider_bg.png, themes/mmc/upimg/mmc_magazine_01.png, themes/mmc/upimg/download_01.png, themes/mmc/upimg/mc6000_main.png, themes/mmc/upimg/tooling_express.png, themes/mmc/upimg/training_banner_01.png, themes/mmc/upimg/training_banner_02.png, themes/mmc/upimg/academy_curriculum_07.png, themes/mmc/upimg/about_product.png, themes/mmc/upimg/academy_course_02.png, themes/mmc/upimg/academy_course_01.png, themes/mmc/upimg/academy_course_03.png, themes/mmc/upimg/academy_curriculum_03.png, themes/mmc/upimg/academy_curriculum_01.png, themes/mmc/upimg/academy_curriculum_02.png, themes/mmc/upimg/academy_curriculum_04.png, themes/mmc/upimg/academy_curriculum_05.png, themes/mmc/upimg/academy_curriculum_06.png, themes/mmc/upimg/academy_top.png, themes/mmc/upimg/automotive_compressor_impeller.png, themes/mmc/upimg/automotive_crank_shaft_cam_shaft_03.png, themes/mmc/upimg/automotive_cylinder_block_03.png, themes/mmc/upimg/automotive_cylinder_head_03.png, themes/mmc/upimg/automotive_gears_epicyclic_carriers_02.png, themes/mmc/upimg/automotive_shaft_cvt_pulley_03.png, themes/mmc/upimg/automotive_steering_knuckle_03.png, themes/mmc/upimg/automotive_transmission_case_valve_body_03.png, themes/mmc/upimg/automotive_turbine_housing.png, themes/mmc/upimg/automotive_waste_gate_valve.png, themes/mmc/upimg/bd8cc314b7f69e19cd1c371ee5f05c3e.png, themes/mmc/upimg/brand_01.png, themes/mmc/upimg/brand_02_sp.png, themes/mmc/upimg/brand_02.png, themes/mmc/upimg/brand_03.png, themes/mmc/upimg/brand_title_image_2.png, themes/mmc/upimg/c7accf2b4184f6a0bb41ee6e148598e1.png, themes/mmc/upimg/case_study_01.png, themes/mmc/upimg/case_study_02.png, themes/mmc/upimg/case_study_03.png, themes/mmc/upimg/case_study_05.png, themes/mmc/upimg/case_study_04.png, themes/mmc/upimg/case_study_06.png, themes/mmc/upimg/case_study_08.png, themes/mmc/upimg/case_study_07.png, themes/mmc/upimg/case_study_09.png, themes/mmc/upimg/case_study_11.png, themes/mmc/upimg/case_study_10.png, themes/mmc/upimg/new_product_05.png, themes/mmc/upimg/new_product_06.png, themes/mmc/upimg/product_02.png, themes/mmc/upimg/product_01.png, themes/mmc/upimg/product_03.png, themes/mmc/upimg/product_04.png, themes/mmc/upimg/product_05.png, themes/mmc/upimg/product_06.png, themes/mmc/upimg/btn_image.png, themes/mmc/upimg/diaedge_logo.png, themes/mmc/upimg/company_logo.png, themes/mmc/upimg/sample2_sp.png, themes/mmc/upimg/jsa.png, themes/mmc/upimg/slider1.png, themes/mmc/upimg/slider2.png, themes/mmc/upimg/slider3.png, themes/mmc/upimg, themes/mmc/81_faq.php, themes/mmc/css/main.less, themes/mmc/css/icfont.less, themes/mmc/css/build/base/footer.less, themes/mmc/css/build/base/common.less, themes/mmc/css/build/base/header.less, themes/mmc/css/build/base/index.less, themes/mmc/css/build/base/layout.less, themes/mmc/css/build/base/sidebar.less, themes/mmc/css/build/base/style.less, themes/mmc/css/build/base, themes/mmc/css/build/config/mixins.less, themes/mmc/css/build/config/normalize.less, themes/mmc/css/build/config/index.less, themes/mmc/css/build/config/variables.less, themes/mmc/css/build/config, themes/mmc/css/build/parts/banner.less, themes/mmc/css/build/parts/breadcrumb.less, themes/mmc/css/build/parts/btn.less, themes/mmc/css/build/parts/image.less, themes/mmc/css/build/parts/list.less, themes/mmc/css/build/parts/index.less, themes/mmc/css/build/parts/pagination.less, themes/mmc/css/build/parts/pull-down.less, themes/mmc/css/build/parts/search-box.less, themes/mmc/css/build/parts/sns-share.less, themes/mmc/css/build/parts/tag.less, themes/mmc/css/build/parts, themes/mmc/css/build/block/article-list.less, themes/mmc/css/build/block/card.less, themes/mmc/css/build/block/contents-list.less, themes/mmc/css/build/block/faq.less, themes/mmc/css/build/block/definition-list.less, themes/mmc/css/build/block/form.less, themes/mmc/css/build/block/factory.less, themes/mmc/css/build/block/image-content.less, themes/mmc/css/build/block/index.less, themes/mmc/css/build/block/map.less, themes/mmc/css/build/block/modal.less, themes/mmc/css/build/block/slider.less, themes/mmc/css/build/block/youtube.less, themes/mmc/css/build/block, themes/mmc/css/build/assets/bootstrap5/modal.less, themes/mmc/css/build/assets/bootstrap5/transitions.less, themes/mmc/css/build/assets/bootstrap5/alert.less, themes/mmc/css/build/assets/bootstrap5, themes/mmc/css/build/assets/swiper.min.less, themes/mmc/css/build/assets/index.less, themes/mmc/css/build/assets, themes/mmc/css/build/edit-mode.less, themes/mmc/css/build/page/index.less, themes/mmc/css/build/page/login.less, themes/mmc/css/build/page/mypage.less, themes/mmc/css/build/page/new-product.less, themes/mmc/css/build/page/product.less, themes/mmc/css/build/page/settings.less, themes/mmc/css/build/page/mylist.less, themes/mmc/css/build/page/environment.less, themes/mmc/css/build/page, themes/mmc/css/build, themes/mmc/css/multilingual/ja_JP.css, themes/mmc/css/multilingual, themes/mmc/css/fonts/mmc.svg, themes/mmc/css/fonts/mmc.eot, themes/mmc/css/fonts/mmc.ttf, themes/mmc/css/fonts/mmc.woff, themes/mmc/css/fonts/selection.json, themes/mmc/css/fonts/noto-sans/noto-sans-v27-vietnamese_latin-ext_latin_greek-ext_greek_devanagari_cyrillic-ext_cyrillic-500.woff, themes/mmc/css/fonts/noto-sans/noto-sans-v27-vietnamese_latin-ext_latin_greek-ext_greek_devanagari_cyrillic-ext_cyrillic-500.woff2, themes/mmc/css/fonts/noto-sans/noto-sans-v27-vietnamese_latin-ext_latin_greek-ext_greek_devanagari_cyrillic-ext_cyrillic-500italic.woff, themes/mmc/css/fonts/noto-sans/noto-sans-v27-vietnamese_latin-ext_latin_greek-ext_greek_devanagari_cyrillic-ext_cyrillic-500italic.woff2, themes/mmc/css/fonts/noto-sans/noto-sans-v27-vietnamese_latin-ext_latin_greek-ext_greek_devanagari_cyrillic-ext_cyrillic-700.woff, themes/mmc/css/fonts/noto-sans/noto-sans-v27-vietnamese_latin-ext_latin_greek-ext_greek_devanagari_cyrillic-ext_cyrillic-700.woff2, themes/mmc/css/fonts/noto-sans/noto-sans-v27-vietnamese_latin-ext_latin_greek-ext_greek_devanagari_cyrillic-ext_cyrillic-700italic.woff, themes/mmc/css/fonts/noto-sans/noto-sans-v27-vietnamese_latin-ext_latin_greek-ext_greek_devanagari_cyrillic-ext_cyrillic-700italic.woff2, themes/mmc/css/fonts/noto-sans/noto-sans-v27-vietnamese_latin-ext_latin_greek-ext_greek_devanagari_cyrillic-ext_cyrillic-italic.woff, themes/mmc/css/fonts/noto-sans/noto-sans-v27-vietnamese_latin-ext_latin_greek-ext_greek_devanagari_cyrillic-ext_cyrillic-italic.woff2, themes/mmc/css/fonts/noto-sans/noto-sans-v27-vietnamese_latin-ext_latin_greek-ext_greek_devanagari_cyrillic-ext_cyrillic-regular.woff, themes/mmc/css/fonts/noto-sans/noto-sans-v27-vietnamese_latin-ext_latin_greek-ext_greek_devanagari_cyrillic-ext_cyrillic-regular.woff2, themes/mmc/css/fonts/noto-sans, themes/mmc/css/fonts/noto-sans-jp/noto-sans-jp-v42-latin_japanese-500.woff, themes/mmc/css/fonts/noto-sans-jp/noto-sans-jp-v42-latin_japanese-500.woff2, themes/mmc/css/fonts/noto-sans-jp/noto-sans-jp-v42-latin_japanese-700.woff, themes/mmc/css/fonts/noto-sans-jp/noto-sans-jp-v42-latin_japanese-700.woff2, themes/mmc/css/fonts/noto-sans-jp/noto-sans-jp-v42-latin_japanese-regular.woff, themes/mmc/css/fonts/noto-sans-jp/noto-sans-jp-v42-latin_japanese-regular.woff2, themes/mmc/css/fonts/noto-sans-jp/noto-sans-jp-v42-bold.woff, themes/mmc/css/fonts/noto-sans-jp/noto-sans-jp-v42-bold.woff2, themes/mmc/css/fonts/noto-sans-jp/noto-sans-jp-v42-medium.woff, themes/mmc/css/fonts/noto-sans-jp/noto-sans-jp-v42-medium.woff2, themes/mmc/css/fonts/noto-sans-jp/noto-sans-jp-v42-regular.woff, themes/mmc/css/fonts/noto-sans-jp/noto-sans-jp-v42-regular.woff2, themes/mmc/css/fonts/noto-sans-jp, themes/mmc/css/fonts/noto-sans-tc/noto-sans-tc-v26-latin_chinese-traditional-500.woff, themes/mmc/css/fonts/noto-sans-tc/noto-sans-tc-v26-latin_chinese-traditional-500.woff2, themes/mmc/css/fonts/noto-sans-tc/noto-sans-tc-v26-latin_chinese-traditional-700.woff, themes/mmc/css/fonts/noto-sans-tc/noto-sans-tc-v26-latin_chinese-traditional-700.woff2, themes/mmc/css/fonts/noto-sans-tc/noto-sans-tc-v26-latin_chinese-traditional-regular.woff, themes/mmc/css/fonts/noto-sans-tc/noto-sans-tc-v26-latin_chinese-traditional-regular.woff2, themes/mmc/css/fonts/noto-sans-tc, themes/mmc/css/fonts, themes/mmc/css/noto-sans-tc.css, themes/mmc/css/noto-sans-jp.css, themes/mmc/css/noto-sans.css, themes/mmc/css, themes/mmc/images/icon/product-icon07.png, themes/mmc/images/icon/product-icon08.png, themes/mmc/images/icon/product-icon09.png, themes/mmc/images/icon/product-icon03.png, themes/mmc/images/icon/product-icon04.png, themes/mmc/images/icon/product-icon05.png, themes/mmc/images/icon/product-icon02.png, themes/mmc/images/icon/product-icon01.png, themes/mmc/images/icon/product-icon06.png, themes/mmc/images/icon, themes/mmc/images/banner_image.png, themes/mmc/images/banner_title_image.png, themes/mmc/images/diaedge_logo.png, themes/mmc/images/flag/ru.png, themes/mmc/images/flag/br.png, themes/mmc/images/flag/eu.png, themes/mmc/images/flag/fr.png, themes/mmc/images/flag/in.png, themes/mmc/images/flag/gb.png, themes/mmc/images/flag/it.png, themes/mmc/images/flag/jp.png, themes/mmc/images/flag/mx.png, themes/mmc/images/flag/pl.png, themes/mmc/images/flag/th.png, themes/mmc/images/flag/tr.png, themes/mmc/images/flag/us.png, themes/mmc/images/flag/es.png, themes/mmc/images/flag/de.png, themes/mmc/images/flag/cn.png, themes/mmc/images/flag, themes/mmc/images/top_emergency.svg, themes/mmc/images/btn_image.png, themes/mmc/images/webcatalog_banner/brooch.png, themes/mmc/images/webcatalog_banner/gear_cutter.png, themes/mmc/images/webcatalog_banner/drills.png, themes/mmc/images/webcatalog_banner/tooling.png, themes/mmc/images/webcatalog_banner/face_mills.png, themes/mmc/images/webcatalog_banner/insert_for_rotating_tools.png, themes/mmc/images/webcatalog_banner/hsk-t_tools.png, themes/mmc/images/webcatalog_banner/solid_end_mills.png, themes/mmc/images/webcatalog_banner/threading.png, themes/mmc/images/webcatalog_banner/gygw_holder_thumb.png, themes/mmc/images/webcatalog_banner/boring.png, themes/mmc/images/webcatalog_banner/small_tools.png, themes/mmc/images/webcatalog_banner/cbn_pcd_insert.png, themes/mmc/images/webcatalog_banner/external_cutting.png, themes/mmc/images/webcatalog_banner/turning_insert.png, themes/mmc/images/webcatalog_banner/grooving.png, themes/mmc/images/webcatalog_banner/grooving_gw.png, themes/mmc/images/webcatalog_banner, themes/mmc/images, themes/mmc/js/assets.js, themes/mmc/js/main.js, themes/mmc/js/mylist.js, themes/mmc/js, themes/mmc/34_product_top.php, themes/mmc/41_solution_industry.php, themes/mmc/42_solution_application.php, themes/mmc/82_faq_index.php, themes/mmc/44_technical_information_index.php, themes/mmc/45_download.php, themes/mmc/90_mypage.php, themes/mmc/thumbnail.png, themes/mmc, themes/dashboard/desktop.php, themes/dashboard/elements/header.php, themes/dashboard/elements, themes/dashboard/main.css, themes/dashboard/main.js, themes/dashboard/desktop.css, themes/dashboard, views/dialogs/file_member_only.php, views/dialogs, src/Concrete/Helper/UtilHelper.php, src/Concrete/Helper/OfficeHelper.php, src/Concrete/Helper/ProductHelper.php, src/Concrete/Helper/UserHelper.php, src/Concrete/Helper/MailHelper.php, src/Concrete/Helper, src/Concrete/Page/Controller/DashboardPageController.php, src/Concrete/Page/Controller, src/Concrete/Page, src/Concrete/Attribute/Context/AccountFormContext.php, src/Concrete/Attribute/Context, src/Concrete/Attribute, src/Concrete/Api/UserController.php, src/Concrete/Api/ProductController.php, src/Concrete/Api, src/Concrete/Command/Task/Command/OfficeDataImportCommand.php, src/Concrete/Command/Task/Command/OfficeDataImportCommandHandler.php, src/Concrete/Command/Task/Command/ProductDataImportCommand.php, src/Concrete/Command/Task/Command/ProductDataImportCommandHandler.php, src/Concrete/Command/Task/Command/MemberDataExportCommand.php, src/Concrete/Command/Task/Command/MemberDataExportCommandHandler.php, src/Concrete/Command/Task/Command, src/Concrete/Command/Task/Controller/OfficeDataImportController.php, src/Concrete/Command/Task/Controller/ProductDataImportController.php, src/Concrete/Command/Task/Controller/MemberDataExportController.php, src/Concrete/Command/Task/Controller, src/Concrete/Command/Task, src/Concrete/Command, src/Concrete/Csv/Export/MemberExporter.php, src/Concrete/Csv/Export, src/Concrete/Csv, src/Concrete/Sharing/ShareThisPage/Service.php, src/Concrete/Sharing/ShareThisPage/ServiceList.php, src/Concrete/Sharing/ShareThisPage, src/Concrete/Sharing, src/Concrete/User/UserDetailValidationHash.php, src/Concrete/User, src/Concrete

# Concrete Cache Settings
Block Cache - Off
Overrides Cache - Off
Full Page Caching - On - In all cases.
Full Page Cache Lifetime - Every 10 minutes.

# Server Software
Apache

# Server API
fpm-fcgi

# PHP Version
8.0.18

# PHP Extensions
bcmath, bz2, calendar, cgi-fcgi, Core, ctype, curl, date, dom, exif, fileinfo, filter, ftp, gd, gettext, hash, iconv, json, libxml, mbstring, mysqli, mysqlnd, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, posix, Reflection, session, shmop, SimpleXML, soap, sockets, sodium, SPL, sqlite3, standard, sysvmsg, sysvsem, sysvshm, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend OPcache, zip, zlib

# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 256M
post_max_size - 300M
upload_max_filesize - 150M
zend.exception_string_param_max_len - 0
mbstring.regex_retry_limit - 1000000
mbstring.regex_stack_limit - 100000
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
unserialize_max_depth - 4096
opcache.jit_bisect_limit - 0
opcache.jit_max_exit_counters - 8192
opcache.jit_max_loop_unrolls - 8
opcache.jit_max_polymorphic_calls - 2
opcache.jit_max_recursive_calls - 2
opcache.jit_max_recursive_returns - 2
opcache.jit_max_root_traces - 1024
opcache.jit_max_side_traces - 128
opcache.max_accelerated_files - 10000
opcache.max_file_size - 0
opcache.max_wasted_percentage - 5

Browser User-Agent String

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.