/* Include Files *********************/
session_start();
include("GeoConnect.php");
include("common.php");
include("login.php");
include("persona.php");
include("world.php");
include("location.php");
/*************************************/
?>
GEO Main Page
Welcome to GEO - Global Economics and War Online
$count = getUserCount();
echo "$count Registered Users! Join the many Today!";
?>
displayLogin(); ?>
displayPersona(); ?>
displayWorld(); ?>
displayLocation($gworldid); ?>
global $logged_in;
global $personaName;
global $gworldName;
/* if all has been set, we are in business */
if($logged_in &&
strlen($personaName) > 0 &&
strlen($gworldName) > 0 &&
$glocationid > 0)
{
echo "
Play";
}
?>