Cual es este hack?

Peeechiit0z Seguir

Curioso
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
20 Sep 2007
Mensajes
4
Alguien no me dice cual es el nombre de este hack

ef1indzznmgnetxo2maz.jpg


Saluditos
 

jjuuaannk

Épsilon
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
26 Sep 2007
Mensajes
953
Por favor, ten en cuenta 📝 que si deseas hacer un trato 🤝 con este usuario, está baneado 🔒.
bueno ya yo ayude al amigo por msn, ahora los ayudo a ustedes,
es un codigo html que debes introducir en el template "head"

HTML:
<if condition="$show['registerbutton']">
<!-- Improve registration Rates -->
<style type="text/css">

#topbar{
position:absolute;
width: 250px;
visibility: hidden;
z-index: 400;

}

</style>

<script type="text/javascript">

<!--
var persistclose=1 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 30 //set x offset of bar in pixels
var startY = 5 //set y offset of bar in pixels
var verticalpos="frombottom" //enter "fromtop" or "frombottom"

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function closebar(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}

function staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var d = document;
function ml(id){
var el=d.getElementById(id);
if (!persistclose || persistclose && get_cookie("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.right=x+"px";this.style.top=y+"px";};
el.x = startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopLeft=function(){
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}

if (window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent("onload", staticbar)
else if (document.getElementById)
window.onload=staticbar
// -->
</script>
<!-- Improve registration Rates -->
<div id="topbar" style="position: absolute; top "17": 15px; height: "111">
<table cellpadding="0" cellspacing="0" height="100" width="250">
<tr>
<td valign="bottom" height="111" width="17">
<p align="left">
<a href="#" onClick="closebar(); return false">
<img src="cerrar.jpg" border="0" width="19" height="111"/></a>
</td>

<td valign="bottom" height="100%" width="100%">
<p align="left">
<a href="register.php"><img src="registro.jpg" border="0" /></a></td>
</tr>
</table>
</div>

son 2 imagenes "registro.jpg" y "cerrar.jpg"
ajustalas y disfruta de tu cartelito ;)

saludos
 

yamijhon

Alfa
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
11 Abr 2006
Mensajes
26
Por favor, ten en cuenta 📝 que si deseas hacer un trato 🤝 con este usuario, está baneado 🔒.
bueno ya yo ayude al amigo por msn, ahora los ayudo a ustedes,
es un codigo html que debes introducir en el template "head"

HTML:
<if condition="$show['registerbutton']">
<!-- Improve registration Rates -->
<style type="text/css">

#topbar{
position:absolute;
width: 250px;
visibility: hidden;
z-index: 400;

}

</style>

<script type="text/javascript">

<!--
var persistclose=1 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 30 //set x offset of bar in pixels
var startY = 5 //set y offset of bar in pixels
var verticalpos="frombottom" //enter "fromtop" or "frombottom"

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function closebar(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}

function staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var d = document;
function ml(id){
var el=d.getElementById(id);
if (!persistclose || persistclose && get_cookie("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.right=x+"px";this.style.top=y+"px";};
el.x = startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopLeft=function(){
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}

if (window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent("onload", staticbar)
else if (document.getElementById)
window.onload=staticbar
// -->
</script>
<!-- Improve registration Rates -->
<div id="topbar" style="position: absolute; top "17": 15px; height: "111">
<table cellpadding="0" cellspacing="0" height="100" width="250">
<tr>
<td valign="bottom" height="111" width="17">
<p align="left">
<a href="#" onClick="closebar(); return false">
<img src="cerrar.jpg" border="0" width="19" height="111"/></a>
</td>

<td valign="bottom" height="100%" width="100%">
<p align="left">
<a href="register.php"><img src="registro.jpg" border="0" /></a></td>
</tr>
</table>
</div>
son 2 imagenes "registro.jpg" y "cerrar.jpg"
ajustalas y disfruta de tu cartelito ;)

saludos


falto el </if> al final de todo :)

y x otra parte, como se puede hacer esto para avisar de un MP alos usuarios del foro? osea, q salga la ventanita esta flotando para avisar del mensaje.

gracias x ayudar
 

tmgley

Curioso
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
3 Abr 2011
Mensajes
5
Hola,

y donde encuentro exactamente la ruta para poner el código?

ayudenme me urge este hack.

Saludos y gracias.
 

terrorman

Curioso
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Desde
22 Jul 2008
Mensajes
6
Para los usuarios del VB4.x deberiamos cambiar la forma de contruir la condicion. Los IF ahora han cambiado, os dejo como deberia ser, y gracias por la idea.

HTML:
<vb:if condition="$show['registerbutton']">
<!-- Improve registration Rates -->
<style type="text/css">

#topbar{
position:absolute;
width: 250px;
visibility: hidden;
z-index: 400;

}

</style>

<script type="text/javascript">

<!--
var persistclose=1 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 30 //set x offset of bar in pixels
var startY = 5 //set y offset of bar in pixels
var verticalpos="frombottom" //enter "fromtop" or "frombottom"

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function closebar(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}

function staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var d = document;
function ml(id){
var el=d.getElementById(id);
if (!persistclose || persistclose && get_cookie("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.right=x+"px";this.style.top=y+"px";};
el.x = startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopLeft=function(){
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}

if (window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent("onload", staticbar)
else if (document.getElementById)
window.onload=staticbar
// -->
</script>
<!-- Improve registration Rates -->
<div id="topbar" style="position: absolute; top "17": 15px; height: "111">
<table cellpadding="0" cellspacing="0" height="100" width="250">
<tr>
<td valign="bottom" height="111" width="17">
<p align="left">
<a href="#" onClick="closebar(); return false">
<img src="/images/cerrar.jpg" border="0" width="19" height="111"/></a>
</td>

<td valign="bottom" height="100%" width="100%">
<p align="left">
<a href="register.php"><img src="/images/registro.jpg" border="0" /></a></td>
</tr>
</table>
</div>
</vb:if>
 
Arriba