Definir página list($lixo, $page) = split("/",$_SERVER["REQUEST_URI"]); list($page, $lixo) = split(".htm",$page); list($page, $lixo) = split(".php",$page); //--> página de 2º nível if (eregi("_", $page)) { list($page, $var) = split("_",$page); } //--> Detecta Clicks if($ClickBanner) { $result = mysql_query("SELECT * FROM banners WHERE id='$ClickBanner'",$db); $myrow = mysql_fetch_array($result); if (mysql_num_rows($result)>0) { $randomid = $myrow['randomid']; mysql_db_query($database, "INSERT INTO estatisticas VALUES ('', '$randomid', 'click', '$ip', '$data')") or die("ERRO na introdução de dados na Base de Dados (linha 327)"); echo ''; exit; } } if($ClickDestaque) { $result = mysql_query("SELECT * FROM destaques WHERE id='$ClickDestaque'",$db); $myrow = mysql_fetch_array($result); if (mysql_num_rows($result)>0) { $randomid = $myrow['randomid']; mysql_db_query($database, "INSERT INTO estatisticas VALUES ('', '$randomid', 'click', '$ip', '$data')") or die("ERRO na introdução de dados na Base de Dados (linha 327)"); echo ''; exit; } } //--> Detecta micro site $result = mysql_query("SELECT * FROM anuncios WHERE site='S' AND site_url='$page'",$db); $row = mysql_fetch_array($result); if($row['id']) { $id=$id=$row['id']; include("micro-site/page.php"); exit; } //--> User online include("inc/useronline.php"); //--> Popup if(!$page || $page=="index") { $popup=1; } ?> Ensino Privado - Creches, Jardim de Infância, Colégio, Centros de Formação, Explicadores, Eventos Formativos '; } else { ?>
Ensino Privado
Preciso de...
Distrito:
Concelho:
Palavra chave:
   
 
 
Instituição em destaque
destaque $result = mysql_query("SELECT * FROM destaques WHERE status='online'",$db); $total = mysql_num_rows($result); $randnum = rand(0, $total - 1); $ctr=0; while($row = mysql_fetch_array($result)) { if($ctr==$randnum) { //--> Ajusta altura ou largura $max_width = 268; $max_height = 150; $source_pic = $_SERVER['DOCUMENT_ROOT'].'/images/destaques/'.$row['imagem']; list($width,$height)=getimagesize($source_pic); $x_ratio = $max_width / $width; $y_ratio = $max_height / $height; if( ($width <= $max_width) && ($height <= $max_height) ){ $tn_width = $width; $tn_height = $height; }elseif (($x_ratio * $height) < $max_height){ $tn_height = ceil($x_ratio * $height); $tn_width = $max_width; }else{ $tn_width = ceil($y_ratio * $width); $tn_height = $max_height; } ?>

Ver mais detalhes

Grava visita $randomid = $row['randomid']; mysql_db_query($database, "INSERT INTO estatisticas VALUES ('', '$randomid', 'visita', '$ip', '$data')") or die("ERRO na introdução de dados na Base de Dados (linha 327)"); } $ctr=$ctr+1; } ?>
Inscreva-se na nossa Newsletter
Banners $result = mysql_query("SELECT * FROM banners WHERE zona='1' AND status='online' ORDER BY rand() LIMIT 0 , 3",$db); $total = mysql_num_rows($result); while($row = mysql_fetch_array($result)) { ?>
'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } else { echo ''; echo ''; echo ''; } } //--> Grava visita $randomid = $row['randomid']; mysql_db_query($database, "INSERT INTO estatisticas VALUES ('', '$randomid', 'visita', '$ip', '$data')") or die("ERRO na introdução de dados na Base de Dados (linha 327)"); ?>
Banner base $result = mysql_query("SELECT * FROM banners WHERE zona='2' AND status='online'",$db); $total = mysql_num_rows($result); $randnum = rand(0, $total - 1); $ctr=0; while($row = mysql_fetch_array($result)) { if($ctr==$randnum) { if($row['html']) { echo $row['codigo']; } else { if (eregi(".swf", $row['imagem'])) { echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } else { echo ''; echo ''; echo ''; } } //--> Grava visita $randomid = $row['randomid']; mysql_db_query($database, "INSERT INTO estatisticas VALUES ('', '$randomid', 'visita', '$ip', '$data')") or die("ERRO na introdução de dados na Base de Dados (linha 327)"); } $ctr=$ctr+1; } ?>
© Ensino Privado | CAP - Centro de Apoio Psicoeducacional - Todos os direitos reservados  - Desenvolvido por PTwebSite