if(!(session_is_registered("login") AND session_is_registered("password") AND session_is_registered("logado"))){} else {?>
Painel de Controle - (Sair )
}?>
if(empty($pg) OR $pg == "principal"){ }else{?>
if(empty($pg) OR $pg == "principal") {
echo "Seja Bem Vindo!";
}
if($pg == "conteudo"){
$conte=mysql_fetch_array(mysql_query("SELECT * FROM conteudos where id='$_GET[id]'"));
echo "$conte[nome] ";
}
if($pg == "vip"){
echo "Área VIP ";
} else {
$texto = str_replace("__", " / ", $_GET[pg]);
$texto2 = str_replace("_", " ", $texto);
if($pg != "conteudo"){
echo "$texto2 ";
}
}
?>
}
$var = "estrutura/principal.php";
$filename = "estrutura/$_GET[pg].php";
if(file_exists($filename)){
$pg = "estrutura/$_GET[pg].php";
} else {
$pg = "estrutura/pagina_nao_existe.php";
}
if(empty($_SERVER["QUERY_STRING"])) {
include($var);
} else {
include("$pg");
}
?>
$act = "exibir";
$formato = "555";
$inc = "N";
$cat = "N";
$limite = "LIMIT 1";
$ordem = "Order by rand()";
//include "estrutura/publicidades/exibe.php";
?>
$largura = 150;
$altura = 150;
$limite = 1;
$limite2 = 1;
$colunas = 1;
$acao = "ver2";
$link_page = "videos";
$link_page2 = "?pg=videos";
$Cor1 = "#FF0000";
$Cor2 = "#000000";
$ordem = "ORDER BY data DESC";
include "estrutura/videos/exibe.php";
?>
if(!(session_is_registered("login") AND session_is_registered("password") AND session_is_registered("logado"))){ ?>
} else {?>
Olá
$dados = mysql_fetch_array(mysql_query("SELECT * FROM users WHERE email='".$_SESSION["login"]."' AND salvacao='".$_SESSION["password"]."'"));
echo $dados[nome];
?>
,
Bem Vindo!
}?>
PUBLICIDADE
$act = "exibir";
$formato = "300";
$inc = "N";
$cat = "N";
$limite = "LIMIT 1";
$ordem = "Order by rand()";
include "estrutura/publicidades/exibe.php";
?>
$act = "exibir";
$formato = "150";
$inc = "N";
$cat = "N";
$limite = "LIMIT 6";
$ordem = "Order by rand()";
include "estrutura/publicidades/exibe.php";
?>