The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Moderate New Registrations Based On IP Geographical Origin Details »» | |||||||||||||||||||||||||||||
Moderate New Registrations Based On IP Geographical Origin
Developer Last Online: Oct 2022
This mod will put any new registration into moderation so you can either approve or deny based on the physical location of the IP address. If the IP is located in a country that you white list, the registration will go through as normal.
This may be different for everyone else, but on my forums, I have yet to have a Russian IP sign up for anything other than posting SPAM. This plugin has moderated them all! I hope to have time to eventually expand this to do other things. This also works on 3.8.x. You MUST download the zone files from this site: http://www.ipdeny.com/ipblocks/ The free license does not allow me to include them with the product, plus it is better to download the latest files anyway. No real screenshots to show here, sorry. Changelog: 12/20/2008
Don't forget to: Developed by a Lampwright! Download Now
Show Your Support
|
2 благодарности(ей) от: | ||
alfanexus, Insta-Gator |
Comments |
#22
|
|||
|
|||
I look at the profile fields to see if they're legit. And they generally aren't spamming in the profiles anyway. Just registering.
|
#23
|
|||
|
|||
Which message var does the user get? I'd like to edit it to explain how to become un-moderated.
|
#24
|
|||
|
|||
I run a local website, so only people in my community should be interested. I get tons of spammers trying to register daily, so this would be nice for me. But due to problems with a few locals (mainly one crazy who has registered repeatedly under different ips and names, 100+ times), I have all new registrations moderated anyway. It would be nice if registrations from countries I don't whitelist would just not go through at all. That way when I go through the list in moderation I won't have to sort through them at all. Is this possible? Or is this mod not useful to me since all registrations go into the moderation queue anyway?
Thanks! |
#25
|
|||
|
|||
Quote:
Find this code in whois.php: Code:
if (!in_array($country, $valid_countries)) { $userdata->set('usergroupid', 4); } Code:
if (!in_array($country, $valid_countries)) { standard_error('Sorry, we are not allowing registrations from your country.'); } |
#26
|
|||
|
|||
Thanks for the quick answer! I guess another option would be to create another usergroup and just have those not on the whitelist sent there, then I can just go in and delete them all periodically. Would that work?
|
#27
|
|||
|
|||
Yeah, you would have to change the 4 in the same code I referenced above to the user group ID# that you create, but otherwise, you can do that too.. Or you could set it for the banned user group.
|
#28
|
|||
|
|||
Is there a possibility to block the ip adresses in stead of moderating them.
So block the ip adres en moderate the others? We have a small site and only want our members (about 400) to use the site. |
#29
|
|||
|
|||
I'm guessing you didn't take the time to read the previous posts.
|
#30
|
|||
|
|||
I uploaded plugins/zones to my vbulletin root directory.
I also uploaded whois.php inside the zones folder as well as all the .zone files. In my VB4.0 login I go to Settings->Options and I do not see the "Country Moderation" option as it says in the instructions. Please let me know if I am missing something |
#31
|
|||
|
|||
I downloaded and installed. Just only one question:
How does this add-on know to sent the moderation email to which email address? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|