The documentation says:

Download the ip2cc database using the `fetchdb.sh` script provided

How can I run this script??

Comments

mrfelton’s picture

Title: How to install fetchdb.sh? » A way to fetch the latest ip2cc database from within the CMS
Category: support » feature

well, assuming you are on a Linux, you would change in to the directory where the script, ensure it is executable, and run it... like:

cd modules/rotor
chmod +x fetchdb.sh
./fetchdb.sh

If you're on Windows, then you need something like cygwin installed (http://www.cygwin.com/). Once you have that installed, you'll be able to run the script just like you were on Linux.

I think what is needed, is a way of fetching the latest database from within the CMS...

vako’s picture

Well, I tried cygwin and couldn't make it work. This is the hardest module I have ever seen for Drupal.
There should be an easier way for importing the database. Please help!

mrfelton’s picture

Version: 6.x-1.x-dev » 6.x-1.1-beta3
Status: Active » Fixed

please try with beta-3. fetch.db is no longer required and there are some much better instructions for updating the database in the modules admin pages.

vako’s picture

I am currently using ip2nation module, which worked flawlessly for me. Do you think there is any advantage to going back to ip2cc?

mrfelton’s picture

I've never used it, but if it works for you then stick with it!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.