ACC SHELL
<?
if ($_SESSION['prihlaseni']=="failed"){
echo'<script type="text/javascript">'."\n";
if (!$_COOKIES['test']){
echo"alert('".$GLOBALS['res']['index_jscript_log_fail']."');\n";
}
else{
echo"alert('".$GLOBALS['res']['index_jscript_bad_log_pwd']."');\n";
}
echo"</script>\n";
$_SESSION['prihlaseni']="";
}
if ($_SESSION['registrace']){
echo'<script type="text/javascript">'."\n";
echo$_SESSION['registrace']=="new"?"alert('".$GLOBALS['res']['index_jscript_reg_ok']."');\n":"";
echo$_SESSION['registrace']=="failed"?"alert('".$GLOBALS['res']['index_jscript_reg_failed']."');\n":"";
echo$_SESSION['registrace']=="ok"?"alert('".$GLOBALS['res']['index_jscript_data_chnged']."');\n":"";
echo"</script>\n";
$_SESSION['registrace']="";
}
if ($_SESSION['news_mail']=="added"){
echo'<script type="text/javascript">'."\n";
echo"alert('".$GLOBALS['res']['index_jscript_add2mailist']."');\n";
echo"</script>\n";
$_SESSION['news_mail']="";
}
if ($_SESSION['news_mail']=="exists"){
echo'<script type="text/javascript">'."\n";
echo"alert('".$GLOBALS['res']['index_jscript_mail_duplicity']."');\n";
echo"</script>\n";
$_SESSION['news_mail']="";
}
if ($_SESSION['news_mail']=="deleted"){
echo'<script type="text/javascript">'."\n";
echo"alert('".$GLOBALS['res']['index_jscript_del_from_maillist']."');\n";
echo"</script>\n";
$_SESSION['news_mail']="";
}
if ($_SESSION['form_send']=="yes"){
echo'<script type="text/javascript">'."\n";
echo"alert('".$GLOBALS['res']['index_jscript_req_sent']."');\n";
echo"</script>\n";
$_SESSION['form_send']="";
}
if ($_SESSION['pwd_send']=="yes"){
echo'<script type="text/javascript">'."\n";
echo"alert('".$GLOBALS['res']['index_jscript_pwd_sent']."');\n";
echo"</script>\n";
$_SESSION['pwd_send']="";
}
?>
ACC SHELL 2018