Advertisement
Guest User

Untitled

a guest
Jun 10th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.68 KB | None | 0 0
  1. [19:00:30] [DEBUG] mysql_init_options() (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:70)
  2. [19:00:30] [DEBUG] mysql_init_options: return value: '1' (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:70)
  3. [19:00:30] [DEBUG] mysql_set_option(1, 1) (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:71)
  4. [19:00:30] [DEBUG] mysql_set_option: return value: 'true' (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:71)
  5. [19:00:30] [DEBUG] mysql_connect("127.0.0.1", "root", "*****", "ORM_testing", 1) (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:73)
  6. [19:00:30] [DEBUG] CHandleManager::Create(this=0x64e308, host='127.0.0.1', user='root', pass='****', db='ORM_testing', options=0x679090)
  7. [19:00:30] [INFO] Creating new connection handle...
  8. [19:00:30] [WARNING] mysql_connect: no password specified (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:73)
  9. [19:00:30] [DEBUG] CConnection::CConnection(this=0x64db28, host='127.0.0.1', user='root', passw='****', db='ORM_testing', options=0x679090)
  10. [19:00:30] [DEBUG] CConnection::CConnection - new connection = 0x3530c98
  11. [19:00:30] [DEBUG] CConnection::CConnection(this=0x4910040, host='127.0.0.1', user='root', passw='****', db='ORM_testing', options=0x679090)
  12. [19:00:30] [DEBUG] CConnection::CConnection - new connection = 0x353f350
  13. [19:00:30] [DEBUG] CThreadedConnection::CThreadedConnection(this=0x4910040, connection=0x4910040)
  14. [19:00:30] [DEBUG] CThreadedConnection::WorkerFunc(this=0x4910040, connection=0x4910040)
  15. [19:00:30] [DEBUG] CConnectionPool::CConnectionPool(size=2, this=0x6bff08)
  16. [19:00:30] [DEBUG] CConnection::CConnection(this=0x4aa0040, host='127.0.0.1', user='root', passw='****', db='ORM_testing', options=0x679090)
  17. [19:00:30] [DEBUG] CConnection::CConnection - new connection = 0x483c510
  18. [19:00:30] [DEBUG] CThreadedConnection::CThreadedConnection(this=0x4aa0040, connection=0x4aa0040)
  19. [19:00:30] [DEBUG] CThreadedConnection::WorkerFunc(this=0x4aa0040, connection=0x4aa0040)
  20. [19:00:30] [DEBUG] CConnection::CConnection(this=0x4c70040, host='127.0.0.1', user='root', passw='****', db='ORM_testing', options=0x679090)
  21. [19:00:30] [DEBUG] CConnection::CConnection - new connection = 0x48458f8
  22. [19:00:30] [DEBUG] CThreadedConnection::CThreadedConnection(this=0x4c70040, connection=0x4c70040)
  23. [19:00:30] [DEBUG] CThreadedConnection::WorkerFunc(this=0x4c70040, connection=0x4c70040)
  24. [19:00:30] [INFO] Connection handle with id '1' successfully created.
  25. [19:00:30] [DEBUG] CHandleManager::Create - new handle = 0x64dae8
  26. [19:00:30] [DEBUG] mysql_connect: return value: '1' (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:73)
  27. [19:00:30] [DEBUG] mysql_errno(1) (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:74)
  28. [19:00:30] [DEBUG] CHandle::GetErrorId(this=0x64dae8)
  29. [19:00:30] [DEBUG] CConnection::GetError(this=0x64db28, connection=0x3530c98)
  30. [19:00:30] [DEBUG] CHandle::GetErrorId - return value: true, error id: '0', error msg: ''
  31. [19:00:30] [DEBUG] mysql_errno: return value: '0' (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:74)
  32. [19:00:30] [DEBUG] mysql_query(1, "CREATE TABLE IF NOT EXISTS `players` (`id` int(11) NOT NULL auto_increment PRIMARY KEY,`username` varchar(30) NOT NULL,`password` varchar(130) NOT NULL,`money` int(10) NOT NULL default '0')", 0) (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:257)
  33. [19:00:30] [DEBUG] CHandle::Execute(this=0x64dae8, type=3, query=0x6eb8c8)
  34. [19:00:30] [DEBUG] CConnection::Execute(query=0x6eb8c8, this=0x64db28, connection=0x3530c98)
  35. [19:00:30] [INFO] query "CREATE TABLE IF NOT EXISTS `players` (`id` int(11) NOT NULL auto_increment PRIMARY KEY,`username` varchar(30) NOT NULL,`password` varchar(130) NOT NULL,`money` int(10) NOT NULL default '0')" successfully executed
  36. [19:00:30] [DEBUG] CHandle::Execute - return value: true
  37. [19:00:30] [DEBUG] mysql_query: return value: '0' (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:257)
  38. [19:00:51] [DEBUG] orm_create("players", 1) (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:110)
  39. [19:00:51] [DEBUG] orm_create: return value: '1' (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:110)
  40. [19:00:51] [DEBUG] orm_addvar_int(1, 0x039E3040, "id") (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:112)
  41. [19:00:51] [DEBUG] orm_addvar_int: return value: '1' (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:112)
  42. [19:00:51] [DEBUG] orm_addvar_string(1, 0x039E3044, 24, "username") (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:113)
  43. [19:00:51] [DEBUG] orm_addvar_string: return value: '1' (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:113)
  44. [19:00:51] [DEBUG] orm_addvar_string(1, 0x039E30A4, 129, "password") (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:114)
  45. [19:00:51] [DEBUG] orm_addvar_string: return value: '1' (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:114)
  46. [19:00:51] [DEBUG] orm_addvar_int(1, 0x039E32A8, "money") (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:115)
  47. [19:00:51] [DEBUG] orm_addvar_int: return value: '1' (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:115)
  48. [19:00:51] [DEBUG] orm_setkey(1, "username") (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:116)
  49. [19:00:51] [DEBUG] orm_setkey: return value: '1' (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:116)
  50. [19:00:51] [DEBUG] orm_select(1, "OnPlayerDataLoaded", "dd") (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:119)
  51. [19:00:51] [DEBUG] CCallback::Create(amx=0x2532798, name='OnPlayerDataLoaded', format='dd', params=0x3a85658, param_offset=4)
  52. [19:00:51] [DEBUG] CCallback::Create - callback index for 'OnPlayerDataLoaded': 4
  53. [19:00:51] [DEBUG] processing specifier 'd' with parameter index '0
  54. [19:00:51] [DEBUG] retrieved and pushed value '0'
  55. [19:00:51] [DEBUG] processing specifier 'd' with parameter index '1
  56. [19:00:51] [DEBUG] retrieved and pushed value '1'
  57. [19:00:51] [INFO] Callback 'OnPlayerDataLoaded' set up for delayed execution.
  58. [19:00:51] [DEBUG] created delayed callback with 2 parameters
  59. [19:00:51] [INFO] orm_select: generated query "SELECT `id`,`password`,`money` FROM `players` WHERE `username`='Kostas' LIMIT 1" (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:119)
  60. [19:00:51] [DEBUG] CHandle::Execute(this=0x64dae8, type=1, query=0x6eb8c8)
  61. [19:00:51] [DEBUG] CHandle::Execute - return value: true
  62. [19:00:51] [DEBUG] orm_select: return value: '1' (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:119)
  63. [19:00:51] [DEBUG] CConnection::Execute(query=0x6eb8c8, this=0x4910040, connection=0x353f350)
  64. [19:00:51] [INFO] query "SELECT `id`,`password`,`money` FROM `players` WHERE `username`='Kostas' LIMIT 1" successfully executed
  65. [19:00:51] [DEBUG] CCallback::Execute(amx=0x2532798, index=4, num_params=2)
  66. [19:00:51] [INFO] Executing callback 'OnPlayerDataLoaded' with 2 parameters...
  67. [19:00:51] [DEBUG] processing internal specifier 'c'
  68. [19:00:51] [DEBUG] pushed value '1' onto AMX stack
  69. [19:00:51] [DEBUG] processing internal specifier 'c'
  70. [19:00:51] [DEBUG] pushed value '0' onto AMX stack
  71. [19:00:51] [DEBUG] executing AMX callback with index '4'
  72. [19:00:51] [DEBUG] orm_setkey(1, "id") (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:139)
  73. [19:00:51] [DEBUG] orm_setkey: return value: '1' (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:139)
  74. [19:00:51] [DEBUG] orm_errno(1) (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:142)
  75. [19:00:51] [DEBUG] orm_errno: return value: '1' (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:142)
  76. [19:00:51] [DEBUG] AMX callback executed with error '0'
  77. [19:00:51] [INFO] Callback successfully executed.
  78. [19:00:55] [DEBUG] orm_save(1, "OnPlayerRegister", "d") (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:214)
  79. [19:00:55] [DEBUG] CCallback::Create(amx=0x2532798, name='OnPlayerRegister', format='d', params=0x3a85650, param_offset=4)
  80. [19:00:55] [DEBUG] CCallback::Create - callback index for 'OnPlayerRegister': 6
  81. [19:00:55] [DEBUG] processing specifier 'd' with parameter index '0
  82. [19:00:55] [DEBUG] retrieved and pushed value '0'
  83. [19:00:55] [INFO] Callback 'OnPlayerRegister' set up for delayed execution.
  84. [19:00:55] [DEBUG] created delayed callback with 1 parameter
  85. [19:00:55] [INFO] orm_save: generated query "INSERT INTO `players` (`password`,`money`) VALUES ('FD9D94340DBD72C11B37EBB0D2A19B4D05E00FD78E4E2CE8923B9EA3A54E900DF181CFB112A8A73228D1F3551680E2AD9701A4FCFB248FA7FA77B95180628BB2','0')" (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:214)
  86. [19:00:55] [DEBUG] CHandle::Execute(this=0x64dae8, type=1, query=0x6eb8c8)
  87. [19:00:55] [DEBUG] CHandle::Execute - return value: true
  88. [19:00:55] [DEBUG] orm_save: return value: '1' (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:214)
  89. [19:00:55] [DEBUG] CConnection::Execute(query=0x6eb8c8, this=0x4910040, connection=0x353f350)
  90. [19:00:55] [INFO] query "INSERT INTO `players` (`password`,`money`) VALUES ('FD9D94340DBD72C11B37EBB0D2A19B4D05E00FD78E4E2CE8923B9EA3A54E900DF181CFB112A8A73228D1F3551680E2AD9701A4FCFB248FA7FA77B95180628BB2','0')" successfully executed
  91. [19:00:55] [DEBUG] CCallback::Execute(amx=0x2532798, index=6, num_params=1)
  92. [19:00:55] [INFO] Executing callback 'OnPlayerRegister' with 1 parameter...
  93. [19:00:55] [DEBUG] processing internal specifier 'c'
  94. [19:00:55] [DEBUG] pushed value '0' onto AMX stack
  95. [19:00:55] [DEBUG] executing AMX callback with index '6'
  96. [19:00:55] [DEBUG] AMX callback executed with error '0'
  97. [19:00:55] [INFO] Callback successfully executed.
  98. [19:00:57] [DEBUG] orm_save(1, "", "") (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:245)
  99. [19:00:57] [DEBUG] CCallback::Create(amx=0x2532798, name='', format='', params=0x3a85660, param_offset=4)
  100. [19:00:57] [INFO] orm_save: generated query "UPDATE `players` SET `password`='FD9D94340DBD72C11B37EBB0D2A19B4D05E00FD78E4E2CE8923B9EA3A54E900DF181CFB112A8A73228D1F3551680E2AD9701A4FCFB248FA7FA77B95180628BB2',`money`='0' WHERE `id`='1' LIMIT 1" (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:245)
  101. [19:00:57] [DEBUG] CHandle::Execute(this=0x64dae8, type=1, query=0x6eb8c8)
  102. [19:00:57] [DEBUG] CHandle::Execute - return value: true
  103. [19:00:57] [DEBUG] orm_save: return value: '1' (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:245)
  104. [19:00:57] [DEBUG] orm_destroy(1) (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:246)
  105. [19:00:57] [DEBUG] orm_destroy: return value: '1' (C:\Users\Konstantinos\Desktop\samp\gamemodes\ORM_R40.pwn:246)
  106. [19:00:57] [DEBUG] CConnection::Execute(query=0x6eb8c8, this=0x4910040, connection=0x353f350)
  107. [19:00:57] [INFO] query "UPDATE `players` SET `password`='FD9D94340DBD72C11B37EBB0D2A19B4D05E00FD78E4E2CE8923B9EA3A54E900DF181CFB112A8A73228D1F3551680E2AD9701A4FCFB248FA7FA77B95180628BB2',`money`='0' WHERE `id`='1' LIMIT 1" successfully executed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement