| Server IP : 89.46.109.6 / Your IP : 216.73.217.116 Web Server : Apache System : Linux hlpi1ws-c284s07.ad.aruba.it 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 User : ID19067310 ( 19067310) PHP Version : 5.3.29 Disable Function : system,popen,dl,passthru,proc_open,shell_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /web/htdocs/www.edizacco.it/home/ |
Upload File : |
<?php
@session_start();
require_once('include/connect_db.php');
$meta_title = TITLE;
$meta_keywords = KEYWORDS;
$meta_description = DESCRIPTION;
$meta_linksito = SERVER;
$meta_logo = LOGOSITO;
?>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title><?php echo"$meta_title"; ?></title>
<meta name="Keywords" content="<?php echo"$meta_keywords"; ?>" />
<meta name="Description" content="<?php echo"$meta_description"; ?>" />
<meta name="author" content="Informatica Netizen"/>
<meta name="subject" content="<?php echo"$meta_title"; ?>" />
<meta name="Copyright" content="<?php echo"$meta_title"; ?>" />
<meta name="Revisit-After" content="15" />
<meta name="distribution" content="Global" />
<meta name="robots" content="index, follow" />
<meta name="robots" content="noodp" />
<meta property="og:title" content="<?php echo"$meta_title"; ?>"/>
<meta property="og:url" content="<?php echo"$meta_linksito"; ?>"/>
<meta property="og:image" content="<?php echo"$meta_logo"; ?>"/>
<meta property="og:site_name" content="<?php echo"$meta_title"; ?>"/>
<meta property="og:description" content="<?php echo"$meta_description"; ?>"/>
<link rel="shortcut icon" href="<?php echo"$meta_linksito"; ?>/favicon.ico" />
<style type="text/css">
body { background-image: url(images/buone_feste.jpg); background-position: center top; margin: 0px; padding: 0px; background-repeat: no-repeat; background-color: #6c0300; }
#wrapper { position: relative; padding: 0px; clear: both; margin-top: 0px; margin-right: auto; margin-bottom: auto; margin-left: auto; height: 620px; }
#wrapper .p { width: 100%; float: left; margin: 0px; text-align: center; padding-top: 630px; }
#wrapper p .entra{ font-family: "Times New Roman", Times, serif; color: #FFFFFF; text-transform: uppercase; text-decoration: none; font-size: 22px; line-height: 22px; font-weight: bold; }
#wrapper p a:hover { color: #000; }
</style>
</head>
<body>
<div id="wrapper">
<p class="p"><a href="home.php" class="entra">ENTRA</a></p>
</div>
</body>
</html>