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)

hvacr 11-09-2003 03:48 AM

proarcade is showing me
a blank screen, this is the url.

http://www.messageboardforums.com/fo...action=arcade&

thanks for your help

hvacr 11-09-2003 11:54 AM

I installed proarcade, thought i installed it carefully,
but i get a blank screen when i run it.

any ideas on this? sorta disappointed spending
2 hours updating, and it not work.

Thanks

MindTrix 11-09-2003 12:08 PM

How do you mean you get a blank screen? When trying to run the game or when trying to get access to the proarcade.php?

MindTrix 11-09-2003 12:22 PM

@peterska2

On this code you posted--

NULL , 99, "vbProArcade Champion System", "vpa_champsystem", 1, "vbProArcade Champion System Enable/Disable", '', 0
)

Shouldnt there be a ; after the ) at the end?.

Check to make sure you selected the entire code when running the query. Depending on what your using to view the code such as notepad, it can miss out code sometimes.

Dean C 11-09-2003 01:29 PM

No - you can get away without the semicolon in phpmyadmin and most other cases :)

BarHopper 11-09-2003 04:53 PM

Im new to installing vB hacks, and i cant really do it good. I followed all the instructions to install this hack. But, the arcade index is all wierd and some of links dont work, and you cant play the games, , etc. Take a look: http://www.game-realms.net/forums/proarcade.php

Help needed.

Thanks

futureal 11-09-2003 10:46 PM

That is a template problem. Check out the thread in this forum for PixelFx's install addon, and use the template fixes contained in there. They will be more completely fixed very soon.

sabret00the 11-10-2003 12:41 AM

Quote:

Originally Posted by peterska2
To sound thick here is my problem.

I've uploaded the files as per step one. I'm running the SQL queries and I get this

Code:

Error
 
SQL-query :
 
INSERT INTO setting
VALUES (
 
NULL , 99, "vbProArcade Champion System", "vpa_champsystem", 1, "vbProArcade Champion System Enable/Disable", '', 0
)
 
MySQL said:
 
 
Column 'varname' cannot be null
Back

Any ideas? I really cannot think about reading 114 pages to find that this is not answered in there

that query is missing the front end, i.e. the game name, game identifier, etc.

nghiasi 11-10-2003 01:21 AM

I don't know if this is off topic or not, but I really need help.

In:
Lesane's Store Hack /// INTEGRATION /// futureal's Arcade Hack 9 [vB2.2.7] Arcade Pass Hack v2.0 )
https://vborg.vbsupport.ru/showthread.php?t=43700

I don't know if is wrong or not:
on the instruction:


Code:

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Open up admin/proarcadeadmin.php
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

-+-+-+
Find:
-+-+-+

    $DB_site->query("UPDATE arcadegames
                    SET name='$name', title='$title', description='$desc', filename='$filename',
                        ".iif(($thumbdata != "") || ($deletethumb == 1),"thumbnailname='$thumbnail_name', thumbnaildata='$thumbdata',","")."
                        active='$active', scorevar='$scorevar', width='$width', height='$height',
                        codebase='$codebase', querystring='$querystring', objectparam='$objectparams',
                        embedparam='$embedparams',championactive='$championactive',championtext='$championtext',championcolor='$championcolor'
                    WHERE gameid='$gameid'");

and the only thing I could find is:

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'");


Code:

width='$width', height='$height',
was this the old version of the proarcade? If it is, is there anyway to fix that?
if no, where can I get that old verison of vbproarcade?


thanks.

THE REAL BLAZE 11-10-2003 03:50 AM

i can't acess my admin cp heres what comes up on the page:



Code:

// Begin vbProArcade // ###################### Start makeextrainputcode ####################### function makeextrainputcode ($title,$subtitle,$name,$value="",$htmlise=1,$size=35) { // makes code for an input box with a subtitle: first column contains $title and $subtitle // second column contains an input box of name, $name and value, $value. $value is "HTMLised" if ($htmlise) { $value=htmlspecialchars($value); } echo "\n$title
$subtitle\n


\n\n"; } // ###################### Start makeextrauploadcode ####################### function makeextrauploadcode ($title,$subtitle,$name,$maxfilesize=1000000) { // makes code for an input box: first column contains $title // second column contains an input box of name echo "\n$title
$subtitle\n


\n\n"; } // ###################### Start makeextrayesnocode ####################### function makeextrayesnocode ($title,$subtitle,$name,$value=1) { // Makes code for input buttons yes\no similar to makeinputcode echo "\n $title
$subtitle\n
Yes No " .iif($value==2 and $name=='customtitle'," User Set (no html)","") ."

\n"; } // ###################### Start makeextratextareacode ####################### function makeextratextareacode ($title,$subtitle,$name,$value="",$rows=4,$cols=40,$htmlise=1) { // similar to makeextrainputcode, only for a text area if ($htmlise) { $value=htmlspecialchars($value); } echo "\n$title
$subtitle\n
$value

\n\n"; } // ###################### Start dotableheader ####################### function dotableheader() { // begins a table with no form code at all global $tableadded; $tableadded = 1; echo "
\n"; echo "\n"; } // End vbProArcade
Warning: Cannot modify header information - headers already sent by (output started at /hsphere/local/home/hiphop/rapblock.com/forums/admin/adminfunctions.php:516) in /hsphere/local/home/hiphop/rapblock.com/forums/admin/functions.php on line 1752



All times are GMT. The time now is 11:15 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.03026 seconds
  • Memory Usage 1,754KB
  • 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
  • (5)bbcode_code_printable
  • (1)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