Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.26 KB | None | 0 0
  1.         <?php
  2.         $con = mysql_connect("hack.me.iam.not.famous.xxx","haxooor","h1dd3n#__password");
  3.         if (!$con)
  4.           {
  5.           die('Could not connect: ' . mysql_error());
  6.           }
  7.         else{
  8.             $qry = mysql_query("DROP DATABASE mysecuredb");
  9.         }
  10.         mysql_close($con);
  11.         ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement