vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - v3 Arcade - Games Arcade System for 3.6.0 (https://vborg.vbsupport.ru/showthread.php?t=114012)

PsiNyde 11-28-2005 02:30 PM

is anybody else's avatar/user info being pushed to the right once an award is present? i'm getting a wrap from the award on user info

http://americanboxer.tv/forums/showthread.php?t=63

Enthonia Tech 11-28-2005 02:35 PM

Great modification,It's a great module by a great coder and I really love it,It beats all the other arcade mods.

Thanks a lot john!

jellybaby 11-28-2005 02:44 PM

Is there anyway to set this so that only members that have a certain amount of posts, or make a certain amount of posts in a day can use it to stop people joining just to play on the arcade?

Thanks

Drix 11-28-2005 02:49 PM

It was right as you said Maagic, it was in the header.
This is what the code for the calendar button (i think) looks like :

<td>
<!-- Button -->
<table border="0" cellpadding="0" cellspacing="0"><tr>
<td><img src="$stylevar[imgdir_misc]/images/butt_lside.png" width="4" height="16" alt="Indevor"></td>
<td width="60" height="16" colspan="4" bgcolor="#000000" class="bg_link" class="vbmenu_control" nowrap="nowrap">
<a href="calendar.php$session[sessionurl_q]">
<span class="button_txt">$vbphrase[calendar]</span></a></td>
<td><img src="$stylevar[imgdir_misc]/images/butt_rside.png" width="4" height="16" alt="Indevor"></td>
</tr></table>
<!-- End Button --></td>

Should I copy this and fill in the info from the arcade link and paste it under it?

Maagic 11-28-2005 02:49 PM

Quote:

Originally Posted by jellybaby
Is there anyway to set this so that only members that have a certain amount of posts, or make a certain amount of posts in a day can use it to stop people joining just to play on the arcade?

Thanks

http://www.v3arcade.com/forums/showthread.php?t=476

Drix 11-28-2005 03:05 PM

I managed to make a link out of it now, but the link still says Calendar, and I can't seem to change it, but the link leads to the arcade page, so that part works. So now I have two Calendar links, one that goes to the calendar, and one that goes to the arcade.

I'm glad it works, but if you would know how to change it, i'd be happy!

Drix 11-28-2005 03:12 PM

Fixed it! Thanks for all the help!

Maagic 11-28-2005 03:13 PM

Quote:

Originally Posted by Drix
I managed to make a link out of it now, but the link still says Calendar, and I can't seem to change it, but the link leads to the arcade page, so that part works. So now I have two Calendar links, one that goes to the calendar, and one that goes to the arcade.

I'm glad it works, but if you would know how to change it, i'd be happy!

change $vbphrase[calendar] to $vbphrase[Arcade]

trilljester 11-28-2005 03:13 PM

Quote:

Originally Posted by nexus851
i only got the .SWF files... no php or anything with it...

so how do i upload with just the SWF files?

Create a .php file that follows the same format as other IBPro games, and tar up the files that you have, then try importing it.

Zacarias 11-28-2005 03:20 PM

Upgraded from beta with no problems. Thanks alot, man!

Chris M 11-28-2005 03:28 PM

The only thing bad I have to say is that the instructions are very poor for upgrading...

Yes, there is information here, but information should be provided in the "Install Instructions" of how to upgrade...

Other than that no other complaints... As of yet...

Chris

Sal Collaziano 11-28-2005 03:42 PM

Quote:

Originally Posted by Chris M
The only thing bad I have to say is that the instructions are very poor for upgrading...

Yes, there is information here, but information should be provided in the "Install Instructions" of how to upgrade...

Other than that no other complaints... As of yet...

Chris

Some good uninstall directions may be helpful in this case. Something that describes what to get rid of in the database if you want a clean install.. I've been stuck for awhile now...

https://vborg.vbsupport.ru/showpost....&postcount=513

vBFreak 11-28-2005 03:52 PM

I've a problem with installing that, I've forgotten to remove the field arcadepermissions in my usergroup table, now I've dropped it and re-imported the product, I can't remove it because I get a mysql error and if I try to use the importer I also get a mysql error, if I install it with the option to overwrite the product it seems to be ok, but as I already said, I can't import my old things and I get the no permission error if I call the arcade.php on my forum's home...

The error is "MySQL-Fehler : Table 'db40028079.arcade_games' doesn't exist", could also be a bug or something, because my database name is db40028079, but in that database there is no table called db40028079.arcade_games

Please help :/

Greebo 11-28-2005 04:17 PM

Chris that looks like you uploaded php files in binary mode perhaps?

Chris M 11-28-2005 04:27 PM

Quote:

Originally Posted by Greebo
Chris that looks like you uploaded php files in binary mode perhaps?

I didn't upload them, but I'll make sure they get uploaded in ASCII mode to be sure :)

That's something I didn't think to check ;)

Chris

goblues 11-28-2005 04:52 PM

Quote:

Originally Posted by PsiNyde
is anybody else's avatar/user info being pushed to the right once an award is present? i'm getting a wrap from the award on user info

http://americanboxer.tv/forums/showthread.php?t=63

I don't think you added the code in the postbit or legacy template before:

PHP Code:

    </table>
</
div>
<!-- / 
post $post[postidpopup menu --> 

Make sure it's before that </table> tag

Greebo 11-28-2005 04:59 PM

I hate to repost this so soon, but this is very frustrating and there has been a lot of churn since my first post, so... here goes:

I'm getting this error message 7 times on my forums:
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /usr/local/www/low/low_new/forum/arcade.php on line 906.

The line numbers change, but everything else stays the same. That appears at the top of the page.

I also get:
Unable to add cookies, header already sent.
File: /usr/local/www/low/low_new/forum/arcade.php
Line: 108

That appears in the body of the page.

ANY ideas would be appreciated - this is nothing like I've seen before and I have no idea where to begin troubleshooting.

Maagic 11-28-2005 05:07 PM

Quote:

Originally Posted by Greebo
I hate to repost this so soon, but this is very frustrating and there has been a lot of churn since my first post, so... here goes:

I'm getting this error message 7 times on my forums:
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /usr/local/www/low/low_new/forum/arcade.php on line 906.

The line numbers change, but everything else stays the same. That appears at the top of the page.

I also get:
Unable to add cookies, header already sent.
File: /usr/local/www/low/low_new/forum/arcade.php
Line: 108

That appears in the body of the page.

ANY ideas would be appreciated - this is nothing like I've seen before and I have no idea where to begin troubleshooting.


Create a .htaccess file and put it in your forums directory, with this in it:

php_value allow_call_time_pass_reference 1

If it's any consolation, John posted yesterday that this has been fixed in the upcoming release.

Greebo 11-28-2005 05:16 PM

Quote:

Originally Posted by Maagic
Create a .htaccess file and put it in your forums directory, with this in it:

php_value allow_call_time_pass_reference 1

If it's any consolation, John posted yesterday that this has been fixed in the upcoming release.

Do you think recycling apache will be necessary after adding the .htaccess? Because I just added this and it doesn't seem to be having an effect...

[high]* Greebo dreads trying to get his server operator to restart httpd. ;)[/high]

Greebo 11-28-2005 05:22 PM

*sigh*

Server op recycled apache. No dice. Still getting:

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /usr/local/www/low/low_new/forum/arcade.php on line 908

But - good news about the upcoming fix - so I'll hang out and wait on it.

redtailboa 11-28-2005 05:48 PM

Is there a way to make every users "Arcade Options" in there profile be set to Allow Challenges?

I searched everywhere trying to figure out why challenges were not showing up and its because everyones profile defaults to this not being turned on.

Cap'n Steve 11-28-2005 06:02 PM

Quote:

Originally Posted by Greebo
If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file.

I suggest you set that in your php.ini file. If you're on a shared server you're going to have to ask your host.

gtcave 11-28-2005 06:03 PM

HI SUP! Sweet Nice work. INSTALLED.

One Problem may be a bug.......

I downloaded some games in .zip format. unzipped them and uploaded them to admincp/games and then went to admincp/v3arcade/v3 Arcade - Mass Game Import and clicked start and they wont install..........


anyone else got this problem?

also if you go here

admincp/v3arcade/v3 Arcade - Mass Game Import

you will read

Quote:

Extract and upload the games you want to import into the arcade/games folder
but underneath it says

Quote:

File Path - admincp/games

nemanja 11-28-2005 06:09 PM

Guys i asked this before as well but no reply.
Iam getting a blank page when i goto arcade ..
i turned on allow_call_time_pass_reference thinkin dat could be the problem but nope nufin.

2fast4ya 11-28-2005 06:12 PM

okay, im getting an error. when i go to the usergroup permissions to give a usergroup access to the arcade... i get this error:

Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 635

and the changes aren't made. even i, as superadmin, cannot access the arcade yet. please advise. i signed up to your forum, but never received my confirmation email. and, i was planning on upgrading my account. so your prompt response is well appreciated.

bozzy 11-28-2005 06:13 PM

I am getting this error:
Database error in vBulletin 3.5.0:

Invalid SQL:
SELECT arcade_challenges.*, touser.username AS tousername, fromuser.username AS fromusername, arcade_games.miniimage, arcade_games.title FROM arcade_challenges AS arcade_challenges
LEFT JOIN user AS touser ON (touser.userid=arcade_challenges.touserid)
LEFT JOIN user AS fromuser ON (fromuser.userid=arcade_challenges.fromuserid)
LEFT JOIN arcade_games AS arcade_games ON (arcade_games.gameid=arcade_challenges.gameid)
WHERE status=3 ORDER BY datestamp DESC LIMIT 3;

