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)

PixelFx 10-01-2003 07:29 PM

That /games/ isues comes up a lot in the 107 posts ;)
note: future make note to add change in next update ;)

ug getting names confused :P

futureal 10-01-2003 11:38 PM

At the very least I need to modify the admin template so it tells people that if it doesn't work, to change the slash. The original setup was totally intuitive to me but I guess real-world applications are somewhat different! :)

kr?mel 10-04-2003 02:24 PM

I will more games... :(
have anybody more games for this hack? :)

MindTrix 10-04-2003 02:28 PM

Theres a whole thread dedicated to the games ;)

https://vborg.vbsupport.ru/showthread.php?t=47198

Pseudomizer 10-04-2003 02:31 PM

Hi @LL,

after reading through all these pages and having seen that many people have massive problems with the uploading of thumbnails it took me now 1 day to find the problem.

I have tested it with Windows 2000, latest Apache and latest MySQL version. UPLOAD worked FINE !!! :nervous:

I have tested it with SuSe 8.2 and Redhat 8.0 and latest Apache and latest MySQL version. UPLOAD FAILED !!! No error MSG.

On all three machines same settings for PHP and MySQL. But it worked on Windows and it did NOT work on any linux. :cry:

So i went through all variables and through the source code and made some changes. Now it works on all three OS. :banana:

Anyone interested in these changes ? Does some people still have this upload problem ? I would share my changes. :cool:

Cheers,

Pseudomizer

kr?mel 10-04-2003 02:44 PM

Quote:

Originally Posted by MindTrix
Theres a whole thread dedicated to the games ;)

https://vborg.vbsupport.ru/showthread.php?t=47198

THX :D

I play that all tonight :)

Magic Spark 10-04-2003 07:40 PM

Quote:

Originally Posted by Pseudomizer
Hi @LL,

after reading through all these pages and having seen that many people have massive problems with the uploading of thumbnails it took me now 1 day to find the problem.

I have tested it with Windows 2000, latest Apache and latest MySQL version. UPLOAD worked FINE !!! :nervous:

I have tested it with SuSe 8.2 and Redhat 8.0 and latest Apache and latest MySQL version. UPLOAD FAILED !!! No error MSG.

On all three machines same settings for PHP and MySQL. But it worked on Windows and it did NOT work on any linux. :cry:

So i went through all variables and through the source code and made some changes. Now it works on all three OS. :banana:

Anyone interested in these changes ? Does some people still have this upload problem ? I would share my changes. :cool:

Cheers,

Pseudomizer

Hi Pseudomizer,

I'm very interested in these changes, cause I have these upload probs.
Please share it!

Thanks in advance.

Magic Spark

Pseudomizer 10-04-2003 08:09 PM

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

Magic Spark 10-04-2003 09:05 PM

Pseudomizer,

I'll try it.

Thank you so much for your help!

Cheers,
Magic Spark

Pseudomizer 10-04-2003 09:44 PM

Quote:

Originally Posted by Magic Spark
Pseudomizer,

I'll try it.

Thank you so much for your help!

Cheers,
Magic Spark

No problem. You are welcome. But please report if this fixed your problem.

Cheers,

Pseudomizer


All times are GMT. The time now is 06:47 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.02257 seconds
  • Memory Usage 1,763KB
  • 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