Click here to check the status of your account or login with a different account below.";
}
if ($errcode == 'w2' || $errcode == 'w3') {
// user over bandwidth quota
$visperr = "Our records indicate your account is over quota. This means the amount of data or bandwidth allocated to your service has been exceeded.
Please contact our office or login with a different account below.";
}
if ($errcode == 'w4') {
// user over time quota
$visperr = "Our records indicate your account is over the maximum time quota. This means the amount of time online exceeds the amount designated for your service.
Please contact our office or login with a different account below.";
}
$signup_url = "https://secure7.userservices.net/wifi_signup/?isp={$ispname}";
if (isset($_REQUEST['location_id'])) {
$location_id = $_REQUEST['location_id'];
$signup_url .= "&location_id={$location_id}";
}
?>
login