Any recommendations for a Wordpress plugin that lists the IP address of each visitor to any given page on your website? Needs to be at an individual page level rather than for the site as a whole and real-time ideally. Thanks
Any recommendations for a Wordpress plugin that lists the IP address of each visitor to any given page on your website? Needs to be at an individual page level rather than for the site as a whole and real-time ideally. Thanks
rafraf (24 April 2020)
I don't know about the plugin. But be careful with the whole privacy issue, it is probably not completely legal with all the GDPR rules.
Fair point, background is that I get hit occasionally by bursts of bonus abuse/fraud, which I understand happens to a number of us, but really pisses me off. Trying to think of ways to identify visitors quickly when it happens and block them from accessing the site if I can reasonably identify them. Likely just pushes the issue elsewhere rather than eradicating but needs must with volumes low.
A php script, is your best solution. It could be instructed to log individual page IP's visits, to a txt file. I'm sure you could find someone of fiver to knock this up for you. Other than that, this data is readily available in cPanel (if your hosting has it).
cPanel Lobby > Metrics > Visitors
The URL accessed (page) etc., etc., time and IP
With regards to GDPR rules, I doubt collecting anonymous IP's is illegal. If it was, it would break the internet!
As far as blocking these offending IP's, you need another php script to do that.
Or have someone code all the above into a single script with a simple, back-end page admin area. Cost: $300 - $500 should do it.
Last edited by Former Member 14; 24 April 2020 at 1:26 pm.
golfbettingsystem (24 April 2020)
Cheers Dave, yeah kind of coming to the conclusion that I’ll have to get some 3rd party help on it!
It’s on Wordpress and I’ve got the Defender plugin which solves the banning part of it as there’s a blacklist and whitelist IP option, however it only allows me to see the IP of visitors who hit a 404 error - great for picking up potential hacking IPs but less so for what I need it for.