Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
  #621  
Old 11-20-2005, 09:00 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kewl1uk
There isn't any multi-player function in the new V3Arcade yet. As I understand the situation, coding on the multi-player option hasn't even been started. It's just a proposed function which may or may not be available and which may or may not be free.

pnflash games? these are multi player and ibpro arcade supports it
Reply With Quote
  #622  
Old 11-20-2005, 09:22 PM
Flow Fusion Flow Fusion is offline
 
Join Date: Jul 2003
Location: Georgia
Posts: 512
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
<br /><strong>Warning</strong>: mysql_connect(): Access denied for user: 'root@localhost' (Using password: NO) in <strong>/arcade/functions/dbclass.php</strong> on line <strong>42</strong><br /><br /><strong>Warning</strong>: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in <strong>/arcade/functions/dbclass.php</strong> on line <strong>45</strong><br />ERROR: Cannot find database <br /><strong>Warning</strong>: mysql_query(): supplied argument is not a valid MySQL-Link resource in <strong>/arcade/functions/dbclass.php</strong> on line <strong>152</strong><br /><html><head><title>ibProArcade Database Error</title>
<style>P,BODY{ font-family:arial,sans-serif; font-size:11px; }</style></head><body>
&nbsp;<br><br><blockquote><b>There is a SQL error.</b><br>
You can contact the board administrator by clicking <a href='mailto:?subject=SQL+Error'>here</a>
<br><br><b>Error Returned</b><br>
<form name='mysql'><textarea rows="15" cols="60">mySQL query error: CREATE TABLE games_scores (
s_id int(11) NOT NULL auto_increment,
mid int(11) NOT NULL default '0',
gid int(11) NOT NULL default '0',
name text NOT NULL,
score FLOAT(11) NOT NULL default '0',
ip text NOT NULL,
comment text NOT NULL,
datescored int(10) NOT NULL,
PRIMARY KEY (s_id)) TYPE=MyISAM

mySQL error:
mySQL error code:
Date: Sunday 20th of November 2005 03:20:31 PM</textarea></form><br>We apologise for any inconvenience</blockquote></body></html>
Help...
Reply With Quote
  #623  
Old 11-20-2005, 09:48 PM
kewl1uk kewl1uk is offline
 
Join Date: Oct 2004
Location: United Kingdom
Posts: 131
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Flow Fusion
Help...
Looks to me like you haven't supplied the MySQL database name, MySQL User and MySQL password in the script or those fields are not being read.
Reply With Quote
  #624  
Old 11-20-2005, 10:54 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tcs
Besides the looks are a bit different I am not seeing much on the Player end. From what I am reading on there site, game installation is the done the same way it was in the older version unless you pen up your server and admincp functions for their server to install them for you. And remove them too.

Not 100% on this as I don't have their system installed. They lost me at allow_url_fopen.
Are they charging to install and un-install the games for you, too?
Reply With Quote
  #625  
Old 11-20-2005, 10:56 PM
Kacela's Avatar
Kacela Kacela is offline
 
Join Date: Mar 2005
Location: Connecticut, USA
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Flow Fusion
Help...
Quote:
Originally Posted by MrZeropage
@Flow Fusion:
You are not using any version of this "new" ibProArcade, what you have seems to be the original old 2.5.1 - I won't support that as I don't know exactly which functions/feature are in there as my version has alot of AddOns included.
Please wait for this new ibProArcade 2.5.2+ to get support here
:ermm:
Reply With Quote
  #626  
Old 11-21-2005, 03:56 AM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Flow Fusion:
As far as I see your "old" ibProArcade is not adapted to vBulletin 3.5.x so it won't run. Please wait some more days for the release of this new Arcade instead of wasting time with the old thing, ok ?

@Kacela:
Please understand that I won't start porting the old ibPro to vB 3.5.x and manually fix all the things I did in my new version. He should wait for it...
Reply With Quote
  #627  
Old 11-21-2005, 08:50 AM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got a couple of bugs for you dude..

Get an implode bad arguments error in AdminCP - Usergroup Permissions admincp/arcade.php line 3164 when updating permissions.

Also, posts per day don't work:
Quote:
mySQL query error: SELECT COUNT(pid) AS amount FROM vb35_posts WHERE post_date>1132549200 AND author_id=1

mySQL error: Table 'enhance_vb35.vb35_posts' doesn't exist
Reply With Quote
  #628  
Old 11-21-2005, 09:09 AM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

which Test-Version do you have ?
Reply With Quote
  #629  
Old 11-21-2005, 09:14 AM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

4.5 I think.
Reply With Quote
  #630  
Old 11-21-2005, 10:04 AM
JTyson JTyson is offline
 
Join Date: Apr 2005
Location: This Thread
Posts: 140
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The v3arcade mass installer has just been sent to MrZeropage.

Also with the implode error a little debug shows
Warning: implode() [function.implode]: Bad arguments.
Code:
$categories = $_POST[ $id."_catperm" ];
echo $categories;
$cats = implode("," , $categories);
The echo outputs "ArrayArrayArrayArrayArrayArrayArray"

But you probably know that by now
Reply With Quote
Reply

Thread Tools
Display Modes

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 02:54 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05483 seconds
  • Memory Usage 2,277KB
  • Queries Executed 14 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete