GeoIP.dat.gz and GeoLiteCity.dat.gz not longer available?

Are you trying to use any TCL that requires GeoIP database like BlackCountry tcl by BLaCkShaDoW?

The script will ban all IPs which are in countries added to the blacklist.
You can add both full name and/or countries shortcut.

For enable the script: !country <on>/<off> or .chanset #channel +bcountry
Add locations/countries: !country add <locatie> (Ex: US sau United States)
List all blacklisted countries: !country list
Remove countries from the blacklist: !country del <number> (from the blacklist)
For informations: !country help

+++ ATTENTION ++++ You must have 'package GeoIP' for the script to work.

cd /usr/share/GeoIP
wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
gunzip GeoIP.dat.gz
mv -v GeoIP.dat /usr/share/GeoIP/GeoIP.dat

If you try to download the GeoIP.dat.gz, you will get an error like this:

Resolving geolite.maxmind.com (geolite.maxmind.com)... failed: Name or service n                                ot known.
wget: unable to resolve host address ‘geolite.maxmind.com’
[root@sisrv GeoIP]# wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
--2020-05-13 10:15:14--  http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
Resolving geolite.maxmind.com (geolite.maxmind.com)... failed: Name or service not known.
wget: unable to resolve host address ‘geolite.maxmind.com’

Try the file we have uploaded for you:

# cd /usr/share/GeoIP
# wget https://coreshells.net/files/eggdrop-tcl/GeoIP.dat.gz
# gunzip GeoIP.dat.gz
# mv -v GeoIP.dat /usr/share/GeoIP/GeoIP.dat

We hope this will help you use your TCL's without any issues.

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How To Install EggDrop

Eggdrop is the most advanced, most popular, and best supported IRC bot. If you’ve never used a...

can't find package tls

In the nearly three decades of Eggdrop development, there have been a LOT of Tcl scripts...

Using Your Eggdrop

Log on to the partyline Now that your bot is online, you’ll want to join the partyline to...

Install OpenSSL and TLS

Here we will see how to install OpenSSL and TLS if your server supports it. 1. Install OpenSSL...

How to add TCL scripts?

To add TCL scripts to your eggdrop scroll down the  eggdrop.conf to the very bottom you will...

Powered by WHMCompleteSolution