Olá, abra seu bloco de notas, coloco o seguinte código dentro:
- Spoiler:
<html xmlns="http://www.w3.org/1999/xhtml"><!-- Mirrored from gold-hotel.servegame.com:8090 by HTTrack Website Copier/3.x [XR&CO'2010], Sat, 01 Oct 2011 19:07:17 GMT --><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Pagina Bloqueada</title>
<style type="text/css">
body {
background: #111111;
}
* {
margin: 0;
padding: 0;
}
a, a:active{
color:#CC0000;
font-weight:bold;
text-decoration:none;
}
a:hover{
color:#FFFFFF;
text-decoration:underline;
}
div {
text-align: left;
padding: 100px 5px 0px;
/* padding: 30px 20px 0 30px; */
font: bold 14px/20px Arial, Helvetica, sans-serif;
background: url(../imagens/bg_aviso.jpg) no-repeat;
/* background: url(http://www.cleytoncjhotel.com.br/imagens/bg_1.gif) no-repeat; */
width: 537px;
height: 257px;
margin: 120px auto;
color: #eeeeee;
padding-right: 20px;
}
div h3 {
margin-bottom: 20px;
font: bold 18px Arial, Helvetica, sans-serif;
}
</style>
<script language="javascript">
function iniciar(tempo,dif)
{window.setTimeout("mostra(tempo,dif)",tempo);}
function mostra(tempo,dif)
{valor = document.tempo.tempor.value; document.tempo.tempor.value = (valor - dif);
if(valor == 1){TempoExpirou();}
else{iniciar(tempo,dif);}}
</script>
<script language="javascript">
tempo = 1000; dif = 1; iniciar(tempo,dif);
function TempoExpirou(){window.location = "SEUHOTEL"}
</script>
</head>
<body>
<div>
<p align="center"><b><a>Voce Nao Pode Acessar esta pagina!</a><br><br>
<span class="style1">Você não tem permisão para acessar nossa SWF!</span></b><br>Você será expulso em:
</p>
<center><form name="tempo" id="tempo">
<input type="text" readonly="" name="tempor" size="1" border="0" value="10" class="entrada">
</form> </center>
</div>
<!-- Mirrored from by HTTrack Website Copier/3.x [XR&CO'2010], Sat, 01 Oct 2011 19:07:17 GMT -->
</body></html>
Após colar, Salve como index.php, ou index.html
Abra sua SWF, e bem na pasta inicial jogue esse arquivo!
Edite esse arquivo como quiser!
Só não recomendo mechar na parte do JavaScript!
Funciona???
Última edição por -luiz,, em 06.11.11 16:12, editado 1 vez(es)