Block magento website by users country? [closed] - magento

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i need to block the magento website by the visitors country without any extension , how to do it, where i need to edit the code? can i use .htaccess to do this?, else any native supports form the magento ?
please help me.
Thanks in advance

You can try Maxmind's mod_geoip apache module:
http://dev.maxmind.com/geoip/mod_geoip2
If you are using WHM/cPanel then it is easy to block entire contry IP ranges from firewall like CSF. For more details how to block entire country in CSF visit following URL:
http://www.vpsdiscussions.com/index.php/topic,87.0.html
I think this one is more accurate:
http://www.ip2location.com/blockvisitorsbycountry.aspx
This one is magento free module:
http://www.magentocommerce.com/magento-connect/et-ip-security.html

I already explained my experience here: http://www.magentocommerce.com/boards/viewth/viewthread/469503/
I just think you shouldn't block the whole site, just the prices. You couldn't believe how many people outside the US find us & we can point them to our european or asian partners.
Hope it helps

Related

Understanding DataTorrent with example [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am supposed to work on DataTorrent and looking for articles/documentation to go through. I could not find detailed documentation on what are operators, how are they used for processing our data and about MALHAR library which is being used in operators (not sure about this part). Can somebody help me in understanding about DataTorrent by suggesting references for it?
There are new links for the docs
DataTorrent
http://docs.datatorrent.com/
Apache Apex
http://apex.incubator.apache.org/docs.html
The following mailing lists are available for Apex:
dev#apex.incubator.apache.org is for people who want to contribute code to Apex.
users#apex.incubator.apache.org is a discussion forum for people who want to build apps and/or solutions using Apex
Malhar Operator Developer guide: https://www.datatorrent.com/docs/guides/OperatorDeveloperGuide.html
If you want to develop a connector, under the’ io’ package on github, you will see a bunch of our existing connectors that you might be able to re-purpose.: https://github.com/DataTorrent/Malhar/tree/master/library/src/main/java/com/datatorrent/lib/io
if you have any questions about our Malhar library and developing a connector, please send an email to our email group: malhar-users#googlegroups.com

How to create pages in the footer in magento [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have installed magento1.8.0.1, and also import sample data.
I added one more menus,
Now i want add pages like e-mail us, so i go to cms -> pages -> add new page ->. so it will be created, i want to know how to display that e-mail us page in footer.
Can anyone help me?
Thank you!!!.
There are various way, but for your quick reference:
Go to Magento Admin
Go to CMS Block
Edit Footer Links (Click on that name)
Do whatever changes you like and save that page.
Good luck!

How to use Jqgrid [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
From what I understand I need to write some of the PHP files and more myself to make this grid work with a sever and database. Is this true? And if so do you have any advice on where to start with this?
Any advice would be greatly appreciated.
The Demo page is useful for getting started. It will show you how to put together basic grids, and there is PHP code there to show you how to retrieve data from a MySQL DB and return it to your grid. You can easily adapt this code to another DB (such as Postgres or SQL Server) as needed.
As you get going, the documentation page has a good set of API docs as a reference.

Is it legal to track the installations of a free plugin [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
By this question I like to ask how legal is to track the installation of a free Joomla Module.
I already have create some Joomla Modules, and I like to track the amount of installations.
The only purpose of the trackink will be to track the web sites that using that module, nothing more, nothing less.
But I am wondering, is that legal ?
I wouldn't ask for legal advice from a programmers community. Best advice is to ask a laywer.
But if I were to guess, NOT allowed without the explicit user permission.
Not really the place to be asking this type of question.
Instead of tracking amount of installations, why not track the amount of downloads from your website? Would be much easier and ethical. Could be done with a simple bit of PHP or JS.

From where can i start magento extension development [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
i am familiar with magento and also wrote some widget for magento as well , now i want to create some magento extension, Can you please help me out from where can i start the magento extension programming . Please advice me good tutorial and books
Thanks
The best resource I found is Alan Storm's (our fellow stacker) series of blog posts which he calls Magento for PHP MVC Developers. He explains all the issues relating to magento development in much detail.
I think you'll also find this extension a great start: http://www.magentocommerce.com/magento-connect/Daniel+Nitz/extension/1108/modulecreator. You can trawl through the code it creates to get a really good idea of the key pieces of the puzzle.
Also, review the Magento sequence diagram to understand important steps in the flow:
http://www.magentocommerce.com/wiki/_detail/general/doc/page-request-flow.png?id=doc:magento-architecture&cache=cache
Magento-Debug to navigate Magento's modules and layouts: https://github.com/madalinoprea/magneto-debug

Resources