Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > ibProArcade Archive
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
How do I enable GUEST to play the arcade? Details »»
How do I enable GUEST to play the arcade?
Version: , by Madmp3zz Madmp3zz is offline
Developer Last Online: Oct 2010 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 02-03-2006 Last Update: Never Installs: 0
 
No support by the author.

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?

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 02-03-2006, 03:29 PM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 ...
Reply With Quote
  #3  
Old 02-03-2006, 04:26 PM
Madmp3zz Madmp3zz is offline
 
Join Date: Aug 2005
Posts: 103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #4  
Old 02-03-2006, 05:01 PM
nitro nitro is offline
 
Join Date: Nov 2001
Posts: 302
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #5  
Old 02-03-2006, 07:10 PM
Madmp3zz Madmp3zz is offline
 
Join Date: Aug 2005
Posts: 103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #6  
Old 02-03-2006, 08:09 PM
bang bang is offline
 
Join Date: Sep 2005
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'd love to see a feature like this as well. In fact, it would be nice of guests had their own permissions, too.
Reply With Quote
  #7  
Old 02-03-2006, 11:39 PM
Madmp3zz Madmp3zz is offline
 
Join Date: Aug 2005
Posts: 103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #8  
Old 02-04-2006, 03:52 PM
cyberhypnotic cyberhypnotic is offline
 
Join Date: Nov 2005
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

(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.
Reply With Quote
  #9  
Old 02-04-2006, 07:18 PM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #10  
Old 02-05-2006, 01:59 AM
Madmp3zz Madmp3zz is offline
 
Join Date: Aug 2005
Posts: 103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:59 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.04584 seconds
  • Memory Usage 2,290KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete