![]() |
Quote:
I'm still working my way through the other mods I have installed to see if there is a conflict, although nothing has come up yet. VBSEO is updated to 3.5.0 Gold, and I have tried re-installing again today, still no dice. Does anyone have this working with 4.0.3 PL1? EDIT: To confirm, I have now been through ALL of my mods and disabled everything and it still doesn't work so I'm not sure what's up here. |
I am using it on 4.0.3 with no issues, so I cannot speak to what is happening to "The Hawks" server. A blank screen is useless information. You have to look in your server log to find out WHAT the error is. It could be something as simple as not uploading the files properly.
Short answer, yes, it works for 4.0.3... |
Quote:
It seems it might just be as simple as an out of memory error: [Thu May 27 09:58:58 2010] [error] [client xxx.xxx.xxx.xxx] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 88 bytes) in /var/www/vhosts/vwwatercooled.org.au/httpdocs/plugins/whois.php on line 35, referer: http://www.vwwatercooled.org.au/register.php We absolutely have to move to a bigger better server VERY soon anyway, so hopefully that will fix this problem too. |
Your memory_limit setting in your php.ini file is rather low (32 Megabytes). If you bump that up and restart apache, the issue will most likely go away. I would try 64M.
|
Quote:
|
Wouldn't it be much better to have a field for countries we want to moderate as opposed to a field for countries we don't? (or have both?)
I mean I would like to moderate Russia and China only. So I am not going to spend 3 hours listing the country code for the other 200 countries I want to let through. I know I can't do a better job and that I shouldn't complain about free stuff but I think it is logical. Basically we have two fields.... Field 1 : Countries to let through without moderation Field 2 : Countries to moderate You leave field 1 blank let through without moderation all countries aside from the ones in field 2. |
There are modifications that do this, read the entire thread..
|
I did read the whole thread and I read it again cannot see anything related to what I suggested.
|
It makes no sense to have the two fields you suggest. If you have a field to let users through without moderation that is the same as creating a white list. The second list does the same exact thing.
I guess you did not look hard tho: https://vborg.vbsupport.ru/showpost....1&postcount=24 |
I am not talking about a whitelist. I am talking about a black list.
There are roughly 200 countries in the world. I want to black list 2 of those countries..... Russia and China. Under the current system that requires me to manually whitelist 198 countries. If instead there was was blacklist field I would simply have to blacklist 2 countries. |
Code:
if (!in_array($country, $valid_countries)) { $userdata->set('usergroupid', 4); } Code:
if (in_array($country, $valid_countries)) { $userdata->set('usergroupid', 4); } |
Ok i amde the change and it worked perfectly. Thanks for that.
|
I am seeing exactly the same with no info why in the logs.
Mod is disabled for now. Quote:
|
Mine works fine on 4.0.3
|
Quote:
Quote:
Quote:
|
While uploading I was watching someone from China trying to register. Not anymore, Thank you very much.. Installed and working on 4.0.8
|
doesnt work for me on 4.08.
Uploaded the all the zone files into plugins/zones and it still says I need to download the zone files. |
Will this work in 4.1?
Thanks |
I'm running 4.1.0 PL2 and it's ticking along fine.
|
This mod is exactly what I have been looking for. I made the change shown in post #51 to make it more of a blacklist (CN,RU,PK). If you do any further development it would be cool to provide a switch in the options to make it either a whitelist or blacklist. It appears to work just fine with VB 4.0.8. Hopefully this will eliminate the flood of spam registrations I have been getting from Pakistan lately.
Thanks! |
Quote:
|
I love this mod and have recommended it to other vBB forum admins I know!
Strangely, they ALSO love this mod! One thing I would like to see though... I'd like it to auto accept IP's on the whitelist [which it presently does], REFUSE IP's on the black list and moderate everything else... :) This would allow me to crack the whatsits with Russia and the Ukraine, but still moderate everything else. But again - love the mod - tis excellent :) |
Hi, I'm currently running 4.0.7
I have the plugins/zones folder (with all .zone files added) set in my vbulletin root folder. I get the error message saying I didn't upload the zone files. I have read the readme and followed the directions to a T. Does this version not work on 4.0.7? |
installed in 4.1.2 and see the same error
Zone Files You need to download zone files |
Tested this on 4.0.8 and my test registration was moderated despite me being on a major USA based ISP... and US was white listed.
|
Same at 4.1.7. Test registration from different IPs were all moderated despite being on IPs in whitelisted zones.
|
That's because this doesn't work with 4.x.
|
Quote:
Really? I have been running this since vB4 was released and haven't noticed any issues, even on 4.1.7 PL2 I'm running now. I have already cleaned the queue today, but a very quick flick through the logs and the usernames all look to be what I expect. I'll keep an eye on it, but it all looks good for me. I have just updated the zones list today so will see if that makes any difference. It's a great mod, something I couldn't do without anymore! |
I guess this mod is non-functional in 4.1.10. Too bad.
|
Quote:
|
So do you have to moderate each new member or if they are on the white list it does it automatically?
|
What an ingenious mod! I cannot believe this isn't part of vbulletin from the get go. Brilliant!
Now just waiting for this to be confirmed working on vb4 "" ? |
Got it up on 4.1.10 and I think it's working. No real way to test it though.
Nominated! |
Is this mod going to be upgraded to work on 4.1.**? I hope so .....
The daily grind :) Every day I have to delete delete delete and all from the same regions! I ban IP's but still have trouble! Even gone to the extent of moderating ALL new users .... frustrating for me and genuine users! Sound familiar? |
Quote:
I also ask questions only my industry will know at registration time. This filters 99% of all BS users and spam. It keeps your forum clean and level of content high. The bots figure my questions out eventually (about a week) and then I change my question/answer. |
do you put the whois.php into the zones folder or leave it in the plugin folder???? 5 stars and voted 4 motm someone please awnser this question asap!!!
|
This used to be a fantastic little plugin stopping ALL spam by restricting certain country IP's, however, just re-installed it since our upgrade to 4.1.10 and it no longer seems to be working properly, or at least causing registration problems...
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in /home/xxxxxxx/public_html/plugins/whois.php on line 33 ...when's its disabled registrations work again, anyone got any ideas? |
It's probably that the data file containing the geographic data for all the ip addresses has gotten bigger and now you don't have enough memory in php to open it.
What is the PHP Memory Limit as reported on the main page of your Admin CP? If it's low you should try upping it to at least 64 MB or more. |
Increased to 128m and all working again, many thanks.
|
I've been doing this manually, thank you for this mod makes my life so much easier :)
|
All times are GMT. The time now is 07:57 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|