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);
$nome=$_POST[nome];
$bairro=$_POST[bairro];
$cidade=$_POST[cidade];
$insta=$_POST[insta];
$comentario=$_POST[comentario];
header("location:https://api.whatsapp.com/send?phone=5581986061857&text=Nome: $nome | Bairro: $bairro | Cidade: $cidade | Instagram: $insta | Comentario: $comentario");
?>
<!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/cadastre.png" alt="" usemap="#Map"/></p>
<p> </p>
<p> </p></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td align="center"><form action="cadastre1.php" method="post" name="form1" id="form1">
<table width="1100" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td align="right"><img src="img_n/cadastre1.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/cadastre2.png" width="417" height="70" alt=""/></td>
<td height="65"><select name="estilo1" id="estilo1">
<option>------------------------------------</option>
<option value="Brega Clássico">Brega Clássico</option>
<option value="Brega Romântico">Brega Romântico</option>
<option value="Brega Funk">Brega Funk</option>
<option value="Forró Pé de Serra">Forró Pé de Serra</option>
<option value="Forró Estilizado">Forró Estilizado</option>
<option value="Sertanejo">Sertanejo</option>
<option value="Rock">Rock</option>
<option value="Samba Raiz">Samba Raiz</option>
<option value="Pagode">Pagode</option>
<option value="Todos os Estilos">Todos os Estilos</option>
</select></td>
</tr>
<tr>
<td align="right"><img src="img_n/cadastre4.png" width="417" height="70" alt=""/></td>
<td height="65"><select name="estilo2" id="estilo2">
<option>------------------------------------</option>
<option value="Brega Clássico">Brega Clássico</option>
<option value="Brega Romântico">Brega Romântico</option>
<option value="Brega Funk">Brega Funk</option>
<option value="Forró Pé de Serra">Forró Pé de Serra</option>
<option value="Forró Estilizado">Forró Estilizado</option>
<option value="Sertanejo">Sertanejo</option>
<option value="Rock">Rock</option>
<option value="Samba Raiz">Samba Raiz</option>
<option value="Pagode">Pagode</option>
<option value="Todos os Estilos">Todos os Estilos</option>
</select></td>
</tr>
<tr>
<td align="right"><img src="img_n/cadastre5.png" width="417" height="70" alt=""/></td>
<td height="65"><input type="text" name="nome2" id="nome2"></td>
</tr>
<tr>
<td height="168" align="right"><img src="img_n/cadastre6.png" width="417" height="70" alt=""/></td>
<td><textarea name="textarea" id="textarea"></textarea></td>
</tr>
<tr>
<td align="right"> </td>
<td> </td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" name="button" id="button" value="" style="background-image:url('img_n/cadastre7.png'); width: 350px; height:230px;"></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