vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   Errors installing games all the sudden (https://vborg.vbsupport.ru/showthread.php?t=141755)

doogie88 03-11-2007 05:03 PM

Errors installing games all the sudden
 
I was installing games fine, now I am getting this error:

Parse error: parse error, unexpected ';', expecting ')' in /home/stew/public_html/forums/arcade/tmp/3d_Net_Blazer.php on line 20

every game I try and install I am getting this error.

Kacela 03-13-2007 01:05 PM

Make sure the .php file that accompanies the game has the proper syntax for a .php file. Here is an example of what the .php file should include and the syntax:
PHP Code:

<?php

$config 
= array(

gname        =>  'double-wiresKAC',
gtitle        =>  'Double Wires',
bgcolor        =>  '330099',
gwidth        =>  '550',
gheight        =>  '400',
active        =>  '1',
gcat        =>  '1',

//optional leave blank if not using
gwords        =>  "Spiderman Stickman!",
object        =>  "Swing as far and as often as you can. Aim with the mouse and left-click to shoot your swinging wire.  The wire will anchor exactly where you click.  ***SET DECIMAL PLACE TO 2*** Author's site: http://ishi.blog2.fc2.com/",
gkeys        =>  "Mouse",

);
?>

The error you seem to be getting is from the termination of the .php document. Make sure the .php is properly coded and doesn't contain any semi-colons ( ; ) in the body of the .php document. The person who converted the game may have stuck a premature one in there by accident.

doogie88 03-14-2007 02:20 AM

<?php
/*--------------------------------------------------*/
/* File Created by ibProArcade 3.x.x! */
/* File Generated: Sun, 11 Mar 2007 17:03:24 GMT */
/*--------------------------------------------------*/

$config = array(
'active' => '1',
'bgcolor' => '3366',
'gcat' => '40',
'gheight' => '570',
'gkeys' => 'Game playing instructions are on the main screen.',
'gname' => 'ten_pin_bowling_game',
'gtitle' => 'Ten Pin Bowling',
'gwidth' => '400',
'gwords' => 'This has to be the best Online Bowling game around.',
'object' => 'This has to be the best Online Bowling game around.',
'snggame' => '0',

?>

stangger5 03-14-2007 08:47 AM

Quote:

Originally Posted by doogie88 (Post 1202996)

?>


Look at the end,,its needs to be this....


Code:

);?>

doogie88 03-15-2007 01:24 AM

Weird that these dont' have it.
THanks.


All times are GMT. The time now is 12:02 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.01063 seconds
  • Memory Usage 1,724KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete