Line 192... |
Line 192... |
192 |
$l_reply_1 = "Votre durée de connexion journalière a été atteinte";
|
192 |
$l_reply_1 = "Votre durée de connexion journalière a été atteinte";
|
193 |
$l_reply_2 = "Votre durée de connexion mensuelle a été atteinte";
|
193 |
$l_reply_2 = "Votre durée de connexion mensuelle a été atteinte";
|
194 |
$l_reply_3 = "Vous tentez de vous connecter en dehors de votre période autorisée";
|
194 |
$l_reply_3 = "Vous tentez de vous connecter en dehors de votre période autorisée";
|
195 |
$l_reply_4 = "Votre compte a expiré";
|
195 |
$l_reply_4 = "Votre compte a expiré";
|
196 |
$l_reply_5 = "Vous avez atteint le nombre maximum de connexions simultanées";
|
196 |
$l_reply_5 = "Vous avez atteint le nombre maximum de connexions simultanées";
|
- |
|
197 |
$l_reply_6 = "Votre durée de connexion total autorisée a été atteinte";
|
197 |
$l_online_time = "Temps de connexion";
|
198 |
$l_online_time = "Temps de connexion";
|
198 |
$l_remaining_time = "Temps restant";
|
199 |
$l_remaining_time = "Temps restant";
|
199 |
}
|
200 |
}
|
200 |
else{
|
201 |
else{
|
201 |
$l_ChilliError = "The authentication must be successful through the captive portal service.";
|
202 |
$l_ChilliError = "The authentication must be successful through the captive portal service.";
|
Line 223... |
Line 224... |
223 |
$l_reply_1 = "Your daily connexion time has been reached";
|
224 |
$l_reply_1 = "Your daily connexion time has been reached";
|
224 |
$l_reply_2 = "Your monthly connexion time has been reached";
|
225 |
$l_reply_2 = "Your monthly connexion time has been reached";
|
225 |
$l_reply_3 = "You try to connect outside of your allowed timespan";
|
226 |
$l_reply_3 = "You try to connect outside of your allowed timespan";
|
226 |
$l_reply_4 = "your account expired";
|
227 |
$l_reply_4 = "your account expired";
|
227 |
$l_reply_5 = "You have reached the maximum number of simultaneous logins";
|
228 |
$l_reply_5 = "You have reached the maximum number of simultaneous logins";
|
- |
|
229 |
$l_reply_6 = "Your authorized connexion time has been reached";
|
228 |
$l_online_time = "Online time";
|
230 |
$l_online_time = "Online time";
|
229 |
$l_remaining_time = "Remaining time";
|
231 |
$l_remaining_time = "Remaining time";
|
230 |
}
|
232 |
}
|
231 |
|
233 |
|
232 |
# If https not use, tell it's wrong
|
234 |
# If https not use, tell it's wrong
|
Line 277... |
Line 279... |
277 |
case 'Your maximum daily usage time has been reached' : $reply = $l_reply_1 ; break;
|
279 |
case 'Your maximum daily usage time has been reached' : $reply = $l_reply_1 ; break;
|
278 |
case 'Your maximum monthly usage time has been reached' : $reply = $l_reply_2 ; break;
|
280 |
case 'Your maximum monthly usage time has been reached' : $reply = $l_reply_2 ; break;
|
279 |
case 'You are calling outside your allowed timespan' : $reply = $l_reply_3 ; break;
|
281 |
case 'You are calling outside your allowed timespan' : $reply = $l_reply_3 ; break;
|
280 |
case 'Password Has Expired' : $reply = $l_reply_4 ; break;
|
282 |
case 'Password Has Expired' : $reply = $l_reply_4 ; break;
|
281 |
case 'You are already logged in - access denied' : $reply = $l_reply_5 ; break;
|
283 |
case 'You are already logged in - access denied' : $reply = $l_reply_5 ; break;
|
- |
|
284 |
case 'Your maximum never usage time has been reached' : $reply = $l_reply_6 ; break;
|
282 |
}}
|
285 |
}}
|
283 |
|
286 |
|
284 |
# If attempt to login
|
287 |
# If attempt to login
|
285 |
if ("$button" == "$l_boutonO") {
|
288 |
if ("$button" == "$l_boutonO") {
|
286 |
$hexchal = pack ("H32", $challenge);
|
289 |
$hexchal = pack ("H32", $challenge);
|