Advertisement
Guest User

Untitled

a guest
Feb 14th, 2017
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. extdb3-conf.ini
  2.  
  3. [Main]
  4. Version = 1
  5.  
  6. Randomize Config File = true
  7. ;; Randomizes Config File after loading.
  8. ;; Recommend to turn on, if you have enabled filepatching on arma.
  9.  
  10. Allow Reset = false
  11. ;; Allows 9:RESET, usefull for development work
  12.  
  13. Thread = 0;
  14. ;; Option to force number of worker threads for extDB3.
  15. ;; Min = 2, Max = 6
  16.  
  17. [Log]
  18. Flush = false;
  19. ;; Flush logfile after each update.
  20. ;; Option really only usefull if running DEBUG BUILD
  21.  
  22.  
  23. [altislife]
  24. IP = 127.0.0.1
  25. Port = 3306
  26. Username = *****
  27. Password = *****
  28. Database = *****
  29.  
  30. #######################################################################################################################################
  31.  
  32. Log without debug exe
  33.  
  34. extDB3: https://bitbucket.org/torndeco/extdb3/wiki/Home
  35. extDB3: Version: 1.024
  36. extDB3: Windows Debug Version
  37.  
  38. Message: All development for extDB3 is done on a Linux Dedicated Server
  39. Message: If you would like to Donate to extDB3 Development
  40. Message: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2SUEFTGABTAM2
  41. Message: Also leave a message if there is any particular feature you would like to see added.
  42. Message: Thanks for all the people that have donated.
  43. Message: Torndeco: 18/05/15
  44.  
  45.  
  46. extDB3: Found extdb3-conf.ini
  47. extDB3: Detected 8 Cores, Setting up 6 Worker Threads
  48. extDB3: ...
  49. extDB3: ...
  50. extDB3: ...
  51. extDB3: ...
  52. extDB3: ...
  53. extDB3: ...
  54.  
  55.  
  56. [15:31:49:843412 +02:00] [Thread 2544] extDB3: Input from Server: 9:VERSION
  57. [15:31:49:846731 +02:00] [Thread 2544] extDB3: Output to Server: 1.024
  58. [15:31:57:423832 +02:00] [Thread 2544] extDB3: Input from Server: 9:ADD_DATABASE:
  59. [15:31:57:423966 +02:00] [Thread 2544] extDB3: Config Error: : No such node (.IP)
  60. [15:31:57:423984 +02:00] [Thread 2544] extDB3: Output to Server: [0,"Database Config Error"]
  61.  
  62. #######################################################################################################################################
  63.  
  64. Log with Debug exe
  65.  
  66.  
  67. extDB3: https://bitbucket.org/torndeco/extdb3/wiki/Home
  68. extDB3: Version: 1.024
  69. extDB3: Windows Debug Version
  70.  
  71. extDB3: Found extdb3-conf.ini
  72. extDB3: Detected 8 Cores, Setting up 6 Worker Threads
  73. extDB3: ...
  74. extDB3: ...
  75. extDB3: ...
  76. extDB3: ...
  77. extDB3: ...
  78. extDB3: ...
  79.  
  80.  
  81. [15:34:15:690504 +02:00] [Thread 7928] extDB3: Input from Server: 1:SQL:TEST1:testing
  82. [15:34:15:690591 +02:00] [Thread 7928] extDB3: Output to Server:
  83. [15:34:15:690611 +02:00] [Thread 7928] extDB3: Input from Server: 1:SQL:TEST2:testing
  84. [15:34:15:690623 +02:00] [Thread 7928] extDB3: Output to Server:
  85. [15:34:15:690633 +02:00] [Thread 7928] extDB3: Input from Server: 1:SQL:TEST3:testing
  86. [15:34:15:690644 +02:00] [Thread 7928] extDB3: Output to Server:
  87. [15:34:15:690951 +02:00] [Thread 7928] extDB3: Input from Server: 1:SQL:TEST4:testing
  88. [15:34:15:690962 +02:00] [Thread 7928] extDB3: Output to Server:
  89. [15:34:15:690967 +02:00] [Thread 7928] extDB3: Input from Server: 1:SQL:TEST5:testing
  90. [15:34:15:690973 +02:00] [Thread 7928] extDB3: Output to Server:
  91. [15:34:15:691347 +02:00] [Thread 7928] extDB3: Input from Server: 1:SQL:TEST1:testing
  92. [15:34:15:691356 +02:00] [Thread 7928] extDB3: Output to Server:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement