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)

stev35555 10-06-2008 01:47 PM

Im having big install problems with this. Does someone offer an install service?

These are my problems so far:

i dont have this file includes/functions_showthread.php so cant edit it.

i can not find error_reporting(E_ALL & ~E_NOTICE); in file includes/functions_online.php (i have pasted the file into notepad and used the find function and still can not find it)

i can not find <td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td> in navbar file.

If it helps i am using the sunshine template, might be called morning sunrise.

cheers

steve

fly 10-06-2008 01:59 PM

Quote:

Originally Posted by stev35555 (Post 1638587)
Im having big install problems with this. Does someone offer an install service?

These are my problems so far:

i dont have this file includes/functions_showthread.php so cant edit it.

i can not find error_reporting(E_ALL & ~E_NOTICE); in file includes/functions_online.php (i have pasted the file into notepad and used the find function and still can not find it)

i can not find <td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td> in navbar file.

If it helps i am using the sunshine template, might be called morning sunrise.

cheers

steve

Why are you doing a file edit? I don't seem to recall that being part of the installation.

stev35555 10-06-2008 02:08 PM

It is what it tells me to do on the install instructions

fly 10-06-2008 02:15 PM

Quote:

Originally Posted by stev35555 (Post 1638602)
It is what it tells me to do on the install instructions

So you're running vB 3.0?

stev35555 10-06-2008 02:20 PM

yes :)

haytham 10-06-2008 03:35 PM

Quote:

Originally Posted by JukE1001 (Post 1636900)
vBulletin 3.5.x & 3.6.x & 3.7.0
upload the Files
import the Product-XML-File
edit 3 Templates


So.. No read me...

There is but called:

Installation - vBulletin 3.5.x 3.6.x 3.7.x - english.html

It has all you need to know.

haytham 10-06-2008 03:38 PM

Quote:

Originally Posted by Movahed (Post 1632069)
Hi MrZeropage

can you help me i fixes my problem, so i install complet but i have smal problem

so i go to the Template navbar (below "Navigation/Breadcrumb Templates") and serch this text

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

and want to Below add:

<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>


but my problem its i serch this text in navbar but i dont find the text :confused:

can you or any one help me:confused:

Which VB version are you running?

fly 10-06-2008 03:44 PM

Quote:

Originally Posted by stev35555 (Post 1638610)
yes :)

Then sadly, I can't help. I haven't run 3.0 in a long time. If you dont get any support here, I suggest you check the actual support forum listed in the first post.

stev35555 10-06-2008 04:11 PM

haha now i am awake i have found out i was reading the wrong instructions lol

thanks guys :)

theparentpack 10-07-2008 05:07 AM

I set my arcade up to only allow members who have posted 1 post to be able to play. Now I have a member that tried to play after posting 10 posts, and got the message that says you must post once per day to play. It won't let her play. How can I fix this?

Also, how can we find and add more Arcade Games?

auctionguy 10-07-2008 05:35 AM

I'm not sure about the first question but it would be nice if she posted a post every time!! hehe

Question #2: http://www.ibpdownloads.com/

theparentpack 10-07-2008 08:23 AM

Thanks so very much for the link!

She is a fairly active member, so that is why I am concerned.

Kinneas 10-07-2008 12:28 PM

Quote:

Originally Posted by MrZeropage (Post 1632055)
Thank you all for reaching 6000th installation of ibProArcade here on vbulletin.org :up:

A bit late but congratulations ZP :)

Sunflower2007 10-07-2008 09:03 PM

Do you know if vbadvanced conflicts with this module? Since upgrading it now doesn't load scores.

Thanks!

MysCha 10-08-2008 07:20 AM

sorry
solved

DungBeetle 10-08-2008 05:48 PM

Great mode, and I have one question. It possibile to put save method for specific number of best scores. Like - best 50 or 100 scores - so I dont need to putt save only user best score or save all scores. If I put save all user scores can I limit the table wit scores?

Sorry for my english

