Jump to content


Dough

Member Since 06/12/2010
Offline Last Active 23/05/2011, 17:44
-----

#1006029 Template Ou Echo

Posted by Dough on 10/12/2010, 15:10

tenta isso mas lembre-se que a variável $url tem que estar definida então criei uma coisa:

<?
$url = "http://www.qualquer-site.com";
?>
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="refresh" content="1; URL=<? echo $url; ?>">
<title></title>
<style type="text/css">
html {
background: #000;
}
body {
background: #404040;
border: 1px solid #666;
color: #999;
font: 14px "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
margin: 5% 10%;
text-align: center;
}

a {
color: #FF8301;
}

h1 {
color: #EEE;
}

#container {
background: #292929;
line-height: 2.4;
padding: 1em;
}

p#url {
font-weight: bold;
overflow: hidden;
width: 100%;
}

</style>
</head>

<body>
<h1></h1>
<div id="container">


<p>Please wait while you're being redirected to ...<br />
In einer Sekunde geht es zu ...<br />
Espera mientras te redireccionamos a ...</p>
<p id="url"><a href="<? echo $url; ?>"><? echo $url; ?></a></p>
<hr />
<p><a href=""></a></p>	
</div>

</body>
</html>



IPB Skin By Virteq