Post Reply 
A MyBB question
Author Message
roberth
Resident Full Stop Abuser.....

Posts: 4,580.2098
Threads: 200
Joined: 18th Jun 2007
Reputation: -5.5814
E-Pigs: 43.8419
Offline
Post: #1
A MyBB question
I run a forum on MyBB, but alot of the users who are on it have come from an vBulletin board. Anyway, a User wants to use certain characters in their username which VBulletin has allowed, but which MyBB is claiming to be invalid. Is there a way to force these characters to work (i tried changing it manually in the AdminCP but it still won't let me) or will i have to tell said person they will have to come up with a new Username?

31/01/2009 05:51 AM
Find all posts by this user Quote this message in a reply
Method
You may call me Reverend.

Posts: 6,358.2856
Threads: 443
Joined: 14th Jan 2008
Reputation: 6.04241
E-Pigs: 71.3136
Offline
Post: #2
RE: A MyBB question
roberth has a forumz??? waht be eet?


[Image: mvg1hw.gif]
31/01/2009 06:06 AM
Visit this user's website Find all posts by this user Quote this message in a reply
roberth
Resident Full Stop Abuser.....

Posts: 4,580.2098
Threads: 200
Joined: 18th Jun 2007
Reputation: -5.5814
E-Pigs: 43.8419
Offline
Post: #3
RE: A MyBB question
they be specialized forumzes for discussions of a book, and its not quite in existence yet (ie, im still biulding it, but its up)

31/01/2009 06:07 AM
Find all posts by this user Quote this message in a reply
Method
You may call me Reverend.

Posts: 6,358.2856
Threads: 443
Joined: 14th Jan 2008
Reputation: 6.04241
E-Pigs: 71.3136
Offline
Post: #4
RE: A MyBB question
ahhhhhh kool :)
You mean you're writing a bookz?


[Image: mvg1hw.gif]
31/01/2009 06:08 AM
Visit this user's website Find all posts by this user Quote this message in a reply
roberth
Resident Full Stop Abuser.....

Posts: 4,580.2098
Threads: 200
Joined: 18th Jun 2007
Reputation: -5.5814
E-Pigs: 43.8419
Offline
Post: #5
RE: A MyBB question
No, its discussion of someones elses book, i couldnt write a book if i wanted to, i have 0 writing talent...

31/01/2009 06:17 AM
Find all posts by this user Quote this message in a reply
Method
You may call me Reverend.

Posts: 6,358.2856
Threads: 443
Joined: 14th Jan 2008
Reputation: 6.04241
E-Pigs: 71.3136
Offline
Post: #6
RE: A MyBB question
Ahhhhhhhhhh loolol I write stories but in my head :P I know them but I just can't write them down...


[Image: mvg1hw.gif]
31/01/2009 06:20 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
Offline
Post: #7
RE: A MyBB question
What character is it?  Most of the eXx1l3d characters are HTML characters, and I suppose they've been disallowed as a security measure (ie, if a dev forgot to call htmlspecialchars on a username), but it should be fine in general to allow it.  If you're still a bit security conscious, you could get him to sign up with a different username, then change it in the DB.
31/01/2009 06:25 AM
Visit this user's website Find all posts by this user Quote this message in a reply
roberth
Resident Full Stop Abuser.....

Posts: 4,580.2098
Threads: 200
Joined: 18th Jun 2007
Reputation: -5.5814
E-Pigs: 43.8419
Offline
Post: #8
RE: A MyBB question
the characters are (",)



And cheers, worked perfectly once wee got past my own stupidity :D

31/01/2009 06:46 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
Offline
Post: #9
RE: A MyBB question
Open up inc/datahandlers/user.php, find:

PHP Code:
if(strpos($username, "<") !== false || strpos($username, ">") !== false || strpos($username, "&") !== false || my_strpos($username, "\\") !== false || strpos($username, ";") !== false || strpos($username, ",") !== false)

replace with

PHP Code:
if(strpos($username, "<") !== false || strpos($username, ">") !== false || strpos($username, "&") !== false || my_strpos($username, "\\") !== false || strpos($username, ";") !== false)


From what I can tell, the double quote character isn't restricted.  Removing the comma restriction should be safe - I think it's only there to prevent a bit of an issue with adding names to the Buddy List (but that's rarely ever used anyway).


Lol, feels like I'm on the MyBB Community forums :P
31/01/2009 06:57 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
Offline
Post: #10
RE: A MyBB question
I probably would suggest against using nulled scripts on the internet - for one, it's much easier for people to target (if you use a hacked Windows, it's somewhat more difficult for someone to bust you).
But if there's going to be little publicity, then go for it!
31/01/2009 05:27 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: