Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-19-2010, 01:45 AM
Mythotical Mythotical is offline
 
Join Date: Jun 2004
Location: Booneville, AR, USA
Posts: 1,428
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Syntax Error

Trying to put things together but it is killing me trying to understand why I get this error.

Quote:
Parse error: syntax error, unexpected '[' in /home/project9/public_html/vb40/includes/class_core.php(4029) : eval()'d code on line 50
Line 50:
PHP Code:
            function CybChFRAll(obj) { 
The entire plugin just in case anyone wants to go over it and point out any mistakes I may have made.

PHP Code:
if ($vbulletin->options['cybfrules_enable_global'])
        {
            
$cybfr_locs = array("forumdisplay""showthread""newthread""newreply""sendmessage");
            if (
in_array(THIS_SCRIPT$cybfr_locs))
            {
                
$vbulletin->input->clean_gpc('c'COOKIE_PREFIX 'cfrrs'TYPE_STR);
                eval(
'$cybfr_checkaccepted = in_array($foruminfo[cyb_frules], array(' $vbulletin->userinfo['cybfrules_sets'] . '));');
                eval(
'$cybfr_checkaccepted_g = in_array($foruminfo[cyb_frules], array(' $vbulletin->GPC[COOKIE_PREFIX 'cfrrs'] . '));');
                
                
$cybfr_havenotaccepted false;
                if (
$vbulletin->userinfo['userid'] AND $foruminfo['cyb_frules']!=AND !in_array($foruminfo['cyb_frules'], array($cybfr_checkaccepted)))
                {
                    
$cybfr_havenotaccepted true;
                }
                if (!
$vbulletin->userinfo['userid'] AND $foruminfo['cyb_frules']!=AND !in_array($foruminfo['cyb_frules'], array($cybfr_checkaccepted_g)))
                {
                    
$cybfr_havenotaccepted true;
                }
            
                
$cfrules_forumruleslink $foruminfo['cyb_frules'];
                if (
$cfrules_forumruleslink<1)
                {
                    
$cfrules_forumruleslink 1;
                }
                
$vbulletin->templatecache['forumrules'] = str_replace('showrules','cfrules&cfrset='.$cfrules_forumruleslink,$vbulletin->templatecache['forumrules']);
            }
    
            if ((
$vbulletin->options['cybfrules_reg_rules']=='1') AND (THIS_SCRIPT=='register'))
            {
                
$db->hide_errors();
                
$cybfr_rules $vbulletin->db->query_first("
                    SELECT id, name, rules
                    FROM " 
TABLE_PREFIX "cyb_frules AS cyb_frules
                    WHERE id = 1
                "
);
                if (
$vbulletin->options['cybfrules_bb'])
                {
                    require_once(
DIR '/includes/class_bbcode.php');
                    
$cafr_parser =& new vB_BbCodeParser($vbulletinfetch_tag_list());
                    
$forum_rules_description $cafr_parser->do_parse($cybfr_rules['rules'],11111);
                }
                else
                {
                    
$forum_rules_description $cybfr_rules['rules'];
                }
                
$templater->register('forum_rules_description'$forum_rules_description);
                
$db->show_errors();
            }

                
vB_Template::preRegister('FORUMDISPLAY',array('cybfr_locs' => $cybfr_locs'cybfr_havenotaccepted' => $cybfr_havenotaccepted'cybfr_checkaccepted' => $cybfr_checkaccepted'cybfr_checkaccepted_g' => $cybfr_checkaccepted_g'cfrules_forumruleslink' => $cfrules_forumruleslink));
                
vB_Template::preRegister('SHOWTHREAD',array('cybfr_locs' => $cybfr_locs'cybfr_havenotaccepted' => $cybfr_havenotaccepted'cybfr_checkaccepted' => $cybfr_checkaccepted'cybfr_checkaccepted_g' => $cybfr_checkaccepted_g'cfrules_forumruleslink' => $cfrules_forumruleslink));
                
vB_Template::preRegister('newthread',array('cybfr_locs' => $cybfr_locs'cybfr_havenotaccepted' => $cybfr_havenotaccepted'cybfr_checkaccepted' => $cybfr_checkaccepted'cybfr_checkaccepted_g' => $cybfr_checkaccepted_g'cfrules_forumruleslink' => $cfrules_forumruleslink));
                
vB_Template::preRegister('newreply',array('cybfr_locs' => $cybfr_locs'cybfr_havenotaccepted' => $cybfr_havenotaccepted'cybfr_checkaccepted' => $cybfr_checkaccepted'cybfr_checkaccepted_g' => $cybfr_checkaccepted_g'cfrules_forumruleslink' => $cfrules_forumruleslink));
                
vB_Template::preRegister('sendmessage',array('cybfr_locs' => $cybfr_locs'cybfr_havenotaccepted' => $cybfr_havenotaccepted'cybfr_checkaccepted' => $cybfr_checkaccepted'cybfr_checkaccepted_g' => $cybfr_checkaccepted_g'cfrules_forumruleslink' => $cfrules_forumruleslink));
        } 
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:58 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05660 seconds
  • Memory Usage 2,679KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_html
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)showthread_list
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_threadedmode.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids_threaded
  • showthread_threaded_construct_link
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete