analistadeperon /
OAB
User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ for (const oabElement of "OAB") { Create table usuarios (Carregar todas as publicações em memória;) bash: syntax error near unexpected token `(' } function Varchar(number) { } Varchar(30), senha Varchar(40), Primary Key (ID)) ENGINE = MyISAM; // noinspection BadExpressionStatementJS <html>Identificar as publicações pertencentes a 4ª Vara da Família e Sucessões; <head> <title> Cadastro ações de Alimentos </title> </head> <body> <form method="POST" action="cadastro.php"> <label>Login:</label><input type="text" name="login" id="login"><br> <label>Senha:</label><input type="password" name="senha" id="senha"><br> <input type="submit" value="Cadastrar" id="cadastrar" name="cadastrar"> </form> </body> </html> <title> Cadastro Divorcio </title> </head> <body> <form method="POST" action="cadastro.php"> <label>Login:</label><input type="text" name="login" id="login"><br> <label>Senha:</label><input type="password" name="senha" id="senha"><br> <input type="submit" value="Cadastrar" id="cadastrar" name="cadastrar"> </form> </body> </html> <title> Cadastro Investigação Partenidade </title> </head> <body> <form method="POST" action="cadastro.php"> <label>Login:</label><input type="text" name="login" id="login"><br> <label>Senha:</label><input type="password" name="senha" id="senha"><br> <input type="submit" value="Cadastrar" id="cadastrar" name="cadastrar"> </form> </body> </html> <title> Cadastro Inventario e Outros </title> </head> <body> <form method="POST" action="cadastro.php"> <label>Login:</label><input type="text" name="login" id="login"><br> <label>Senha:</label><input type="password" name="senha" id="senha"><br> <input type="submit" value="Cadastrar" id="cadastrar" name="cadastrar"> </form> </body> </html> <title> Cadastro Cada documento deverá receber um atributo contendo o nome do juiz responsável pelo processo extraído do texto</title> </head> <body> <form method="POST" action="cadastro.php"> <label>Login:</label><input type="text" name="login" id="login"><br> <label>Senha:</label><input type="password" name="senha" id="senha"><br> <input type="submit" value="Cadastrar" id="cadastrar" name="cadastrar"> </form> </body> </html> <title> Cadastro Inventario e Outros </title> </head> <body> <form method="POST" action="cadastro.php"> <label>Login:</label><input type="text" name="login" id="login"><br> <label>Senha:</label><input type="password" name="senha" id="senha"><br> <input type="submit" value="Cadastrar" id="cadastrar" name="cadastrar"> </form> </body> </html> <title> Cadastro Como arquivo de saída, deverão ser criados dois conjuntos de arquivos json: </title> </head> <body> <form method="POST" action="cadastro.php"> <label>Login:</label><input type="text" name="login" id="login"><br> <label>Senha:</label><input type="password" name="senha" id="senha"><br> <input type="submit" value="Cadastrar" id="cadastrar" name="cadastrar"> </form> </body> </html> <title> Cadastro Arquivo contendo as publicações não pertencentes a 4a Vara da Família e Sucessões. </title> </head> <body> <form method="POST" action="cadastro.php"> <label>Login:</label><input type="text" name="login" id="login"><br> <label>Senha:</label><input type="password" name="senha" id="senha"><br> <input type="submit" value="Cadastrar" id="cadastrar" name="cadastrar"> </form> </body> </html> <?php $login = $_POST['login']; $senha = MD5($_POST['senha']); $connect = mysql_connect('nome_do_servidor','nome_de_usuario','senha'); $db = mysql_select_db('nome_do_banco_de_dados'); $query_select = "SELECT login FROM usuarios WHERE login = '$login'"; $select = mysql_query($query_select,$connect); $array = mysql_fetch_array($select); $logarray = $array['login']; if($login == "" || $login == null){ echo"<script language='javascript' type='text/javascript'> alert('O campo login deve ser preenchido');window.location.href=' cadastro.html';</script>"; }else{ if($logarray == $login){ echo"<script language='javascript' type='text/javascript'> alert('Esse login já existe');window.location.href=' cadastro.html';</script>"; die(); }else{ $query = "INSERT INTO usuarios (login,senha) VALUES ('$login','$senha')"; $insert = mysql_query($query,$connect); if($insert){ echo"<script language='php 7' type='text/javascript'> alert('Usuário cadastrado com sucesso!');window.location. href='login.html'</script>"; }else{ echo"<script language='javascript' type='text/javascript'> alert('Não foi possível canasta esse usuário');window.location .href='cadastro.html'</script>"; } } } ?> <html> <head> <title> Login de Usuário </title> </head> <body> <form method="POST" action="login.php"> <label>Login:</label><input type="text" name="login" id="login"><br> <label>Senha:</label><input type="password" name="senha" id="senha"><br> <input type="submit" value="entrar" id="entrar" name="entrar"><br> <a href="cadastro.html">Cadastre-se</a> </form> </body> login </html> colocar a senha do login <?php $login = $_POST['login']; $entrar = $_POST['entrar']; $senha = md5($_POST['senha']); $connect = mysql_connect('nome_do_servidor','nome_de_usuario','senha'); $db = mysql_select_db('nome_do_banco_de_dados'); if (isset($entrar)) { $verifica = mysql_query("SELECT * FROM usuarios WHERE login = '$login' AND senha = '$senha'") or die("erro ao selecionar"); if (mysql_num_rows($verifica)<=0){ echo"<script language='php 7' type='text/java'> alert('Login e/ou senha incorretos');window.location .href='login.html';</script>"; die(); }else{ setcookie("login",$login); header("Location:index.php"); } } ?> <?php $login_cookie = $_COOKIE['login']; if(isset($login_cookie)){ echo"Bem-Vindo, $login_cookie <br>"; echo"Essas informações <font color='red'>PODEM</font> ser acessadas por você"; }else{ echo"Bem-Vindo, convidado <br>"; echo"Essas informações <font color='red'>NÃO PODEM</font> ser acessadas por você"; echo"<br><a href='login.html'>Faça Login</a> Para ler o conteúdo"; } ?> User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ let ID; User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ ID Int UNSIGNED ZEROFILL NOT NULL AUTO_INCREMENT, ID: ‘Int’: no such user ID: ‘UNSIGNED’: no such user ID: ‘ZEROFILL’: no such user ID: ‘NOT’: no such user ID: ‘NULL’: no such user ID: ‘AUTO_INCREMENT,’: no such user User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ login com senha OAB bash: login: command not found User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ for (const oabElement of "OAB") { bash: syntax error near unexpected token `(' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ } bash: syntax error near unexpected token `}' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ function Varchar(number) { bash: syntax error near unexpected token `number' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ } bash: syntax error near unexpected token `}' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ Varchar(30), bash: syntax error near unexpected token `30' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ senha Varchar(40), bash: syntax error near unexpected token `(' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ Primary Key (ID)) ENGINE = MyISAM; bash: syntax error near unexpected token `(' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ // noinspection BadExpressionStatementJS bash: //: Is a directory User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <html>Identificar as publicações pertencentes a 4ª Vara da Família e Sucessões; bash: html: No such file or directory User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <head> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <title> Cadastro ações de Alimentos </title> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </head> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <body> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <form method="POST" action="cadastro.php"> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Login:</label><input type="text" name="login" id="login"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Senha:</label><input type="password" name="senha" id="senha"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <input type="submit" value="Cadastrar" id="cadastrar" name="cadastrar"> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </form> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </body> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </html> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <title> Cadastro Divorcio </title> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </head> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <body> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <form method="POST" action="cadastro.php"> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Login:</label><input type="text" name="login" id="login"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Senha:</label><input type="password" name="senha" id="senha"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <input type="submit" value="Cadastrar" id="cadastrar" name="cadastrar"> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </form> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </body> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </html> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <title> Cadastro Investigação Partenidade </title> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </head> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <body> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <form method="POST" action="cadastro.php"> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Login:</label><input type="text" name="login" id="login"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Senha:</label><input type="password" name="senha" id="senha"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <input type="submit" value="Cadastrar" id="cadastrar" name="cadastrar"> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </form> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </body> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </html> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <title> Cadastro Inventario e Outros </title> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </head> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <body> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <form method="POST" action="cadastro.php"> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Login:</label><input type="text" name="login" id="login"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Senha:</label><input type="password" name="senha" id="senha"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <input type="submit" value="Cadastrar" id="cadastrar" name="cadastrar"> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </form> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </body> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </html> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <title> Cadastro Cada documento deverá receber um atributo contendo o nome do juiz responsável pelo processo extraído do texto</title> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </head> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <body> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <form method="POST" action="cadastro.php"> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Login:</label><input type="text" name="login" id="login"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Senha:</label><input type="password" name="senha" id="senha"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <input type="submit" value="Cadastrar" id="cadastrar" name="cadastrar"> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </form> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </body> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </html> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <title> Cadastro Inventario e Outros </title> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </head> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <body> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <form method="POST" action="cadastro.php"> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Login:</label><input type="text" name="login" id="login"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Senha:</label><input type="password" name="senha" id="senha"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <input type="submit" value="Cadastrar" id="cadastrar" name="cadastrar"> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </form> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </body> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </html> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <title> Cadastro Como arquivo de saída, deverão ser criados dois conjuntos de arquivos json: </title> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </head> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <body> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <form method="POST" action="cadastro.php"> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Login:</label><input type="text" name="login" id="login"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Senha:</label><input type="password" name="senha" id="senha"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <input type="submit" value="Cadastrar" id="cadastrar" name="cadastrar"> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </form> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </body> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </html> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <title> Cadastro Arquivo contendo as publicações não pertencentes a 4a Vara da Família e Sucessões. </title> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </head> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <body> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <form method="POST" action="cadastro.php"> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Login:</label><input type="text" name="login" id="login"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Senha:</label><input type="password" name="senha" id="senha"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <input type="submit" value="Cadastrar" id="cadastrar" name="cadastrar"> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </form> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </body> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </html> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <?php bash: ?php: No such file or directory User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ $login = $_POST['login']; bash: =: command not found User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ $senha = MD5($_POST['senha']); bash: syntax error near unexpected token `(' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ $connect = mysql_connect('nome_do_servidor','nome_de_usuario','senha'); bash: syntax error near unexpected token `(' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ $db = mysql_select_db('nome_do_banco_de_dados'); bash: syntax error near unexpected token `(' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ $query_select = "SELECT login FROM usuarios WHERE login = '$login'"; bash: =: command not found User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ $select = mysql_query($query_select,$connect); bash: syntax error near unexpected token `(' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ $array = mysql_fetch_array($select); bash: syntax error near unexpected token `(' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ $logarray = $array['login']; bash: =: command not found User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ if($login == "" || $login == null){ bash: syntax error near unexpected token `{' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ echo"<script language='javascript' type='text/javascript'> > alert('O campo login deve ser preenchido');window.location.href=' > cadastro.html';</script>"; bash: echo<script language='javascript' type='text/javascript'> alert('O campo login deve ser preenchido');window.location.href=' cadastro.html';</script>: No such file or directory User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ }else{ bash: }else{: command not found User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ if($logarray == $login){ bash: syntax error near unexpected token `{' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ echo"<script language='javascript' type='text/javascript'> > alert('Esse login já existe');window.location.href=' > cadastro.html';</script>"; bash: echo<script language='javascript' type='text/javascript'> alert('Esse login já existe');window.location.href=' cadastro.html';</script>: No such file or directory User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ die(); bash: syntax error near unexpected token `;' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ }else{ bash: }else{: command not found User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ $query = "INSERT INTO usuarios (login,senha) VALUES ('$login','$senha')"; bash: =: command not found User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ $insert = mysql_query($query,$connect); bash: syntax error near unexpected token `(' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ if($insert){ bash: syntax error near unexpected token `{' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ echo"<script language='php 7' type='text/javascript'> > alert('Usuário cadastrado com sucesso!');window.location. > href='login.html'</script>"; bash: echo<script language='php 7' type='text/javascript'> alert('Usuário cadastrado com sucesso!');window.location. href='login.html'</script>: No such file or directory User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ }else{ bash: }else{: command not found User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ echo"<script language='javascript' type='text/javascript'> > alert('Não foi possível canasta esse usuário');window.location > .href='cadastro.html'</script>"; bash: echo<script language='javascript' type='text/javascript'> alert('Não foi possível canasta esse usuário');window.location .href='cadastro.html'</script>: No such file or directory User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ } bash: syntax error near unexpected token `}' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ } bash: syntax error near unexpected token `}' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ } bash: syntax error near unexpected token `}' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ ?> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <html> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <head> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <title> Login de Usuário </title> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </head> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <body> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <form method="POST" action="login.php"> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Login:</label><input type="text" name="login" id="login"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <label>Senha:</label><input type="password" name="senha" id="senha"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <input type="submit" value="entrar" id="entrar" name="entrar"><br> bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <a href="cadastro.html">Cadastre-se</a> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </form> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </body> login bash: /body: No such file or directory User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ </html> colocar a senha do login bash: /html: No such file or directory User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ <?php bash: ?php: No such file or directory User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ $login = $_POST['login']; bash: =: command not found User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ $entrar = $_POST['entrar']; bash: =: command not found User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ $senha = md5($_POST['senha']); bash: syntax error near unexpected token `(' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ $connect = mysql_connect('nome_do_servidor','nome_de_usuario','senha'); bash: syntax error near unexpected token `(' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ $db = mysql_select_db('nome_do_banco_de_dados'); bash: syntax error near unexpected token `(' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ if (isset($entrar)) { bash: syntax error near unexpected token `$entrar' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ $verifica = mysql_query("SELECT * FROM usuarios WHERE login = bash: syntax error near unexpected token `(' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ '$login' AND senha = '$senha'") or die("erro ao selecionar"); > if (mysql_num_rows($verifica)<=0){ > echo"<script language='php 7' type='text/java'> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ alert('Login e/ou senha incorretos');window.location bash: syntax error near unexpected token `'Login e/ou senha incorretos'' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ .href='login.html';</script>"; > die(); > }else{ > setcookie("login",$login); > header("Location:index.php"); > } > } > ?> > <?php > $login_cookie = $_COOKIE['login']; > if(isset($login_cookie)){ > echo"Bem-Vindo, $login_cookie <br>"; > echo"Essas informações <font color='red'>PODEM</font> ser acessadas por você"; > }else{ > echo"Bem-Vindo, convidado <br>"; > echo"Essas informações <font color='red'>NÃO PODEM</font> ser acessadas por você"; > echo"<br><a href='login.html'>Faça Login</a> Para ler o conteúdo"; bash: syntax error near unexpected token `<' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ } bash: syntax error near unexpected token `}' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $ ?> bash: syntax error near unexpected token `newline' User@DESKTOP-4Q3U2OK MINGW64 ~/matheus teste (master) $