![]() |
Quote:
Duck, Apple, House, Boat, etc... I have seen a few instances of moving to that method. |
I love this hack. I just recently starting having a problem with spam accounts being made, hope this stops it. Thanks :)
|
First of all let me thank you antialiasis for your great mod you provided.
I installed your mod on my vbull forum vBulletin? v3.6.4 and it is working perfect with the registration page.. but the issue i face is with integration.. I am not able to integrate the same with Quick Register Ver: 1.6.3 installed along. The question itself is not showing up. I have tried updating the script as specified by you in integration details page but to no avail. I am adding the modified page here.. I will be lot thankful if you could take some time to look if it is right way i have done it.. or suggest me a remedy to help me out of this delemma. "Generate NoSpam! question" on global_start modified to: Code:
if ($vbulletin->options['nospam_onoff'] AND !$vbulletin->userinfo['userid']) Code:
<if condition="$vboptions['quickregister_active'] AND $show['guest']"> buddy do you have any idea where i went wrong.. coz the quick register dsnt show the integrated no-spam question or the answer box in the page...which i feel mandatory to keep spammers away.. :( hopefully waiting for your words of help.. regards Matthew |
I dont see anywhere in the options to set it to specific pages?
|
littlematts: Hmm, the answer box isn't showing up either, you say? Then something must be wrong with the template edit you made. Did you definitely make it in all the styles? And did you definitely turn NoSpam! on and set it to being displayed at registration?
rjmjr69: It's the bottom four options on the NoSpam! settings in the vBulletin settings - whether to show it at registration, whether to show it for guest searches, whether to show it for Contact Us and whether to show it for guest posts. |
Ok i just want this to be enabled on the registration page, not when each user wants to make a post.. how can i do this? cheers!
|
Make sure you have the newest version (3.0). Then go to vBulletin Settings in the Admin CP and find NoSpam! settings. There the bottom four options allow you to enable or disable NoSpam! on registrations, guest posts, Contact Us and guest searches.
|
Quote:
Have rechecked to make sure it is made for all styles << Done; it is :) Turn on NoSpam << Yups dude, and it is working best for registration page Set it to being displayed in registration << EEps.. unfortunately i am not able to find this option in vbulletin options menu for NoSpam settings.. but it is working fine as said for main registration page.. .. but still the problem persist.. the NoSpam not integrating with my "Quick registration" mod.. :( i will be lot thankful if u could look into my modified code when u have some time to spare.. thanks lots for taking your time to read and reply for my query dude.. keep rocking regards littlematts |
Hmm, that's odd.
Try removing the if tags from what you added into the quickregister template. |
Thought I would share some of my fast but effective ready to go Spam preventions sayings where you have to add the
Quote:
Enjoy! If the coder doesn't like it I'll take it down. However I thought this would help others out to have a few (150) more ready to go! Edited: BTW thanks coder for the 3.0! |
Quote:
and u know wat.. tat suggestion made a smile on my face when implemented.. i removed the if condition and kept the block as if it will get executed without checking any condition. and yes.. the message box appeared but smile dint last when i made out the question is no where to be found.. i think removing the condition helped me coz.. the no spam version i use is 2.0 and it doesnt have option PHP Code:
so buddy.. we have answer box with the message "answer here" is here.. but the question is not in sight.. is it the issue with version 2.0 wile i use the integration note for ver3.0?! always thank you from bottom of my heart to your kind support you providing me.. regards Matthew |
I dont know if i am right.. but is the error (Question not getting displayed) due to non caching of nospam for quick register form?
like: PHP Code:
do we need one such case for quick register to get it cached for the same too.. eeps! did i confuse u?! hope not ;) :) was jus trying to help to figure out along :) regards Matthew |
Hi,
Just added this to my forum (better than CAPTCHA hopefully!) Anyway, I have an issue with the search. (I have logged out and cleared cookies) When as a guest uses the quick search (top of forum) it comes up with: Quote:
Another major issue is that when I try to register and click "complete Registration", I get a server error from .........../register.php?do=addmember Any help please, Regards, Dave |
blogtorank: I appreciate the effort to help, but using presets of any sort completely defeats the point of NoSpam!. If people start using math problems or "Please type [word] into the following box" in that exact format en masse, it allows spambots to just be programmed with the rule and then extract the numbers/word from the question to insert it. The strength of NoSpam! lies in the impossibility of mechanically predicting for any given forum that uses the hack what the answer to the question might be, which is the reason NoSpam! does not come with any default questions.
littlematts: Um, obviously you shouldn't be surprised if integration instructions for 3.0 aren't working when you're using 2.0. o_O Just upgrade the hack, and that's all there is to it. Not caching the nospam template had nothing to with it; for one thing, templates still work even if they're not cached (but require an additional query), and for another, the nospam template is not used for the QuickRegister integration. familyhistory: If you want guests to be able to search without NoSpam!, turn off NoSpam! for guest searches in the Admin CP. If you don't, then there appears to be a problem with NoSpam!'s automatic disabling of Quick Search. Is your forum definitely running vBulletin 3.6.x? And what sort of server error are you getting when you try to register? Just saying you get a server error doesn't tell me anything. |
Quote:
will make the upgrade now and be back with report.. keepin my fingers crossed.. regards Matthew |
Hia dude..
I am back.. :D tried upgrade to 3 and now the answer box appear without removing the "IF" condition.. ie; integration works.. but still the question is nowhere to be found :( I tried it with removing : PHP Code:
Matthew also tried with the main page calling code in the quick register page ie; changed the code of quick register to look like : PHP Code:
sorry to bug u ... thanks lots for your cooperation buddy Matthew |
Can you give me the code of your "Generate and insert NoSpam! question" plugin on global_start?
|
Quote:
Here it is for the reference.. PHP Code:
Matthew |
thanks for the reply antialiasis,
The forum version 3.6, site is here: http://www.forum.familyhistory.uk.com Maybe you could see if there is a problem signing up. Maybe it may be something to do with my cache or cookies..... Thanks,:) Dave |
Quote:
|
littlematts, try replacing
PHP Code:
PHP Code:
familyhistory: Registration works fine for me. About the search, yes, I think Smoothie hits the nail on the head - it sounds like there's something up with your navbar template. Did you keep an old template unreverted after upgrading to 3.6 or something like that? |
Quote:
hia buddy.. tried with the same and following alteration but to no avail.. sorry for any mistaken trial ... coz i am not good in coding.. Trial 1: PHP Code:
Traial2: PHP Code:
:( donno what issue with my case.. are u getting the result when tried testing? do u want me to try any other combination buddy.. i will be only happy to.. coz the nospam mod is much useful than captcha verification as per my view.. regards Matthew |
Quote:
To fix mine I inserted some code into the quickregister plugin. in the quick register plugin at global start look for this Code:
$show['guest'] = true; Code:
This when applied to my quick register plugin got the question to appear as well as the box for the answer :) I hope this fixs your issue as the nospam hack is IMO one of if not the best hack on vbulletin.org and I was disappointed that it would not work on my quick register which also is a must have for increased registrations. It might be an idea to whack this in the readme for others in the same situation :) if there are any. |
Quote:
|
Quote:
Why can't spambots read this and they can read a normal image? |
Because CAPTCHA images are computer-generated images containing letters and/or numbers with varying amount of distortion. Computerized pattern recognition programs can be programmed to read the distorted letters in CAPTCHA images without much trouble, but identifying an object in an image is a dramatically more difficult task requiring far more elaborate, advanced AI.
Say you took your avatar and asked in NoSpam! what that image shows. The average human should without too much trouble be able to answer "eagle". However, a computer doesn't have years of experience of looking at pictures of animals and eagles with a mind-numbingly elaborate neural network that specializes in recognizing objects such as animals in visual data, and thus it will not have any idea what the heck your avatar is. Letters are simple patterns that a bot can be programmed to recognize; recognizing 3-D objects in 2-D images from any angle is something that we humans have been specializing ourselves in for millions of years of evolutionary history and a varying number of years of personal experience. Not to mention that the bot would have to keep a database of rules to recognize an absolutely astronomical number of objects in order to be able to take on an arbitrary image with no clue whatsoever as to what it contains. Artificial intelligence just can't do it, at least not yet. littlematts, you did it wrong on both trials. :/ Replace exactly what I told you with exactly what I told you. Or do what phill2003 did, since it worked for him. It works fine with my original instructions on my test forum; maybe it's a matter of different PHP versions or something. =/ |
Quote:
:up: :) :up: :) :up: :) I dont know.. if a million thanks will reply for this suggestionu gave me.. coz it simply worked!! THANKS mate.. Thanks lotttts.. phill2003 I am soo happy to see people here are soo kind enough to support others to guide them out of trouble.. and my thanks to antialiasis too for the great mod and support.. infact i got to say he tried his best to get me out of this delemma.. antialiasis, i think we should change the integraton details in txt file provided along.. ask users to use ver3 along with the integration method suggested by phill2003 Thank you both.. my joy of success find no limit dudes.. You guys simply rocks.. Matthew |
I was just going to suggest that adding more than one answer for a question would be a great feature to make this mod really shine. But...low and behold antialiasis already had this feature implemented (along with case insensitive option). You are the man and this mod has my vote for MOTM. Fantastic. :up: :up:
Vbulletin really ought to have this implemented as standard. |
is there a way to get this to work with 3.0.7 vb?
|
Quote:
I understand the system of images being read etc.. (very nice explanaiton btw!). But what I don't understand is this. You say: Quote:
I will definetly going to use this hack ;). |
Quote:
No because you could use a picture of a naked chick and ask how many tits she has. the capture image wants to know what the letters and numbers are and programmes can be made to decypher that, but when you ask how hairy the biff is or how bog are the baps no programme on earth (I presume) is capable of that.... |
I can't seem to get this to work with the Quick Register add on for vb 3.64.
This part of code is not in the global start section from what I can see. Code:
$show['guest'] = true; |
Veeb0rg: I'm afraid I have no experience with 3.0.x whatsoever, sorry. :/ Another coder is free to port it back if they like, though.
Eagle Creek: Quote:
limey: If you are trying to use phill2003's solution, remember that you should be looking for that in the QuickRegister plugin, not the NoSpam! one. |
Now I fully understand. Thanks for the explaination :).
|
Thanks antialiasis...alot!
|
I don't know if this has been answered somewhere in the 355+ posts but will this mod also work with Allow Unregistered Users to use 'Contact Us' under contact details? Even though my settings are Yes, but verify image, I still get loads of spam. I would love to install this if that's the case.
|
Yes, it works with guests using Contact Us.
|
Awesome. Downloaded it and will install tomorrow. It's late. Thank you for this because I'm getting sick and tired of getting Penis Enlargement ads and Viagra email attacks from my site. No joke.:mad:
|
Quote:
|
I can't get this to appear at all, i've tried several of the fixes, including the manual template edits. I tried restoring the tempate and product and re-tried, but with no luck :(
I've checked i've got the nospam template, i've got the reference in the reg template. I've got the hooks enabled, i've gone over and over the code, and i'm completely confused as to why it shouldn't work. I've had a good read through this thread, and i just can't find a fix :( |
All times are GMT. The time now is 04:33 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:
|