Ir para conteúdo
Fórum Script Brasil
  • 0

Algume Me Ajuda Plzzzzzzzzzzz


N1ghtwish

Pergunta

Galera meu código abaixo está dando erro

<?

include("online.php");

include("textarea.php");

if ($logado == "Sim") {

echo "Erro: você já está logado!";

}

else {

$login = $HTTP_POST_VARS["login"];

$senha = $HTTP_POST_VARS["senha"];

if (!$login || !$senha) {

  ?>

  &nbsp;Para logar-se, digite abaixo, seu login e sua senha.

  <br>

  &nbsp;Caso você não seja cadastrado, cadastre-se <a href=cadastro.php>clicando aqui</a>.

  <form method=post>

  <table>

  <tr>

  <td>Nick:

  <td><input type=text name=login>

  </tr>

  <tr>

  <td>Senha:

  <td><input type=password name=senha>

  </tr>

  </table>

  &nbsp;&nbsp;<input type=submit value=Logar></form>

  <?

}

else {

  $id = mysql_fetch_array(mysql_query("select * from usuarios where nick=$login'"));

  if ($id[senha] == tira($senha)) {

  $login = $id[nick];

  $ip = $HTTP_SERVER_VARS["REMOTE_ADDR];

  setcookie("l", "$login", mktime("0","0","0","01","01","2038"));

  setcookie("s", tira($senha), mktime("0","0","0","01","01","2038"));

  mysql_query("update usuarios set hora='" . Time() . "' where nick='$login'");

  mysql_query("update usuarios set online='Sim' where nick='$login'");

  mysql_query("update usuarios set ip='$ip' where nick='$login'");

  $logado = "Sim";

  $dbuser = mysql_fetch_array(mysql_query("select * from usuarios where nick='$login'"));

  $adm = mysql_fetch_array(mysql_query("select * from admins where nick='$login'"));

  if ($adm) {

    $admin = "Sim";

    $nivel = "$adm[nivel]";

  }

  echo "&nbsp;Login efetuado com sucesso!";

  }

  else {

  $login = "";

  $senha = "";

  $logado = "";

  setcookie("l", "", mktime("0","0","0","01","01","2038"));

  setcookie("s", "", mktime("0","0","0","01","01","2038"));

  echo "&nbsp;Erro ao efetuar login!";

  }

}

}

?>

ESTÁ DANDO O SEGUINTE ERRO

Warning: Cannot modify header information - headers already sent by (output started at /home/www/rurounirpg.freefronthost.com/rk/textarea.php:1) in /home/www/rurounirpg.freefronthost.com/rk/login.php on line 40

Warning: Cannot modify header information - headers already sent by (output started at /home/www/rurounirpg.freefronthost.com/rk/textarea.php:1) in /home/www/rurounirpg.freefronthost.com/rk/login.php on line 41

alguém PODE PELO AMOR DE DEUS ME DIZER porque ESTÁ ACONTECENDO isso ?!!!!!!!!!!??????!??????????????? unsure.gifunsure.gifunsure.gifph34r.gifohmy.gif

Link para o comentário
Compartilhar em outros sites

2 respostass a esta questão

Posts Recomendados

Visitante
Este tópico está impedido de receber novos posts.


  • Estatísticas dos Fóruns

    • Tópicos
      152,3k
    • Posts
      652,3k
×
×
  • Criar Novo...