skip to Main Content

I am new to Magento and here I am facing issue with Google AdWords.
There is a script file which is causing the issue

https://magentocore.net/mage/mage.js

when I am running in local this script file is not coming but in the server, this file is coming in all the pages.
I checked my project but didn’t find the mage.js file and have no idea where it is coming from
Please guide me on this …
any help would be appreciated, thanks in advance …

enter image description here

enter image description here

3

Answers


  1. ok Miscellaneous Scripts are loaded on every page.

    Check the miscellaneous scripts section for configuration, it should be there.

    Also, don’t forget to clear your Magento cache: System > Cache Management > Flush Magento Cache

    Login or Signup to reply.
  2. That doesn’t sound like a regular file. If you can’t find it in the filesystem, I would recommend checking the miscelllaneous scripts section of configuration and check the following link.

    http://docs.magento.com/m1/ee/user_guide/configuration/general/design.html

    Login or Signup to reply.
  3. This is a known credit card scraping malware. And unfortunately, it is very successful. See my blog on removal instructions for this specific skimmer.

    And use MageReport or the Magento Malware Scanner to periodically scan your site for this kind of malicious code.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search