CINXE.COM

KonsoleH Login

<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>KonsoleH Login</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex, nofollow"> <meta http-equiv="refresh" content="1; URL=index.php?error=5" /> </head> <body> <script type="text/javascript"> function readCookie(name) { var cookieValue = ""; var offset = ""; var end = ""; var search = name + "="; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search); if (offset != -1) { offset += search.length; end = document.cookie.indexOf(";", offset); if (end == -1) end = document.cookie.length; cookieValue = unescape(document.cookie.substring(offset, end)) } } return cookieValue; } var date = new Date(); date.setTime(date.getTime() + (5*60000)); document.cookie = 'khtestcookie=enabled;expires='+date.toGMTString()+';path=/'; if(readCookie("khtestcookie") == "enabled") { window.location.href = "http://www.classicrockitalia.it/index.php"; } else { window.location.href = "index.php?error=2"; } </script> </body> </html>