Results 1 to 5 of 5

Thread: Browser Inconsistency

  1. #1

    Default Browser Inconsistency

    To whom it may concern:

    Just noticed that M.C. Forum opens up beautifully in Google browser.

    Not so much in Brave. Looks like this:

    <?php
    /*================================================= =====================*\
    || ################################################## ################## ||
    || # vBulletin 4.2.5 - Licence Number VBF14C8DAA
    || # ---------------------------------------------------------------- # ||
    || # Copyright ©2000-2019 vBulletin Solutions Inc. All Rights Reserved. ||
    || # This file may not be redistributed in whole or significant part. # ||
    || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
    || # www.vbulletin.com | www.vbulletin.com/license.html # ||
    || ################################################## ################## ||
    \*================================================ ======================*/

    // ####################### SET PHP ENVIRONMENT ###########################
    error_reporting(E_ALL & ~E_NOTICE);

    // #################### DEFINE IMPORTANT CONSTANTS #######################
    define('THIS_SCRIPT', 'index');
    define('CSRF_PROTECTION', true);
    define('CSRF_SKIP_LIST', '');
    define('VB_ENTRY', 'forum.php');

    // ################### PRE-CACHE TEMPLATES AND DATA ######################
    // get special phrase groups
    $phrasegroups = array(
    'activitystream',
    'holiday'
    );

    // get special data templates from the datastore
    $specialtemplates = array(
    'userstats',
    'birthdaycache',
    'maxloggedin',
    'iconcache',
    'eventcache',
    'mailqueue',
    'activeblocks',
    );

    // pre-cache templates used by all actions
    $globaltemplates = array(
    'ad_board_after_forums',
    'ad_board_below_whats_going_on',
    'block_activitystream',
    'block_blogentries',
    'block_cmsarticles',
    'block_newposts',
    'block_sgdiscussions',
    'block_tagcloud',
    'block_threads',
    'block_html',
    'FORUMHOME',
    'forumhome_event',
    'forumhome_subforums',
    'forumhome_forumbit_level1_nopost',
    'forumhome_forumbit_level1_post',
    'forumhome_forumbit_level2_nopost',
    'forumhome_forumbit_level2_post',
    'forumhome_lastpostby',
    'tag_cloud_link',
    );

    // pre-cache templates used by specific actions
    $actiontemplates = array();

    // ######################### REQUIRE BACK-END ############################
    require_once('./global.php');

    // Redirect if required
    if (VB_REDIRECT === true)
    {
    $tabid = get_navigation_default(build_navigation_list(), false);

    if ($url = get_navigation_url($tabid))
    {
    exec_header_redirect($url);
    }
    }

    require_once(DIR . '/includes/functions_bigthree.php');
    require_once(DIR . '/includes/functions_forumlist.php');

    // ################################################## #####################
    // ######################## START MAIN SCRIPT ############################
    // ################################################## #####################

    verify_forum_url($vbulletin->options['forumhome']);

    ($hook = vBulletinHook::fetch_hook('forumhome_start')) ? eval($hook) : false;

    // get permissions to view forumhome
    if (!($permissions['forumpermissions'] & $vbulletin->bf_ugp_forumpermissions['canview']))
    {
    print_no_permission();
    "I play BG so that's what I can talk intelligently about." A line I loved and pirated from Mandoplumb

  2. #2

    Default Re: Browser Inconsistency

    If I had a dog that hunted like that, I'd give him to my brother-in-law.

  3. #3

    Default Re: Browser Inconsistency

    Normally I would suspect the dog, but in this case I'm thinking it might be the rabbit.
    "I play BG so that's what I can talk intelligently about." A line I loved and pirated from Mandoplumb

  4. #4
    Registered User John Kelly's Avatar
    Join Date
    Oct 2009
    Location
    Ardnadam, Argyll, Scotland
    Posts
    2,277

    Default Re: Browser Inconsistency

    It is now alive and well and back to its old self. Thanks to all concerned. This posted at 12.20 pm UK time.
    I'm playing all the right notes, but not necessarily in the right order. - Eric Morecambe

    http://www.youtube.com/user/TheOldBores

  5. #5

    Default Re: Browser Inconsistency

    Quote Originally Posted by John Kelly View Post
    It is now alive and well and back to its old self. Thanks to all concerned. This posted at 12.20 pm UK time.
    Yes. Working fine now.
    "I play BG so that's what I can talk intelligently about." A line I loved and pirated from Mandoplumb

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •