Looks like this class of error has been reported before. Just like to indicate that it's still turning up:
(some data cleaned up as it doesn't seem relevant... can provide entire error via PM on request)
Code:
Database error in vBulletin 3.6.5:
Invalid SQL:
REPLACE INTO gxboxlive SET
userid = '77',
gamertag = '[...SNIP...]',
avatar = 'http://tiles.xbox.com/tiles/fr/8+/1mdsb2JhbC9FCgUABh4AGANYL3RpbGUvMC8yODAwMQAAAAAAAAD5Eb9e.jpg" alt="Street Fighter II' HF',
score = '5653',
reputation = '20',
zone = 'Recreation',
[...SNIP...]
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'HF',
score = '5653',
reputation = '20',
zone = 'Recreation',
las' at line 4
Error Number : 1064
[...SNIP...]
Classname : vb_database
I suspect the issue is in the avatar line, and to do with the apostrophe after "Street Fighter II", exactly as the apostrophe after "Texas Hold" (i.e. "Street Fighter II' HF" and "Texas Hold'Em").
I'm using gXboxLive v1.34 on vB3.6.5.
Let me know if I can provide any more information.