What has changed in vb since vb407?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hipster
    Senior Member
    • Oct 2009
    • 116
    • 4.2.X

    What has changed in vb since vb407?

    ever since the latest vb's have been released
    this script no longer works.


    Code:
    <?php
    define('VB_AREA', 'Forum'); 
    define('THIS_SCRIPT', 'holdsession'); 
    require('./includes/init.php'); 
    if (empty($vbulletin)) 
    { 
     // this is vBulletin 3.0.x 
     // must load functions.php and initialize session as it is not done automatically 
     require('./includes/functions.php'); 
     require('./includes/sessions.php'); 
     $session['sessionurl_q'] = "?$session[sessionurl]"; 
    } 
    else 
    { 
     $vboptions =& $vbulletin->options; 
     $session =& $vbulletin->session->vars; 
     $bbuserinfo =& $vbulletin->userinfo; 
    } 
    $gameid = intval($_POST['gameid']);
    $secs = $vboptions['cookietimeout'] - 60; 
    if ($secs < 60) 
    { 
        $secs = 60; 
    }
    echo "<meta http-equiv=\"refresh\" content=\"$secs; URL=\"$vboptions[bburl]/holdsession.php$session[sessionurl_q]act=arcade&do=play&gameid=$gameid\">";
    ?>
    any help with this matter would be greatly appriecated
    Back up back up Back up, thats all the advice I can give.
  • Ramsesx
    Senior Member
    • Aug 2005
    • 3254
    • 3.8.x

    #2
    Support for Arcade will be on www.vbulletin.org
    .......

    Comment

    • Zachery
      Former vBulletin Support
      • Jul 2002
      • 59097

      #3
      You might get a better response @ vBulletin.org, esp if you tell them how its not working.

      Comment

      • hipster
        Senior Member
        • Oct 2009
        • 116
        • 4.2.X

        #4
        Originally posted by Ramsesx
        Support for Arcade will be on www.vbulletin.org
        I'm one of the last few that help support the arcade mod @vb.org

        I figure I would ask here since this hold session for the mod worked till vb changed something
        noone knows vb.com's code better.. then here
        so If I could figure out what changed I may havea shot of figuring out why it stopped working...

        this codeworks with vb3 and up to vb4.0.7
        so it was a change in the session I would have to guess..

        thanks for your replys
        Back up back up Back up, thats all the advice I can give.

        Comment

        • Zachery
          Former vBulletin Support
          • Jul 2002
          • 59097

          #5
          The developers don't post in the forums. I would suggest getting a diff program (Examdiff) and checking yourself.
          vBulletin.org is still the best place to dicuss custom coding.

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...