Kod: Zaznacz cały
Parse error: syntax error, unexpected T_STRING in /home/fspanica1/domains/saydisco.fanfilled.com/public_html/forum/includes/functions_post.php on line 466Kod: Zaznacz cały
$sql = ($mode != 'editpost') ? "INSERT INTO " . POSTS_TEXT_TABLE . " (post_id, post_subject, bbcode_uid, post_text, scribble_string) VALUES ($post_id, '$post_subject', '$bbcode_uid', '$post_message', '".stripslashes($scribble_string)."')" : "UPDATE " . POSTS_TEXT_TABLE . " SET post_text = '$post_message', '".stripslashes($scribble_string)."')" bbcode_uid = '$bbcode_uid', post_subject = '$post_subject' WHERE post_id = $post_id", scribble_string = '".stripslashes($scribble_string)."';[ Dodano: 13 Kwiecień 2007, 18:39 ]
Oraz przy próbie wejścia do skrzynki wiadomości:
Kod: Zaznacz cały
Parse error: syntax error, unexpected ';' in /home/fspanica1/domains/saydisco.fanfilled.com/public_html/forum/privmsg.php on line 1682
Kod: Zaznacz cały
$privmsg_subject = ($scribble_string = ( isset($HTTP_POST_VARS['scribble_string']) ) ? trim(strip_tags(stripslashes($HTTP_POST_VARS['scribble_string']))) : ''; ( !preg_match('/^Re:/', $privmsg['privmsgs_subject']; $scribble_string = $privmsg['scribble_string'];) ) ? 'Re: ' : '' ) . $privmsg['privmsgs_subject'];