Moderator: Moderators
wyrihaximus wrote:I found the problem
- Code: Select all
if (!$result = $db->sql_query($sql))
{
message_die(GENERAL_ERROR, 'Error inserting shout.', '', __LINE__, __FILE__, $sql);
}
if (!$result = $db->sql_query($sql))
{
message_die(GENERAL_ERROR, 'Error inserting shout.', '', __LINE__, __FILE__, $sql);
}
instead of
- Code: Select all
if (!$result = $db->sql_query($sql))
{
message_die(GENERAL_ERROR, 'Error inserting shout.', '', __LINE__, __FILE__, $sql);
}
that was my mistake it happens when I was modding the test forum

LaZeR wrote:Cool little addon and seems to work pretty well. Just one thing, Anyway to get the response from the bot to come AFTER instead of BEFORE the user's post?

Hi,kombi wrote:LaZeR wrote:Cool little addon and seems to work pretty well. Just one thing, Anyway to get the response from the bot to come AFTER instead of BEFORE the user's post?
I am also getting this problem. Was a solution developed?
I am also getting blank post in shout_max with ignore can this be changed so that no post is shown?
Return to Fully integrated shoutbox [2.0.6/EM]
Users browsing this forum: No registered users and 1 guest