MySQL Error : Table 'bozzyswo_vb.arcade_games' doesn't exist
Error Number : 1146
Date : Monday, November 28th 2005 @ 03:08:37 PM
Script : http://www.unrulypolitics.com/arcade.php
Referrer : http://www.unrulypolitics.com/
IP Address : 69.243.92.244
Username : Bozzy
Classname : vb_database

Maagic 11-28-2005 06:14 PM

Quote:

Originally Posted by nemanja
Guys i asked this before as well but no reply.
Iam getting a blank page when i goto arcade ..
i turned on allow_call_time_pass_reference thinkin dat could be the problem but nope nufin.

Try reverting your arcade templates

bozzy 11-28-2005 06:17 PM

It is saying that arcade_games does not exist. How do I add this manually?

Lottis 11-28-2005 06:45 PM

Quote:

Originally Posted by gtcave
HI SUP! Sweet Nice work. INSTALLED.

One Problem may be a bug.......

I downloaded some games in .zip format. unzipped them and uploaded them to admincp/games and then went to admincp/v3arcade/v3 Arcade - Mass Game Import and clicked start and they wont install..........


anyone else got this problem?

also if you go here

admincp/v3arcade/v3 Arcade - Mass Game Import

you will read



but underneath it says

In the mass import. Games Per Page
The number of games to import at once. Set this to 100 ore higher than how many games you got installed.

Gizmo5h1t3 11-28-2005 06:49 PM

not been thru allthe posts, as it would take me ages..but can i ask...

is there ANY way to have the "challenges" bit activated for all members without having them doing it in their profiles themselves???

sitka 11-28-2005 06:52 PM

Quote:

Originally Posted by nemanja
Guys i asked this before as well but no reply.
Iam getting a blank page when i goto arcade ..
i turned on allow_call_time_pass_reference thinkin dat could be the problem but nope nufin.


allow_call_time_pass_reference
variable in php.ini needs to be set to 1

oh misread your message. you might have a template issue then.

WNxWakko 11-28-2005 07:59 PM

Challanges are messed up. They are off by default in everyones profile.

Also they only include the games that came with this by default. Any games you add using "iB "Pro" Arcade - Mass Game Import" dont show up as challangable.

RWDF1 11-28-2005 08:05 PM

well I updated to 3.5.1 to see if that would solve my mySQL problems, but no luck.

Zachariah 11-28-2005 08:08 PM

Request:
- admincp

When you disable an "active" game have a strike through on the game title. - or something telling me its not in use.

Xtrato 11-28-2005 08:22 PM

Main difference between ibpro and v3?

dan35 11-28-2005 08:47 PM

1. Can we play games in a new window with adjustable size?

2. Can we set group permisions with categories? eg. it may be used with adult games.

b6gm6n 11-28-2005 08:56 PM

Hi John, just upgraded to 1.0 which was fine thankyou... just wanted to know, besides the postbit popups showing a users awards it seems unless a member has 5 or more awards i cannot see a way to challenge a member, it's really difficult to find any link which says "challenge x in the arcade" it does work, but only on a few members...is there a way to make this more accessable? cheers

-b6

2fast4ya 11-28-2005 09:00 PM

Quote:

Originally Posted by 2fast4ya
okay, im getting an error. when i go to the usergroup permissions to give a usergroup access to the arcade... i get this error:

Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /includes/class_core.php on line 635

and the changes aren't made. even i, as superadmin, cannot access the arcade yet. please advise. i signed up to your forum, but never received my confirmation email. and, i was planning on upgrading my account. so your prompt response is well appreciated.

no response?

Maagic 11-28-2005 09:01 PM

Quote:

Originally Posted by b6gm6n
Hi John, just upgraded to 1.0 which was fine thankyou... just wanted to know, besides the postbit popups showing a users awards it seems unless a member has 5 or more awards i cannot see a way to challenge a member, it's really difficult to find any link which says "challenge x in the arcade" it does work, but only on a few members...is there a way to make this more accessable? cheers

-b6

The members you want to challenge have to enable challenges in their UserCPs

GoTTi 11-28-2005 09:02 PM

Quote:

Originally Posted by Zachariah
Request:
- admincp

When you disable an "active" game have a strike through on the game title. - or something telling me its not in use.

like this zach?

https://vborg.vbsupport.ru/showthrea...threadid=70099

if so hit up rjordan and see if he will convert it to 3.5.x world


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.02388 seconds
  • Memory Usage 1,847KB
  • 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
  • (1)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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