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)

jp2 08-29-2004 08:07 AM

Are the games down on the vb3arcade.com website? or is it just me? :-\

y2krazy 08-29-2004 10:48 PM

/me clicks install!

ogden2k 08-31-2004 02:34 PM

Any suggestions on my post? Anyone who figures it out will get a Gmail invite. :)

Seratus 08-31-2004 07:09 PM

How can i uninstall some games ? :surprised:

AshAbed 09-01-2004 01:00 AM

is there an uninstaller or a way to uninstall it? I need to uninstall it and re-install it... It looks like someone tried to install it and cut it off in the middle or something... so if I can uninstall it then start over that would be great.

Darax The Good 09-01-2004 04:42 AM

Quote:

Originally Posted by ogden2k
Any suggestions on my post? Anyone who figures it out will get a Gmail invite. :)

Code:

STEP 2.
=======
Open your arcade_main template. At the bottom, add this on a new line (not
including the dotted lines!):
----------------------------------------------------------------------------

<br />
$pagenav

----------------------------------------------------------------------------


I just had to go through the same thing

Rahzel_hx 09-02-2004 07:06 AM

hmm is there anyway where i can show the arcade news and events on another page (aka portal >_<) if you goto arcade.php it is on top right side

Pseudomizer 09-02-2004 08:16 AM

Quote:

Originally Posted by Rahzel_hx
hmm is there anyway where i can show the arcade news and events on another page (aka portal >_<) if you goto arcade.php it is on top right side

Take this code for your portal:

PHP Code:

// ############## PROCESS Game News #######################################

$gameevents $DB_site->query("select * from gamenews order by datestamp DESC limit 5");

if (
$DB_site->num_rows($gameevents))
{
                while (
$gameev $DB_site->fetch_array($gameevents))
                {
             
$new_date vbdate('d.m.Y'$gameev['datestamp'], falsefalse);
             
$gamenews .= "<B>".$new_date."</B><BR>";
             
$gamenews .= $gameev['newstext']."<BR>";
        }


Create a template and put in $gamenews. Enjoy it.

Cheers,

Trekkie 09-02-2004 02:23 PM

when i install i get

Parse error: parse error, unexpected T_STRING in /var/www/html/admincp/install_arcade.php on line 706

anyone have an idea ?

Rahzel_hx 09-02-2004 04:24 PM

Quote:

Originally Posted by Pseudomizer
Take this code for your portal:

PHP Code:

// ############## PROCESS Game News #######################################

$gameevents $DB_site->query("select * from gamenews order by datestamp DESC limit 5");

if (
$DB_site->num_rows($gameevents))
{
                while (
$gameev $DB_site->fetch_array($gameevents))
                {
             
$new_date vbdate('d.m.Y'$gameev['datestamp'], falsefalse);
             
$gamenews .= "<B>".$new_date."</B><BR>";
             
$gamenews .= $gameev['newstext']."<BR>";
        }


Create a template and put in $gamenews. Enjoy it.

Cheers,

Umm where do i put thte code in for the portal i tryed the index.php and it doesn't do anything (portal by vBadvanced CMPS v1.0.) I made the templet and nothing shows up in it

devilsmania 09-04-2004 01:53 AM

Hi there

great hack :)

but i got a problem, and i've been searching here and there (with search yes!) and didnt find anything.

the problem is :

i installed some games, and the News & Event didnt update anymore with latest scores

all the rest works great ( i've even uninstalled the last game i added )

thanks in advance :ermm:

venomx 09-04-2004 05:09 AM

Whats netPlay?

venomx 09-07-2004 12:49 AM

I know netplay allows 2 members to play each other.. what I meant is.. if I turn it on do I need anything else for it to work?

rinkrat 09-07-2004 02:10 AM

It's there for future development and not part of the hack yet.

venomx 09-07-2004 02:15 AM

So can two members play each other right now as is?

Wordplay 09-07-2004 12:21 PM

tried installing this hack and got this problem:

Code:

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /.../includes/init.php on line 517
and if i go straight to the install_arcade.php it says:
Code:

Parse error: parse error, unexpected T_STRING in /.../install_arcade.php on line 706
anybody know where i could have gone wrong?

I'm running 3.0.3 and well my admin dir has a differnt title then the original "admincp" dir... could that be a problem?

Wordplay 09-07-2004 12:27 PM

Quote:

Originally Posted by Trekkie
when i install i get

Parse error: parse error, unexpected T_STRING in /var/www/html/admincp/install_arcade.php on line 706

anyone have an idea ?

yeah i got the same problem.

Trekkie 09-07-2004 06:08 PM

i fixed it
check Line 706

there are wrong code

replace it with

<if condition="$show[popups]">

same line without the "`"

thats all

stryka 09-07-2004 08:27 PM

Just downloaded latest v3arcade for my vb3.03...

but can someone help me troubleshoot why the scores and stats are not being saved ? NOthing is being recorded? Any suggestions on where i should look?

Plus my helicopter game from SEETHRU messes up after the first crash??? Didn't hang up during testing...

Reverend 09-07-2004 10:32 PM

Flawless install. :up:

Wordplay 09-08-2004 08:46 AM

Trekkie, thanks alot! just did that... now all i have to do is find out what's up with the init file:

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /.../includes/init.php on line 517

Wordplay 09-08-2004 09:07 AM

fixed it... wow.

Wordplay 09-08-2004 11:22 AM

"netPlay installed"... is netPlay automatically installed? where can i get it and how do i install it?

venomx 09-08-2004 11:33 AM

Quote:

Originally Posted by rinkrat
It's there for future development and not part of the hack yet.

I asked to and this was what rinkrat said....

trackpads 09-08-2004 05:41 PM

Is there a way to prevent games with no high score from showing up under the guest users postbit?

For example, I have a ton of 'Non Scoring" games that I have installed and they are all stuck on the guest user.

Any ideas?

Thanks again,

-Jason

Reverend 09-09-2004 09:46 AM

Apologies if this has already been asked.

When you delete a user who has the highest score,their score still remains in the list.

Is there a query that can be run to remove their score and move everyone else up one place,or would it be possible to add an additional admin function to the "update counters" to remove the score?

Also,the arcade cron occassionally throws up an error because it can't find the invalid highscoreid.

Thanks

venomx 09-09-2004 11:46 AM

Yes do a search for v3 Arcade and look for the hack thats for cheaters...

Reverend 09-09-2004 12:23 PM

Quote:

Originally Posted by venomx
Yes do a search for v3 Arcade and look for the hack thats for cheaters...

Thanks, i presume its this one Arcade Anti-Cheater Mod

venomx 09-09-2004 12:32 PM

Yeah thats it. I am not sure if its works as I have not installed it yet. So let us know! :)

OrangeFlea 09-10-2004 12:43 AM

Near flawless installation.

Except that when I click on a game -- any game -- the game window remains white, doesn't load anything. I've downloaded the latest Flash plug-in (shown below the game window), but that didn't do anything. HELP@!!!

dark3zz 09-10-2004 02:07 PM

Quote:

Originally Posted by FastAttack
almost done with the install :) great hack.. easy to follow instructions

