include("include/session.php"); ?>
![]() ArielAleXCo .net |
if($_GET['idioma']==''){?>
© 2008-2010 ArielAleXCo.net Todos los derechos reservados. El diseño del site, las ilustraciones, fotografías, logotipos, videos, imágenes, multimedia y comentarios son propiedad de ArielAleXCo.; Excepto donde se declare lo contrario. El uso de este site implica la aceptación de los Términos y Condiciones de uso. }else{?>}?> if($_GET['idioma']=='ingles'){?> © 2008-2010 ArielAleXCo.net All rights reserved. The designs, ilustrations, photographs, logos, videos, images, multimedia and comments of the site are property of ArielAleXCo.; Except where its declared the opossite. The use of this site implies the knowledge and acceptance of the Terms and Conditions of use. }else{?>}?> |
Hits | /** * User has already logged in, so display relavent links, including * a link to the admin center if the user is an administrator. */ if($session->logged_in){ } else{ ?> if($form->num_errors > 0){ echo "".$form->num_errors." error(s) found"; } ?> } echo "Miembros registrados: ".$database->getNumMembers().""; echo " | Hay $database->num_active_users miembros y "; echo "$database->num_active_guests invitados navegando."; ?> |
if($_GET['idioma']==''){?>
|
if(!defined('TBL_ACTIVE_USERS')) {
die("Error processing page");
}
$q = "SELECT username FROM ".TBL_ACTIVE_USERS
." ORDER BY timestamp DESC,username";
$result = $database->query($q);
/* Error occurred, return given name by default */
$num_rows = mysql_numrows($result);
if(!$result || ($num_rows < 0)){
echo "Error displaying info";
}
else if($num_rows > 0){
/* Display active users, with link to their info */
echo "
\n"; } ?> |