Sunflower2007 10-09-2008 09:26 PM

Quote:

Originally Posted by Sunflower2007 (Post 1639755)
Do you know if vbadvanced conflicts with this module? Since upgrading it now doesn't load scores.

Thanks!

Anyone? Is there a fix for this?

SloppyGoat 10-09-2008 10:52 PM

How would I remove a user on the leaderboard who is no longer a member? If I delete him from games_champs and games_scores in the database, will that do it? Or will that cause problems?

essque 10-10-2008 05:53 AM

Hi, I'm running 3.7.1 and I thought I followed the arcade install instructions correctly until I got to this point in the directions:

"Now you should:

* Expand the menu "Arcade" in the left AdminCP-menu
* Click Group Permissions
* Adjust the permissions the way you want"

I'm not even seeing this, is it possible I could just be overlooking it because I dont see any menu for Arcade except in the Edit Templates in the Style Manager menu? I have a button for arcade on the top of my navbar/header but when I click on it I'm getting a 404 error.

Off the top of my head, I can only think of two possible errors I made:

1) Instead of entering the path for the product-ibproarcade.xml file and importing it like that, I imported it from my local file instead. Was that a mistake? When I entered in the path, I was getting an error that the path wasn't found.

2) I'm using a Complete VB template and instead of using
Code:

<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>
in the Navbar, I used this code instead in the Header to make it work (which is the instructed method from Complete VB as I understood):

Code:

<td class="navitem"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>
Those are all the details I know, any advice would truly be much appreciated. I was able to use the wayback machine and download a ton of the pn flash games so I'm really excited to integrate this into my community! :D

hitmann 10-10-2008 06:13 PM

Is it possible to keep the arcade functioning while the board if closed?

Netunt 10-12-2008 06:56 PM

Quote:

Originally Posted by hitmann (Post 1642127)
Is it possible to keep the arcade functioning while the board if closed?

I don't think so. Unless you copy the board. Make a second forum and leave it online. Do you modifications. And delete the old one.

In short. It isn't possible.

Total666 10-12-2008 11:36 PM

How can you reset - King of the Arcade ?? Thanks ...

juronx 10-12-2008 11:43 PM

Hi..

Sorry for my eng.

I have installed ibproarcade 2.6.7+ but SQL server CPU average very high.
http://www.zekirdek.com/forum/arcade.php


-------------- Installed IBPROARCADE---------------------------
top - 12:32:41 up 1:15, 1 user, load average: 6.76, 3.54, 2.31
Tasks: 62 total, 2 running, 60 sleeping, 0 stopped, 0 zombie
Cpu(s): 92.5%us, 6.0%sy, 0.0%ni, 0.3%id, 0.0%wa, 0.5%hi, 0.6%si, 0.0%st
Mem: 2068160k total, 1213116k used, 855044k free, 12788k buffers
Swap: 4128696k total, 44k used, 4128652k free, 928196k cached

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
4572 mysql 15 0 1025m 226m 5252 S 199 11.2 18:34.91 mysqld


--------------------- UNINSTALLED IBPROARCADE-------------------

top - 18:58:38 up 7:41, 1 user, load average: 0.45, 1.26, 1.58
Tasks: 61 total, 1 running, 60 sleeping, 0 stopped, 0 zombie
Cpu(s): 3.2%us, 1.3%sy, 0.0%ni, 93.0%id, 0.3%wa, 1.0%hi, 1.2%si, 0.0%st
Mem: 2068160k total, 1267112k used, 801048k free, 35340k buffers
Swap: 4128696k total, 44k used, 4128652k free, 1024204k cached

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
9304 mysql 15 0 957m 164m 5228 S 10 8.1 3:06.80 mysqld

Thank you for help.

NemoTech 10-13-2008 12:54 PM

I'm receiving white pages. Anyone else. After a game finishes I get a white page. I also get white pages when I try to view high scores

arcade.php?&act=Arcade&do=stats&gameid=98

