Advertisement
Guest User

Untitled

a guest
Dec 4th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.78 KB | None | 0 0
  1. IncomingMessage {
  2. _readableState:
  3. ReadableState {
  4. objectMode: false,
  5. highWaterMark: 16384,
  6. buffer: BufferList { head: null, tail: null, length: 0 },
  7. length: 0,
  8. pipes: null,
  9. pipesCount: 0,
  10. flowing: true,
  11. ended: true,
  12. endEmitted: true,
  13. reading: false,
  14. sync: false,
  15. needReadable: false,
  16. emittedReadable: false,
  17. readableListening: false,
  18. resumeScheduled: false,
  19. emitClose: true,
  20. destroyed: false,
  21. defaultEncoding: 'utf8',
  22. awaitDrain: 0,
  23. readingMore: false,
  24. decoder: null,
  25. encoding: null },
  26. readable: false,
  27. _events:
  28. { end: [ [Function: responseOnEnd], [Function] ],
  29. close: [ [Function], [Function] ],
  30. data: [Function],
  31. error: [Function] },
  32. _eventsCount: 4,
  33. _maxListeners: undefined,
  34. socket:
  35. Socket {
  36. connecting: false,
  37. _hadError: false,
  38. _handle:
  39. TCP {
  40. reading: true,
  41. onread: [Function: onStreamRead],
  42. onconnection: null,
  43. [Symbol(owner)]: [Circular] },
  44. _parent: null,
  45. _host: 'drakonia.servegame.com',
  46. _readableState:
  47. ReadableState {
  48. objectMode: false,
  49. highWaterMark: 16384,
  50. buffer: BufferList { head: null, tail: null, length: 0 },
  51. length: 0,
  52. pipes: null,
  53. pipesCount: 0,
  54. flowing: true,
  55. ended: false,
  56. endEmitted: false,
  57. reading: false,
  58. sync: false,
  59. needReadable: true,
  60. emittedReadable: false,
  61. readableListening: false,
  62. resumeScheduled: false,
  63. emitClose: false,
  64. destroyed: false,
  65. defaultEncoding: 'utf8',
  66. awaitDrain: 0,
  67. readingMore: true,
  68. decoder: null,
  69. encoding: null },
  70. readable: true,
  71. _events:
  72. { end: [Function: onReadableStreamEnd],
  73. free: [Function: onFree],
  74. close: [Array],
  75. agentRemove: [Function: onRemove],
  76. drain: [Function: ondrain],
  77. error: [Function: socketErrorListener],
  78. finish: [Function] },
  79. _eventsCount: 7,
  80. _maxListeners: undefined,
  81. _writableState:
  82. WritableState {
  83. objectMode: false,
  84. highWaterMark: 16384,
  85. finalCalled: true,
  86. needDrain: false,
  87. ending: true,
  88. ended: true,
  89. finished: false,
  90. destroyed: false,
  91. decodeStrings: false,
  92. defaultEncoding: 'utf8',
  93. length: 0,
  94. writing: false,
  95. corked: 0,
  96. sync: false,
  97. bufferProcessing: false,
  98. onwrite: [Function: bound onwrite],
  99. writecb: null,
  100. writelen: 0,
  101. bufferedRequest: null,
  102. lastBufferedRequest: null,
  103. pendingcb: 1,
  104. prefinished: false,
  105. errorEmitted: false,
  106. emitClose: false,
  107. bufferedRequestCount: 0,
  108. corkedRequestsFree: [Object] },
  109. writable: false,
  110. allowHalfOpen: false,
  111. _sockname: null,
  112. _pendingData: null,
  113. _pendingEncoding: '',
  114. server: null,
  115. _server: null,
  116. parser: null,
  117. _httpMessage:
  118. ClientRequest {
  119. _events: [Object],
  120. _eventsCount: 5,
  121. _maxListeners: undefined,
  122. output: [],
  123. outputEncodings: [],
  124. outputCallbacks: [],
  125. outputSize: 0,
  126. writable: true,
  127. _last: true,
  128. chunkedEncoding: false,
  129. shouldKeepAlive: false,
  130. useChunkedEncodingByDefault: false,
  131. sendDate: false,
  132. _removedConnection: false,
  133. _removedContLen: false,
  134. _removedTE: false,
  135. _contentLength: 0,
  136. _hasBody: true,
  137. _trailer: '',
  138. finished: true,
  139. _headerSent: true,
  140. socket: [Circular],
  141. connection: [Circular],
  142. _header:
  143. 'GET /api/getData.php?f=json&t=player_reports&c=id,name,posx,posy,posz,report_description,date&o=date&s=desc HTTP/1.1\r\nhost: drakonia.servegame.com\r\nConnection: close\r\n\r\n',
  144. _onPendingData: [Function: noopPendingOutput],
  145. agent: [Agent],
  146. socketPath: undefined,
  147. timeout: undefined,
  148. method: 'GET',
  149. path:
  150. '/api/getData.php?f=json&t=player_reports&c=id,name,posx,posy,posz,report_description,date&o=date&s=desc',
  151. _ended: true,
  152. res: [Circular],
  153. aborted: undefined,
  154. timeoutCb: null,
  155. upgradeOrConnect: false,
  156. parser: null,
  157. maxHeadersCount: null,
  158. [Symbol(isCorked)]: false,
  159. [Symbol(outHeadersKey)]: [Object] },
  160. [Symbol(asyncId)]: 61,
  161. [Symbol(lastWriteQueueSize)]: 0,
  162. [Symbol(timeout)]: null,
  163. [Symbol(kBytesRead)]: 0,
  164. [Symbol(kBytesWritten)]: 0 },
  165. connection:
  166. Socket {
  167. connecting: false,
  168. _hadError: false,
  169. _handle:
  170. TCP {
  171. reading: true,
  172. onread: [Function: onStreamRead],
  173. onconnection: null,
  174. [Symbol(owner)]: [Circular] },
  175. _parent: null,
  176. _host: 'drakonia.servegame.com',
  177. _readableState:
  178. ReadableState {
  179. objectMode: false,
  180. highWaterMark: 16384,
  181. buffer: BufferList { head: null, tail: null, length: 0 },
  182. length: 0,
  183. pipes: null,
  184. pipesCount: 0,
  185. flowing: true,
  186. ended: false,
  187. endEmitted: false,
  188. reading: false,
  189. sync: false,
  190. needReadable: true,
  191. emittedReadable: false,
  192. readableListening: false,
  193. resumeScheduled: false,
  194. emitClose: false,
  195. destroyed: false,
  196. defaultEncoding: 'utf8',
  197. awaitDrain: 0,
  198. readingMore: true,
  199. decoder: null,
  200. encoding: null },
  201. readable: true,
  202. _events:
  203. { end: [Function: onReadableStreamEnd],
  204. free: [Function: onFree],
  205. close: [Array],
  206. agentRemove: [Function: onRemove],
  207. drain: [Function: ondrain],
  208. error: [Function: socketErrorListener],
  209. finish: [Function] },
  210. _eventsCount: 7,
  211. _maxListeners: undefined,
  212. _writableState:
  213. WritableState {
  214. objectMode: false,
  215. highWaterMark: 16384,
  216. finalCalled: true,
  217. needDrain: false,
  218. ending: true,
  219. ended: true,
  220. finished: false,
  221. destroyed: false,
  222. decodeStrings: false,
  223. defaultEncoding: 'utf8',
  224. length: 0,
  225. writing: false,
  226. corked: 0,
  227. sync: false,
  228. bufferProcessing: false,
  229. onwrite: [Function: bound onwrite],
  230. writecb: null,
  231. writelen: 0,
  232. bufferedRequest: null,
  233. lastBufferedRequest: null,
  234. pendingcb: 1,
  235. prefinished: false,
  236. errorEmitted: false,
  237. emitClose: false,
  238. bufferedRequestCount: 0,
  239. corkedRequestsFree: [Object] },
  240. writable: false,
  241. allowHalfOpen: false,
  242. _sockname: null,
  243. _pendingData: null,
  244. _pendingEncoding: '',
  245. server: null,
  246. _server: null,
  247. parser: null,
  248. _httpMessage:
  249. ClientRequest {
  250. _events: [Object],
  251. _eventsCount: 5,
  252. _maxListeners: undefined,
  253. output: [],
  254. outputEncodings: [],
  255. outputCallbacks: [],
  256. outputSize: 0,
  257. writable: true,
  258. _last: true,
  259. chunkedEncoding: false,
  260. shouldKeepAlive: false,
  261. useChunkedEncodingByDefault: false,
  262. sendDate: false,
  263. _removedConnection: false,
  264. _removedContLen: false,
  265. _removedTE: false,
  266. _contentLength: 0,
  267. _hasBody: true,
  268. _trailer: '',
  269. finished: true,
  270. _headerSent: true,
  271. socket: [Circular],
  272. connection: [Circular],
  273. _header:
  274. 'GET /api/getData.php?f=json&t=player_reports&c=id,name,posx,posy,posz,report_description,date&o=date&s=desc HTTP/1.1\r\nhost: drakonia.servegame.com\r\nConnection: close\r\n\r\n',
  275. _onPendingData: [Function: noopPendingOutput],
  276. agent: [Agent],
  277. socketPath: undefined,
  278. timeout: undefined,
  279. method: 'GET',
  280. path:
  281. '/api/getData.php?f=json&t=player_reports&c=id,name,posx,posy,posz,report_description,date&o=date&s=desc',
  282. _ended: true,
  283. res: [Circular],
  284. aborted: undefined,
  285. timeoutCb: null,
  286. upgradeOrConnect: false,
  287. parser: null,
  288. maxHeadersCount: null,
  289. [Symbol(isCorked)]: false,
  290. [Symbol(outHeadersKey)]: [Object] },
  291. [Symbol(asyncId)]: 61,
  292. [Symbol(lastWriteQueueSize)]: 0,
  293. [Symbol(timeout)]: null,
  294. [Symbol(kBytesRead)]: 0,
  295. [Symbol(kBytesWritten)]: 0 },
  296. httpVersionMajor: 1,
  297. httpVersionMinor: 1,
  298. httpVersion: '1.1',
  299. complete: true,
  300. headers:
  301. { date: 'Tue, 04 Dec 2018 23:13:17 GMT',
  302. server: 'Apache/2.4.35 (Win32) OpenSSL/1.1.0i PHP/7.2.11',
  303. 'x-powered-by': 'PHP/7.2.11',
  304. 'x-content-type-options': 'nosniff',
  305. 'x-frame-options': 'SAMEORIGIN',
  306. 'x-xss-protection': '1; mode=block',
  307. 'cache-control': 'public, max-age=60',
  308. connection: 'close',
  309. 'transfer-encoding': 'chunked',
  310. 'content-type': 'application/json' },
  311. rawHeaders:
  312. [ 'Date',
  313. 'Tue, 04 Dec 2018 23:13:17 GMT',
  314. 'Server',
  315. 'Apache/2.4.35 (Win32) OpenSSL/1.1.0i PHP/7.2.11',
  316. 'X-Powered-By',
  317. 'PHP/7.2.11',
  318. 'X-Content-Type-Options',
  319. 'nosniff',
  320. 'X-FRAME-OPTIONS',
  321. 'SAMEORIGIN',
  322. 'X-XSS-Protection',
  323. '1; mode=block',
  324. 'Cache-Control',
  325. 'public, max-age=60',
  326. 'Connection',
  327. 'close',
  328. 'Transfer-Encoding',
  329. 'chunked',
  330. 'Content-Type',
  331. 'application/json' ],
  332. trailers: {},
  333. rawTrailers: [],
  334. aborted: false,
  335. upgrade: false,
  336. url: '',
  337. method: null,
  338. statusCode: 200,
  339. statusMessage: 'OK',
  340. client:
  341. Socket {
  342. connecting: false,
  343. _hadError: false,
  344. _handle:
  345. TCP {
  346. reading: true,
  347. onread: [Function: onStreamRead],
  348. onconnection: null,
  349. [Symbol(owner)]: [Circular] },
  350. _parent: null,
  351. _host: 'drakonia.servegame.com',
  352. _readableState:
  353. ReadableState {
  354. objectMode: false,
  355. highWaterMark: 16384,
  356. buffer: BufferList { head: null, tail: null, length: 0 },
  357. length: 0,
  358. pipes: null,
  359. pipesCount: 0,
  360. flowing: true,
  361. ended: false,
  362. endEmitted: false,
  363. reading: false,
  364. sync: false,
  365. needReadable: true,
  366. emittedReadable: false,
  367. readableListening: false,
  368. resumeScheduled: false,
  369. emitClose: false,
  370. destroyed: false,
  371. defaultEncoding: 'utf8',
  372. awaitDrain: 0,
  373. readingMore: true,
  374. decoder: null,
  375. encoding: null },
  376. readable: true,
  377. _events:
  378. { end: [Function: onReadableStreamEnd],
  379. free: [Function: onFree],
  380. close: [Array],
  381. agentRemove: [Function: onRemove],
  382. drain: [Function: ondrain],
  383. error: [Function: socketErrorListener],
  384. finish: [Function] },
  385. _eventsCount: 7,
  386. _maxListeners: undefined,
  387. _writableState:
  388. WritableState {
  389. objectMode: false,
  390. highWaterMark: 16384,
  391. finalCalled: true,
  392. needDrain: false,
  393. ending: true,
  394. ended: true,
  395. finished: false,
  396. destroyed: false,
  397. decodeStrings: false,
  398. defaultEncoding: 'utf8',
  399. length: 0,
  400. writing: false,
  401. corked: 0,
  402. sync: false,
  403. bufferProcessing: false,
  404. onwrite: [Function: bound onwrite],
  405. writecb: null,
  406. writelen: 0,
  407. bufferedRequest: null,
  408. lastBufferedRequest: null,
  409. pendingcb: 1,
  410. prefinished: false,
  411. errorEmitted: false,
  412. emitClose: false,
  413. bufferedRequestCount: 0,
  414. corkedRequestsFree: [Object] },
  415. writable: false,
  416. allowHalfOpen: false,
  417. _sockname: null,
  418. _pendingData: null,
  419. _pendingEncoding: '',
  420. server: null,
  421. _server: null,
  422. parser: null,
  423. _httpMessage:
  424. ClientRequest {
  425. _events: [Object],
  426. _eventsCount: 5,
  427. _maxListeners: undefined,
  428. output: [],
  429. outputEncodings: [],
  430. outputCallbacks: [],
  431. outputSize: 0,
  432. writable: true,
  433. _last: true,
  434. chunkedEncoding: false,
  435. shouldKeepAlive: false,
  436. useChunkedEncodingByDefault: false,
  437. sendDate: false,
  438. _removedConnection: false,
  439. _removedContLen: false,
  440. _removedTE: false,
  441. _contentLength: 0,
  442. _hasBody: true,
  443. _trailer: '',
  444. finished: true,
  445. _headerSent: true,
  446. socket: [Circular],
  447. connection: [Circular],
  448. _header:
  449. 'GET /api/getData.php?f=json&t=player_reports&c=id,name,posx,posy,posz,report_description,date&o=date&s=desc HTTP/1.1\r\nhost: drakonia.servegame.com\r\nConnection: close\r\n\r\n',
  450. _onPendingData: [Function: noopPendingOutput],
  451. agent: [Agent],
  452. socketPath: undefined,
  453. timeout: undefined,
  454. method: 'GET',
  455. path:
  456. '/api/getData.php?f=json&t=player_reports&c=id,name,posx,posy,posz,report_description,date&o=date&s=desc',
  457. _ended: true,
  458. res: [Circular],
  459. aborted: undefined,
  460. timeoutCb: null,
  461. upgradeOrConnect: false,
  462. parser: null,
  463. maxHeadersCount: null,
  464. [Symbol(isCorked)]: false,
  465. [Symbol(outHeadersKey)]: [Object] },
  466. [Symbol(asyncId)]: 61,
  467. [Symbol(lastWriteQueueSize)]: 0,
  468. [Symbol(timeout)]: null,
  469. [Symbol(kBytesRead)]: 0,
  470. [Symbol(kBytesWritten)]: 0 },
  471. _consuming: true,
  472. _dumped: false,
  473. req:
  474. ClientRequest {
  475. _events:
  476. { socket: [Function],
  477. response: [Function: bound ],
  478. error: [Function: bound ],
  479. drain: [Function],
  480. prefinish: [Function: requestOnPrefinish] },
  481. _eventsCount: 5,
  482. _maxListeners: undefined,
  483. output: [],
  484. outputEncodings: [],
  485. outputCallbacks: [],
  486. outputSize: 0,
  487. writable: true,
  488. _last: true,
  489. chunkedEncoding: false,
  490. shouldKeepAlive: false,
  491. useChunkedEncodingByDefault: false,
  492. sendDate: false,
  493. _removedConnection: false,
  494. _removedContLen: false,
  495. _removedTE: false,
  496. _contentLength: 0,
  497. _hasBody: true,
  498. _trailer: '',
  499. finished: true,
  500. _headerSent: true,
  501. socket:
  502. Socket {
  503. connecting: false,
  504. _hadError: false,
  505. _handle: [TCP],
  506. _parent: null,
  507. _host: 'drakonia.servegame.com',
  508. _readableState: [ReadableState],
  509. readable: true,
  510. _events: [Object],
  511. _eventsCount: 7,
  512. _maxListeners: undefined,
  513. _writableState: [WritableState],
  514. writable: false,
  515. allowHalfOpen: false,
  516. _sockname: null,
  517. _pendingData: null,
  518. _pendingEncoding: '',
  519. server: null,
  520. _server: null,
  521. parser: null,
  522. _httpMessage: [Circular],
  523. [Symbol(asyncId)]: 61,
  524. [Symbol(lastWriteQueueSize)]: 0,
  525. [Symbol(timeout)]: null,
  526. [Symbol(kBytesRead)]: 0,
  527. [Symbol(kBytesWritten)]: 0 },
  528. connection:
  529. Socket {
  530. connecting: false,
  531. _hadError: false,
  532. _handle: [TCP],
  533. _parent: null,
  534. _host: 'drakonia.servegame.com',
  535. _readableState: [ReadableState],
  536. readable: true,
  537. _events: [Object],
  538. _eventsCount: 7,
  539. _maxListeners: undefined,
  540. _writableState: [WritableState],
  541. writable: false,
  542. allowHalfOpen: false,
  543. _sockname: null,
  544. _pendingData: null,
  545. _pendingEncoding: '',
  546. server: null,
  547. _server: null,
  548. parser: null,
  549. _httpMessage: [Circular],
  550. [Symbol(asyncId)]: 61,
  551. [Symbol(lastWriteQueueSize)]: 0,
  552. [Symbol(timeout)]: null,
  553. [Symbol(kBytesRead)]: 0,
  554. [Symbol(kBytesWritten)]: 0 },
  555. _header:
  556. 'GET /api/getData.php?f=json&t=player_reports&c=id,name,posx,posy,posz,report_description,date&o=date&s=desc HTTP/1.1\r\nhost: drakonia.servegame.com\r\nConnection: close\r\n\r\n',
  557. _onPendingData: [Function: noopPendingOutput],
  558. agent:
  559. Agent {
  560. _events: [Object],
  561. _eventsCount: 1,
  562. _maxListeners: undefined,
  563. defaultPort: 80,
  564. protocol: 'http:',
  565. options: [Object],
  566. requests: {},
  567. sockets: [Object],
  568. freeSockets: {},
  569. keepAliveMsecs: 1000,
  570. keepAlive: false,
  571. maxSockets: Infinity,
  572. maxFreeSockets: 256 },
  573. socketPath: undefined,
  574. timeout: undefined,
  575. method: 'GET',
  576. path:
  577. '/api/getData.php?f=json&t=player_reports&c=id,name,posx,posy,posz,report_description,date&o=date&s=desc',
  578. _ended: true,
  579. res: [Circular],
  580. aborted: undefined,
  581. timeoutCb: null,
  582. upgradeOrConnect: false,
  583. parser: null,
  584. maxHeadersCount: null,
  585. [Symbol(isCorked)]: false,
  586. [Symbol(outHeadersKey)]: { host: [Array] } },
  587. request:
  588. Request {
  589. _events:
  590. { error: [Function: bound ],
  591. complete: [Function: bound ],
  592. pipe: [Function],
  593. data: [Function],
  594. end: [Function] },
  595. _eventsCount: 5,
  596. _maxListeners: undefined,
  597. uri:
  598. Url {
  599. protocol: 'http:',
  600. slashes: true,
  601. auth: null,
  602. host: 'drakonia.servegame.com',
  603. port: 80,
  604. hostname: 'drakonia.servegame.com',
  605. hash: null,
  606. search:
  607. '?f=json&t=player_reports&c=id,name,posx,posy,posz,report_description,date&o=date&s=desc',
  608. query:
  609. 'f=json&t=player_reports&c=id,name,posx,posy,posz,report_description,date&o=date&s=desc',
  610. pathname: '/api/getData.php',
  611. path:
  612. '/api/getData.php?f=json&t=player_reports&c=id,name,posx,posy,posz,report_description,date&o=date&s=desc',
  613. href:
  614. 'http://drakonia.servegame.com/api/getData.php?f=json&t=player_reports&c=id,name,posx,posy,posz,report_description,date&o=date&s=desc' },
  615. callback: [Function],
  616. readable: true,
  617. writable: true,
  618. _qs:
  619. Querystring {
  620. request: [Circular],
  621. lib: [Object],
  622. useQuerystring: undefined,
  623. parseOptions: {},
  624. stringifyOptions: {} },
  625. _auth:
  626. Auth {
  627. request: [Circular],
  628. hasAuth: false,
  629. sentAuth: false,
  630. bearerToken: null,
  631. user: null,
  632. pass: null },
  633. _oauth: OAuth { request: [Circular], params: null },
  634. _multipart:
  635. Multipart {
  636. request: [Circular],
  637. boundary: '74c99e9c-1c5c-4043-947a-9347adc1a896',
  638. chunked: false,
  639. body: null },
  640. _redirect:
  641. Redirect {
  642. request: [Circular],
  643. followRedirect: true,
  644. followRedirects: true,
  645. followAllRedirects: false,
  646. followOriginalHttpMethod: false,
  647. allowRedirect: [Function],
  648. maxRedirects: 10,
  649. redirects: [],
  650. redirectsFollowed: 0,
  651. removeRefererHeader: false },
  652. _tunnel:
  653. Tunnel {
  654. request: [Circular],
  655. proxyHeaderWhiteList: [Array],
  656. proxyHeaderExclusiveList: [] },
  657. headers: {},
  658. setHeader: [Function],
  659. hasHeader: [Function],
  660. getHeader: [Function],
  661. removeHeader: [Function],
  662. method: 'GET',
  663. localAddress: undefined,
  664. pool: {},
  665. dests: [],
  666. __isRequestRequest: true,
  667. _callback: [Function],
  668. proxy: null,
  669. tunnel: false,
  670. setHost: true,
  671. originalCookieHeader: undefined,
  672. _disableCookies: true,
  673. _jar: undefined,
  674. port: 80,
  675. host: 'drakonia.servegame.com',
  676. path:
  677. '/api/getData.php?f=json&t=player_reports&c=id,name,posx,posy,posz,report_description,date&o=date&s=desc',
  678. httpModule:
  679. { _connectionListener: [Function: connectionListener],
  680. METHODS: [Array],
  681. STATUS_CODES: [Object],
  682. Agent: [Function],
  683. ClientRequest: [Function],
  684. globalAgent: [Agent],
  685. IncomingMessage: [Function],
  686. OutgoingMessage: [Function],
  687. Server: [Function],
  688. ServerResponse: [Function],
  689. createServer: [Function: createServer],
  690. get: [Function: get],
  691. request: [Function: request] },
  692. agentClass:
  693. { [Function: Agent] super_: [Function], defaultMaxSockets: Infinity },
  694. agent:
  695. Agent {
  696. _events: [Object],
  697. _eventsCount: 1,
  698. _maxListeners: undefined,
  699. defaultPort: 80,
  700. protocol: 'http:',
  701. options: [Object],
  702. requests: {},
  703. sockets: [Object],
  704. freeSockets: {},
  705. keepAliveMsecs: 1000,
  706. keepAlive: false,
  707. maxSockets: Infinity,
  708. maxFreeSockets: 256 },
  709. _started: true,
  710. href:
  711. 'http://drakonia.servegame.com/api/getData.php?f=json&t=player_reports&c=id,name,posx,posy,posz,report_description,date&o=date&s=desc',
  712. req:
  713. ClientRequest {
  714. _events: [Object],
  715. _eventsCount: 5,
  716. _maxListeners: undefined,
  717. output: [],
  718. outputEncodings: [],
  719. outputCallbacks: [],
  720. outputSize: 0,
  721. writable: true,
  722. _last: true,
  723. chunkedEncoding: false,
  724. shouldKeepAlive: false,
  725. useChunkedEncodingByDefault: false,
  726. sendDate: false,
  727. _removedConnection: false,
  728. _removedContLen: false,
  729. _removedTE: false,
  730. _contentLength: 0,
  731. _hasBody: true,
  732. _trailer: '',
  733. finished: true,
  734. _headerSent: true,
  735. socket: [Socket],
  736. connection: [Socket],
  737. _header:
  738. 'GET /api/getData.php?f=json&t=player_reports&c=id,name,posx,posy,posz,report_description,date&o=date&s=desc HTTP/1.1\r\nhost: drakonia.servegame.com\r\nConnection: close\r\n\r\n',
  739. _onPendingData: [Function: noopPendingOutput],
  740. agent: [Agent],
  741. socketPath: undefined,
  742. timeout: undefined,
  743. method: 'GET',
  744. path:
  745. '/api/getData.php?f=json&t=player_reports&c=id,name,posx,posy,posz,report_description,date&o=date&s=desc',
  746. _ended: true,
  747. res: [Circular],
  748. aborted: undefined,
  749. timeoutCb: null,
  750. upgradeOrConnect: false,
  751. parser: null,
  752. maxHeadersCount: null,
  753. [Symbol(isCorked)]: false,
  754. [Symbol(outHeadersKey)]: [Object] },
  755. ntick: true,
  756. response: [Circular],
  757. originalHost: 'drakonia.servegame.com',
  758. originalHostHeaderName: 'host',
  759. responseContent: [Circular],
  760. _destdata: true,
  761. _ended: true,
  762. _callbackCalled: true },
  763. toJSON: [Function: responseToJSON],
  764. caseless:
  765. Caseless {
  766. dict:
  767. { date: 'Tue, 04 Dec 2018 23:13:17 GMT',
  768. server: 'Apache/2.4.35 (Win32) OpenSSL/1.1.0i PHP/7.2.11',
  769. 'x-powered-by': 'PHP/7.2.11',
  770. 'x-content-type-options': 'nosniff',
  771. 'x-frame-options': 'SAMEORIGIN',
  772. 'x-xss-protection': '1; mode=block',
  773. 'cache-control': 'public, max-age=60',
  774. connection: 'close',
  775. 'transfer-encoding': 'chunked',
  776. 'content-type': 'application/json' } },
  777. body:
  778. '{"data":[{"0":"65","id":"65","1":"Sherizay","name":"Sherizay","2":"0","posx":"0","3":"0","posy":"0","4":"0","posz":"0","5":" OTHER disculpen asi de la nada se resolvio lo de la task","report_description":" OTHER disculpen asi de la nada se resolvio lo de la task","6":"Tue Dec 4 22:34:36 2018","date":"Tue Dec 4 22:34:36 2018"},{"0":"64","id":"64","1":"Sherizay","name":"Sherizay","2":"0","posx":"0","3":"0","posy":"0","4":"0","posz":"0","5":" OTHER Hola, disculpen la molestia, pedi las task de Grizzly adams de Giant Spider, bonebeast y anciet scrab, termine la de Gian spider y fui a reportar con adams, no me aparecio completa y en el quest log ya aparece completa, le digo a adams RANK para saber los puntos y me dice 0 y ya complete una task","report_description":" OTHER Hola, disculpen la molestia, pedi las task de Grizzly adams de Giant Spider, bonebeast y anciet scrab, termine la de Gian spider y fui a reportar con adams, no me aparecio completa y en el quest log ya aparece completa, le digo a adams RANK para saber los puntos y me dice 0 y ya complete una task","6":"Tue Dec 4 22:33:10 2018","date":"Tue Dec 4 22:33:10 2018"},{"0":"63","id":"63","1":"GM Michy","name":"GM Michy","2":"0","posx":"0","3":"0","posy":"0","4":"0","posz":"0","5":" TECHNICAL HOLA","report_description":" TECHNICAL HOLA","6":"Tue Dec 4 21:15:43 2018","date":"Tue Dec 4 21:15:43 2018"},{"0":"61","id":"61","1":"GM Michy","name":"GM Michy","2":"31179","posx":"31179","3":"32799","posy":"32799","4":"7","posz":"7","5":" MAP POSITION ADE","report_description":" MAP POSITION ADE","6":"Tue Dec 4 21:09:58 2018","date":"Tue Dec 4 21:09:58 2018"},{"0":"62","id":"62","1":"GM Michy","name":"GM Michy","2":"31179","posx":"31179","3":"32799","posy":"32799","4":"7","posz":"7","5":"ADE","report_description":"ADE","6":"Tue Dec 4 21:09:58 2018","date":"Tue Dec 4 21:09:58 2018"},{"0":"60","id":"60","1":"GM Michy","name":"GM Michy","2":"0","posx":"0","3":"0","posy":"0","4":"0","posz":"0","5":"asdasdasdasdTECH\\n","report_description":"asdasdasdasdTECH\\n","6":"Tue Dec 4 21:09:45 2018","date":"Tue Dec 4 21:09:45 2018"},{"0":"59","id":"59","1":"GM Michy","name":"GM Michy","2":"0","posx":"0","3":"0","posy":"0","4":"0","posz":"0","5":"asdasdasdasdasdasdasdasd","report_description":"asdasdasdasdasdasdasdasd","6":"Tue Dec 4 21:09:15 2018","date":"Tue Dec 4 21:09:15 2018"},{"0":"58","id":"58","1":"GM Michy","name":"GM Michy","2":"31179","posx":"31179","3":"32799","posy":"32799","4":"7","posz":"7","5":" MAP POSITION asdasdasdad","report_description":" MAP POSITION asdasdasdad","6":"Tue Dec 4 21:07:01 2018","date":"Tue Dec 4 21:07:01 2018"},{"0":"56","id":"56","1":"GM Michy","name":"GM Michy","2":"32385","posx":"32385","3":"32214","posy":"32214","4":"7","posz":"7","5":" MAP POSITION Test para michael","report_description":" MAP POSITION Test para michael","6":"Tue Dec 4 20:35:41 2018","date":"Tue Dec 4 20:35:41 2018"},{"0":"57","id":"57","1":"GM Michy","name":"GM Michy","2":"32385","posx":"32385","3":"32214","posy":"32214","4":"7","posz":"7","5":"Test para michael","report_description":"Test para michael","6":"Tue Dec 4 20:35:41 2018","date":"Tue Dec 4 20:35:41 2018"},{"0":"55","id":"55","1":"Asajj","name":"Asajj","2":"0","posx":"0","3":"0","posy":"0","4":"0","posz":"0","5":"15:41 You see a monk exercise dummy.\\nWrap it in your own house to create a <decoration kit>.\\nno se wrapea, ni se puede mover","report_description":"15:41 You see a monk exercise dummy.\\nWrap it in your own house to create a <decoration kit>.\\nno se wrapea, ni se puede mover","6":"Tue Dec 4 19:43:39 2018","date":"Tue Dec 4 19:43:39 2018"},{"0":"54","id":"54","1":"Halloween","name":"Halloween","2":"0","posx":"0","3":"0","posy":"0","4":"0","posz":"0","5":"la wand of darkness (exevo gran mort) no hace animacion del disparo","report_description":"la wand of darkness (exevo gran mort) no hace animacion del disparo","6":"Tue Dec 4 19:33:46 2018","date":"Tue Dec 4 19:33:46 2018"},{"0":"52","id":"52","1":"Sherizay","name":"Sherizay","2":"0","posx":"0","3":"0","posy":"0","4":"0","posz":"0","5":"no se pueden hacer flechas ni runas dentro de los DP","report_description":"no se pueden hacer flechas ni runas dentro de los DP","6":"Sun Dec 2 23:44:36 2018","date":"Sun Dec 2 23:44:36 2018"},{"0":"50","id":"50","1":"Sherizay","name":"Sherizay","2":"33287","posx":"33287","3":"32479","posy":"32479","4":"6","posz":"6","5":" MAP POSITION la quest de montura de leon esta bug, falta el primer scroll (el que esta en el squeleto) luego que se pasa por el portal se busca el otro scroll y falta que se reconozca un lugar para poder poner las gemas y salga la fuente que da el item.","report_description":" MAP POSITION la quest de montura de leon esta bug, falta el primer scroll (el que esta en el squeleto) luego que se pasa por el portal se busca el otro scroll y falta que se reconozca un lugar para poder poner las gemas y salga la fuente que da el item.","6":"Sun Dec 2 22:09:38 2018","date":"Sun Dec 2 22:09:38 2018"},{"0":"51","id":"51","1":"Sherizay","name":"Sherizay","2":"33287","posx":"33287","3":"32479","posy":"32479","4":"6","posz":"6","5":"la quest de montura de leon esta bug, falta el primer scroll (el que esta en el squeleto) luego que se pasa por el portal se busca el otro scroll y falta que se reconozca un lugar para poder poner las gemas y salga la fuente que da el item.","report_description":"la quest de montura de leon esta bug, falta el primer scroll (el que esta en el squeleto) luego que se pasa por el portal se busca el otro scroll y falta que se reconozca un lugar para poder poner las gemas y salga la fuente que da el item.","6":"Sun Dec 2 22:09:38 2018","date":"Sun Dec 2 22:09:38 2018"},{"0":"49","id":"49","1":"Burbuja Grasosa","name":"Burbuja Grasosa","2":"0","posx":"0","3":"0","posy":"0","4":"0","posz":"0","5":"no deja avanzar en la mision, dice que faltan monster por matar pero solo estoy yo xd\\n","report_description":"no deja avanzar en la mision, dice que faltan monster por matar pero solo estoy yo xd\\n","6":"Sun Dec 2 05:17:25 2018","date":"Sun Dec 2 05:17:25 2018"},{"0":"48","id":"48","1":"Ezreal","name":"Ezreal","2":"0","posx":"0","3":"0","posy":"0","4":"0","posz":"0","5":"Otra sugerencia mia, aumentar el limite del autoloot aunque sea a 20 si se puede","report_description":"Otra sugerencia mia, aumentar el limite del autoloot aunque sea a 20 si se puede","6":"Sun Dec 2 03:49:27 2018","date":"Sun Dec 2 03:49:27 2018"},{"0":"47","id":"47","1":"Ezreal","name":"Ezreal","2":"0","posx":"0","3":"0","posy":"0","4":"0","posz":"0","5":"Hola, env\\u00edo la sugerencia de agregar m\\u00e1s braindeath en la cave de bonelords liberty bay, solo hay 3","report_description":"Hola, env\\u00edo la sugerencia de agregar m\\u00e1s braindeath en la cave de bonelords liberty bay, solo hay 3","6":"Sun Dec 2 03:24:43 2018","date":"Sun Dec 2 03:24:43 2018"},{"0":"46","id":"46","1":"Kuuhaku","name":"Kuuhaku","2":"0","posx":"0","3":"0","posy":"0","4":"0","posz":"0","5":"NPC Adonai\\nTask Ativas:Rat e Orc\\n\\nTasks Inativas:Frost Dragons, Dragons Lords, Dragons, Cyclops, Skeletons, Amazons, Giant Spiders, Frazzlemaws, Guzzlemaws, Wyverns, Silencers, Grim Reapers, Orc Warriors, Hydras, Demons, Orc Leaders, Trolls, Black Knights, Dwarf Soldiers, Wild Warriors, Nomads, Ghouls.","report_description":"NPC Adonai\\nTask Ativas:Rat e Orc\\n\\nTasks Inativas:Frost Dragons, Dragons Lords, Dragons, Cyclops, Skeletons, Amazons, Giant Spiders, Frazzlemaws, Guzzlemaws, Wyverns, Silencers, Grim Reapers, Orc Warriors, Hydras, Demons, Orc Leaders, Trolls, Black Knights, Dwarf Soldiers, Wild Warriors, Nomads, Ghouls.","6":"Sun Dec 2 02:29:30 2018","date":"Sun Dec 2 02:29:30 2018"},{"0":"45","id":"45","1":"Kuuhaku","name":"Kuuhaku","2":"0","posx":"0","3":"0","posy":"0","4":"0","posz":"0","5":"cyclops drone n\\u00e3o lootea gold","report_description":"cyclops drone n\\u00e3o lootea gold","6":"Sun Dec 2 02:12:37 2018","date":"Sun Dec 2 02:12:37 2018"},{"0":"44","id":"44","1":"Kuuhaku","name":"Kuuhaku","2":"0","posx":"0","3":"0","posy":"0","4":"0","posz":"0","5":"npc Adonai n\\u00e3o da a task de cyclops,orc warrior e nem de troll no quest log fora que n\\u00e3o conta quando mata.","report_description":"npc Adonai n\\u00e3o da a task de cyclops,orc warrior e nem de troll no quest log fora que n\\u00e3o conta quando mata.","6":"Sun Dec 2 02:08:26 2018","date":"Sun Dec 2 02:08:26 2018"},{"0":"53","id":"53","1":"Sherizay","name":"Sherizay","2":"0","posx":"0","3":"0","posy":"0","4":"0","posz":"0","5":"imbui mi arco le coloque critico, mana leach y life leach y no funciona","report_description":"imbui mi arco le coloque critico, mana leach y life leach y no funciona","6":"Mon Dec 3 05:14:10 2018","date":"Mon Dec 3 05:14:10 2018"}],"dbInfo":"inppprd"}' }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement