- This topic has 6 replies, 4 voices, and was last updated 11 years, 10 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › eMember – block registration by ip address
Tagged: blacklist
how can we prevent fraudulent re-registration for free trial? Do we have to create code to store IP adress of trial users and write our own registration from and use the api to add user to emember?
You should be able to use eMember’s IP blacklist option for this. Go to WP eMember -> Members -> Manage Blacklist then specify the IP addresses that you don’t want to allow registration from.
This will make it to where no one will be able to register from those specified IP addresses.
Is it possible to block an ip range ?
All ip starting with 58.22.*.* by example ?
Thank you
Hi,
No I don’t think wild card functionality is possible with the IP address blacklist.
However you can block IP address ranges from the .htaccess file – but you really need to be careful and know what you’re doing:
http://stackoverflow.com/questions/6335745/block-range-of-ips
We added an option in the plugin so if you enter the following in the IP Address blacklist, it will block all IP addresses that contain “125.90.21” in it:
125.90.21
Hi,
Thank you.
You says contains. Does that mean if 125.90.21 is in the end (*.125.90.21) will also be blocked ?
It should only block starting adresses with 125.90.21 and not others.
Best regards,
Dimitri
Hi Dimitri, Yes you are correct. We will make this change in our next build of eMember.