169 похожих чатов

Here is what you need to do: 1 - download the

geo-lite database
2- load it all into memory
3- make a b tree out of all the ranges available.


4- now you have an ip in your own database that want to know which country it belongs to right? So, lookup that IP in the b tree you create. Whichever range it matched on. Lookup the country for that range.

Now you know which country a given IP belongs to.

You can do whatever you want with that information in your original database

11 ответов

14 просмотров

Looks good I want t know which countries have most IPs in my database

Пользователь-61930 Автор вопроса
Kazem
Looks good I want t know which countries have most...

Same thing. Only you need some sort of map. You will lookup each ip in the b tree Then creat a map like {"Iran": 1} If you find another user form iran do Users["iran"] +1

Пользователь-61930 Автор вопроса
Kazem
Looks good I want t know which countries have most...

What language are you using for your project? geoip-lite might be available for your language.

Пользователь 61930
Same thing. Only you need some sort of map. You ...

Takes tooo long 😐 if user needs to use online mode takes more time

Пользователь-61930 Автор вопроса
Kazem
Takes tooo long 😐 if user needs to use online mode...

No it doesn't you're doing something that it just happens that I have done before. If you load geoip-lite into memory it takes up to 15sec but it's a one time cost. Then lookups are really fast in b tree. Like I'm talking 9ms response.

Пользователь-61930 Автор вопроса
Kazem
I use that feature in index page :D

What are you exactly trying to do?

Пользователь 61930
What are you exactly trying to do?

I've a table in my db that contains some IP addresses I'm wanting to show top 6 countries to users

Пользователь-61930 Автор вопроса
Kazem
screenshot for this section

I see, and you want to update this in real time?

Похожие вопросы

Обсуждают сегодня

а через ESC-код ?
Alexey Kulakov
29
30500 за редактор? )
Владимир
47
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
6
в JclConsole объявлено так: function CtrlHandler(CtrlType: DWORD): BOOL; stdcall; - где ваше объявление с stdcall? у вас на картинке нет stdcall
Karagy
8
Ребят в СИ можно реализовать ООП?
Николай
33
program test; {$mode delphi} procedure proc(v: int32); overload; begin end; procedure proc(v: int64); overload; begin end; var x: uint64; begin proc(x); end. Уж не знаю...
notme
6
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта