vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   How do I enable GUEST to play the arcade? (https://vborg.vbsupport.ru/showthread.php?t=107061)

Madmp3zz 02-03-2006 12:51 PM

How do I enable GUEST to play the arcade?
 
I have seen this question asked multiple times but nobldy has had an answer for it, that I have found anyways.

How do I enable GUEST to play the arcade?

MrZeropage 02-03-2006 03:29 PM

There is a way to do that:

1. Create a new User called "Guest-Player" (or give him any other name)
2. send me FTP-Data via PM and I will adapt the Arcade to let Guests play using that created Guest-User

If there is need I could implement such a feature in the next Release ...

Madmp3zz 02-03-2006 04:26 PM

Hey Z..
A HUGE THANKS..
But I'm behind a wall here at work.
So to open a port would put up a red flag with my group..

I want to allow guest access to the arcade so they can play without having to sign on and off all the time.
I make people sign off when they are not on the board due to issues with someone posting under someone elses name when they walked away from the machine.

Is there a quick fix/hack to get this to work without opening up the ftp?

Thanks Again

nitro 02-03-2006 05:01 PM

The problem here I think is there would be no user to assign submitted scores to. Perhpas the best bet maybe to add a new user ie Visitor and assign that to a custom usergroup which has no posting privelages anywhere, but can play in the arcade and let everyone know its login. However your gonna suffer score bugs with it, if multiple people are playing simultaneously.

The only other way would be for it to get added as a new optional feature where unregged can play but score submissions for not logged in is just dropped, or they are simply bounced to arcade home at game over time.

Madmp3zz 02-03-2006 07:10 PM

Quote:

Originally Posted by nitro
The only other way would be for it to get added as a new optional feature where unregged can play but score submissions for not logged in is just dropped, or they are simply bounced to arcade home at game over time.

Thats kinda what I was looking for, just let them play and the score gets dropped.
If they really want their scores saves they could always just login.

bang 02-03-2006 08:09 PM

I'd love to see a feature like this as well. In fact, it would be nice of guests had their own permissions, too.

Madmp3zz 02-03-2006 11:39 PM

And it would intice people who are playing as a guest to actually register to get the full effect of storing records and high scores..

Sounds like it would be a GREAT add on.

cyberhypnotic 02-04-2006 03:52 PM

(Through your FTP) - Go to ibproarcade 2.5.4->admincp folder->arcade.php

Look for:

Code:

print_select_row($ibforums->lang['acp_group_guest'], $GROUP['g_id']."_access", array('0' => $ibforums->lang['acp_group_noperm'], '1' => $ibforums->lang['acp_group_viewperm']), $GROUP['arcade_access']);
And replace with:

Code:

print_select_row($ibforums->lang['acp_group_guest'], $GROUP['g_id']."_access", array('0' => $ibforums->lang['acp_group_noperm'], '1' => $ibforums->lang['acp_group_viewperm'], '2' => $ibforums->lang['acp_group_playperm']), $GROUP['arcade_access']);
This will allow you to change Guests viewing/playing permissions in the AdminCP->Arcade->Group Permissions list. I've tried this out with a few different games and even though it might look like it submits a score (with a blank user name), when you click on "View High Scores" there is no listing for a guest (or blank) high score.

MrZeropage 02-04-2006 07:18 PM

Huh, this is a way I did not thought of - but you should check your DB-Table "games_scores" I guess there are alot of "illegal" entries in there from those guests...

Please check and let me know ;)

Madmp3zz 02-05-2006 01:59 AM

Does that mean that there is a way to allow GUEST to play games, yet not keep scores?


All times are GMT. The time now is 05:01 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.01084 seconds
  • Memory Usage 1,738KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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