uso firefox, puede q no funcione?
Esta es una discusión para el tema menu en click derecho en tu vBulletin en el foro Archivos de vBulletin 3.0 - 3.7, bajo la categoría Versiones Obsoletas de vBulletin - Temas Archivados; Entras a admincp>a tu estilo> en header pones esto al comienzo de todo el codigo
demo: click
Código:
<META content="Gamejohn64" name=GENERATOR></HEAD>
<BODY id=bg text=#093349 bgColor=#000064 topMargin=0>
<STYLE>#contextMenu {
BORDER-RIGHT: black 1px outset; BORDER-TOP: black 1px ...
Página:
Entras a admincp>a tu estilo> en header pones esto al comienzo de todo el codigo
demo: click
Código:<META content="Gamejohn64" name=GENERATOR></HEAD> <BODY id=bg text=#093349 bgColor=#000064 topMargin=0> <STYLE>#contextMenu { BORDER-RIGHT: black 1px outset; BORDER-TOP: black 1px outset; VISIBILITY: hidden; BORDER-LEFT: black 1px outset; WIDTH: 120px; BORDER-BOTTOM: black 1px outset; POSITION: absolute; BACKGROUND-COLOR: #000064; layer-background-color: #cccccc } .A:unknown { WIDTH: 100%; CURSOR: default; COLOR: black; TEXT-DECORATION: none } .A:unknown { WIDTH: 100%; CURSOR: default; COLOR: white; BACKGROUND-COLOR: black; TEXT-DECORATION: none } </STYLE> <SCRIPT language=""> var menu; function showMenu (evt) { if (document.all) { document.all.contextMenu.style.pixelLeft = event.clientX; document.all.contextMenu.style.pixelTop = event.clientY; document.all.contextMenu.style.visibility = 'visible'; return false; } else if (document.layers) { if (evt.which == 3) { document.contextMenu.left = evt.x; document.contextMenu.top = evt.y; document.contextMenu.onmouseout = function (evt) { this.visibility = 'hide'; }; document.contextMenu.visibility = 'show'; return false; } } return true; } if (document.all) document.oncontextmenu =showMenu; if (document.layers) { document.captureEvents(Event.MOUSEDOWN); document.onmousedown = showMenu; } </SCRIPT> <DIV id=contextMenu onmouseover=clearTimeout(this.tid); onmouseout="menu = this; this.tid = setTimeout ('menu.style.visibility = \'hidden\'', 1);" style="width: 161; height: 332"> <TABLE borderColor=#999999 width="100%" border=1> <TBODY> <TR> <TD class=tablecat align=left width="100%" background="<A href="http://www.ociosos.org/foro/plasma/misc/back.gif"><SPAN">http://www.ociosos.org/foro/plasma/misc/back.gif"><SPAN class=smallfont><B>Menú</B></SPAN></TD></TR> <TR class=tablea> <TD><SPAN class=smallfont> <STRONG> »</STRONG> <A href="<A href="http://www.ociosos.org/index.php"><B>Principal</B></A">http://www.ociosos.org/index.php"><B>Principal</B></A> <BR> <STRONG> »</STRONG> <A href="<A href="http://www.ociosos.org/foros"><B>Foros</B></A">http://www.ociosos.org/foros"><B>Foros</B></A> <BR> <STRONG> »</STRONG> <A href="<A href="http://www.ociosos.org/foros/arcade.php"><B>Juegos</B></A">http://www.ociosos.org/foros/arcade.php"><B>Juegos</B></A> <BR> <STRONG> »</STRONG> <A href="<A href="http://www.ociosos.org/foros/rules.php"><B>Reglas</B></A">http://www.ociosos.org/foros/rules.php"><B>Reglas</B></A> <BR> <STRONG> »</STRONG> <A href="<A href="http://www.ociosos.org/foros/search.php"><B>Buscar</B></A">http://www.ociosos.org/foros/search.php"><B>Buscar</B></A> <BR> </SPAN></TD></TR> <TR> <TD class=tablecat align=left width="100%" background="<A href="http://www.ociosos.org/foro/plasma/misc/back.gif"><SPAN">http://www.ociosos.org/foro/plasma/misc/back.gif"><SPAN class=smallfont><B>Mi Menú</B></SPAN></TD></TR> <TR class=tablea> <TD><SPAN class=smallfont> <STRONG> »</STRONG> <A href="<A href="http://www.ociosos.org/foros/private.php">Mis">http://www.ociosos.org/foros/private.php">Mis mensajes</A> <BR> <STRONG> »</STRONG> <A href="<A href="http://www.ociosos.org/foros/profile.php?do=editavatar">Mi">http://www.ociosos.org/foros/profile.php?do=editavatar">Mi avatar</A> <BR> <STRONG> »</STRONG> <A href="<A href="http://www.ociosos.org/foros/profile.php?do=editprofile">Mi">http://www.ociosos.org/foros/profile.php?do=editprofile">Mi Perfil</A> <BR> </SPAN></TD></TR></TBODY></TABLE></DIV>
los links los modificas tu los colores igual, y las imagenes:cool:
uso firefox, puede q no funcione?
Y esto para?.. para que no te roben los links???
Todo sistema es vulnerable... vas al Menu "Ver --> Codigo Fuente" y Voila!, tienes los archivos listos, llegar y copiar...
Igual vale por la info, a alguien le tendra que servir...
es solo para crear un ejmnu al hacer click derecho en mi web lo saque era molesto para el vadvanced XD
no sep no veo nada en tu web game...
yo no veo nada raro de submenus con click derecho ni nada por el estilo.. ni con firefox (el que uso siempre) ni el IE.