Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Alguem sabe oque aconteceu? No 127.0.0.1 ele funciona perfeitamente (VERTRIGO SERV).
Erro
Warning: include_once() [function.include-once]: URL file-access is disabled in the server configuration in /home/webcindario/c/y/cydia/index.php on line 2
Warning: include_once(http://cydia.webcindario.com/configuração.php) [function.include-once]: failed to open stream: no suitable wrapper could be found in/home/webcindario/c/y/cydia/index.php on line 2
Warning: include_once() [function.include]: Failed opening 'http://cydia.webcindario.com/configuração.php' for inclusion (include_path='.') in/home/webcindario/c/y/cydia/index.php on line 2
index.php
<?php
include_once('configuração.php');
?>
<!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>Home - <?php echo $exercito ?></title>
<link href="loginmodule.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>
<font style="text-shadow:2px 0px -2px #FF0000, -2px 0px -2px #00FFFF">
<?php echo $exercito ?>
</font>
</h1>
<p align="center"><h6><br></h6></p>
<h4 align="center" class="err"><a href="index.php">Home</a> | <a href="cadastro.php">Cadastrar</a> | <a href="pesquisar.php">Pesquisar</a> | <a href="farda.php">Padrões</a> | <a href="chat/index.htm">Chat</a><br /><br />
</h4>
</body>
</html>
configuração.php
<?php
$exercito = "-.-'";
$farda_desc = "<font color='black'>Descrição: </font>"."Chapeu vermelho, camisa verde escuro com bolsos, calsa com bolsos e sapatos redondos pretos.<br>";
$farda_mission = "<font color='black'>Missão:</font> "."[Ex.Br] Recruta";
$config_chat_admin_user = "GunScript";
$config_chat_admin_password = "123456789"
?>Carregando comentários...