The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
What does this mean??
What does this mean?? This member has said that she gets kicked off the forum every 5 minutes, and can't view the link we have for our Signature Tags. But no one else seems to be having this problem??
Database error in vBulletin 2.2.9: Invalid SQL: UPDATE webtemplates SET lastvisitorname='Lovin' Momma', lastvisittime='01:17 PM' WHERE title='sig_tags' mysql error: You have an error in your SQL syntax near 'Momma', lastvisittime='01:17 PM' WHERE title='sig_tags'' at line 1 mysql error number: 1064 Date: Sunday 27th of July 2003 01:17:00 PM Script: http://www.eotc-pets.com/vb/forums/v...hp?pg=sig_tags Referer: http://www.eotc-pets.com/vb/forums/index.php?s=&menu=2 |
#2
|
||||
|
||||
You have installed a hack using the webtemplate table ...
Moreover the query used for this hack isn't correct whith the name of your membre which is : Lovin' Momma The ' included in his username makes the query wrong, try using Code:
UPDATE webtemplates SET lastvisitorname="Lovin' Momma", lastvisittime="01:17 PM" WHERE title="sig_tags" |
#3
|
||||
|
||||
seems someone has forgotten to do a addslashes() around the usernames...
|
#4
|
||||
|
||||
You can add the addslashed function to the $bbuserinfo[username] bit of the code, or just change the member's username from Lovin' Momma to Lovin Momma (remove the ' which is causing the problem).
|
#5
|
||||
|
||||
the webtemplate hack is by logician, who normaly bugfixes his hacks asap, so you should post in his supportthread so he will know that there's a bug
|
#6
|
||||
|
||||
1- To fix it, edit show.php, find line:
PHP Code:
PHP Code:
3- Please report bugs in hack threads. I run into that messagely accidently and I would never know about it. 4- Congratulations because you catch a bug in a script which is 1.5 years old. lol. I wonder how come nobody ever run into this bug before, very weird! |
#7
|
||||
|
||||
noone els has users with a ' in it ^^
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|