Previous Thread
Next Thread
Print Thread
Hop To
Joined: Jun 2006
Posts: 987
Likes: 24
Old Hand
Old Hand
Joined: Jun 2006
Posts: 987
Likes: 24
Hi I received an email see below

Quote
Dear Sir
I'm trying to register for the first time, but it claims that my username is used already.
I've tried dozens of different usernames, I've even used a name with a giant number next to it that would be statistically greater than the world's population to have a duplicate.
Help
Regards
Mike

What might cause this I know its not much to go on.. but do you have an idea what could be wrong?
I'm thinking.. over the years i have banned several email address and IP addresses maybe it could be that or

Quote
in » Control Panel » Registration Settings >> Reserved Names:
Use (.*?) for wildcard matches. Example:
bob(.*?) matches any name starting with bob.

Can someone explain above explanation.. yea I know its a bit funny but i'm uncertain of what it means
in my settings I have for example
admin*
Anonymous
forum*
member*
is my setting ok? Should it be member* if I want anything that starts with member or shall I use member(.*?) or member.*?
sorry for this novice question

Last edited by Morgan; 10/09/2016 6:11 AM. Reason: spelling

Morgan Johansson
BritBike Forum
https://www.britbike.com/forums/ubbthreads.php
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
Attempt to create a new user on your forum. If you have no problems, try one of these:

Ask him what name he is trying to register with.

Is he trying to use special characters in his desired user name? And is your forum is set to only allow regular keyboard chars.

Is he using a banned email address, or an invalid email address.

Is he blocking cookies on his side? He may have installed a "Privacy Protection" add-on to his main browser. Have him try another browser.

Check StopForumSpam for his IP address

His issue may be a PEBKAC error, or a misconfigured setting with your forum -- have you updated anything recently? Check your admin log


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
BTW, What you are using is FILE expression strings.

Reserved Names matches parse as REGEX strings, so you should instead use ".*?" (DOT ASTERISK QUESTION-MARK)
https://forums.phpfreaks.com/topic/265751-how-does-it-work/

The correct usage should be just as instructed. Update your Reserved Names strings to:

admin.*?
Anonymous
forum.*?
member.*?


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
Joined: Jun 2006
Posts: 987
Likes: 24
Old Hand
Old Hand
Joined: Jun 2006
Posts: 987
Likes: 24
many thanks, I have sent an email to him asking your questions

have now updated reserved names strings to member.*? thank you very much for clarifying this

Quote
BTW, What you are using is FILE expression strings.

not sure what you mean by FILE expression strings


Morgan Johansson
BritBike Forum
https://www.britbike.com/forums/ubbthreads.php
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
I may not be using the correct term, "FILE expression." What I mean is the standard file expressions you and I have used ever since DOS was a thing. That whole;

* = everything
? = single character
?? = two character

type of search expression thing.


I see exactly what you were writing and the intent you had. It's crazy all the ways that things can be searched for, and the /correct/ procedure for searching on different systems. I agree, the documentation on that page could be a bit more clear for people who just want to run a successful forum, without needing to learn programming techniques and search expressions.


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
1 members (Nightcrawler), 546 guests, and 171 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)