The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
fyi: here is the sql to find those guys:
SELECT * FROM `user` WHERE username LIKE '%&#%' (those are percents at the front and back) here are some good sql's to fix the problem UPDATE user SET username = REPLACE(username, '& #39;', '\'') UPDATE user SET username = REPLACE(username, '& #33;', '!') UPDATE user SET username = REPLACE(username, '& #036;', '$') UPDATE user SET username = REPLACE(username, '& #124;', '|') of course, change "user" to your user table name and.... remove the space between & and # |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|