damn good hack !

great !!

question: is there a german language file for this hack =?

greetz

AloneEagle 09-12-2004 03:00 AM

During the installation for this Arcade mod, I have trouble in this Template modified step

==============
navbar
==============


Find:
__________________________________________________ _________________________________________

<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>

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

Below this, add:
__________________________________________________ _________________________________________

<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl]">Arcade</a></td>

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


I opened The Navbar out and can't find the:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
There for I can't add anything on this step. I skip this step and keep going. Is that why I have the problem below?

Look at my website. Its turned to be like this after I install the mod.
http://www.vietlight.com/forums/index.php?
user: demo
pass: demo

The top banner and the "quick link" section kind of appear weird. You have to log on in order to see this.

Please tell me what have I done wrong?
Thanks

BeatificFaith 09-12-2004 03:39 AM

The admin file is in my admin directory, it's not on the cp though. When I go to the page in the browser the page is blank, I'm not getting any errors, so I don't know what to fix or how. Please help!!

Rahzel_hx 09-12-2004 04:18 AM

Is there a way to put the arcade awards in a scrolling box so it doesn't take as much space

Tombstone 09-13-2004 04:23 PM

I'm having an error 1146 (table pre-fix) - anyone know what I can do to fix it? It is a legit vb license and this is the 2nd hack in it.

Tombstone 09-13-2004 04:25 PM

Note - everything else works fine - the tables were created - the arcade just calls it without the table pre-fix
I saw a mention for a query to fix it but I didn't see it anywhere.

MissKalunji 09-13-2004 05:03 PM

Hey how can i erase someone's highes score on the board??

klamm 09-13-2004 08:46 PM

Hi!

I installed the (german version) of the hack at a clean 3.0.3 and everything went ok ... but no single game is able to update the scores. when the game ends, it simply hangs upon "updating scores" 4ever. taking another browser makes no difference.

I think there's a problem with flash talking to the server.
any ideas?

edit: does the flash probably make use of the user's ip ?
my forum runs on a cluster and therefore no userip is available...

thx luke

TJFweb 09-14-2004 03:10 AM

Hmm... Anyone have any idea why none of my settings in the Admin CP for the Arcade will save???

TJFweb 09-14-2004 05:30 AM

Never mind I found out what was wrong... I accidentally overwrote a setting in includes/init.php... Not a smart thing to do.


All times are GMT. The time now is 09:47 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.04863 seconds
  • Memory Usage 1,834KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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