Has others come across these problems. I have the lastest version installed.

sethdeblade 10-13-2008 01:20 PM

is there perhaps a way to rate a game without beeing forced to set a new personal highscore?? The only link i found is on the screen where you can comment your highscore and i set that only the best highscore ist saved. the problem is that with this setting you dont get the rateing link very often ;)

mlthmp 10-14-2008 03:47 AM

Is there any possible way to set a time limit per game?

I have a user in my forum that'll play one game for 3 hours at a time, just to grab all the highscores.

AtillaKral 10-14-2008 11:19 AM

Thanks, installed.

Savage702 10-14-2008 11:25 AM

Quote:

Originally Posted by sethdeblade (Post 1644082)
is there perhaps a way to rate a game without beeing forced to set a new personal highscore?? The only link i found is on the screen where you can comment your highscore and i set that only the best highscore ist saved. the problem is that with this setting you dont get the rateing link very often ;)

I've been curious about this too... but never bothered asking. ;-) I did search "rate game" but didn't get much back. Anyone? Is there a way for someone to rate a game without having to play and get get a high score first? I think most of my users miss the game rating part.

metrika 10-14-2008 06:58 PM

Quote:

Originally Posted by unfv (Post 1589221)
I've search the spanish file language file with no success, so I've translated it for myself. I hope this helps everyone looking for an spanish version. The good news, is that your visitors will see everything in spanish, the bad news is that the ModCP and AdminCP section are not translated yet. Our administrator and moderator do understand english so it's not necessary for me. If you can do it, please update my file and share it!, so you can help others

Version: 2.6.7

Language file: lang_Arcade_es.php

User section: Translated
Mod section: Not translated
Admin section: Not translated

Thanks you very much! It is what I need. I will use it now on my site.

Trek 10-15-2008 02:56 PM

I installed this mod and everything was working ok. However I've since installed several other mods and at some point, the high scores are no longer saving.

I know this isn't a problem with this mod, but I was hoping that someone could point me to what is done when a "submit high score" is done so I could look for whatever modifications were done on my boards and see what I could see.

Pretty much what happens is once you click submit, you are redirected back to the main site root page. It could be a redirect or something, but I haven't noticed that it is.

I've been working on turning off mods, etc... but no luck yet. Any help in pointing me where to look would be great, thanks!

Troy

Trek 10-15-2008 03:02 PM

Ok, I was doing a little thinking (it scares me too) and I think I know what it might be. I installed vbAdvanced.

Now, that's not to say it's not compatible, but what I did was I made the vbadvanced page my index.php page so it's the "root" page of the site.

My guess is that in doing so, the original index.php (now forums_index.php) has code in it that doesn't get run.

So my question might be in the wrong thread now, but... Does anyone know what I might do to have the vbadvanced page as my default site page and still make this mod work correctly?

stangger5 10-15-2008 03:05 PM

Theres a text file that comes with the arcade called INFO - vbadvanced or another Portal..

That will help you fix your problem...

RogueMaster 10-15-2008 03:11 PM

I just installed the arcade last night. I'm running 3.7.2. When I went to install new games, I got an error message and now everything in the arcade part of the admin cp is garbled and unreadable. The arcade itself is fine on the forum. Does anyone have any advice? Thanks in advance.

Here is part of the warning:

Warning: require([path]/arcade/tmp/mspacman.php) [function.require]: failed to open stream: No such file or directory in [path]/admincp/arcade.php on line 2958

The arcade navigation cp looks fine, but when I click on anything it looks like this in the window:

