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

Reply
 
Thread Tools
V3Arcade disable right click in all games Details »»
V3Arcade disable right click in all games
Version: 1.10, by egyptsons egyptsons is offline
Developer Last Online: Feb 2022 Show Printable Version Email this Page

Version: 3.5.1 Rating:
Released: 12-01-2005 Last Update: 12-03-2005 Installs: 55
Template Edits
 
No support by the author.

Hello
This mod will stop cheaters ( I wish ) :devious:
This mini-mod will disable all right clicking of any game in the Arcade, even if the game itself has not been fixed to stop this.

replace the entire contents of the "arcade_v3game" template which is:

Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,14,0" width="$game[width]" height="$game[height]">
  <param name="movie" value="./$vboptions[gamedir]/$game[file]">
  <param name="quality" value="high">
  <embed src="./$vboptions[gamedir]/$game[file]" quality="high" width="$game[width]" height="$game[height]" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
With the following:

Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,14,0" width="$game[width]" height="$game[height]">
  <PARAM NAME="menu" VALUE="false">
  <param name="movie" value="./$vboptions[gamedir]/$game[file]">
  <param name="quality" value="high">
  <PARAM NAME="menu" VALUE="false">
  <embed src="./$vboptions[gamedir]/$game[file]" quality="high" width="$game[width]" height="$game[height]" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false"></embed>
</object>

Tested and works! with :
Internet Explorer
FireFox
Opera


Many thanks to
Detomah

Show Your Support

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

Comments
  #22  
Old 12-04-2005, 07:53 PM
egyptsons's Avatar
egyptsons egyptsons is offline
 
Join Date: Jan 2004
Location: Egypt
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dan35
of course, yes, I can see the full flash menu . It works on IE but doesn't on Firefox.
ok I change the code to work with common browser
Opera
FireFox
and IE
Reply With Quote
  #23  
Old 12-20-2005, 02:51 PM
MentaL's Avatar
MentaL MentaL is offline
 
Join Date: Jan 2003
Posts: 550
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i can right click on IE.
Reply With Quote
  #24  
Old 12-23-2005, 03:17 PM
Stifler Stifler is offline
 
Join Date: Jan 2005
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does not work with firefox
Reply With Quote
  #25  
Old 12-23-2005, 03:29 PM
divided_by_fear's Avatar
divided_by_fear divided_by_fear is offline
 
Join Date: Oct 2005
Posts: 451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it works great on my firefox 1.5 yes you can right click but not do like you could do so it does work
Reply With Quote
  #26  
Old 12-23-2005, 03:41 PM
Detomah's Avatar
Detomah Detomah is offline
 
Join Date: Sep 2003
Location: South Shields UK
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Stifler
does not work with firefox
What do you mean by "does not work"? Do you mean as in it shows the "About Flash" bit, or that it is showing you a whole host of options that allow you to pause games and rewind them and stop the loop and the likes.

As a flash product, they are never gonna take away the "About Us" type bit no matter what, because that is their advertisment out of it.

I think the title of this hack is wrong to be honest, if i'd have released it myself rather than just making the code available for someone else to post it as a hack, I would have given it a name more along the lines of "Disable the options when using right click, for all of the games", cause it doesn't completely disable the use of right click and never will in this form.
Reply With Quote
  #27  
Old 01-14-2006, 07:19 AM
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
Posts: 1,474
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have v3 almost fully valid XHTML complaint you might want to test this code cause it seems to alot more XHTML complaint cause alot of your code aint to complaint nad this seems to work also


Code:
<object type="application/x-shockwave-flash" data="./$vboptions[gamedir]/$game[file]" width="$game[width]" height="$game[height]">
  <param name="menu" value="false" />
  <param name="movie" value="./$vboptions[gamedir]/$game[file]" />
</object>
Reply With Quote
  #28  
Old 01-31-2006, 06:01 AM
Tidy Tidy is offline
 
Join Date: Nov 2005
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A Very Nice Addition Thank You!
Reply With Quote
  #29  
Old 02-07-2006, 09:07 PM
forumsoup.com's Avatar
forumsoup.com forumsoup.com is offline
 
Join Date: Feb 2006
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I put this on my site, love it, and clicked installed. Thanks!
Reply With Quote
  #30  
Old 02-09-2006, 12:22 PM
egyptsons's Avatar
egyptsons egyptsons is offline
 
Join Date: Jan 2004
Location: Egypt
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mentalrz
i can right click on IE.
you can use right click but do u can't see the full Flash menu ?? back, forward, play, ....
Reply With Quote
  #31  
Old 02-09-2006, 12:27 PM
egyptsons's Avatar
egyptsons egyptsons is offline
 
Join Date: Jan 2004
Location: Egypt
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by divided_by_fear
it works great on my firefox 1.5 yes you can right click but not do like you could do so it does work

yes
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 06:35 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05848 seconds
  • Memory Usage 2,307KB
  • Queries Executed 25 (?)
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
  • (3)bbcode_code
  • (4)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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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