vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   vbProArcade Beta 2 (https://vborg.vbsupport.ru/showthread.php?t=42880)

Magic Spark 10-04-2003 10:07 PM

Yes, sure!

Will try it tomorrow german local time.

Greetz,

Magic Spark

futureal 10-06-2003 04:16 AM

Pseudomizer: Are you sure it is operating system specific? I have never had any problems with it on any of the systems I've installed it on, which have been all different flavors of linux (my own servers all run RedHat distros).

All of the problems I've encountered with others have been when PHP safe mode is enabled.

PixelFx 10-06-2003 06:17 AM

I've working on a clean install of my forum, and wondering if there are any eta to next release or beta test for the arcade... of if you need help anything... "don't want to rush ya" just wondering

Limpkinw 10-06-2003 10:31 PM

This hack worked great fr me for months... then all of a sudden today I start getting an error...when score is submitted it goes to www.limpkinw.com/proarcade.php instead of http://www.limpkinw.com/forums/proarcade.php Any Ideas? Nothing on server has been changed...
Thanks.

MaDCaT75 10-07-2003 01:20 AM

Quote:

Originally Posted by Limpkinw
This hack worked great fr me for months... then all of a sudden today I start getting an error...when score is submitted it goes to www.limpkinw.com/proarcade.php instead of http://www.limpkinw.com/forums/proarcade.php Any Ideas? Nothing on server has been changed...
Thanks.

Make sure to check the language in IE - make sure it is set for english(united states) [eng-us]. That is your problem.

futureal 10-07-2003 05:41 AM

Quote:

Originally Posted by PixelFx
I've working on a clean install of my forum, and wondering if there are any eta to next release or beta test for the arcade... of if you need help anything... "don't want to rush ya" just wondering

Email me or get me on IRC (irc.devcore.co.uk in #vborg as futureal).

Magic Spark 10-07-2003 03:51 PM

Quote:

Originally Posted by Pseudomizer
Hi Magic Spark,

please find in the proarcadeadmin.php the following source code in line 170:

PHP Code:

$DB_site->query("UPDATE arcadegames
                     SET name='
$name', title='$title', description='$desc', filename='$filename', hashoffset='$hashoffset',
                         "
.iif(($championdata != "") || ($deletechampicon == 1),"championpicname='$championicon_name', championpicdata='$championdata',","")."
                         "
.iif(($thumbdata != "") || ($deletethumb == 1),"thumbnailname='$thumbnail_name', thumbnaildata='$thumbdata',","")."
                         active='
$active', scorevar='$scorevar', gamecode='$gamecode',championactive='$championactive',championtext='$championtext',championcolor='$championcolor'
                     WHERE gameid='
$gameid'"); 

and replace this with the following:

PHP Code:

$thumbnail_name$HTTP_POST_FILES[thumbnail]['name'];

    if ((
$championdata != '') || ($deletechampion == 1)){
        
$championsql ",championpicname='"$championicon_name ."', championpicdata = '"$championdata ."'";
    }
    else
    {
        
// DO NOTHING
    
}


    if ((
$thumbdata != '') || ($deletethumb == 1)) {
        
$thumbsql ",thumbnailname='"$thumbnail_name ."', thumbnaildata='"$thumbdata ."'";
    }
    else
    {
        
// DO NOTHING
    
}

    
$DB_site->query("UPDATE arcadegames
                SET name='
$name', title='$title', description='$desc', filename='$filename', hashoffset='$hashoffset'"$championsql $thumbsql ." ,active='$active', scorevar='$scorevar', gamecode='$gamecode',championactive='$championactive',championtext='$championtext',championcolor='$championcolor'
                WHERE gameid='
$gameid'"); 

This should solve your problem.

Cheers,

Pseudomizer

Works great!

Thank you, Pseudomizer.

MindTrix 10-08-2003 05:04 PM

Anybody know how to clear the high scores on the tables? I had a user who just joined up and played games and not posting. Now i banned him and deleted his ONE thread, i wish to delete him from the arcade score tables too

PixelFx 10-08-2003 10:21 PM

It will be in the next version, as well as I'm hoping an idea I had for hall of fame ;P I think futureal is close to a release, but I can't speak for him, few posts back he popped his head in for a few days and said he had more time to work on this so we shall see...

currently as for the whipe scores it's bust ;)

tnguy3n 10-09-2003 01:21 AM

this hack rocks; however, i think i got a little problem.
the templates & stuffs work fine, but it take 4ever to load these flash game. (well, i use flash games included in the zip file).
How can I fix this problem or increase loading time of these flash?? Thanks in advance.


All times are GMT. The time now is 01:24 PM.

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.02210 seconds
  • Memory Usage 1,774KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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