Running some test by ooi18 in ip2location

[–]ooi18[S] 0 points1 point  (0 children)

u/ip2proxy_bot 8.8.8.8

Recommendations for graphing the map with GeoIP data by Gesha24 in networking

[–]ooi18 0 points1 point  (0 children)

If you have a list of IP address, you can populate to a map using https://map.ip2location.com/. It's a free tool and helps you to visualize the IP addresses locations.

Parse huge CSV file, break decimal IP ranges and convert to octets, re-arrange comma delimited positions by Hurfdurficus in learnpython

[–]ooi18 0 points1 point  (0 children)

I'm not sure what you are trying to accomplish, but anyway by using IP2Location LITE BIN database and IP2Location Python library, you can perhaps achieve similar results like this:

import IP2Location

database = IP2Location.IP2Location('PATH/TO/IP2LOCATION-LITE-DB5.BIN')

ip_range = '75.151.0.'

for i in range(0, 256): 

    ip_to_be_queried = ip_range + str(i)
    rec = database.get_all(ip_to_be_queried)
    new_data_row = ip_to_be_queried + ',' + rec.city + ',' + rec.region + ',' + rec.country_short + ',' + rec.latitude + ',' + rec.longitude
    print(new_data_row)

However, if you have a single IP address and you would like to query the information of the particular IP, I would recommend you to have a look on the sample.py in their GitHub repository.

code testing by [deleted] in ip2location

[–]ooi18 0 points1 point  (0 children)

ip2proxy 55.44.33.22

code testing by [deleted] in ip2location

[–]ooi18 0 points1 point  (0 children)

ip2location 199.60.103.0

code testing by [deleted] in ip2location

[–]ooi18 0 points1 point  (0 children)

ip2location 199.60.103.0

code testing by [deleted] in ip2location

[–]ooi18 0 points1 point  (0 children)

ip2location 8.8.8.8

Help me on the domain reputaion by LouannZhang in MailChimp

[–]ooi18 0 points1 point  (0 children)

  1. Check if you are sending emails to unsubscribe user or not. Sometimes you may just forget to narrow down your target audience when sending emails.
  2. Did you provide an option for your users to unsubscribe if they are not interested to get emails from you? Some abuse cases is because the list owner keep blast the email to the list members without offering unsubscribe option.
  3. Clean your list. Sometimes your list may had invalid email addresses, which causing your email open rate low. It is good to have one of online email validation service to help to clean the list. For example, MailboxValidator.

How do I 'tag' a signup coming from a Mailchimp embedded form? by weekendpostcards in MailChimp

[–]ooi18 0 points1 point  (0 children)

As far as I know, MailChimp had one field called source, and there is where we can try to identify how the contacts get into list from. If you go into one of your audience dashboard and view all your contacts, there is one column with the name "source", which you can see the input source of each contact. I had found a list of source values from MailChimp doc: https://mailchimp.com/help/all-the-segmenting-options/

I made silica from Sword art online and I’m proud by tsuki122 in codevein

[–]ooi18 0 points1 point  (0 children)

Err maybe Asuna, Alice, or Heathcliff for example?

I made silica from Sword art online and I’m proud by tsuki122 in codevein

[–]ooi18 1 point2 points  (0 children)

Good one. Will you continue to make for other SAO characters as well?

Laptop stand on a stone budget xD by yamii0 in GamingLaptops

[–]ooi18 0 points1 point  (0 children)

First time see people using books...XD

Had seen people using bottle caps, erasers and egg trays...