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


All times are GMT. The time now is 11:22 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.05197 seconds
  • Memory Usage 1,758KB
  • 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
  • (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
  • (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