| |
إنضمامك إلي منتديات استراحات زايد يحقق لك معرفة كل ماهو جديد في عالم الانترنت ...
انضم الينا|
#1
| ||
| ||
| 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! __DEFINE_LIKE_SHARE__ |
![]() |
| مواقع النشر (المفضلة) |
| |
المواضيع المتشابهه | ||||
| الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
| Forum Parse error: syntax error, unexpected '/' in /home..www...member.php.on line 13 | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 06-25-2010 11:50 AM |
| Forum When I clik on activation button/URL an error message appears: Parse error? | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 06-09-2010 07:36 PM |
| User Interface Reply to thread + Reply + Reply with Quote + Go Advanced + Post Quick Reply = 1button | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 11-04-2009 11:40 PM |
| User Interface Reply to thread + Reply + Reply with Quote + Go Advanced + Post Quick Reply = 1button | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 11-04-2009 10:50 PM |
| Parse Error when trying to add banner after first post | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 05-21-2009 10:00 PM |