Mini Shell
<?php
include("adm/banco.php");
if($_GET[pagina]==""){
$pagina="agenda.php";
}
else{$pagina=$_GET[pagina].".php";
}
if($_GET[pagina1]==""){
$pagina1="home_resp.php";
}
else{$pagina1=$_GET[pagina1].".php";
}
$conexao= mysql_connect($servidor,$usuario_db,$senha_db) or die($msg[0]);
mysql_select_db($banco,$conexao) or die($msg[1]);
$query3="insert into contador(valor)values('1')";
mysql_query($query3);
?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Bora Dançar</title>
<style type="text/css">
body {
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: arial;
}
h1{font:Comic Sans ms; color: #fff; font-size: 35px;}
a{color: #fff; text-decoration: none;}
a:hover{color: red;}
input{ background-color: #FFCC00; width:420px; height: 65px; border-radius: 20px; border: 0px; font-size: 30px;}
select{ background-color: #FFCC00; width:420px; height: 65px; border-radius: 20px; border: 0px; font-size: 30px;}
textarea{ background-color: #FFCC00; width:420px; height: 150px; border-radius: 20px; border: 0px; font-size: 30px;}
</style>
<link href="img/icone.png" rel="shortcut icon" type="image/x-icon"/>
<link href="img/icones.png" rel="shortcut icon" type="image/x-icon"/>
<script>
function Mudarestado(el) {
var display = document.getElementById(el).style.display;
if(display == "none")
document.getElementById(el).style.display = 'block';
else
document.getElementById(el).style.display = 'none';
}
</script>
</head>
<body>
<div id="minhaDiv" style="display: none; width: 600px; height: 800px; ">Conteudo</div>
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="color: red;">
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td align="center"><p><img src="img_n/fale.png" alt="" usemap="#Map"/></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td align="center"><form action="cadastre12.php" method="post" name="form1" target="_blank" id="form1">
<table width="1100" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td align="right"><img src="img_n/cadastre11.png" width="417" height="70" alt=""/></td>
<td width="50%" height="65"><input type="text" name="nome" id="nome"></td>
</tr>
<tr>
<td align="right"><img src="img_n/cadastre112.png" width="417" height="70" alt=""/></td>
<td height="65"><input type="text" name="bairro" id="bairro"></td>
</tr>
<tr>
<td align="right"><img src="img_n/cadastre113.png" width="417" height="70" alt=""/></td>
<td height="65"><input type="text" name="cidade" id="cidade"></td>
</tr>
<tr>
<td align="right"> </td>
<td height="65"> </td>
</tr>
<tr>
<td height="168" align="right"><img src="img_n/cadastre6.png" width="417" height="70" alt=""/></td>
<td><textarea name="comentario" id="comentario"></textarea></td>
</tr>
<tr>
<td align="right"> </td>
<td><p> </p>
<p>
<input type="submit" name="button2" id="button2" value=" ENVIAR " style="width: 350px;">
</p></td>
</tr>
<tr>
<td colspan="2" align="center"><p>
</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> <a href="https://api.whatsapp.com/send?phone=5581986061857" target="_blank"><img src=img_n/cadastre7.png></a>
</p></td>
</tr>
<tr>
<td align="right"> </td>
<td> </td>
</tr>
</tbody>
</table>
</form></td>
</tr>
<tr>
<td> </td>
</tr>
</tbody>
</table>
<map name="Map">
<area shape="circle" coords="140,117,86" href="index_novo.php">
</map>
<script>
$(document).ready(function() {
$('.carousel').carousel({
interval: 8000,
pause : false
})
});
</script>
</body>
</html>
Zerion Mini Shell 1.0