The Arcive of vBulletin Modifications Site. |
|
Errors installing games all the sudden Details »»
|
|||||||||||||||||||||||||
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. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
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:
|
|
#3
|
|||
|
|||
|
<?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', ?> |
|
#4
|
||||
|
||||
|
|
|
#5
|
|||
|
|||
|
Weird that these dont' have it.
THanks. |
![]() |
|
|