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)

putergirl 06-02-2006 07:49 PM

Quote:

Originally Posted by ChrisTech
Sounds like maybe a file is corrupted or not uploaded properly? I'd try re-uploading all the files again, then try to install it again.

Thank you, it works now in the test forum, but in the real forum I am getting this...(I've reupped the files three times, same error each time):


Parse error: syntax error, unexpected T_STRING in /home/putergirl/www/www/Forum/includes/class_database_analyse.php on line 163



I have another question: How do I know if I am using postbit or postbit_legacy? Sorry if I am being dumb. Thanks for your help. :)

Reece^B 06-02-2006 08:05 PM

Anyone know why my arcade doesnt post scored?
Just redirects the members to the home page.

ChrisTech 06-02-2006 08:28 PM

Quote:

Originally Posted by putergirl
Thank you, it works now in the test forum, but in the real forum I am getting this...(I've reupped the files three times, same error each time):


Parse error: syntax error, unexpected T_STRING in /home/putergirl/www/www/Forum/includes/class_database_analyse.php on line 163



I have another question: How do I know if I am using postbit or postbit_legacy? Sorry if I am being dumb. Thanks for your help. :)


Same thing fixed one of my main problems.

Not sure on the postbit / postbit_legacy, but I think (could be wrong, if I am, no flaming please, hehe) I think the legacy is the older style of postbit (maybe the horizontal way) and the postbit is the newer one (vertical or where the stuff is to the left). Im prolly wrong, but thats my take on it. I usually just edit both of them, so in case I'm wrong, I got it covered. :banana:


And to Reece^B, I had a thought on that yesterday, but no answer back from you, read back a page or two and answer back with info.

**and quick edit, I'm working on compiling all the games Ive found for v3 and ibpro and making some downoad packs of them for folks who are interested in them. Hoping to have a small pack or two done up tonite and will post in this thread.

putergirl 06-02-2006 10:59 PM

whew! I uploaded everything again, and it worked on the real forum. Thanks for your help. Can't wait to get playing. ;)

jacks0_0 06-03-2006 01:16 AM

there is a bug, my members can hack it, they can play it in short time but their score is very high. It likes they're using some kind of speed hack to play...

Oblivion Knight 06-03-2006 06:33 AM

Quote:

Originally Posted by jacks0_0
there is a bug, my members can hack it, they can play it in short time but their score is very high. It likes they're using some kind of speed hack to play...

Chances are, they used some kind of memory editing. There is no bullet-proof solution to it..

forum_maniac 06-03-2006 08:46 PM

Quote:

Originally Posted by Oblivion Knight
Chances are, they used some kind of memory editing. There is no bullet-proof solution to it..

I have a gamer who is beating everyones high scores with insane numbers, e.g. Tetris around 100K, Breakout around 200K, and Pacman he made exactly 60K. Some users think he is cheating, he claims he is just very good at it.

I have installed the one hack that disables some of the right-click features of flash games, but I guess there is nothing else I can do and there is no way to know whether the user is cheating or not, correct?

I am using v3Arcade in combination with vbPlaza and members earn points for a new high score, which they can convert into services that have a real cost to me, so it is important for me that users cannot cheat in the Arcade. Any general suggestions?

bada_bing 06-03-2006 08:58 PM

Can some one post some games for this please.

kaala 06-03-2006 10:28 PM

===================
admincp/usergroup.php
===================

Find:
__________________________________________________ _________________________________________

print_table_header($vbphrase['forum_viewing_permissions']);

I'm using Vb 3.5.4 and can't locate this phrase. Did it get changed? Any help is appreciated :)

reismarktq2 06-04-2006 12:31 AM

Quote:

Originally Posted by analog-x
Ok after days of looking around I finally found where I can challenge a person but it was in a place I wouldnt have thought unless I tried everything.

So.....If a person is a champion in a game a gold cup appears next to their name. So first you have to find a person who is a champion and than find a one of their posts in the forum, than you click on the golden cup and than the option of the challenge appears.

Personaly I would have liked to be able to challenge the person right from within the Arcade Room.

So is this the only way you can challenge a person? Like I said after days of searching that is the only place I could find the challenge option.
Quote:

Originally Posted by Tralala
They don't have to be a champion. If it's set up properly, you can challenge anyone (so long as they have turned on challenges in their UserCP.) Click their name, the challenge option is in the menu.

Works that way on my forum at least...


I've actually modded my arcade installation so that it displays a joystick in the same spot where champions have their gold cup displayed for non-champion users for this very reason (I found the challenge feature difficult to find). It's simple to do:
  1. Upload the attached image to your Arcade images folder.

  2. Find in your postbit or postbit_legacy template:
    Code:

    <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]"><img src="$vboptions[arcadeimages]/trophy.gif" align="absmiddle" alt="$vbphrase[arcade_champion]" border="0" /></a>
    Add the following immediately afterwards (in front of the closing if tag):
    Code:

    <else />
    <if condition="($post['arcadeoptions'] & 1) AND $post['userid']!=$bbuserinfo['userid']">
    <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]"><img src="$vboptions[arcadeimages]/challenge.gif" align="absmiddle" alt="<phrase 1="$post[username]">$vbphrase[challenge_x_in_the_arcade]</phrase>" border="0" /></a>
    </if>

Done :)


All times are GMT. The time now is 07:49 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.02659 seconds
  • Memory Usage 1,757KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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