The Arcive of vBulletin Modifications Site. |
|
![]() |
|||||||||||||||||||||||||
I got sick and tired of people signing up at my forum and not being able to use proper grammar or spell anything correctly, soo I went ahead and made this nifty little addon that helps turn away some of those people.
This is real simple to add to your page, you can do it a number of ways, the way I did it was change the button Register that linked to register.php to link to test.php After I did that, I put this inside test.php Code:
<?php require("./global.php"); $templatesused = "idiottest"; if($HTTP_POST_VARS['action']==checkmoron) { $idiotword .= $HTTP_POST_VARS['word']; if ($idiotword != Grammar) { eval("standarderror(\"".gettemplate("error_noregister")."\");"); exit; } elseif ($idiotword == Grammar) { header("Location: http://www.YOURWEBSITE.com/register.php?action=signup"); exit; } else { exit; }; } eval("dooutput(\"".gettemplate("test_idiottest")."\");"); ?> Then I created the template test_idiottest and put this inside it Code:
{htmldoctype} <html> <head> <title>$bbtitle Registration</title> $headinclude </head> <body> $header <br> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> <tr> <td width="100%"><font face=verdana size=2>This is a simple test to see if you are fit to register on these forums. The test is so simple that if you fail, you may not register and must go back to the main page. <br> <br> <b>Please type the word in the box below that goes with this definition</b><br><br> # <br> <br> 1. The study of how words and their component parts combine to form sentences. <br> 2. The study of structural relationships in language or in a language, sometimes including pronunciation, meaning, and linguistic history. <br> <br># <br> <br> 1. The system of inflections, syntax, and word formation of a language. <br> 2. The system of rules implicit in a language, viewed as a mechanism for generating all sentences possible in that language. <br> <br># <br> <br> 1. A normative or prescriptive set of rules setting forth the current standard of usage for pedagogical or reference purposes. <br> 2. Writing or speech judged with regard to such a set of rules.</font> <br><br> <center> <form name="idiottest" action="test.php" method="post"> <input type="hidden" name="action" value="checkmoron"> <input type="text" name="word" size="10" tabindex="1"> <input type="submit" value="Submit" name="Submit" tabindex="2"> </form> </center> </td> </tr> </table> $footer <script language="Javascript"> <!-- if (document.images.avatarpic != null) { document.images.avatarpic.src = document.forms[0].avatarsel[document.forms[0].avatarsel.selectedIndex].value; } // --> </script> </body> </html> And that was it! That should take care of those pesky kids who can't spell their own name, and help you keep your sanity :lick: Show Your Support
|
Comments |
#2
|
||||
|
||||
![]()
You realize that your test answer is case-sensitive and it is rejecting users if they type "grammar" or "GRAMMAR", right?
![]() Also please note that register button in the header is not the only link to register page so many visitors can register to your board without getting your test. |
#3
|
||||
|
||||
![]()
Interesting hack but I'm less judgemental on people and don't consider those with a lack of grammar or weak spelling idiots.
|
#4
|
|||
|
|||
![]() Quote:
|
#5
|
||||
|
||||
![]()
Sorry, but it looks like you failed the test as well. It's "labeled".
![]() |
#6
|
|||
|
|||
![]() Quote:
Quote:
Quote:
I also understand that it only accepts "Grammar" and not "grammar" and that was for a reason. It is your choice to install this mod or not. If you see it fit for your forums then go ahead and install it, I don't mind if you modify the code to your liking, that is if you know php. I won't support anybody who has modified the original code though. |
#7
|
|||
|
|||
![]()
In fact, if you really wanted the full list of correct spellings for the word, it could be either 'labeled' or 'labelled'
![]() Quote:
|
#8
|
|||
|
|||
![]() Quote:
You must be the silverspoon rich boy type that most dont like, and dont know slang, yes it gets annoying, but why think ++++ has to be perfect? As shown u got proved wrong so you yourself are an idiot. Well anyway i think the idiot test shouldn't be made by an idiot. have a nice day. |
#9
|
|||
|
|||
![]()
I agree
dat its annoyN to read poost dat r writtn lik dis but i think dat dere r betta ways 2 handle dis. ![]() |
#10
|
||||
|
||||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|