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)
-   -   v3 Arcade - Games Arcade & Challenge System [vB 3.0.3] (https://vborg.vbsupport.ru/showthread.php?t=60377)

kenji4861 07-18-2004 05:15 PM

Hi Intex, I did try what you suggested such as setting usergroup permission, but it is not working. Also all the game settings are active.

You were discussing something about sql editting with sarge, does that help this situation?

Intex 07-18-2004 05:15 PM

Are you sure you have it installed on all the templates? Double-check in AdminCP and confirm they're all there. Also, make sure you database contains the tables for the arcade with something like myphpadmin.



Quote:

Originally Posted by hello
when i go to the aracde system i installed on every skin it just shows a white blank page. I have tried reinstalling it again and again but it still does that.


Intex 07-18-2004 05:17 PM

No, this was only because he was asking about how to remove an entry in the database. I'm not sure why people are having problems. I've confirmed this works with 3.0.3 as well.

Quote:

Originally Posted by kenji4861
Hi Intex, I did try what you suggested such as setting usergroup permission, but it is not working. Also all the game settings are active.


You were discussing something about sql editting with sarge, does that help this situation?


kenji4861 07-18-2004 05:20 PM

Darnit!

hello 07-18-2004 05:25 PM

Intex everything is there but it still doesn't load on. When i was on invision board the happened to me on posts so i went to admin cp and on the setting for Type of auto-redirect?
(This is for quick no page redirects) and it was on Location type (*nix savvy) so i put it on HTML META redirect (If all else fails...) and then it worked but i can't find the setting in the vbulletin admin cp

royals 07-18-2004 05:58 PM

Quote:

Originally Posted by Intex
And have you checked to make sure the scheduled tasks are running correctly? Check the logfile.


This can't be right...

91 Subscriptions 02:03, 18th Jul 2004 Subscriptions Updated
90 Daily Digest 02:02, 18th Jul 2004 Daily Digests Sent
89 Subscriptions 02:02, 17th Jul 2004 Subscriptions Updated
88 Daily Digest 02:02, 17th Jul 2004 Daily Digests Sent
87 Subscriptions 02:06, 16th Jul 2004 Subscriptions Updated
86 Daily Digest 02:02, 16th Jul 2004 Daily Digests Sent


Edit - Sorry I ddin't have it turned on to log the entires. I ran it and the same thing.

KTBleeding 07-18-2004 09:21 PM

I upgraded to 3.0.3 and now none of my posts show up after this hack.

I'm pretty sure it's because I could not figure this out at all:
Code:

=================================
includes/functions_showthread.php
=================================

Find:
___________________________________________________________________________________________

// ###################### Start getreputationimage #######################

???????????????????????????????????????????????????????????????????????????????????????????

Above this, add:
___________________________________________________________________________________________

if ($arcadegeneral['awardson']==1) {
        // declares the arcade image directory
        $stylevar['imgdir_arcade'] = "images/arcade";
        $arcade_result = $DB_site->query("SELECT shortname,title,gamesettings,highscorerid,highscore,miniimage,gameid FROM " . TABLE_PREFIX . "games ");
        while ($arcade = $DB_site->fetch_array($arcade_result)){
                if (($arcade[gamesettings] & $_GAMESCHECK['showaward'])){
                        $awards[$arcade[shortname]]['userid'] = $arcade['highscorerid'];
                        $awards[$arcade[shortname]]['gametitle'] = $arcade['title'];
                        $awards[$arcade[shortname]]['icon'] = $arcade['miniimage'];
                        $awards[$arcade[shortname]]['highscore'] = $arcade['highscore'];
                        $awards[$arcade[shortname]]['gameid'] = $arcade['gameid'];
                }
        }
}

I can't find that line anywhere.
Anyone know where else I should put this?

KTBleeding 07-18-2004 10:56 PM

This is the error message I recieve from showthread.php
Quote:

Warning: Invalid argument supplied for foreach() in /home2/keepthem/public_html/forums/includes/functions_showthread.php on line 657

Warning: Invalid argument supplied for foreach() in /home2/keepthem/public_html/forums/includes/functions_showthread.php on line 657

Warning: Invalid argument supplied for foreach() in /home2/keepthem/public_html/forums/includes/functions_showthread.php on line 657

Warning: Invalid argument supplied for foreach() in /home2/keepthem/public_html/forums/includes/functions_showthread.php on line 657

Warning: Invalid argument supplied for foreach() in /home2/keepthem/public_html/forums/includes/functions_showthread.php on line 657

Warning: Invalid argument supplied for foreach() in /home2/keepthem/public_html/forums/includes/functions_showthread.php on line 657

sarge0087 07-19-2004 12:02 AM

KTBleeding, you're right, there is no line like that. Instead it's called:

###################### Start doimicons #######################

sarge0087 07-19-2004 12:16 AM

Well... I still have my same problem. Just to update someone that may help me:

Go to my forum and login with the following:

Username: Testarcade
Password: test

Go to the Arcade and try and play a game. Why am I having that problem? Why does it go to "extendsession" instead of the game?


All times are GMT. The time now is 01:21 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.04761 seconds
  • Memory Usage 1,748KB
  • 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
  • (4)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