The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
I didn't study the entire thing, but I think the first line of your SQL needs the backquote moved to before the prefix, like:
Code:
INSERT INTO `" . TABLE_PREFIX . "thread_classifieds` ( ETA: also you should use escape_string() for all those values, like: Code:
'" . $vbulletin->db->escape_string($t_id) . "', '" . $vbulletin->db->escape_string($price) . "', etc |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|