The Arcive of vBulletin Modifications Site. |
|
Moderate New Registrations Based On IP Geographical Origin Details »»
|
|||||||||||||||||||||||||||||
|
Moderate New Registrations Based On IP Geographical Origin
Developer Last Online: Oct 2022
Original 3.7 mod here.
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. You MUST download the zone files from this site: http://www.ipdeny.com/ipblocks/ (download the "all files" file) 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: Download Now
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Reserved..
|
|
#3
|
|||
|
|||
|
Sweet exactly what i needed. Installed.
|
|
#4
|
|||
|
|||
|
Great, let me know how it works out for you.
|
|
#5
|
||||
|
||||
|
Great Jafo good work..
Now how to block just Russian and Chinna how to use
|
|
#6
|
|||
|
|||
|
Oh this might be a blesing, Damn .ru spammers are a real headache.
Thanks. |
|
#7
|
|||
|
|||
|
Quote:
Code:
if (!in_array($country, $valid_countries)) { $userdata->set('usergroupid', 4); }
Code:
if (in_array($country, $valid_countries)) { $userdata->set('usergroupid', 4); }
|
|
#8
|
|||
|
|||
|
a much needed mod. .ru has been bothering me as well for a long time. and .cn as well.
|
|
#9
|
|||
|
|||
|
OK..I am trying this one again. I get this in my VBulletin options:
You need to download zone files If you see an error below, then you did not upload the zone files yet (see readme). I have the zone files downloaded, unzipped and uploaded to the zones folder. This is ALL it says, no error. |
|
#10
|
||||
|
||||
|
Quote:
Good, but I installed the entire members becoming Administrator shit :@ my usergroup id 4 is Administrator .. Having lost the posts etc. |
![]() |
|
|