![]() |
Forum Parse Error - can't reply to post? Parse error: syntax error, unexpected $end in /home/content/88/5410988/html/forum/newreply.php on line 244 The part that includes line 244 PHP Code: // ############################### start unquoted posts ############################### if ($_POST['do'] == 'unquotedposts') { $vbulletin->input->clean_array_gpc('c', array( 'vbulletin_multiquote' => TYPE_STR )); $vbulletin->input->clean_array_gpc('p', array( 'wysiwyg' => TYPE_BOOL, 'type' => TYPE_STR )); $quote_postids = explode(',', $vbulletin->GPC['vbulletin_multiquote']); require_once(DIR . '/includes/class_xml.php'); $xml = new vB_AJAX_XML_Builder($vbulletin, 'text/xml'); $quote_text = fetch_quotable_posts($quote_postids, $threadinfo['threadid'], $unquoted_post_count, $quoted_post_ids, 'other', true); if ($vbulletin->GPC['type'] == 'deselect') { $remaining = array_diff($quote_postids, $quoted_post_ids); $xml->add_tag('mqpostids', implode(',', $remaining)); //setcookie('vbulletin_multiquote', implode(',', $remaining), 0, '/'); } else { if ($vbulletin->GPC['wysiwyg']) { require_once(DIR . '/includes/functions_wysiwyg.php'); $quote_text = parse_wysiwyg_html(htmlspecialchars_uni($quote_text), false, $threadinfo['forumid'], ($foruminfo['allowsmilies'] ? 1 : 0)); } $xml->add_tag('quotes', process_replacement_vars($quote_text)); } $xml->print_xml(); } Any idea whats going on I am totally lost! |
| الساعة الآن 11:52 PM |
Powered by vBulletin® Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By
Almuhajir