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 works with 4.0.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: Show Your Support
|
Comments |
#12
|
|||
|
|||
If you can find the program called "whois" for windows, then this might work with it.
|
#13
|
|||
|
|||
Quote:
I don't expect that you read this... but I still need to tell you this... TAKE care on your comments !!! If you call my family scum, that same to you and your familiy is scum for me also, take a look there and do NEVER ever make such remark again to catogorize a whole country, due to some persons. ! MODS, how to accept such comment ?? Doesn't anybody look ??? I hope his comment will be deleted very soon and edit mine pls ! Thanks. |
#14
|
|||
|
|||
Quote:
Meissenation did not say ALL people from these places are scum but: Quote:
The reason I made this mod was not to start some international incident, but to try and shut out these idiot spammers in any way I can. Is that offensive? Surely not nearly as offensive as waking up in the morning and checking your FAMILY ORIENTATED forum to find that some Russian IP posted about 30 threads all containing XXX rated pornography. If it was up to me, the Internet should be cut off from these places until their Governments can at least make an attempt at policing its use. |
#15
|
|||
|
|||
Ok, I broke down and made a Windows compatible version. Should work on all platforms now for that matter..
|
#16
|
|||
|
|||
People please cool off. Unless your family are spammers (or other unwanted internet activity), then nobody insulted your family our your fellow countrymen.
Only thing that has been posted is the observation that a lot of "scum" on the internet originates from IP addreses in those countries. Edit: In order to avoid misinterpretations we have changed the word "scum" to "problems". This should still leave the original mesage meaning the same, but avoiding words that might be understood in the wrong way. |
#17
|
|||
|
|||
Quote:
Quote:
Quote:
I understand Linux can be made much more secure, but it's much easier for me to fix a Windows box than a box with an OS I'm just not familiar with. |
#18
|
|||
|
|||
Not a problem. You know how I learned Linux? I had an old PC laying around like many of us do and I installed a flavor of Linux on it. Linux is great for older machines! I then put it on my network and just tinkered. Next thing you know, I became a Linux nut when it comes to servers. I still use XP for my desktop though.. Much easier lol..
|
#19
|
||||
|
||||
Very helpful mod. For me, however, it's more helpful to create a simple list of excluded countries as I have an international membership. Most of my spammers seem to originate in Nigeria and China, with a few from Bulgaria and Russia. It's hard to eliminate Russia as I have a number of legitimate Russian users as this is a World War II site and the Soviet Union was a major combatant. In fact a very large part of my site deals with the war on the eastern front.
I've modified the code to disallow users from specified countries. It hasn't been fully tested as I haven't had any registrations yet from those countries but the changes are fairly simple and I suspect that it will work as intended. I'd be happy to share it with the developer's permission. |
#20
|
|||
|
|||
Quote:
Code:
if (!in_array($country, $valid_countries)) { $userdata->set('usergroupid', 4); } Code:
if (in_array($country, $valid_countries)) { $userdata->set('usergroupid', 4); } Cheers. |
#21
|
||||
|
||||
Yeah that's the basic change. I also prettied up the phrases and changed the variable "valid_countries" to "excluded_countries" just to make the code easier to understand.
Thanks again for the mod. It definitely should help. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|