‹ÿí\{oÛ8ÿ;úXפ‡Ú²üˆíÄÎ"MÒ6‡¼ ¤Ø[-Ѷ6z+D'ñ-î»ß²(J±Õر½›[Ej8Ãáp8ó#%MçýÉÕñÝ/קhÈ\]ÿ|~vŒ´’®ÿ\;Öõ“»ôÏowçÈ(WÐ]H¼Èf¶ïG×O/5¤ öuýññ±üX+ûá@¿»ÑŸ¸,ƒ3O~–˜ÂY¶˜¥ ¾Û\Ç‹ºSäív;fאe‡]Ía¡†â ºõb”X‡Û[f3‡…&±(*¡ â‘u©Çàâgß%ÞNÿ‡Ž…¾øáȍ€üðy 8”Ù:²\ø{ì{,ôÁÄ£NG%‚h—2¦aA‰þ6 ºo’Kwã€jÈŒ¯º£OLç :@搄eݳ۫R«Õh— é\MÇöîQH®±±C£!¥LC MøÍ(ÒÐ0¤ý®V.ëf7Ó¥®¸†om灆:ïÔ ¸¶eÁ&z y‰ÐõV9‹ ßQ˜÷ƒÐyVÉô?ÜÚŒ‚Îâ¢çÀíô_ÎÀl —3Ä7"Ñ«¸ÓÑE'|<‘ÚS»û•<˜ªñïK¥ +¢ÛÓÛÛ³«ËoG·ßP iÚAL>»øzrvƒ/În9¹xÌ ÓñùéÑÍ׳/ßoΓn:”„åÝç-ú#ÏäŠ`°`1‘»··~‡AÙ}´ËÍí÷wÂ,–-ßqGùˆÞwј…ömZ;èÃ1®Ù-ï=ÿÑ+h§üˆº 7b¡í v@ ¡ÆV®ó¸) f7QgBá:í ŸPŽ¼v¤Kì|„AoÁŒÁ?]/•¸Ùõx ~8E( ÍØÓlséã‘+ÉÐ÷K–ï–èÜÉ_—´Ã %t^ìQ1]Ü¡'?K°—ÑÁCo²ÂñÀñ

iglobal 10-18-2008 12:04 AM

I was just wondering is does ibProArcade finally support challenges betwoeen two users, like V3 Arcade? I know that there were plans to realese that, and I don?t see it listed :( That?s the only thing that is stopping me from converting from one application to another.

Warion 10-18-2008 09:52 PM

I have a problem. I have several styles on my site. But when they click on the arcade, it shows only 1 style as background. How can I set it up so what ever stlye the user is on, it will be that style. If it needs to be a singke style how do I change it then, cause the one it is on is not my base style.

http://www.guildcommand.com

Terrie 10-19-2008 09:40 PM

Is there a way to hide games in a certain category from showing up
in the newest games, most played and stats?

spiegelj 10-19-2008 10:53 PM

install works nice i did get the folowing db error

Database error in vBulletin 3.7.3:

Invalid SQL:

SELECT t.champion, u.userid FROM tournaments AS t
LEFT JOIN user AS u ON (t.champion = u.username)
WHERE champion<>'';

MySQL Error : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='
Error Number : 1267

but i was able to fix it by changing the latin1_swedish_ci in the tounaments table to latin1_general_ci

EcoCav 10-20-2008 06:39 AM

I have installed 25 games, but now when I try and install a game I get this error.

Quote:

/forum/arcade/gamedata is write-protected. Please change CHMOD to 0777 via FTP.
I have changed each folder (one by one and all at once) in the arcade folder to 777 via FTP and using my file manager built into my site.

https://vborg.vbsupport.ru/external/2008/10/16.png

https://vborg.vbsupport.ru/external/2008/10/17.png

https://vborg.vbsupport.ru/external/2008/10/18.png

ComputerVitals 10-23-2008 06:11 PM

How to I adjust the arcade so it does not show the ad_navbar_below template?

Any help would be great.

soqzippo 10-23-2008 08:30 PM

for some strange reason..... when you beat the highscore of some games, or even just get a score you are unable to post a message. This doesn't happen all the time, but i have noticed it happening quite a bit. Any reason for this? does anyone else have this problem.


All times are GMT. The time now is 10:54 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.05864 seconds
  • Memory Usage 1,844KB
  • 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
  • (2)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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