vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   v3Arcade - new look to your arcade main page (https://vborg.vbsupport.ru/showthread.php?t=71481)

Vevina 05-16-2005 10:14 PM

sweet installed :)

axi 05-19-2005 03:58 PM

how can we store game_size.php so nobody can run it? Can we rename it or store it in admincp folder?

MortysTW 05-20-2005 03:52 PM

Love this hack. ITs perfect. Thanks!

But I have the Categories mod installed and this Mod worked perfectly even with this Categories Mod. So that's not my issue. My issue is that the Categories Mod takes away listing of any game on the main entrance page to the arcade.php that visitors first see when they hit the arcade.

I would like to get this mod to also display on my main Arcade page below the list of categories. Can you help me out? I couldn't figure out which mod page would be better to post this question at.

steadicamop 05-23-2005 06:28 PM

I can't find this code, I've even tried searching for the three top lines individually and nothing came back

Code:

        // Gets all of the games
        while ($game = $DB_site->fetch_array($result_allgames)) {
                $gamename = $game['shortname'];
                if ($gamecache["$game[shortname]"]) {
                        $game = $gamecache["$game[shortname]"];
                } else {
                        // the game has never had a score recorded
                        // $extra is used as a conditional for the arcade_main_games_bit template
                        $extra = 1;
                }
                if (strlen($game['username'])>12) {
                        $game['username'] = "<font size=1>".$game['username']."</font>";
                }
                if (($game['gamesettings'] & 1)&&($g >= $startingfrom && $g<$upperlimit)) {
                        eval('$gamebits .= "' . fetch_template('arcade_main_games_bit') . '";');
                        exec_switch_bg();
                }
                if ($game['gamesettings'] & 1) {
                        $g++;
                }
                unset($extra);
        }

Any help plz :D

Polo 05-23-2005 07:55 PM

try looking for this line:

Quote:

unset($extra);
this line has to be there...

steadicamop 05-23-2005 08:05 PM

Believe it or not ... it's not there, just searched through arcade.php - not found :(

Polo 05-23-2005 08:06 PM

really?? mmm... did you modified the arcade.php file alot?

1nf3rn0 05-23-2005 09:53 PM

Quote:

Originally Posted by JasonWilliams
Believe it or not ... it's not there, just searched through arcade.php - not found :(

are you using an editor?..or just notepad or wordpad?..if usin any of them, make sure you are searching in the opposite direction from where your cursor is placed...please take no offense...ive just done this before...

steadicamop 05-24-2005 06:07 AM

I did the changes remotely via ftp .... I used CuteFTP's built in editor, that's pretty darn handy too.

I've not hacked the Arcade at all .. only for the resolution selection for the games, that's the only one installed.

I might just download the original arcade.php and see what happens if I replace it for the current one.

waza 05-27-2005 04:34 PM

You will probably need the latest version of v3arcade, v1.0.3.
The lines aren't there in v1.0.0,

Now for my problem:
I can't get the layout right, the page is totaly messed up.
So can somebody who has only installed this modification on v3arcade, share his arcade_main template?

Thx,
seba


All times are GMT. The time now is 03:36 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.02283 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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