Tópico: [Web Site] ExperienceWeb
Ver um Único Post
Antigo 06-04-2011, 03:45 PM   #124 (permalink)
{ADMINISTRADOR}
Membro - Soldado
 
Avatar de {ADMINISTRADOR}
 
Registrado em: Feb 2011
Posts: 16
Agradeceu: 2
Agradecido 2 Vezes em 2 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:

Inventório de {ADMINISTRADOR}

Padrão

Aqui ta dando este error:
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
Home.php
Citação:
<?php
include "config.php";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php echo $nome_server ?> - <?php echo $slogan_server ?></title>
<!-- Arquivos CSS -->
<link href="css/estilo.css" type="text/css" rel="stylesheet" />
<!-- Arquivos JS -->
</head>

<body>
<div id="background_principal">

<div id="topo">
<img src="img/banner.png" width="770" height="250" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" coords="47,216,94,238" href="index.php?pg=home" />
<area shape="rect" coords="98,216,177,238" href="index.php?pg=cadastro" />
<area shape="rect" coords="189,217,282,238" href="index.php?pg=downloads" />
<area shape="rect" coords="292,217,396,239" href="index.php?pg=informacoes" />
<area shape="rect" coords="405,217,481,238" href="index.php?pg=ranks" />
<area shape="rect" coords="496,217,567,238" href="index.php?pg=doacoes" />
<area shape="rect" coords="578,217,638,238" href="#" />
<area shape="rect" coords="645,217,715,238" href="index.php?pg=contato" />
</map>
</div><!-- topo -->
<div id="conteudo_geral">
<div id="conteudo_principal">
<?php include ("pg.php"); ?>
</div><!-- conteudo_principal -->

<div id="menu_estrutura">

<div id="menu_espaco"></div>

<div id="menu">

<div id="sv_status">
<div><?php include "loginserver.php"; ?></div>
<div><?php include "gameserver.php"; ?></div>
</div><!-- sv_status -->
<br />
<a href="index.php?pg=videos"><img src="img/videos_buttom.png" border="0" width="190" height="110" /></a>
<br />
<a href="index.php?pg=oly"><img src="img/olimpiadas_buttom.png" border="0" width="190" height="110" /></a>
<br />
<a href="index.php?pg=castelo"><img src="img/castelos_buttom.png" border="0" width="190" height="110" /></a>
<br />
<a href="<?php echo $vote_link ?>" target="_blank"><img src="img/vote_buttom.png" border="0" width="190" height="110" /></a>
<br /><br />
</div><!-- menu -->

<div id="menu_espaco"></div>

</div><!-- menu_estrutura -->

</div><!-- conteudo_geral -->

<div id="rodape">
<div id="creditos_rodape">
Todos os direitos reservados &aacute; <?php echo $nome_server ?>
</div>
</div><!-- rodape -->
</div><!-- background_principal -->
</body>
</html>

{ADMINISTRADOR} está offline   Responder com Citação