Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > ibProArcade Archive
Errors installing games all the sudden Details »»
Errors installing games all the sudden
Version: , by doogie88 doogie88 is offline
Developer Last Online: Jun 2018 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 03-11-2007 Last Update: Never Installs: 0
 
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 03-13-2007, 01:05 PM
Kacela's Avatar
Kacela Kacela is offline
 
Join Date: Mar 2005
Location: Connecticut, USA
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #3  
Old 03-14-2007, 02:20 AM
doogie88 doogie88 is offline
 
Join Date: Oct 2006
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<?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',

?>
Reply With Quote
  #4  
Old 03-14-2007, 08:47 AM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by doogie88 View Post

?>

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


Code:
);?>
Reply With Quote
  #5  
Old 03-15-2007, 01:24 AM
doogie88 doogie88 is offline
 
Join Date: Oct 2006
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Weird that these dont' have it.
THanks.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:09 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.06068 seconds
  • Memory Usage 2,237KB
  • Queries Executed 18 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (4)postbit
  • (5)postbit_onlinestatus
  • (5)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete