vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - v3 Arcade - Games Arcade System for 3.6.0 (https://vborg.vbsupport.ru/showthread.php?t=114012)

Christie189 03-02-2006 03:26 PM

Quote:

am i blind...how do i challenge someone?
If you're blind, so am I. I see the options in the USER CP, but I have no idea how to go about actually challenging someone.

Eriond 03-02-2006 03:56 PM

if the user has set their arcade options to allow challenges then you can challenge the the member by clicking on their trophy there should then be the challenge option

S@NL - BlackBik 03-02-2006 07:45 PM

I got a database error when opening a games highscores while no one has yet played that game. So there were no highscores to show.
I found a solution though:

in arcade.php find:
Code:

        if ($vbulletin->options['distinctscores'])
        {
                $scorecache = array();
                while ($score = $db->fetch_array($scores))
                {
                        $scorecache[] = "(arcade_sessions.score='$score[score]' AND arcade_sessions.userid=$score[userid])";
                }
                        $scorecache = implode(' OR ', $scorecache);
                        $scores = $db->query_read("SELECT arcade_sessions.*, user.username, user.email FROM " . TABLE_PREFIX . "arcade_sessions AS arcade_sessions
                    LEFT JOIN " . TABLE_PREFIX . "user AS user ON (user.userid=arcade_sessions.userid)
                    WHERE arcade_sessions.valid=1 AND arcade_sessions.gameid=$game[gameid] AND ($scorecache)
                    ORDER BY score " . iif($game['isreverse']==1, 'ASC', 'DESC') . ", arcade_sessions.finish DESC
                LIMIT " . $vbulletin->options['scoresperpage']);
        }

and replace by
Code:

        if ($vbulletin->options['distinctscores'])
        {
                $scorecache = array();
                while ($score = $db->fetch_array($scores))
                {
                        $scorecache[] = "(arcade_sessions.score='$score[score]' AND arcade_sessions.userid=$score[userid])";
                }
                        $scorecache = implode(' OR ', $scorecache);
                if (!empty($scorecache))                       
                {

                        $scores = $db->query_read("SELECT arcade_sessions.*, user.username, user.email FROM " . TABLE_PREFIX . "arcade_sessions AS arcade_sessions
                    LEFT JOIN " . TABLE_PREFIX . "user AS user ON (user.userid=arcade_sessions.userid)
                    WHERE arcade_sessions.valid=1 AND arcade_sessions.gameid=$game[gameid] AND ($scorecache)
                    ORDER BY score " . iif($game['isreverse']==1, 'ASC', 'DESC') . ", arcade_sessions.finish DESC
                LIMIT " . $vbulletin->options['scoresperpage']);
                }       
        }


Tralala 03-02-2006 11:40 PM

Quote:

Originally Posted by S@NL - BlackBik
I got a database error when opening a games highscores while no one has yet played that game. So there were no highscores to show.

That's weird, on my Arcade, when a game has yet to be played (and has no high scores) there is no "highscores" to click!

Instead it says:

Want this?
<lil pic of trophy>
Play now!

So not sure what the discrepancy would be... are you running the latest version?

S@NL - BlackBik 03-03-2006 06:55 AM

That's true, the link isn't on the frontpage of the Arcade or in the catagories.
But when you open a game to play, there is always a link on the right to the scorepage, just above the "use your backbutton tip".

Tralala 03-03-2006 07:01 AM

Quote:

Originally Posted by S@NL - BlackBik
That's true, the link isn't on the frontpage of the Arcade or in the catagories.
But when you open a game to play, there is always a link on the right to the scorepage, just above the "use your backbutton top".


Still, when I click that, I don't get an error, I get an empty highscore list, that says: "No Scores Recorded"

S@NL - BlackBik 03-03-2006 07:38 AM

I didn't ;)

Floris 03-03-2006 05:32 PM

Installed on omgboards.com network! thanks so much :) I hope a lot of my members will have great fun using it :)

Gizmo5h1t3 03-03-2006 07:07 PM

Quote:

Originally Posted by Floris
Installed on omgboards.com network! thanks so much :) I hope a lot of my members will have great fun using it :)

rofl @ the subliminal advertising ther...like it m8

Tralala 03-03-2006 07:24 PM

Quote:

Originally Posted by Gizmo5h1t3
rofl @ the subliminal advertising ther..


Huh? :confused:


All times are GMT. The time now is 04:40 AM.

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.04639 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete