Salah Eddine Sabir
Registered Member
- Jul 23, 2019
- 79
- 26
hello brothers
How can i detect a visitor if ip adress changed
How can i detect a visitor if ip adress changed
Several ways:hello brothers
How can i detect a visitor if ip adress changed
what about if he is using antidetect browser like Incogniton and Dolphin Anty, Adspower....Several ways:
- plant a cookie on your visitors' browser: cookies are not specific to a ip address and will be stored on their browser as long as a proxy has been setup appropriately that doesn't intercept response headers.
- track with browser fingerprinting: if cookies don't work, you can make a fingerprint of your user's browser/device with javascript. As long as the User is not a privacy conscious freak who thinks he is being tracked by the FBI, their profile will be 99% unique and they can easily be tracked with a fingerprint.
I am trying to ban some ips/visitors to not visit my website againWhat exactly are you trying to do?
What language are you planning on using?
From just IP tracking, to cookies to creating a session and storing it - a lot can be done.
But you need to define your end goal.
Thank god, i thought you would try to do this in PHP.English Language