Advertisement
Guest User

Untitled

a guest
Aug 9th, 2017
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.62 KB | None | 0 0
  1. [2017-08-09 08:17:30] [Event] Loading Map
  2. [2017-08-09 08:17:30] [LocalRecords] Current record on Map [Speedy] is [0:22.240] and held by Player [exeqohd]
  3. [UASECO Exception] Error returned: "" [0] at GbxRemote::query() for method "SendDisplayManialinkPageToLogin" with arguments:
  4. array(4) {
  5. [0]=>
  6. string(8) "bnjmnmgn"
  7. [1]=>
  8. string(16234) "<?xml version="1.0" encoding="utf-8" standalone="yes" ?><manialink id="DedimaniaRecordsWidget"
  9.  
  10. name="DedimaniaRecordsWidget" version="3"><stylesheet><style class="labels" textsize="1" scale="1" textcolor="FFFFFFFF"/></stylesheet><frame pos="-161.35 64.875" z-
  11.  
  12. index="0" id="Frame_DedimaniaRecordsWidget"><quad pos="0.25 -0.1875" z-index="0" size="38.9 106.875" action="PluginRecordsEyepiece?Action=showDedimaniaRecordsWindow"
  13.  
  14. bgcolor="55556655" bgcolorfocus="55556688"/><quad pos="0 0" z-index="0.002" size="39.4 107.25" style="Bgs1InRace" substyle="BgEmpty"/><quad pos="1 -4.875" z-
  15.  
  16. index="0.003" size="3.75 101.4375" bgcolor="00000000"/><quad pos="6 -4.875" z-index="0.003" size="9.125 101.4375" bgcolor="00000000"/><quad pos="15.125 -4.875" z-
  17.  
  18. index="0.003" size="23.275 101.4375" bgcolor="00000000"/><quad pos="31.15 -99.05" z-index="0.05" size="8.75 8.75" image="http://maniacdn.net/undef.de/uaseco/records-
  19.  
  20. eyepiece/edge-open-rd-dark.png"/><quad pos="1 -0.675" z-index="0.003" size="37.4 3.75" bgcolor="0099FFDD"/><quad pos="36.6 -2.53125" z-index="0.004" size="3.75 3.75"
  21.  
  22. halign="center" valign="center2" style="BgRaceScore2" substyle="LadderRank"/><label pos="33.8 -1.3125" z-index="0.004" size="32 2.6" class="labels" halign="right"
  23.  
  24. text="Dedimania Records"/><quad pos="1 -5.0625" z-index="0.004" size="37.4 10.125" bgcolor="55557799"/><quad pos="1 -5.0625" z-index="0.005" size="37.4 3.375"
  25.  
  26. bgcolor="66880077"/><quad pos="-3.675 -5.0625" z-index="0.005" size="3.375 3.375" bgcolor="66880077"/><quad pos="39.6 -5.0625" z-index="0.004" size="3.375 3.375"
  27.  
  28. bgcolor="66880077"/><quad pos="-3.475 -5.25" z-index="0.006" size="3 3" style="Icons64x64_1" substyle="ShowRight2"/><quad pos="39.8 -5.25" z-index="0.006" size="3 3"
  29.  
  30. style="Icons64x64_1" substyle="ShowLeft2"/><label pos="5.75 -5.625" z-index="0.007" size="4.25 3.1875" halign="right" class="labels" scale="0.9" text="--."/><label
  31.  
  32. pos="15 -5.625" z-index="0.007" size="9.75 3.1875" halign="right" class="labels" scale="0.9" textcolor="33FF55FF" text="-:--.---"/><label pos="15.5 -5.625" z-
  33.  
  34. index="0.007" size="24.40 3.1875" class="labels" scale="0.9" text="$fffBNJMN$0f6MGN"/><script><!--
  35. /*
  36. * ==================================
  37. * Function:
  38.  
  39. <dedimania_records> @ plugin.records_eyepiece.php
  40. * Author: undef.de
  41. * Website: http://www.undef.name
  42. * License: GPLv3
  43. *
  44.  
  45. ==================================
  46. */
  47. Void MoveIt (CMlFrame _Container, Boolean _ScrollOut, Vec2 _Position) {
  48. if (_ScrollOut == True) {
  49. if
  50.  
  51. (_Container.RelativePosition_V3.X >= 0) {
  52. while (_Container.RelativePosition_V3.X < 200) {
  53.  
  54.  
  55. _Container.RelativePosition_V3.X += 4.0;
  56. yield;
  57. }
  58. }
  59. else if
  60.  
  61. (_Container.RelativePosition_V3.X < 0) {
  62. while (_Container.RelativePosition_V3.X > -240) {
  63.  
  64.  
  65. _Container.RelativePosition_V3.X -= 4.0;
  66. yield;
  67. }
  68. }
  69. }
  70. else {
  71.  
  72.  
  73. _Container.RelativePosition_V3 = _Position;
  74. }
  75. }
  76. main () {
  77. // declare persistent Boolean RecordsEyepieceDedimaniaRecordsVisible = True;
  78. declare Boolean
  79.  
  80. RecordsEyepieceDedimaniaRecordsVisible = True;
  81.  
  82. declare CMlFrame DedimaniaRecordsWidget <=> (Page.GetFirstChild("Frame_DedimaniaRecordsWidget") as CMlFrame);
  83. declare
  84.  
  85. Vec2 OriginalRelativePosition = DedimaniaRecordsWidget.RelativePosition_V3;
  86.  
  87. DedimaniaRecordsWidget.RelativeScale = 1.0;
  88. DedimaniaRecordsWidget.Visible
  89.  
  90. = RecordsEyepieceDedimaniaRecordsVisible;
  91. while (True) {
  92. yield;
  93. if (!PageIsVisible || InputPlayer == Null) {
  94. continue;
  95.  
  96.  
  97. }
  98.  
  99. // Check for pressed F9 to hide the Widget
  100. foreach (Event in PendingEvents) {
  101. switch (Event.Type) {
  102.  
  103.  
  104. case CMlEvent::Type::KeyPress : {
  105. if (Event.KeyName == "F9") {
  106. if
  107.  
  108. (DedimaniaRecordsWidget.Visible == False) {
  109. MoveIt(DedimaniaRecordsWidget, False, OriginalRelativePosition);
  110.  
  111.  
  112. RecordsEyepieceDedimaniaRecordsVisible = True;
  113. }
  114.  
  115.  
  116. else {
  117. MoveIt(DedimaniaRecordsWidget, True, OriginalRelativePosition);
  118.  
  119.  
  120. RecordsEyepieceDedimaniaRecordsVisible = False;
  121. }
  122.  
  123.  
  124. DedimaniaRecordsWidget.Visible = RecordsEyepieceDedimaniaRecordsVisible;
  125. TriggerPageAction("PluginRecordsEyepiece?
  126.  
  127. Action=switchDedimaniaRecordsWidget&Visible="^ DedimaniaRecordsWidget.Visible);
  128. }
  129. }
  130.  
  131.  
  132. }
  133. }
  134. }
  135. }
  136. --></script></frame></manialink><manialink id="LocalRecordsWidget" name="LocalRecordsWidget" version="3"><stylesheet><style class="labels"
  137.  
  138. textsize="1" scale="1" textcolor="FFFFFFFF"/></stylesheet><frame pos="121.6 44.0625" z-index="0" id="Frame_LocalRecordsWidget"><quad pos="0.25 -0.1875" z-index="0"
  139.  
  140. size="38.9 59.625" action="PluginRecordsEyepiece?Action=showLocalRecordsWindow" bgcolor="55556655" bgcolorfocus="55556688"/><quad pos="0 0" z-index="0.002" size="39.4
  141.  
  142. 60" style="Bgs1InRace" substyle="BgEmpty"/><quad pos="1 -4.875" z-index="0.003" size="3.75 54.1875" bgcolor="00000000"/><quad pos="6 -4.875" z-index="0.003"
  143.  
  144. size="9.125 54.1875" bgcolor="00000000"/><quad pos="15.125 -4.875" z-index="0.003" size="23.275 54.1875" bgcolor="00000000"/><quad pos="-0.5 -51.8" z-index="0.05"
  145.  
  146. size="8.75 8.75" image="http://maniacdn.net/undef.de/uaseco/records-eyepiece/edge-open-ld-dark.png"/><quad pos="1 -0.675" z-index="0.003" size="37.4 3.75"
  147.  
  148. bgcolor="0099FFDD"/><quad pos="2.8 -2.53125" z-index="0.004" size="3.75 3.75" halign="center" valign="center2" style="BgRaceScore2" substyle="LadderRank"/><label
  149.  
  150. pos="5.6 -1.3125" z-index="0.004" size="32 2.6" class="labels" halign="left" text="Local Records"/><quad pos="1 -5.0625" z-index="0.004" size="37.4 10.125"
  151.  
  152. bgcolor="55557799"/><label pos="5.75 -5.625" z-index="0.007" size="4.25 3.1875" halign="right" class="labels" scale="0.9" text="1."/><label pos="15 -5.625" z-
  153.  
  154. index="0.007" size="9.75 3.1875" halign="right" class="labels" scale="0.9" textcolor="FFFF00FF" text="0:22.240"/><label pos="15.5 -5.625" z-index="0.007" size="24.40
  155.  
  156. 3.1875" class="labels" scale="0.9" text="$9f9¬$666мѡ$9f9» $fffe$9f9x$fffeqo$9f9"$fffвС"/><label pos="5.75 -9" z-index="0.007" size="4.25 3.1875" halign="right"
  157.  
  158. class="labels" scale="0.9" text="2."/><label pos="15 -9" z-index="0.007" size="9.75 3.1875" halign="right" class="labels" scale="0.9" textcolor="FFFF00FF"
  159.  
  160. text="0:22.403"/><label pos="15.5 -9" z-index="0.007" size="24.40 3.1875" class="labels" scale="0.9" text="$000Black$FFFwar"/><quad pos="1 -11.8125" z-index="0.005"
  161.  
  162. size="37.4 3.375" bgcolor="66880077"/><quad pos="-3.675 -11.8125" z-index="0.005" size="3.375 3.375" bgcolor="66880077"/><quad pos="39.6 -11.8125" z-index="0.004"
  163.  
  164. size="3.375 3.375" bgcolor="66880077"/><quad pos="-3.475 -12" z-index="0.006" size="3 3" style="Icons64x64_1" substyle="ShowRight2"/><quad pos="39.8 -12" z-
  165.  
  166. index="0.006" size="3 3" style="Icons64x64_1" substyle="ShowLeft2"/><label pos="5.75 -12.375" z-index="0.007" size="4.25 3.1875" halign="right" class="labels"
  167.  
  168. scale="0.9" text="3."/><label pos="15 -12.375" z-index="0.007" size="9.75 3.1875" halign="right" class="labels" scale="0.9" textcolor="33FF55FF"
  169.  
  170. text="0:22.417"/><label pos="15.5 -12.375" z-index="0.007" size="24.40 3.1875" class="labels" scale="0.9" text="$fffBNJMN$0f6MGN"/><label pos="5.75 -15.75" z-
  171.  
  172. index="0.007" size="4.25 3.1875" halign="right" class="labels" scale="0.9" text="4."/><label pos="15 -15.75" z-index="0.007" size="9.75 3.1875" halign="right"
  173.  
  174. class="labels" scale="0.9" textcolor="CCCCCCFF" text="0:22.769"/><label pos="15.5 -15.75" z-index="0.007" size="24.40 3.1875" class="labels" scale="0.9"
  175.  
  176. text="exxpiravitz"/><label pos="5.75 -19.125" z-index="0.007" size="4.25 3.1875" halign="right" class="labels" scale="0.9" text="5."/><label pos="15 -19.125" z-
  177.  
  178. index="0.007" size="9.75 3.1875" halign="right" class="labels" scale="0.9" textcolor="CCCCCCFF" text="0:23.084"/><label pos="15.5 -19.125" z-index="0.007" size="24.40
  179.  
  180. 3.1875" class="labels" scale="0.9" text="$C03SacyҒim"/><label pos="5.75 -22.5" z-index="0.007" size="4.25 3.1875" halign="right" class="labels" scale="0.9"
  181.  
  182. text="6."/><label pos="15 -22.5" z-index="0.007" size="9.75 3.1875" halign="right" class="labels" scale="0.9" textcolor="CCCCCCFF" text="0:23.190"/><label pos="15.5 -
  183.  
  184. 22.5" z-index="0.007" size="24.40 3.1875" class="labels" scale="0.9" text="$909Twitch.Tv/$f00Dreidro"/><label pos="5.75 -25.875" z-index="0.007" size="4.25 3.1875"
  185.  
  186. halign="right" class="labels" scale="0.9" text="7."/><label pos="15 -25.875" z-index="0.007" size="9.75 3.1875" halign="right" class="labels" scale="0.9"
  187.  
  188. textcolor="CCCCCCFF" text="0:24.093"/><label pos="15.5 -25.875" z-index="0.007" size="24.40 3.1875" class="labels" scale="0.9" text="toto7799"/><label pos="5.75 -
  189.  
  190. 29.25" z-index="0.007" size="4.25 3.1875" halign="right" class="labels" scale="0.9" text="8."/><label pos="15 -29.25" z-index="0.007" size="9.75 3.1875" halign="right"
  191.  
  192. class="labels" scale="0.9" textcolor="CCCCCCFF" text="0:26.201"/><label pos="15.5 -29.25" z-index="0.007" size="24.40 3.1875" class="labels" scale="0.9"
  193.  
  194. text="$f00AndeR$000"/><label pos="5.75 -32.625" z-index="0.007" size="4.25 3.1875" halign="right" class="labels" scale="0.9" text="9."/><label pos="15 -32.625" z-
  195.  
  196. index="0.007" size="9.75 3.1875" halign="right" class="labels" scale="0.9" textcolor="CCCCCCFF" text="0:27.072"/><label pos="15.5 -32.625" z-index="0.007" size="24.40
  197.  
  198. 3.1875" class="labels" scale="0.9" text="$f00Y$f00a$ff0Sai$0f0Da"/><label pos="5.75 -36" z-index="0.007" size="4.25 3.1875" halign="right" class="labels" scale="0.9"
  199.  
  200. text="10."/><label pos="15 -36" z-index="0.007" size="9.75 3.1875" halign="right" class="labels" scale="0.9" textcolor="CCCCCCFF" text="0:28.145"/><label pos="15.5 -
  201.  
  202. 36" z-index="0.007" size="24.40 3.1875" class="labels" scale="0.9" text="niktorthenat"/><label pos="5.75 -39.375" z-index="0.007" size="4.25 3.1875" halign="right"
  203.  
  204. class="labels" scale="0.9" text="11."/><label pos="15 -39.375" z-index="0.007" size="9.75 3.1875" halign="right" class="labels" scale="0.9" textcolor="CCCCCCFF"
  205.  
  206. text="0:29.637"/><label pos="15.5 -39.375" z-index="0.007" size="24.40 3.1875" class="labels" scale="0.9" text="buster_jerk"/><label pos="5.75 -42.75" z-index="0.007"
  207.  
  208. size="4.25 3.1875" halign="right" class="labels" scale="0.9" text="12."/><label pos="15 -42.75" z-index="0.007" size="9.75 3.1875" halign="right" class="labels"
  209.  
  210. scale="0.9" textcolor="CCCCCCFF" text="0:31.607"/><label pos="15.5 -42.75" z-index="0.007" size="24.40 3.1875" class="labels" scale="0.9" text="adewalin"/><script><!--
  211.  
  212.  
  213. /*
  214. * ==================================
  215. * Function: <local_records> @ plugin.records_eyepiece.php
  216. * Author: undef.de
  217. * Website: http://www.undef.name
  218. *
  219.  
  220. License: GPLv3
  221. * ==================================
  222. */
  223. Void MoveIt (CMlFrame _Container, Boolean _ScrollOut, Vec2 _Position) {
  224. if (_ScrollOut == True) {
  225.  
  226.  
  227. if (_Container.RelativePosition_V3.X >= 0) {
  228. while (_Container.RelativePosition_V3.X < 200) {
  229.  
  230.  
  231. _Container.RelativePosition_V3.X += 4.0;
  232. yield;
  233. }
  234. }
  235. else if
  236.  
  237. (_Container.RelativePosition_V3.X < 0) {
  238. while (_Container.RelativePosition_V3.X > -240) {
  239.  
  240.  
  241. _Container.RelativePosition_V3.X -= 4.0;
  242. yield;
  243. }
  244. }
  245. }
  246. else {
  247.  
  248.  
  249. _Container.RelativePosition_V3 = _Position;
  250. }
  251. }
  252. main () {
  253. // declare persistent Boolean RecordsEyepieceLocalRecordsVisible = True;
  254. declare Boolean
  255.  
  256. RecordsEyepieceLocalRecordsVisible = True;
  257.  
  258. declare CMlFrame LocalRecordsWidget <=> (Page.GetFirstChild("Frame_LocalRecordsWidget") as CMlFrame);
  259. declare
  260.  
  261. Vec2 OriginalRelativePosition = LocalRecordsWidget.RelativePosition_V3;
  262.  
  263. LocalRecordsWidget.RelativeScale = 1.0;
  264. LocalRecordsWidget.Visible
  265.  
  266. = RecordsEyepieceLocalRecordsVisible;
  267. while (True) {
  268. yield;
  269. if (!PageIsVisible || InputPlayer == Null) {
  270. continue;
  271.  
  272.  
  273. }
  274.  
  275. foreach (Event in PendingEvents) {
  276. switch (Event.Type) {
  277. case CMlEvent::Type::KeyPress : {
  278.  
  279.  
  280. if (Event.KeyName == "F9") {
  281. if (LocalRecordsWidget.Visible == False) {
  282.  
  283.  
  284. MoveIt(LocalRecordsWidget, False, OriginalRelativePosition);
  285.  
  286.  
  287. RecordsEyepieceLocalRecordsVisible = True;
  288. }
  289. else {
  290.  
  291.  
  292. MoveIt(LocalRecordsWidget, True, OriginalRelativePosition);
  293.  
  294.  
  295. RecordsEyepieceLocalRecordsVisible = False;
  296. }
  297. LocalRecordsWidget.Visible =
  298.  
  299. RecordsEyepieceLocalRecordsVisible;
  300. TriggerPageAction("PluginRecordsEyepiece?Action=switchLocalRecordsWidget&Visible="^
  301.  
  302. LocalRecordsWidget.Visible);
  303. }
  304. }
  305. }
  306. }
  307. }
  308. }
  309. --
  310.  
  311. ></script></frame></manialink><manialink id="LiveRankingsWidget" name="LiveRankingsWidget" version="3"><stylesheet><style class="labels" textsize="1" scale="1"
  312.  
  313. textcolor="FFFFFFFF"/></stylesheet><frame pos="121.6 -16.3125" z-index="0" id="Frame_LiveRankingsWidget"><quad pos="0.25 -0.1875" z-index="0" size="38.9 36"
  314.  
  315. action="PluginRecordsEyepiece?Action=showLiveRankingsWindow" bgcolor="55556655" bgcolorfocus="55556688"/><quad pos="0 0" z-index="0.002" size="39.4 36.375"
  316.  
  317. style="Bgs1InRace" substyle="BgEmpty"/><quad pos="1 -4.875" z-index="0.003" size="3.75 30.5625" bgcolor="00000000"/><quad pos="6 -4.875" z-index="0.003" size="9.125
  318.  
  319. 30.5625" bgcolor="00000000"/><quad pos="15.125 -4.875" z-index="0.003" size="23.275 30.5625" bgcolor="00000000"/><quad pos="-0.5 -28.175" z-index="0.05" size="8.75
  320.  
  321. 8.75" image="http://maniacdn.net/undef.de/uaseco/records-eyepiece/edge-open-ld-dark.png"/><quad pos="1 -0.675" z-index="0.003" size="37.4 3.75"
  322.  
  323. bgcolor="0099FFDD"/><quad pos="2.8 -2.53125" z-index="0.004" size="3.75 3.75" halign="center" valign="center2" style="BgRaceScore2" substyle="LadderRank"/><label
  324.  
  325. pos="5.6 -1.3125" z-index="0.004" size="32 2.6" class="labels" halign="left" text="Live Rankings"/><quad pos="1 -5.0625" z-index="0.004" size="37.4 10.125"
  326.  
  327. bgcolor="55557799"/><quad pos="1 -5.0625" z-index="0.005" size="37.4 3.375" bgcolor="66880077"/><quad pos="-3.675 -5.0625" z-index="0.005" size="3.375 3.375"
  328.  
  329. bgcolor="66880077"/><quad pos="39.6 -5.0625" z-index="0.004" size="3.375 3.375" bgcolor="66880077"/><quad pos="-3.475 -5.25" z-index="0.006" size="3 3"
  330.  
  331. style="Icons64x64_1" substyle="ShowRight2"/><quad pos="39.8 -5.25" z-index="0.006" size="3 3" style="Icons64x64_1" substyle="ShowLeft2"/><label pos="5.75 -5.625" z-
  332.  
  333. index="0.007" size="4.25 3.1875" halign="right" class="labels" scale="0.9" text="--."/><label pos="15 -5.625" z-index="0.007" size="9.75 3.1875" halign="right"
  334.  
  335. class="labels" scale="0.9" textcolor="33FF55FF" text="-:--.---"/><label pos="15.5 -5.625" z-index="0.007" size="24.40 3.1875" class="labels" scale="0.9"
  336.  
  337. text="$fffBNJMN$0f6MGN"/><script><!--
  338. /*
  339. * ==================================
  340. * Function: <live_rankings> @ plugin.records_eyepiece.php
  341. * Author: undef.de
  342. *
  343.  
  344. Website: http://www.undef.name
  345. * License: GPLv3
  346. * ==================================
  347. */
  348. Void MoveIt (CMlFrame _Container, Boolean _ScrollOut, Vec2
  349.  
  350. _Position) {
  351. if (_ScrollOut == True) {
  352. if (_Container.RelativePosition_V3.X >= 0) {
  353. while (_Container.RelativePosition_V3.X < 200)
  354.  
  355. {
  356. _Container.RelativePosition_V3.X += 4.0;
  357. yield;
  358. }
  359. }
  360. else if
  361.  
  362. (_Container.RelativePosition_V3.X < 0) {
  363. while (_Container.RelativePosition_V3.X > -240) {
  364.  
  365.  
  366. _Container.RelativePosition_V3.X -= 4.0;
  367. yield;
  368. }
  369. }
  370. }
  371. else {
  372.  
  373.  
  374. _Container.RelativePosition_V3 = _Position;
  375. }
  376. }
  377. main () {
  378. // declare persistent Boolean RecordsEyepieceLiveRankingsVisible = True;
  379. declare Boolean
  380.  
  381. RecordsEyepieceLiveRankingsVisible = True;
  382.  
  383. declare CMlFrame LiveRankingsWidget <=> (Page.GetFirstChild("Frame_LiveRankingsWidget") as CMlFrame);
  384. declare
  385.  
  386. Vec2 OriginalRelativePosition = LiveRankingsWidget.RelativePosition_V3;
  387.  
  388. LiveRankingsWidget.RelativeScale = 1.0;
  389. LiveRankingsWidget.Visible
  390.  
  391. = RecordsEyepieceLiveRankingsVisible;
  392. while (True) {
  393. yield;
  394. if (!PageIsVisible || InputPlayer == Null) {
  395. continue;
  396.  
  397.  
  398. }
  399.  
  400. // Check for pressed F9 to hide the Widget
  401. foreach (Event in PendingEvents) {
  402. switch (Event.Type) {
  403.  
  404.  
  405. case CMlEvent::Type::KeyPress : {
  406. if (Event.KeyName == "F9") {
  407. if
  408.  
  409. (LiveRankingsWidget.Visible == False) {
  410. MoveIt(LiveRankingsWidget, False, OriginalRelativePosition);
  411.  
  412.  
  413. RecordsEyepieceLiveRankingsVisible = True;
  414. }
  415.  
  416.  
  417. else {
  418. MoveIt(LiveRankingsWidget, True, OriginalRelativePosition);
  419.  
  420.  
  421. RecordsEyepieceLiveRankingsVisible = False;
  422. }
  423. LiveRankingsWidget.Visible =
  424.  
  425. RecordsEyepieceLiveRankingsVisible;
  426. TriggerPageAction("PluginRecordsEyepiece?Action=switchLiveRankingsWidget&Visible="^
  427.  
  428. LiveRankingsWidget.Visible);
  429. }
  430. }
  431. }
  432. }
  433. }
  434. }
  435. --
  436.  
  437. ></script></frame></manialink>"
  438. [2]=>
  439. int(0)
  440. [3]=>
  441. bool(false)
  442. }
  443.  
  444. [2017-08-09 08:17:30] [Event] Begin Map
  445. [UASECO Exception] Error returned: "" [0] at GbxRemote::query() for method "SendDisplayManialinkPageToLogin" with arguments:
  446. array(4) {
  447. [0]=>
  448. string(8) "bnjmnmgn"
  449. [1]=>
  450. string(8206) "<?xml version="1.0" encoding="utf-8" standalone="yes" ?><manialink id="DedimaniaRecordsWidget"
  451.  
  452. name="DedimaniaRecordsWidget" version="3"><stylesheet><style class="labels" textsize="1" scale="1" textcolor="FFFFFFFF"/></stylesheet><frame pos="-161.35 64.875" z-
  453.  
  454. index="0" id="Frame_DedimaniaRecordsWidget"><quad pos="0.25 -0.1875" z-index="0" size="38.9 106.875" action="PluginRecordsEyepiece?Action=showDedimaniaRecordsWindow"
  455.  
  456. bgcolor="55556655" bgcolorfocus="55556688"/><quad pos="0 0" z-index="0.002" size="39.4 107.25" style="Bgs1InRace" substyle="BgEmpty"/><quad pos="1 -4.875" z-
  457.  
  458. index="0.003" size="3.75 101.4375" bgcolor="00000000"/><quad pos="6 -4.875" z-index="0.003" size="9.125 101.4375" bgcolor="00000000"/><quad pos="15.125 -4.875" z-
  459.  
  460. index="0.003" size="23.275 101.4375" bgcolor="00000000"/><quad pos="31.15 -99.05" z-index="0.05" size="8.75 8.75" image="http://maniacdn.net/undef.de/uaseco/records-
  461.  
  462. eyepiece/edge-open-rd-dark.png"/><quad pos="1 -0.675" z-index="0.003" size="37.4 3.75" bgcolor="0099FFDD"/><quad pos="36.6 -2.53125" z-index="0.004" size="3.75 3.75"
  463.  
  464. halign="center" valign="center2" style="BgRaceScore2" substyle="LadderRank"/><label pos="33.8 -1.3125" z-index="0.004" size="32 2.6" class="labels" halign="right"
  465.  
  466. text="Dedimania Records"/><quad pos="1 -5.0625" z-index="0.004" size="37.4 10.125" bgcolor="55557799"/><label pos="5.75 -5.625" z-index="0.007" size="4.25 3.1875"
  467.  
  468. halign="right" class="labels" scale="0.9" text="1."/><label pos="15 -5.625" z-index="0.007" size="9.75 3.1875" halign="right" class="labels" scale="0.9"
  469.  
  470. textcolor="FFFF00FF" text="0:22.240"/><label pos="15.5 -5.625" z-index="0.007" size="24.40 3.1875" class="labels" scale="0.9" text="$9f9¬$666мѡ$9f9» $fffe$9f9x$fffeqo
  471.  
  472. $9f9"$fffвС"/><label pos="5.75 -9" z-index="0.007" size="4.25 3.1875" halign="right" class="labels" scale="0.9" text="2."/><label pos="15 -9" z-index="0.007"
  473.  
  474. size="9.75 3.1875" halign="right" class="labels" scale="0.9" textcolor="FFFF00FF" text="0:22.403"/><label pos="15.5 -9" z-index="0.007" size="24.40 3.1875"
  475.  
  476. class="labels" scale="0.9" text="$000Black$FFFwar"/><quad pos="1 -11.8125" z-index="0.005" size="37.4 3.375" bgcolor="66880077"/><quad pos="-3.675 -11.8125" z-
  477.  
  478. index="0.005" size="3.375 3.375" bgcolor="66880077"/><quad pos="39.6 -11.8125" z-index="0.004" size="3.375 3.375" bgcolor="66880077"/><quad pos="-3.475 -12" z-
  479.  
  480. index="0.006" size="3 3" style="Icons64x64_1" substyle="ShowRight2"/><quad pos="39.8 -12" z-index="0.006" size="3 3" style="Icons64x64_1" substyle="ShowLeft2"/><label
  481.  
  482. pos="5.75 -12.375" z-index="0.007" size="4.25 3.1875" halign="right" class="labels" scale="0.9" text="3."/><label pos="15 -12.375" z-index="0.007" size="9.75 3.1875"
  483.  
  484. halign="right" class="labels" scale="0.9" textcolor="33FF55FF" text="0:22.417"/><label pos="15.5 -12.375" z-index="0.007" size="24.40 3.1875" class="labels"
  485.  
  486. scale="0.9" text="$fffBNJMN$0f6MGN"/><label pos="5.75 -15.75" z-index="0.007" size="4.25 3.1875" halign="right" class="labels" scale="0.9" text="4."/><label pos="15 -
  487.  
  488. 15.75" z-index="0.007" size="9.75 3.1875" halign="right" class="labels" scale="0.9" textcolor="CCCCCCFF" text="0:22.769"/><label pos="15.5 -15.75" z-index="0.007"
  489.  
  490. size="24.40 3.1875" class="labels" scale="0.9" text="exxpiravitz"/><label pos="5.75 -19.125" z-index="0.007" size="4.25 3.1875" halign="right" class="labels"
  491.  
  492. scale="0.9" text="5."/><label pos="15 -19.125" z-index="0.007" size="9.75 3.1875" halign="right" class="labels" scale="0.9" textcolor="CCCCCCFF"
  493.  
  494. text="0:23.084"/><label pos="15.5 -19.125" z-index="0.007" size="24.40 3.1875" class="labels" scale="0.9" text="$C03SacyҒim"/><label pos="5.75 -22.5" z-index="0.007"
  495.  
  496. size="4.25 3.1875" halign="right" class="labels" scale="0.9" text="6."/><label pos="15 -22.5" z-index="0.007" size="9.75 3.1875" halign="right" class="labels"
  497.  
  498. scale="0.9" textcolor="CCCCCCFF" text="0:23.190"/><label pos="15.5 -22.5" z-index="0.007" size="24.40 3.1875" class="labels" scale="0.9" text="$909Twitch.Tv/
  499.  
  500. $f00Dreidro"/><label pos="5.75 -25.875" z-index="0.007" size="4.25 3.1875" halign="right" class="labels" scale="0.9" text="7."/><label pos="15 -25.875" z-index="0.007"
  501.  
  502. size="9.75 3.1875" halign="right" class="labels" scale="0.9" textcolor="CCCCCCFF" text="0:24.093"/><label pos="15.5 -25.875" z-index="0.007" size="24.40 3.1875"
  503.  
  504. class="labels" scale="0.9" text="toto7799"/><label pos="5.75 -29.25" z-index="0.007" size="4.25 3.1875" halign="right" class="labels" scale="0.9" text="8."/><label
  505.  
  506. pos="15 -29.25" z-index="0.007" size="9.75 3.1875" halign="right" class="labels" scale="0.9" textcolor="CCCCCCFF" text="0:26.201"/><label pos="15.5 -29.25" z-
  507.  
  508. index="0.007" size="24.40 3.1875" class="labels" scale="0.9" text="$f00AndeR$000"/><label pos="5.75 -32.625" z-index="0.007" size="4.25 3.1875" halign="right"
  509.  
  510. class="labels" scale="0.9" text="9."/><label pos="15 -32.625" z-index="0.007" size="9.75 3.1875" halign="right" class="labels" scale="0.9" textcolor="CCCCCCFF"
  511.  
  512. text="0:27.072"/><label pos="15.5 -32.625" z-index="0.007" size="24.40 3.1875" class="labels" scale="0.9" text="$f00Y$f00a$ff0Sai$0f0Da"/><label pos="5.75 -36" z-
  513.  
  514. index="0.007" size="4.25 3.1875" halign="right" class="labels" scale="0.9" text="10."/><label pos="15 -36" z-index="0.007" size="9.75 3.1875" halign="right"
  515.  
  516. class="labels" scale="0.9" textcolor="CCCCCCFF" text="0:28.145"/><label pos="15.5 -36" z-index="0.007" size="24.40 3.1875" class="labels" scale="0.9"
  517.  
  518. text="niktorthenat"/><label pos="5.75 -39.375" z-index="0.007" size="4.25 3.1875" halign="right" class="labels" scale="0.9" text="11."/><label pos="15 -39.375" z-
  519.  
  520. index="0.007" size="9.75 3.1875" halign="right" class="labels" scale="0.9" textcolor="CCCCCCFF" text="0:29.637"/><label pos="15.5 -39.375" z-index="0.007" size="24.40
  521.  
  522. 3.1875" class="labels" scale="0.9" text="buster_jerk"/><label pos="5.75 -42.75" z-index="0.007" size="4.25 3.1875" halign="right" class="labels" scale="0.9"
  523.  
  524. text="12."/><label pos="15 -42.75" z-index="0.007" size="9.75 3.1875" halign="right" class="labels" scale="0.9" textcolor="CCCCCCFF" text="0:31.607"/><label pos="15.5
  525.  
  526. -42.75" z-index="0.007" size="24.40 3.1875" class="labels" scale="0.9" text="adewalin"/><script><!--
  527. /*
  528. * ==================================
  529. * Function:
  530.  
  531. <dedimania_records> @ plugin.records_eyepiece.php
  532. * Author: undef.de
  533. * Website: http://www.undef.name
  534. * License: GPLv3
  535. *
  536.  
  537. ==================================
  538. */
  539. Void MoveIt (CMlFrame _Container, Boolean _ScrollOut, Vec2 _Position) {
  540. if (_ScrollOut == True) {
  541. if
  542.  
  543. (_Container.RelativePosition_V3.X >= 0) {
  544. while (_Container.RelativePosition_V3.X < 200) {
  545.  
  546.  
  547. _Container.RelativePosition_V3.X += 4.0;
  548. yield;
  549. }
  550. }
  551. else if
  552.  
  553. (_Container.RelativePosition_V3.X < 0) {
  554. while (_Container.RelativePosition_V3.X > -240) {
  555.  
  556.  
  557. _Container.RelativePosition_V3.X -= 4.0;
  558. yield;
  559. }
  560. }
  561. }
  562. else {
  563.  
  564.  
  565. _Container.RelativePosition_V3 = _Position;
  566. }
  567. }
  568. main () {
  569. // declare persistent Boolean RecordsEyepieceDedimaniaRecordsVisible = True;
  570. declare Boolean
  571.  
  572. RecordsEyepieceDedimaniaRecordsVisible = True;
  573.  
  574. declare CMlFrame DedimaniaRecordsWidget <=> (Page.GetFirstChild("Frame_DedimaniaRecordsWidget") as CMlFrame);
  575. declare
  576.  
  577. Vec2 OriginalRelativePosition = DedimaniaRecordsWidget.RelativePosition_V3;
  578.  
  579. DedimaniaRecordsWidget.RelativeScale = 1.0;
  580. DedimaniaRecordsWidget.Visible
  581.  
  582. = RecordsEyepieceDedimaniaRecordsVisible;
  583. while (True) {
  584. yield;
  585. if (!PageIsVisible || InputPlayer == Null) {
  586. continue;
  587.  
  588.  
  589. }
  590.  
  591. // Check for pressed F9 to hide the Widget
  592. foreach (Event in PendingEvents) {
  593. switch (Event.Type) {
  594.  
  595.  
  596. case CMlEvent::Type::KeyPress : {
  597. if (Event.KeyName == "F9") {
  598. if
  599.  
  600. (DedimaniaRecordsWidget.Visible == False) {
  601. MoveIt(DedimaniaRecordsWidget, False, OriginalRelativePosition);
  602.  
  603.  
  604. RecordsEyepieceDedimaniaRecordsVisible = True;
  605. }
  606.  
  607.  
  608. else {
  609. MoveIt(DedimaniaRecordsWidget, True, OriginalRelativePosition);
  610.  
  611.  
  612. RecordsEyepieceDedimaniaRecordsVisible = False;
  613. }
  614.  
  615.  
  616. DedimaniaRecordsWidget.Visible = RecordsEyepieceDedimaniaRecordsVisible;
  617. TriggerPageAction("PluginRecordsEyepiece?
  618.  
  619. Action=switchDedimaniaRecordsWidget&Visible="^ DedimaniaRecordsWidget.Visible);
  620. }
  621. }
  622.  
  623.  
  624. }
  625. }
  626. }
  627. }
  628. --></script></frame></manialink>"
  629. [2]=>
  630. int(0)
  631. [3]=>
  632. bool(false)
  633. }
  634.  
  635. [2017-08-09 08:17:39] [Event] Begin Round [1]
  636. [2017-08-09 08:17:39] [Event] Begin Turn [1]
  637. [2017-08-09 08:17:39] [Event] Begin Playing [1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement