vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - ibProArcade - professional Arcade System (https://vborg.vbsupport.ru/showthread.php?t=101554)

Sooner95 12-08-2005 02:31 PM

Heya Zero, was curious of what addons should we be looking forward to? Have notcied v3 has put out a few.

Couple that would be cool

Seperate shoutbox fro the IBpro, and intergration with Ucash.

Just some ideas.

Thanks!

bold 12-08-2005 02:34 PM

Quote:

Originally Posted by theArchitect
I just added a stack of new games, but when I try and save a score get this.



All games which I added before today work fine, just this new batch.

Zero, can you please look into this problem? Many of us have this problem.

MrZeropage 12-08-2005 05:07 PM

Quote:

Originally Posted by theArchitect
I just added a stack of new games, but when I try and save a score get this.



All games which I added before today work fine, just this new batch.

Please send me some examples of that Games to check if they are ok and compatible.

Provide information about where to download it via PM, or just ask for my mailaddress this way ;)

TTG 12-08-2005 06:14 PM

I want to clear all scores / champions once a month .. how !?

I see the option to prune, but that doesn't set everything back to zero !

sitka 12-08-2005 06:47 PM

are there any hacks available to spruce things up?

MrZeropage 12-08-2005 07:56 PM

@TTG:
if you use autoprune each date where the score got scored will be checked.
If you want to perform a manual prune, use the Arcade ModCP by now

kewl1uk 12-08-2005 10:49 PM

Quote:

Originally Posted by MrZeropage
@TTG:
if you use autoprune each date where the score got scored will be checked.
If you want to perform a manual prune, use the Arcade ModCP by now

Problem with pnflashgames games which might be worthy of looking into: The game only comes with a single image which is not resized in ibproarcade and ibproarcade tries to link to image1 and image2 which is not available. In a pnflashgames game the image has the same name as the game. Easy to make new images but it would be nice if it could be done within the arcade structure. Other than that the free pnflashgames games (PostNuke format) I've installed work perfectly.

KingKory 12-09-2005 03:18 AM

@MrZeroPage:

This is regarding the timeout issue-

Is it possible that this is dependent on the game?

Also, what text files could I look in for the code which submits the scores?

Xplorer4x4 12-09-2005 04:10 PM

Quote:

Originally Posted by MrZeropage
I will check the postbit-information with vB 3.5.2

Hmm perhaps I am asking a bit early BUT any luck on this?

LEAD_WEIGHT 12-09-2005 06:54 PM

Quote:

Originally Posted by Sooner95
Heya Zero, was curious of what addons should we be looking forward to? Have notcied v3 has put out a few.

Couple that would be cool

Seperate shoutbox fro the IBpro, and intergration with Ucash.

Just some ideas.

Thanks!

This is something to try that utw-Mephisto slap together .
https://vborg.vbsupport.ru/showpost....&postcount=895

Xplorer4x4 12-09-2005 07:19 PM

Quote:

Originally Posted by utw-Mephisto
I found a good ( I guess ) Solution

https://vborg.vbsupport.ru/


When click :

https://vborg.vbsupport.ru/

To do it like that, put this code at the end of your headinclude template

Code:

<script type="text/javascript">
<!--
var SESSIONURL = "$session[sessionurl_js]";
var IMGDIR_MISC = "$stylevar[imgdir_misc]";

function showArcade(block) {
  block.nextSibling.nextSibling.style.display ="block";
  block.parentNode.removeChild(block);
}
// -->
</script>

Then, in postbit_legacy (I am not using postbit), put

Code:

<div class="Arcade">
 <input type="button" class="button" onClick="showArcade(this);" value="Arcade Highscore">
 <span class="content" style="display:none">$post[crowns]$post[champtext]</span>
</div>

in there :)

Another way (only one template edit - postbit_legacy)

http://img214.imageshack.us/img214/2165/10fl.jpg

https://vborg.vbsupport.ru/

Code:

<div class="smallfont" style="margin-bottom:2px"><b>Arcade:</b>
<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" >

<div style="display: none;">
$post[crowns]$post[champtext]
</div>
</div>
</div>


Method two did not work for me, did not try method one.

CBE 12-09-2005 07:27 PM

1 Attachment(s)
dear all ,,,,,

how can i delete this column ?????????


thx alot

Dadoo 12-09-2005 08:42 PM

Hello all !!!

i renew my felicitations for your hack Mr zeropage !!!!!

it's very fullfonctionally hack !!!

midaph 12-09-2005 08:44 PM

when i try to set a tournament i keep getting an error when entering users..its says : ERROR
You must enter a UserID greater than zero for all participants.

how do i fix this?

peterska2 12-09-2005 09:11 PM

Quote:

Originally Posted by midaph
when i try to set a tournament i keep getting an error when entering users..its says : ERROR
You must enter a UserID greater than zero for all participants.

how do i fix this?

Without stating the obvious, are you putting the userid number of the participants in the designated boxes and completing all boxes?

Synth 12-09-2005 10:35 PM

Is there a known issue with the tournament? I just created one for the first time tonight and when both players who are in the tournament click play the game doesn't show up for either.

solent 12-09-2005 10:49 PM

Have a silly question ?

If I fix the arcade.php to let me make a 1 letter cat instead of a 4 letter minimum will that screw anything

Looked and you only have to change 2 call outs in it.

The reason I am asking is I want to make a A thru Z catergories

In$ane 12-09-2005 11:45 PM

hi i would like to install it on the new version of vbulletin 3.5.2 i am running can it be installed...:)

peterska2 12-09-2005 11:47 PM

yes. i've done a successful install on 3.5.2

Synth 12-10-2005 12:04 AM

Quote:

Originally Posted by peterska2
yes. i've done a successful install on 3.5.2

as have I :)

Jenkins 12-10-2005 12:27 AM

is there anyway to make these run in full screen?

juanchi 12-10-2005 07:16 AM

I have the same problem as this person below, there seems to be no smooth upgrade for vbulletin 3.0.X if you already had ibproarcde installed.

Quote:

Originally Posted by solent
Help when I try to run the installer I get this

mySQL query error: INSERT INTO games_cats (c_id,cat_name,active,show_all,pos,password,num_of _games) VALUES ('1','Default','1','0','1','','9')

mySQL error: Duplicate entry '1' for key 1
mySQL error code:
Date: Wednesday 30th of November 2005 08:16:45 AM

what do I need to fix this ?

I have 2.5.1 installed on the forum which was running before I tried to upgrade

I am running 3.0.9 vb

well got the duplicate entry fixed now am getting this when i try to run the installer


how do I fix that ?

thanks in advance

This didn't work.

Quote:

Originally Posted by MrZeropage
you should first uninstall your old installation, use uninstaller.php for that
Then you should easily be able to do a fresh install.

Otherwise you may contact me via PM and I could look for upgrading your Arcade

I got another mysql error, could someone please help me upgrade to latest version of ibproarcade in a forum running 3.0.8, thanks.

Rickie3 12-10-2005 07:40 AM

Quote:

Originally Posted by Jenkins
is there anyway to make these run in full screen?

your answer was in this thread all the time :rolleyes:
https://vborg.vbsupport.ru/showpost....&postcount=157

emtee 12-10-2005 08:36 AM

I found a little bug in this 2.5.3+ . The bug is in the time played. It only record the time played for the 1st time you play, after that it will update only the score WITHOUT updating the time played.

For example, for the first time I play game 1992 with a score of 100 in 30 seconds, it will record a score of 100 and played in 30 seconds. Second time I play 1992, I got a score of 20,000 in 4 mins 5 secs, and it will record my new score of 20,000 but the time played is NOT updated, and it will still be 30 seconds.

This bug is not a big deal, but if you want to know how long the champion of a game spent to get the highest score, you wouldn't be able to. You only see his/her 1st game's time played.

If this bug can be squashed then this ibProAcade is purrrrrfect! :)

Dadoo 12-10-2005 08:58 AM

Hello !

after a fresh install on clean Vb 3.5.1, i tried to create tournament..

ok for creating, add players and view tree structure of tournament.

BUT, probleme when i launch one of my 3 parties in tournament.

Quote:

Warning: fopen(arcade/asteroids.swf): failed to open stream: No such file or directory in /arcade.php on line 446
This error is in top of screen, with underneath the flash game which not totally loaded.

I don't understand why this error ? folder arcade is chmoded in 777 for know.

In$ane 12-10-2005 09:58 AM

Quote:

Originally Posted by In$ane
hi i would like to install it on the new version of vbulletin 3.5.2 i am running can it be installed...:)

