vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   V3Arcade disable right click in all games (https://vborg.vbsupport.ru/showthread.php?t=102090)

egyptsons 12-01-2005 10:00 PM

V3Arcade disable right click in all games
 
Hello
This mod will stop cheaters ( I wish :D ) :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

Snake 12-02-2005 05:12 PM

Cool man, works fine on Firefox too! Good job.

egyptsons 12-02-2005 05:57 PM

Quote:

Originally Posted by Aftermath
Cool man, works fine on Firefox too! Good job.

Thanks Aftermath I add the Firefox :) thanks again

dan35 12-02-2005 07:13 PM

I can right-click on Firefox 1.0.7. (try with Chopper Challenge)

Cole2026 12-02-2005 07:34 PM

Quote:

Originally Posted by egyptsons
Thanks Aftermath I add the Firefox :) thanks again

Shouldn't you use:
HTML Code:

  <param name="menu" value="false">
Because I believe that the caps and the absense of quotes sets the page to validate invalid xhtml.

Yorixz 12-02-2005 08:04 PM

Cole2026 is right; especially now vB tries to be compliant it's important to have your hacks like that aswell. (Also minimizes the risc of browser incompatibility for decent ones)

Nice work still :)

Evil X 12-02-2005 08:13 PM

how can I cheat? I wanna cheat on my own site lol

Cap'n Steve 12-02-2005 10:21 PM

This is a good idea, since that menu annoys me whenever I accidentally bring it up, but how could someone use it to cheat?

egyptsons 12-03-2005 10:59 AM

Quote:

Originally Posted by dan35
I can right-click on Firefox 1.0.7. (try with Chopper Challenge)

you can use right click but do u see the full Flash menu ?? back, forward, play, ....

egyptsons 12-03-2005 11:11 AM

Quote:

Originally Posted by Cole2026
Shouldn't you use:
HTML Code:

  <param name="menu" value="false">
Because I believe that the caps and the absense of quotes sets the page to validate invalid xhtml.

you are right I forgot that :)
it fixed now
thanks cole2006


All times are GMT. The time now is 07:16 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.01135 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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