Guest User

Untitled

a guest
Apr 24th, 2018
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. [22:26:51] >> mysql_real_escape_string( Connection handle: 1 )
  2.  
  3. [22:26:51] CMySQLHandler::EscapeString(shitbird); - Escaped 8 characters to shitbird.
  4.  
  5. [22:26:51] >> mysql_query( Connection handle: 1 )
  6.  
  7. [22:26:51] CMySQLHandler::Query(SELECT * FROM `accounts` WHERE `Name` = 'shitbird' LIMIT 1) - Successfully executed.
  8.  
  9. [22:26:51] >> mysql_store_result( Connection handle: 1 )
  10.  
  11. [22:26:51] CMySQLHandler::StoreResult() - Result was stored.
  12.  
  13. [22:26:51] >> mysql_num_rows( Connection handle: 1 )
  14.  
  15. [22:26:51] CMySQLHandler::NumRows() - Returned 0 row(s)
  16.  
  17. [22:26:51] >> mysql_free_result( Connection handle: 1 )
  18.  
  19. [22:26:51] CMySQLHandler::FreeResult() - Result was successfully free'd.
  20.  
  21. [22:26:51] >> mysql_query( Connection handle: 1 )
  22.  
  23. [22:26:51] CMySQLHandler::Query(854E6D02D903946F981E0170822C72ABE0F6FE7F46C63F4B7924854A02E7A1CE55DB39EEA01B81D4E654FF0BD7486A482A48696272571E51FDC7CD643F428C68) - An error has occured. (Error ID: 1064, You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '854E6D02D903946F981E0170822C72ABE0F6FE7F46C63F4B7924854A02E7A1CE55DB39EEA01B81D4' at line 1)
Add Comment
Please, Sign In to add comment