The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Can I code to prevent field input?
Gang;
As we get a lage amount of spammers per week of your typical varietal (see attached), and no, we're not going to upgrade our registration system just yet, can I prevent via field code, the numeric string '123456' in our 'Real Name' field? This would reject the registration attempt. If so, where is this done and what might it be? I'd apprecaite the exact code string... Any help appreciated - PM me if you can do it as a 'pay gig' as well. Thanks |
#2
|
||||
|
||||
In the user profile field manager, edit the profile field and put something in the regex field like:
Code:
^((?!1234).)*$ http://www.php.net/manual-lookup.php...ion=preg-match |
#3
|
||||
|
||||
Quote:
Vic |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|