Advertisement
6jarjar6

Snapmatic Var

Dec 18th, 2013
737
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1.  
  2. var siteMaster = {
  3. cdnBase: 'http://cdn.sc.rockstargames.com',
  4. jsBase: 'http://cdn.sc.rockstargames.com/js/20131217a',
  5. cssBase: 'http://cdn.sc.rockstargames.com/css/20131217a',
  6. cloudBase: 'http://prod.cloud.rockstargames.com',
  7. avatarBase: 'http://cdn.sc.rockstargames.com/images/avatars/',
  8. avatarDefault: 'http://cdn.sc.rockstargames.com/images/avatars/default.png',
  9. emblemBase: 'http://prod.cloud.rockstargames.com/crews/sc/{0}/{1}/publish/emblem/emblem_{2}.png',
  10. emblemDefault: 'http://cdn.sc.rockstargames.com/images/emblems/128x128/rockstar1.png',
  11. fbAppId: '386536538045446',
  12. fbScope: 'email,user_birthday,publish_stream',
  13. fbChnUrl: "//" + window.location.host + "/crossdomain/channel.htm",
  14. isLoggedIn: true,
  15. fbSharing: true,
  16. twitterSharing: true,
  17. act: true,
  18. actInt: 360,
  19. actCnt: 0,
  20. mpStreamPoll: 300,
  21. sessionmins: 7,
  22. keepAliveTimes: 3,
  23. liEnabled: true,
  24. liBaseUrl: 'http://www.lifeinvader.com',
  25. gtavEnabled: true,
  26.  
  27. loginTracker: false,
  28. setCookies: ["https://www.lifeinvader.com/auth/Home/SetCookie?token="],
  29. destCookies: ["https://www.lifeinvader.com/auth/Home/DestroyCookie?"],
  30. ssoEnabled: true,
  31.  
  32. liThemeEnabled: true,
  33.  
  34. crewsCommunity: true,
  35. loc: true,
  36. isCrewsEnabled: true,
  37.  
  38. authUserNickName: 'NGU_6jarjar6',
  39. authUserId: 15894645,
  40. authUserAvatar: 'GTAIV/GTAIV_BRANDS263.png',
  41. isEnabledAnalytics: true
  42. },
  43. require = {
  44. baseUrl: siteMaster.jsBase,
  45.  
  46. paths: {
  47. "jquery": "jquery-1.7.1.min",
  48. "backbone" : "backbone-0.9.2-AMD",
  49. "domReady" : "utils/domReady",
  50. "underscore-hbs" : "Handlebars/underscore",
  51. "underscore" : "vendor/underscore",
  52. "raphaeljs": "vendor/raphaeljs",
  53. "raphael": "vendor/raphaeljs/raphael-2.1.1",
  54. "timeago": "vendor/jquery-timeago/jquery.timeago",
  55. "timeagolocale": "vendor/jquery-timeago/locales/jquery.timeago.en"
  56. },
  57. waitSeconds: 0,
  58. deps: ["common"],
  59. callback: requireJsDepsCallback,
  60.  
  61. hbs : {
  62.  
  63. disableI18n : true
  64. }
  65. };
  66.  
  67.  
  68. ------------------------------------------------------------
  69.  
  70.  
  71.  
  72. var root = '/games/gtav/career/overview/';
  73. var config = {
  74. root: '/games/gtav/career/overview/'
  75. };
  76. var SCSettings = {
  77. platform: 2,
  78. gameType: 11,
  79. compareEndpoint: '/games/gtav/career/overviewCompare', // Method which returns the JSON data to populate the compare grid - works fine
  80. detailEndpoint: '/games/gtav/career/overviewAjax', // Method which loads the detail view (single user view)
  81. callbackParams: {character: 'Michael'},
  82. dataAttribute: 'id',
  83. nickname: '',
  84. prevSelections: '',
  85. urlRootPanel: root + 'page',
  86. psnLoginUrl: 'https://account.sonyentertainmentnetwork.com/external/auth/login.action?service-entity=psn&request_locale=en_US&returnURL=https://socialclub.rockstargames.com/link/np/callback',
  87. Unavailable: 'false',
  88. slot: '0',
  89. character: 'Michael',
  90. charNavParams: { areSpCharsGrouped: false, spCharsShown: true, mpCharsShown: true },
  91. comparing: 'false'
  92. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement