Guest User

Untitled

a guest
Jun 13th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2.  
  3.  
  4. $today = date("D M j G:i:s Y\r");
  5. echo ("
  6. * Credits to Timmeh.\r
  7. * $today\r\n");
  8.  
  9.  
  10.  
  11. $db = "kn_online";
  12. $user = "knight";
  13. $pass = "knight";
  14. $connection = odbc_connect($db,$user,$pass);
  15.  
  16.  
  17.  
  18. echo ("1. Ban A User\r\n");
Add Comment
Please, Sign In to add comment