Back to vBulletin 3.5 Template Modifications

V3Arcade disable right click in all games
Mod Version: 1.10, by egyptsons

This modification is in the archives.
vB Version: 3.5.1 Rating: (1 vote - 4.00 average) Installs: 55
Released: 02 Dec 2005 Last Update: 04 Dec 2005 Downloads: 28
Not Supported Template Edits  

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

Download

This modification is archived and cannot be downloaded.


vblts.ru supports vBulletin®, 2022-2024