it works for me just could not add it is a template as i have add some linkd to the site i put the proarcade as a link


postbit found this

<td valign="top" nowrap="nowrap">

postbit_legacy

could not find this
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>

navbar
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
so did not know were else to add them but very nice hack must say :)

solent 12-10-2005 10:21 AM

Quote:

Originally Posted by juanchi
I have the same problem as this person below, there seems to be no smooth upgrade for vbulletin 3.0.X if you already had ibproarcde installed.



This didn't work.



I got another mysql error, could someone please help me upgrade to latest version of ibproarcade in a forum running 3.0.8, thanks.

What I did to fix the problem I had was to take the uninstaller for the new arcade and read it and ran the sql's for it manually on the data base the ones that gave me a error I skipped, once done it let me run the installer for the new arcade and have had no problems with the new arcade "hope this helps "

juanchi 12-10-2005 11:49 AM

Quote:

Originally Posted by solent
What I did to fix the problem I had was to take the uninstaller for the new arcade and read it and ran the sql's for it manually on the data base the ones that gave me a error I skipped, once done it let me run the installer for the new arcade and have had no problems with the new arcade "hope this helps "

Thanks Solent for your reply I will try that, but I have another question if I run the uninstaller I will lost all the scores, right? If so I hope another person have another aproach to fix this, I want to upgrade the arcade in vbulletin 3.0.X. and I will like to keep the scores, if this could not be done without loosing everything I will uninstall then. :disappointed:

harry1951 12-10-2005 01:13 PM

Through FTP I uploaded some games to /arcade/zip . In the ACP when I want to install the games I only see 2 of them and got a db error:
Code:

mySQL query error: SELECT gid, gname FROM games_list WHERE gname='Jack's Bar (Oblivion Knight)'

mySQL error: You have an error in your SQL syntax near 's Bar (Oblivion Knight)'' at line 1
mySQL error code:
Date: Saturday 10th of December 2005 04:07:05 PM

What is going wrong?

Edit: found the problem. If there is a ' somewhere in the filename then this error occurs. It would be nice if there was a kind of a check on it and that it would be stripped.

fortnox 12-10-2005 02:17 PM

1 Attachment(s)
Hi!

Can me anybody say please how i can the black color into antother color?

Xplorer4x4 12-11-2005 12:46 AM

I would prefer to use the V3 arcade lay out but when I select it, it doesn;t change styles...

Synth 12-11-2005 02:00 AM

Quote:

Originally Posted by Xplorer4x4
I would prefer to use the V3 arcade lay out but when I select it, it doesn;t change styles...

same here

Rogerl 12-11-2005 10:33 AM

I have this setup so it doesn't allow guests to play games.

If you are logged on and play a game for too long on our forums you are automatically logged out of VB by the main timeout cookie. So when you come to submit your score you are no longer actually logged on...however, the score is still submitted and added to the database but with a userid of 0 and a name of spaces. No individual score entry is added, but this is added to the high score tables.

MrZeropage 12-11-2005 09:29 PM

Beside of fixing all the bugs I already got two language-files with additional languages (french, dutch) if anybody has translated another language please let me know and provide the language-file, thx :)

MagicMouse 12-12-2005 03:43 AM

Quote:

Originally Posted by MrZeropage
Beside of fixing all the bugs I already got two language-files with additional languages (french, dutch) if anybody has translated another language please let me know and provide the language-file, thx :)

Will you share the dutch one with me.
thx.

MissKalunji 12-12-2005 04:30 AM

was the show wins in posbit ./ memberinfo fix yet?

MissKalunji 12-12-2005 04:30 AM

was the show wins in posbit / memberinfo fix yet?

MrZeropage 12-12-2005 07:07 AM

@MigicMouse:
While updating to ibProArcade 2.5.4+ the additional languages will be included :)

Ramsesx 12-12-2005 07:18 AM

Please can you give us a time we can expect 2.5.4+?
Thanks Zeropage

MrZeropage 12-12-2005 08:54 AM

No idea yet, fixed about 50% of all things found and reported yet
will continue and push it, but please resist asking every day when this will be done

I guess "december 2005" is somehow realistic ;)


All times are GMT. The time now is 11:01 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.06107 seconds
  • Memory Usage 1,840KB
  • 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
  • (4)bbcode_code_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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