Page 1 of 1

notworking webpages in WallGarden after trial exp on 450G

Posted: Thu Feb 09, 2012 6:44 pm
by xbendik
Hello guys,
I am solving problem on my 450G configured only in Trial mode as Hotspot. Everything works fine, but if expired time for browsing to internet for trial user, doesn't work webpages added into walled garden and user is still redirected to follow login page. So please how is possible access webpages from walled garden? I see into wiki, but I can't see solution. My login page follows:
<html>
<head>
<title>Title | Access point -> Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
$(if chap-id)
<noscript>
<center><b>JavaScript required. Enable JavaScript to continue.</b></center>
<center><b>Je nutný zaplý JavaScript. Pro pokračování jej povolte.</b></center>
</noscript>
$(endif)

$(if trial == no)
<center>If you are not redirected in a few seconds, click "Continue" below.<br>
<center>Pokud nejsi automaticky přesměrován klikni na tlačítko "Continue".<br>
<form name="redirect" action="http://somewebpage/index.php" method="get">
<input type="hidden" name="page" value="expiry">
<input type="submit" value="Continue">
</form>
<script language="JavaScript">
<!--
  document.redirect.submit();
//-->
</script></center>

$(else)
<center>If you are not redirected in a few seconds, click "Continue" below.<br>
<center>Pokud nejsi automaticky přesměrován klikni na tlačítko "Continue".<br>
<form name="redirect" action="http://somewebpage/index.php" method="post">
<input type="hidden" name="mac" value="$(mac)">
<input type="hidden" name="ip" value="$(ip)">
<input type="hidden" name="username" value="$(username)">
<input type="hidden" name="link-login" value="$(link-login)">
<input type="hidden" name="link-orig" value="$(link-orig)">
<input type="hidden" name="error" value="$(error)">
<input type="hidden" name="chap-id" value="$(chap-id)">
<input type="hidden" name="chap-challenge" value="$(chap-challenge)">
<input type="hidden" name="link-login-only" value="$(link-login-only)">
<input type="hidden" name="link-orig-esc" value="$(link-orig-esc)">
<input type="hidden" name="mac-esc" value="$(mac-esc)">
<input type="submit" value="Continue">
</form>
<script language="JavaScript">
<!--
  document.redirect.submit();
//-->
</script></center>
$(endif)

</body>
</html>