We would like to know if our extension was installed on Magento server or at least was downloaded from Magento Connect.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Magento install scripts are just normal PHP code. You could easily add a call to
curlorfile_get_contents(...)to your own servers.Magento even wraps curl in its own interface, so this is quite feasible.
I would argue that making a request to your own servers for no real technical reason is rather impolite, so I’d suggest also adding an option in your config, much in the same way that other applications give an option to send anonymous usage statistics when they are installed.