Mini Shell
<?
if($_GET[pagina]==""){
$pagina="home.php";
}
else{$pagina=$_GET[pagina].".php";
}
?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Grupo Bora Dançar</title>
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
body,td,th {
font-family: arial;
}
</style>
</head>
<body>
<table width="100%" border="0">
<tbody>
<tr>
<td align="center"><span style="color:#000000; font-size:56px;"> <img src="img/titulo.jpg" width="363"></span></td>
<td align="center"><strong><font face="comic sans ms" color="#000" size="6">ACESSOS: <br>
<? include('adm/banco.php');
$query_C=@mysql_query("select * from contador order by id desc limit 1 ");
//seleciona todos os campos no banco e exibir
while ($linhalC= mysql_fetch_array($query_C))
{ echo $linhalC[id];}
?>
</font></strong></td>
</tr>
<tr>
<td width="915" align="center"></td>
<td width="226" align="center" bgcolor=""></td>
</tr>
<tr>
<td colspan="2" align="left"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><p>
<? include("adm/banco.php");
$query_l=@mysql_query("select * from agenda GROUP BY data order by pos ");
//seleciona todos os campos no banco e exibir
while ($linhal = @mysql_fetch_array($query_l)) {
?>
<br />
<font color="#000" size="6">
<div style="border: solid; width: 150px; border-color: #000; border-radius:20px; text-align: center;">
<?= $linhal[data]; ?>
</div>
</font>
</p>
<p>
<?
$query_l1=@mysql_query("select * from agenda where data='$linhal[data]'");
//seleciona todos os campos no banco e exibir
while ($linhal1= @mysql_fetch_array($query_l1)) {
?>
<a href="?pagina=agenda_c&id=<?= $linhal1[id]; ?>&idOK=<?= $linhal1[id]; ?>&data=<?= $linhal[data]; ?>#ancora"><img src="../agenda/<?= $linhal1[img]; ?>" width="379" height="245" style="margin:5px; border-radius:5px;" /></a>
<? } ?>
</p>
<? } ?>
<p> </p>
<p></p></td>
<td width="300" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><p> </p>
<p> </p>
<p>
<marquee scrollamount="10" onMouseOver="stop()" onMouseOut="start()" >
<? include('adm/banco.php');
$query_T=@mysql_query("select * from trilho ");
//seleciona todos os campos no banco e exibir
while ($linhalT= mysql_fetch_array($query_T))
{
?>
<font color="#01322F" size="8"><? echo str_replace('|', ' ', $linhalT[texto]); } ?></font>
</marquee>
</p>
<p> </p>
<p> </p>
<p> </p>
</td>
</tr>
<tr>
<td>
<iframe width="360" height="315" src="https://www.youtube.com/embed/eA7GZ1DZjVA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><img src="img/bb11.jpg" width="360" height="630"></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td align="center"><strong>NOTÍCIAS </strong></td>
</tr>
<tr>
<td><marquee scrollamount="10" onMouseOver="stop()" onMouseOut="start()" direction="up">
<? include('adm/banco.php');
$query_T=@mysql_query("select * from trilho ");
//seleciona todos os campos no banco e exibir
while ($linhalT= mysql_fetch_array($query_T))
{
?>
<font color="#01322F" size="8"><? echo str_replace('|', ' ', $linhalT[texto]); } ?></font>
</marquee></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><img src="img/bb22.jpg" width="360" height="630"></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><img src="img/bb11.jpg" width="360" height="630"></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><img src="img/bb33.jpg" width="360" height="630"></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><img src="img/bb44.jpg" width="360" height="630"></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><img src="img/bb11.jpg" width="360" height="630"></td>
</tr>
</table></td>
</tr>
</table>
<p>
<p> </p>
<p> </p></td>
</tr>
</tbody>
</table>
</body>
</html>
Zerion Mini Shell 1.0