<!-- Database error in vBulletin 2.3.2:
Invalid SQL:
INSERT INTO privatemessage
(privatemessageid, userid, touserid, fromuserid, title, message, dateline, showsignature, iconid, messageread, folderid, receipt)
VALUES
(NULL, '1831', '4', 'Tirannia's Board Warning Notification', 'phyrexianrager2,
You have been issued a warning by paolorulez on the account of Multiple Posting!
You now have 6 Warning Points.
The ban limit is currently set to 25 Total Warning Points.
Thanks,
Tirannia's Board team.', 'phyrexianrager2,
You have been issued a warning by paolorulez on the account of Multiple Posting!
You now have 6 Warning Points.
The ban limit is currently set to 25 Total Warning Points.
Thanks,
Tirannia\'s Board team.', '1064763132', '0', '0', '0', '0', '1')
mysql error: You have an error in your SQL syntax near 's Board Warning Notification', 'phyrexianrager2,
You have been issued a warning' at line 5
mysql error number: 1064
----------------------------------------------------------------------------------------------------
i replace
$pmsg
with
'".addslashes($pmmsg)."'
but not works
help me please
|