Share Pastebin
Guest
Public paste!

Sephi-Chan

By: a guest | May 21st, 2008 | Syntax: JavaScript | Size: 1.40 KB | Hits: 86 | Expires: Never
Copy text to clipboard
  1. {
  2.     "card": 4,
  3.     "1": {
  4.         "category": "account",
  5.         "action": "subscription",
  6.         "timestamp": 1211398000,
  7.         "ip": "82.121.24.201",
  8.         "userId": 67,
  9.         "userName": "Sephi-Chan",
  10.         "threat": 20
  11.     },
  12.     "2": {
  13.         "category": "account",
  14.         "action": "logout",
  15.         "timestamp": 1211398500,
  16.         "ip": "82.121.24.201",
  17.         "description": "Player tries to logout whereas he was not logged.",
  18.         "threat": 60
  19.     },
  20.     "3": {
  21.         "category": "account",
  22.         "action": "login",
  23.         "timestamp": 1211399000,
  24.         "ip": "82.121.24.201",
  25.         "userId": 67,
  26.         "userName": "Sephi-Chan",
  27.         "threat": 10
  28.     },
  29.     "4": {
  30.         "category": "trade",
  31.         "action": "trade",
  32.         "timestamp": 1211399500,
  33.         "ip": "82.121.24.201",
  34.         "userId": 67,
  35.         "userName": "Sephi-Chan",
  36.         "userGoods": {
  37.             "money": 1000,
  38.             "items": [
  39.                 {
  40.                     "itemId": 124,
  41.                     "itemName": "Karven Battle-Helm",
  42.                     "quantity": 1
  43.                 },
  44.                 {
  45.                     "itemId": 16,
  46.                     "itemName": "Pomme de terre",
  47.                     "quantity": 1
  48.                 }
  49.             ]
  50.         },
  51.         "targetId": 28,
  52.         "targetName": "Dryops",
  53.         "threat": 10
  54.     }
  55. }