Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. [20:18:17] >> mysql_real_escape_string( Connection handle: 1 )
  2.  
  3. [20:18:17] CMySQLHandler::EscapeString(Hiddos); - Escaped 6 characters to Hiddos.
  4.  
  5. [20:18:17] >> mysql_store_result( Connection handle: 1 )
  6.  
  7. [20:18:17] CMySQLHandler::StoreResult() - No data to store.
  8.  
  9. [20:18:17] >> mysql_num_rows( Connection handle: 1 )
  10.  
  11. [20:18:17] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  12.  
  13. [20:18:17] >> mysql_num_rows( Connection handle: 1 )
  14.  
  15. [20:18:17] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  16.  
  17. [20:18:17] >> mysql_query( Connection handle: 1 )
  18.  
  19. [20:18:17] CMySQLHandler::Query(SELECT * FROM `accounts` WHERE `Name` = 'Hiddos' and IP = '169.254.244.193' LIMIT 1) - Successfully executed.
  20.  
  21. [20:18:17] >> mysql_store_result( Connection handle: 1 )
  22.  
  23. [20:18:17] CMySQLHandler::StoreResult() - Result was stored.
  24.  
  25. [20:18:17] >> mysql_num_rows( Connection handle: 1 )
  26.  
  27. [20:18:17] CMySQLHandler::NumRows() - Returned 0 row(s)
  28.  
  29. [20:18:17] >> mysql_free_result( Connection handle: 1 )
  30.  
  31. [20:18:17] CMySQLHandler::FreeResult() - Result was successfully free'd.
  32.  
  33. [20:18:26] >> mysql_close( Connection handle: 1 )
  34.  
  35. [20:18:26] CMySQLHandler::~CMySQLHandler() - deconstructor called.
  36.  
  37. [20:18:26] CMySQLHandler::FreeResult() - The result is already empty.
  38.  
  39. [20:18:26] CMySQLHandler::Disconnect() - Connection was closed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement