How to compare data to know it is duplicated?

  • Автор темы Автор темы doyou1425
  • Дата начала Дата начала

doyou1425

Пользователь
Регистрация
23.06.2020
Сообщения
46
Реакции
0
Баллы
6
I don't want to use duplicated IP, so i want to know if the current IP was used by me before? how to make it?

i can also buy if there are ready-made script. also if anyone can write this, i can pay
 
Database and script which getting and checking ip in database
I did it before
 
Save all used IPs to a file and bind it to the List.
Then to check if the current IP is unique try getting a line from the list, and as search criteria use your IP.
Check with "if" action If the result variable is empty. If it is, then this is unique IP, if it is not, then the list contains this IP.
 
you are all right, but solved, i was in hurry at that time. find a a guy to write it and cost $60, lol
 
you are all right, but solved, i was in hurry at that time. find a a guy to write it and cost $60, lol

If You got logic where its checked in loop then you will have a problem when you will get millions of ip to check in loop, it will simply take too much time. Then database way will be the best.
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)