Spammers

dabvz01

New Member
Hi i currently have normal nulled vb 3.68 patch level 2 installed now i have on the board for 2 months and its dead no promoting problem with webhost etc ,
now i came back and spammers took over ,and I even have vb image verified and email in signup , now im asking since been long time i didnt been around vb info ,
if i have installed the vb 3.68 modded version with the which includes the other image captcha does it hold spammers or did they crack it 2 and does vbulletin gonna search for nulled 3.68 since its old already i see 3.8 is out and

since starting my board back from scratch use the newer vb 3.8 or is 3.68 good because i dont want to get hacked or spammed again thanks
 
Try this, taken from vb org

~~~I created a simple user profile field that simply requires a zip code to be entered, if the wrong info is entered - no registration. By using a default entry and a simple regular expression it has stopped almost all spambots.

Very important! By placing a default value and a regular expression, the registration won't happen unless a valid zip code is entered. By placing the word "ZIP CODE" as a default vale the field is automatically invalid and must be correctly changed during registration.

Give it a try...


Under user profiles ---

Title: Zipcode

Description: This is used for human verification during registration. It is only visible to you. It must be five digits, optionally followed by a dash and four digits.

Default Value: ZIP CODE

Max length of allowed user input: 100

Field Length: 10

Profile Field Type: Single Line Text Box

Field Required: Yes

Field Editable by User: Yes

Private Field: Yes

Field Searchable on Members List: No

Show on Members List: No

Regular Expression: ^([0-9]{5})(-[0-9]{4})?$
 
recaptcha didnt work for me. The bots kept coming, but I used a profile field similar to what Walter posted, and havent had a bot since.
 
Back
Top