Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.64 KB | None | 0 0
  1. ;================================================================================
  2. ;[Steam Friends List by Huan Luu]
  3. ;
  4. ;For this skin to work properly your Steam profile must be public.
  5. ;
  6. ;If you have friends whose Steam profiles are private, they will not show up on
  7. ;the skin.
  8. ;
  9. ;15 friends variant.
  10. ;================================================================================
  11.  
  12. [Rainmeter]
  13. Author=Huan Luu
  14. Update=1000
  15. AccurateText=1
  16. BackgroundMode=2
  17. SolidColor=0,0,0,1
  18.  
  19. [Metadata]
  20. Name=Steam Friends List
  21. Description=Minimal skin that lists 10 of your Steam friends
  22. Version=1.3
  23. Tags=Steam
  24. License=MIT License
  25.  
  26. ;================================================================================
  27. ;[VARIABLES]
  28. ;
  29. ;Make sure to change the ID to match with your Steam ID.
  30. ;I find [steamid.co] a good site for finding your Steam 64 ID.
  31. ;
  32. ;Change the Font variable if you prefer to go with your own to better match your
  33. ;Rainmeter themes.
  34. ;================================================================================
  35.  
  36. [Variables]
  37. ID=76561198001313368
  38. Font=Agency FB
  39. FCWhite=255,255,255,255
  40. FCBlue=84,163,195,255
  41. FCGreen=139,186,71,255
  42. FCGray=102,102,102,255
  43. IDURL=(?siU)<a class="friendBlockLinkOverlay" href="(.*)"></a>
  44. IDD=(?siU)steamid":"(.*)","
  45. FRIEND=(?siU)<div class="friendBlockContent">(.*)<br>
  46. STATUS=(?siU)<span class="friendSmallText">(.*)</span>
  47. SUB="^\s+":"","Last Online:":"Last Online:#CRLF#","<span class=":"","linkFriend_in-game":"",">In-Game<br/>":"In-Game:#CRLF#",'"':"","friend_join_game_dash":"","friend_join_game_link":"",">-":"",">In non-Steam game<br/>":"Non-Steam game:#CRLF#"
  48.  
  49. ;================================================================================
  50. ;[STYLES]
  51. ;
  52. ;Be sure to play around with the FontSize, W(idth), and H(eight) of both the
  53. ;NameStyle and StatusStyle if you change the Font in the Variables .
  54. ;================================================================================
  55.  
  56. [NameStyle]
  57. W=110
  58. H=20
  59. FontSize=12
  60. FontFace=#Font#
  61. FontColor=#FCWhite#
  62. StringAlign=Left
  63. StringStyle=Bold
  64. ClipString=1
  65. AntiAlias=1
  66.  
  67. [StatusStyle]
  68. W=180
  69. H=50
  70. FontSize=12
  71. FontFace=#Font#
  72. StringAlign=Right
  73. ClipString=1
  74. AntiAlias=1
  75.  
  76. ;================================================================================
  77. ;[MEASURES]
  78. ;
  79. ;It would be best if this section is left alone.
  80. ;================================================================================
  81.  
  82. [MeasureSite]
  83. Measure=Plugin
  84. Plugin=WebParser
  85. UpdateRate=60
  86. URL=http://steamcommunity.com/profiles/#ID#/friends
  87. RegExp=(?siU)#FRIEND#.*#STATUS#.*#FRIEND#.*#STATUS#.*#FRIEND#.*#STATUS#.*#FRIEND#.*#STATUS#.*#FRIEND#.*#STATUS#.*#FRIEND#.*#STATUS#.*#FRIEND#.*#STATUS#.*#FRIEND#.*#STATUS#.*#FRIEND#.*#STATUS#.*#FRIEND#.*#STATUS#.*#FRIEND#.*#STATUS#.*#FRIEND#.*#STATUS#.*#FRIEND#.*#STATUS#.*#FRIEND#.*#STATUS#
  88.  
  89. [MeasureName1]
  90. Measure=Plugin
  91. Plugin=WebParser
  92. URL=[MeasureSite]
  93. StringIndex=1
  94. RegExpSubstitute=1
  95. Substitute="^\s+":""
  96.  
  97. [Profile1]
  98. Measure=Plugin
  99. Plugin=WebParser
  100. URL=http://steamcommunity.com/profiles/#ID#/friends
  101. RegExp=#IDURL#
  102. StringIndex=1
  103. FinishAction=[!SetOption ID1 URL [Profile1]][!CommandMeasure ID1 "Update"]
  104. UpdateRate=60
  105.  
  106. [ID1]
  107. Measure=Plugin
  108. Plugin=WebParser
  109. Url=[Profile]
  110. RegExp=#IDD#
  111. StringIndex=1
  112.  
  113. [MeasureStatus1]
  114. Measure=Plugin
  115. Plugin=WebParser
  116. URL=[MeasureSite]
  117. StringIndex=2
  118. RegExpSubstitute=1
  119. Substitute=#SUB#
  120. IfMatch=In-Game|Non-Steam game
  121. IfMatchAction=[!SetOption MeterName1 FontColor #*FCGreen*#]
  122. IfMatch2=Online
  123. IfMatchAction2=[!SetOption MeterName1 FontColor #*FCBlue*#]
  124. IfMatch3=Last Online
  125. IfMatchAction3=[!SetOption MeterName1 FontColor #*FCGray*#]
  126. IfMatchMode=1
  127.  
  128. [MeasureName2]
  129. Measure=Plugin
  130. Plugin=WebParser
  131. URL=[MeasureSite]
  132. StringIndex=3
  133. RegExpSubstitute=1
  134. Substitute="^\s+":""
  135.  
  136. [Profile2]
  137. Measure=Plugin
  138. Plugin=WebParser
  139. URL=http://steamcommunity.com/profiles/#ID#/friends
  140. RegExp=#IDURL#.*#IDURL#
  141. StringIndex=2
  142. FinishAction=[!SetOption ID2 URL [Profile2]][!CommandMeasure ID2 "Update"]
  143. UpdateRate=60
  144.  
  145. [ID2]
  146. Measure=Plugin
  147. Plugin=WebParser
  148. Url=[Profile]
  149. RegExp=#IDD#
  150. StringIndex=1
  151.  
  152. [MeasureStatus2]
  153. Measure=Plugin
  154. Plugin=WebParser
  155. URL=[MeasureSite]
  156. StringIndex=4
  157. RegExpSubstitute=1
  158. Substitute=#SUB#
  159. IfMatch=In-Game:|Non-Steam game:
  160. IfMatchAction=[!SetOption MeterName2 FontColor #*FCGreen*#]
  161. IfMatch2=Online
  162. IfMatchAction2=[!SetOption MeterName2 FontColor #*FCBlue*#]
  163. IfMatch3=Last Online
  164. IfMatchAction3=[!SetOption MeterName2 FontColor #*FCGray*#]
  165. IfMatchMode=1
  166.  
  167. [MeasureName3]
  168. Measure=Plugin
  169. Plugin=WebParser
  170. URL=[MeasureSite]
  171. StringIndex=5
  172. RegExpSubstitute=1
  173. Substitute="^\s+":""
  174.  
  175. [Profile3]
  176. Measure=Plugin
  177. Plugin=WebParser
  178. URL=http://steamcommunity.com/profiles/#ID#/friends
  179. RegExp=#IDURL#.*#IDURL#.*#IDURL#
  180. StringIndex=3
  181. FinishAction=[!SetOption ID3 URL [Profile3]][!CommandMeasure ID3 "Update"]
  182. UpdateRate=60
  183.  
  184. [ID3]
  185. Measure=Plugin
  186. Plugin=WebParser
  187. Url=[Profile]
  188. RegExp=#IDD#
  189. StringIndex=1
  190.  
  191. [MeasureStatus3]
  192. Measure=Plugin
  193. Plugin=WebParser
  194. URL=[MeasureSite]
  195. StringIndex=6
  196. RegExpSubstitute=1
  197. Substitute=#SUB#
  198. IfMatch=In-Game:|Non-Steam game:
  199. IfMatchAction=[!SetOption MeterName3 FontColor #*FCGreen*#]
  200. IfMatch2=Online
  201. IfMatchAction2=[!SetOption MeterName3 FontColor #*FCBlue*#]
  202. IfMatch3=Last Online
  203. IfMatchAction3=[!SetOption MeterName3 FontColor #*FCGray*#]
  204. IfMatchMode=1
  205.  
  206. [MeasureName4]
  207. Measure=Plugin
  208. Plugin=WebParser
  209. URL=[MeasureSite]
  210. StringIndex=7
  211. RegExpSubstitute=1
  212. Substitute="^\s+":""
  213.  
  214. [Profile4]
  215. Measure=Plugin
  216. Plugin=WebParser
  217. URL=http://steamcommunity.com/profiles/#ID#/friends
  218. RegExp=#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#
  219. StringIndex=4
  220. FinishAction=[!SetOption ID4 URL [Profile4]][!CommandMeasure ID4 "Update"]
  221. UpdateRate=60
  222.  
  223. [ID4]
  224. Measure=Plugin
  225. Plugin=WebParser
  226. Url=[Profile]
  227. RegExp=#IDD#
  228. StringIndex=1
  229.  
  230. [MeasureStatus4]
  231. Measure=Plugin
  232. Plugin=WebParser
  233. URL=[MeasureSite]
  234. StringIndex=8
  235. RegExpSubstitute=1
  236. Substitute=#SUB#
  237. IfMatch=In-Game:|Non-Steam game:
  238. IfMatchAction=[!SetOption MeterName4 FontColor #*FCGreen*#]
  239. IfMatch2=Online
  240. IfMatchAction2=[!SetOption MeterName4 FontColor #*FCBlue*#]
  241. IfMatch3=Last Online
  242. IfMatchAction3=[!SetOption MeterName4 FontColor #*FCGray*#]
  243. IfMatchMode=1
  244.  
  245. [MeasureName5]
  246. Measure=Plugin
  247. Plugin=WebParser
  248. URL=[MeasureSite]
  249. StringIndex=9
  250. RegExpSubstitute=1
  251. Substitute="^\s+":""
  252.  
  253. [Profile5]
  254. Measure=Plugin
  255. Plugin=WebParser
  256. URL=http://steamcommunity.com/profiles/#ID#/friends
  257. RegExp=#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#
  258. StringIndex=5
  259. FinishAction=[!SetOption ID5 URL [Profile5]][!CommandMeasure ID5 "Update"]
  260. UpdateRate=60
  261.  
  262. [ID5]
  263. Measure=Plugin
  264. Plugin=WebParser
  265. Url=[Profile]
  266. RegExp=#IDD#
  267. StringIndex=1
  268.  
  269. [MeasureStatus5]
  270. Measure=Plugin
  271. Plugin=WebParser
  272. URL=[MeasureSite]
  273. StringIndex=10
  274. RegExpSubstitute=1
  275. Substitute=#SUB#
  276. IfMatch=In-Game:|Non-Steam game:
  277. IfMatchAction=[!SetOption MeterName5 FontColor #*FCGreen*#]
  278. IfMatch2=Online
  279. IfMatchAction2=[!SetOption MeterName5 FontColor #*FCBlue*#]
  280. IfMatch3=Last Online
  281. IfMatchAction3=[!SetOption MeterName5 FontColor #*FCGray*#]
  282. IfMatchMode=1
  283.  
  284. [MeasureName6]
  285. Measure=Plugin
  286. Plugin=WebParser
  287. URL=[MeasureSite]
  288. StringIndex=11
  289. RegExpSubstitute=1
  290. Substitute="^\s+":""
  291.  
  292. [Profile6]
  293. Measure=Plugin
  294. Plugin=WebParser
  295. URL=http://steamcommunity.com/profiles/#ID#/friends
  296. RegExp=#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#
  297. StringIndex=6
  298. FinishAction=[!SetOption ID6 URL [Profile6]][!CommandMeasure ID6 "Update"]
  299. UpdateRate=60
  300.  
  301. [ID6]
  302. Measure=Plugin
  303. Plugin=WebParser
  304. Url=[Profile]
  305. RegExp=#IDD#
  306. StringIndex=1
  307.  
  308. [MeasureStatus6]
  309. Measure=Plugin
  310. Plugin=WebParser
  311. URL=[MeasureSite]
  312. StringIndex=12
  313. RegExpSubstitute=1
  314. Substitute=#SUB#
  315. IfMatch=In-Game:|Non-Steam game:
  316. IfMatchAction=[!SetOption MeterName6 FontColor #*FCGreen*#]
  317. IfMatch2=Online
  318. IfMatchAction2=[!SetOption MeterName6 FontColor #*FCBlue*#]
  319. IfMatch3=Last Online
  320. IfMatchAction3=[!SetOption MeterName6 FontColor #*FCGray*#]
  321. IfMatchMode=1
  322.  
  323. [MeasureName7]
  324. Measure=Plugin
  325. Plugin=WebParser
  326. URL=[MeasureSite]
  327. StringIndex=13
  328. RegExpSubstitute=1
  329. Substitute="^\s+":""
  330.  
  331. [Profile7]
  332. Measure=Plugin
  333. Plugin=WebParser
  334. URL=http://steamcommunity.com/profiles/#ID#/friends
  335. RegExp=#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#
  336. StringIndex=7
  337. FinishAction=[!SetOption ID7 URL [Profile7]][!CommandMeasure ID7 "Update"]
  338. UpdateRate=60
  339.  
  340. [ID7]
  341. Measure=Plugin
  342. Plugin=WebParser
  343. Url=[Profile]
  344. RegExp=#IDD#
  345. StringIndex=1
  346.  
  347. [MeasureStatus7]
  348. Measure=Plugin
  349. Plugin=WebParser
  350. URL=[MeasureSite]
  351. StringIndex=14
  352. RegExpSubstitute=1
  353. Substitute=#SUB#
  354. IfMatch=In-Game:|Non-Steam game:
  355. IfMatchAction=[!SetOption MeterName7 FontColor #*FCGreen*#]
  356. IfMatch2=Online
  357. IfMatchAction2=[!SetOption MeterName7 FontColor #*FCBlue*#]
  358. IfMatch3=Last Online
  359. IfMatchAction3=[!SetOption MeterName7 FontColor #*FCGray*#]
  360. IfMatchMode=1
  361.  
  362. [MeasureName8]
  363. Measure=Plugin
  364. Plugin=WebParser
  365. URL=[MeasureSite]
  366. StringIndex=15
  367. RegExpSubstitute=1
  368. Substitute="^\s+":""
  369.  
  370. [Profile8]
  371. Measure=Plugin
  372. Plugin=WebParser
  373. URL=http://steamcommunity.com/profiles/#ID#/friends
  374. RegExp=#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#
  375. StringIndex=8
  376. FinishAction=[!SetOption ID8 URL [Profile8]][!CommandMeasure ID8 "Update"]
  377. UpdateRate=60
  378.  
  379. [ID8]
  380. Measure=Plugin
  381. Plugin=WebParser
  382. Url=[Profile]
  383. RegExp=#IDD#
  384. StringIndex=1
  385.  
  386. [MeasureStatus8]
  387. Measure=Plugin
  388. Plugin=WebParser
  389. URL=[MeasureSite]
  390. StringIndex=16
  391. RegExpSubstitute=1
  392. Substitute=#SUB#
  393. IfMatch=In-Game:|Non-Steam game:
  394. IfMatchAction=[!SetOption MeterName8 FontColor #*FCGreen*#]
  395. IfMatch2=Online
  396. IfMatchAction2=[!SetOption MeterName8 FontColor #*FCBlue*#]
  397. IfMatch3=Last Online
  398. IfMatchAction3=[!SetOption MeterName8 FontColor #*FCGray*#]
  399. IfMatchMode=1
  400.  
  401. [MeasureName9]
  402. Measure=Plugin
  403. Plugin=WebParser
  404. URL=[MeasureSite]
  405. StringIndex=17
  406. RegExpSubstitute=1
  407. Substitute="^\s+":""
  408.  
  409. [Profile9]
  410. Measure=Plugin
  411. Plugin=WebParser
  412. URL=http://steamcommunity.com/profiles/#ID#/friends
  413. RegExp=#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#
  414. StringIndex=9
  415. FinishAction=[!SetOption ID9 URL [Profile9]][!CommandMeasure ID9 "Update"]
  416. UpdateRate=60
  417.  
  418. [ID9]
  419. Measure=Plugin
  420. Plugin=WebParser
  421. Url=[Profile]
  422. RegExp=#IDD#
  423. StringIndex=1
  424.  
  425. [MeasureStatus9]
  426. Measure=Plugin
  427. Plugin=WebParser
  428. URL=[MeasureSite]
  429. StringIndex=18
  430. RegExpSubstitute=1
  431. Substitute=#SUB#
  432. IfMatch=In-Game:|Non-Steam game:
  433. IfMatchAction=[!SetOption MeterName9 FontColor #*FCGreen*#]
  434. IfMatch2=Online
  435. IfMatchAction2=[!SetOption MeterName9 FontColor #*FCBlue*#]
  436. IfMatch3=Last Online
  437. IfMatchAction3=[!SetOption MeterName9 FontColor #*FCGray*#]
  438. IfMatchMode=1
  439.  
  440. [MeasureName10]
  441. Measure=Plugin
  442. Plugin=WebParser
  443. URL=[MeasureSite]
  444. StringIndex=19
  445. RegExpSubstitute=1
  446. Substitute="^\s+":""
  447.  
  448. [Profile10]
  449. Measure=Plugin
  450. Plugin=WebParser
  451. URL=http://steamcommunity.com/profiles/#ID#/friends
  452. RegExp=#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#
  453. StringIndex=10
  454. FinishAction=[!SetOption ID10 URL [Profile10]][!CommandMeasure ID10 "Update"]
  455. UpdateRate=60
  456.  
  457. [ID10]
  458. Measure=Plugin
  459. Plugin=WebParser
  460. Url=[Profile]
  461. RegExp=#IDD#
  462. StringIndex=1
  463.  
  464. [MeasureStatus10]
  465. Measure=Plugin
  466. Plugin=WebParser
  467. URL=[MeasureSite]
  468. StringIndex=20
  469. RegExpSubstitute=1
  470. Substitute=#SUB#
  471. IfMatch=In-Game:|Non-Steam game:
  472. IfMatchAction=[!SetOption MeterName10 FontColor #*FCGreen*#]
  473. IfMatch2=Online
  474. IfMatchAction2=[!SetOption MeterName10 FontColor #*FCBlue*#]
  475. IfMatch3=Last Online
  476. IfMatchAction3=[!SetOption MeterName10 FontColor #*FCGray*#]
  477. IfMatchMode=1
  478.  
  479. [MeasureName11]
  480. Measure=Plugin
  481. Plugin=WebParser
  482. URL=[MeasureSite]
  483. StringIndex=21
  484. RegExpSubstitute=1
  485. Substitute="^\s+":""
  486.  
  487. [Profile11]
  488. Measure=Plugin
  489. Plugin=WebParser
  490. URL=http://steamcommunity.com/profiles/#ID#/friends
  491. RegExp=#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#
  492. StringIndex=11
  493. FinishAction=[!SetOption ID11 URL [Profile11]][!CommandMeasure ID11 "Update"]
  494. UpdateRate=60
  495.  
  496. [ID11]
  497. Measure=Plugin
  498. Plugin=WebParser
  499. Url=[Profile]
  500. RegExp=#IDD#
  501. StringIndex=1
  502.  
  503. [MeasureStatus11]
  504. Measure=Plugin
  505. Plugin=WebParser
  506. URL=[MeasureSite]
  507. StringIndex=22
  508. RegExpSubstitute=1
  509. Substitute=#SUB#
  510. IfMatch=In-Game:|Non-Steam game:
  511. IfMatchAction=[!SetOption MeterName11 FontColor #*FCGreen*#]
  512. IfMatch2=Online
  513. IfMatchAction2=[!SetOption MeterName11 FontColor #*FCBlue*#]
  514. IfMatch3=Last Online
  515. IfMatchAction3=[!SetOption MeterName11 FontColor #*FCGray*#]
  516. IfMatchMode=1
  517.  
  518. [MeasureName12]
  519. Measure=Plugin
  520. Plugin=WebParser
  521. URL=[MeasureSite]
  522. StringIndex=23
  523. RegExpSubstitute=1
  524. Substitute="^\s+":""
  525.  
  526. [Profile12]
  527. Measure=Plugin
  528. Plugin=WebParser
  529. URL=http://steamcommunity.com/profiles/#ID#/friends
  530. RegExp=#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#
  531. StringIndex=12
  532. FinishAction=[!SetOption ID12 URL [Profile12]][!CommandMeasure ID12 "Update"]
  533. UpdateRate=60
  534.  
  535. [ID12]
  536. Measure=Plugin
  537. Plugin=WebParser
  538. Url=[Profile]
  539. RegExp=#IDD#
  540. StringIndex=1
  541.  
  542. [MeasureStatus12]
  543. Measure=Plugin
  544. Plugin=WebParser
  545. URL=[MeasureSite]
  546. StringIndex=24
  547. RegExpSubstitute=1
  548. Substitute=#SUB#
  549. IfMatch=In-Game:|Non-Steam game:
  550. IfMatchAction=[!SetOption MeterName12 FontColor #*FCGreen*#]
  551. IfMatch2=Online
  552. IfMatchAction2=[!SetOption MeterName12 FontColor #*FCBlue*#]
  553. IfMatch3=Last Online
  554. IfMatchAction3=[!SetOption MeterName12 FontColor #*FCGray*#]
  555. IfMatchMode=1
  556.  
  557. [MeasureName13]
  558. Measure=Plugin
  559. Plugin=WebParser
  560. URL=[MeasureSite]
  561. StringIndex=25
  562. RegExpSubstitute=1
  563. Substitute="^\s+":""
  564.  
  565. [Profile13]
  566. Measure=Plugin
  567. Plugin=WebParser
  568. URL=http://steamcommunity.com/profiles/#ID#/friends
  569. RegExp=#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#
  570. StringIndex=13
  571. FinishAction=[!SetOption ID13 URL [Profile13]][!CommandMeasure ID13 "Update"]
  572. UpdateRate=60
  573.  
  574. [ID13]
  575. Measure=Plugin
  576. Plugin=WebParser
  577. Url=[Profile]
  578. RegExp=#IDD#
  579. StringIndex=1
  580.  
  581. [MeasureStatus13]
  582. Measure=Plugin
  583. Plugin=WebParser
  584. URL=[MeasureSite]
  585. StringIndex=26
  586. RegExpSubstitute=1
  587. Substitute=#SUB#
  588. IfMatch=In-Game:|Non-Steam game:
  589. IfMatchAction=[!SetOption MeterName13 FontColor #*FCGreen*#]
  590. IfMatch2=Online
  591. IfMatchAction2=[!SetOption MeterName13 FontColor #*FCBlue*#]
  592. IfMatch3=Last Online
  593. IfMatchAction3=[!SetOption MeterName13 FontColor #*FCGray*#]
  594. IfMatchMode=1
  595.  
  596. [MeasureName14]
  597. Measure=Plugin
  598. Plugin=WebParser
  599. URL=[MeasureSite]
  600. StringIndex=27
  601. RegExpSubstitute=1
  602. Substitute="^\s+":""
  603.  
  604. [Profile14]
  605. Measure=Plugin
  606. Plugin=WebParser
  607. URL=http://steamcommunity.com/profiles/#ID#/friends
  608. RegExp=#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#
  609. StringIndex=14
  610. FinishAction=[!SetOption ID14 URL [Profile14]][!CommandMeasure ID14 "Update"]
  611. UpdateRate=60
  612.  
  613. [ID14]
  614. Measure=Plugin
  615. Plugin=WebParser
  616. Url=[Profile]
  617. RegExp=#IDD#
  618. StringIndex=1
  619.  
  620. [MeasureStatus14]
  621. Measure=Plugin
  622. Plugin=WebParser
  623. URL=[MeasureSite]
  624. StringIndex=28
  625. RegExpSubstitute=1
  626. Substitute=#SUB#
  627. IfMatch=In-Game:|Non-Steam game:
  628. IfMatchAction=[!SetOption MeterName14 FontColor #*FCGreen*#]
  629. IfMatch2=Online
  630. IfMatchAction2=[!SetOption MeterName14 FontColor #*FCBlue*#]
  631. IfMatch3=Last Online
  632. IfMatchAction3=[!SetOption MeterName14 FontColor #*FCGray*#]
  633. IfMatchMode=1
  634.  
  635. [MeasureName15]
  636. Measure=Plugin
  637. Plugin=WebParser
  638. URL=[MeasureSite]
  639. StringIndex=29
  640. RegExpSubstitute=1
  641. Substitute="^\s+":""
  642.  
  643. [Profile15]
  644. Measure=Plugin
  645. Plugin=WebParser
  646. URL=http://steamcommunity.com/profiles/#ID#/friends
  647. RegExp=#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#.*#IDURL#
  648. StringIndex=15
  649. FinishAction=[!SetOption ID15 URL [Profile15]][!CommandMeasure ID15 "Update"]
  650. UpdateRate=60
  651.  
  652. [ID15]
  653. Measure=Plugin
  654. Plugin=WebParser
  655. Url=[Profile]
  656. RegExp=#IDD#
  657. StringIndex=1
  658.  
  659. [MeasureStatus15]
  660. Measure=Plugin
  661. Plugin=WebParser
  662. URL=[MeasureSite]
  663. StringIndex=30
  664. RegExpSubstitute=1
  665. Substitute=#SUB#
  666. IfMatch=In-Game:|Non-Steam game:
  667. IfMatchAction=[!SetOption MeterName15 FontColor #*FCGreen*#]
  668. IfMatch2=Online
  669. IfMatchAction2=[!SetOption MeterName15 FontColor #*FCBlue*#]
  670. IfMatch3=Last Online
  671. IfMatchAction3=[!SetOption MeterName15 FontColor #*FCGray*#]
  672. IfMatchMode=1
  673.  
  674. ;================================================================================
  675. ;[METERS]
  676. ;
  677. ;It would be best if this section is left alone.
  678. ;================================================================================
  679.  
  680. [MeterTitle]
  681. Meter=String
  682. X=55
  683. Y=5
  684. W=118
  685. H=25
  686. FontSize=14
  687. FontColor=#FCWhite#
  688. FontFace=#Font#
  689. StringAlign=Center
  690. AntiAlias=1
  691. Text="STEAM"
  692. LeftMouseUpAction=!Execute [steam://open/friends]
  693.  
  694. [MeterName1]
  695. Meter=String
  696. MeasureName=MeasureName1
  697. MeterStyle=NameStyle
  698. X=5
  699. Y=0R
  700. Text=%1
  701. LeftMouseUpAction=!Execute [steam://friends/message/[ID1]]
  702.  
  703. [MeterName2]
  704. Meter=String
  705. MeasureName=MeasureName2
  706. MeterStyle=NameStyle
  707. X=5
  708. Y=0R
  709. Text=%1
  710. LeftMouseUpAction=!Execute [steam://friends/message/[ID2]]
  711.  
  712. [MeterName3]
  713. Meter=String
  714. MeasureName=MeasureName3
  715. MeterStyle=NameStyle
  716. X=5
  717. Y=0R
  718. Text=%1
  719. LeftMouseUpAction=!Execute [steam://friends/message/[ID3]]
  720.  
  721. [MeterName4]
  722. Meter=String
  723. MeasureName=MeasureName4
  724. MeterStyle=NameStyle
  725. X=5
  726. Y=0R
  727. Text=%1
  728. LeftMouseUpAction=!Execute [steam://friends/message/[ID4]]
  729.  
  730. [MeterName5]
  731. Meter=String
  732. MeasureName=MeasureName5
  733. MeterStyle=NameStyle
  734. X=5
  735. Y=0R
  736. Text=%1
  737. LeftMouseUpAction=!Execute [steam://friends/message/[ID5]]
  738.  
  739. [MeterName6]
  740. Meter=String
  741. MeasureName=MeasureName6
  742. MeterStyle=NameStyle
  743. X=5
  744. Y=0R
  745. Text=%1
  746. LeftMouseUpAction=!Execute [steam://friends/message/[ID6]]
  747.  
  748. [MeterName7]
  749. Meter=String
  750. MeasureName=MeasureName7
  751. MeterStyle=NameStyle
  752. X=5
  753. Y=0R
  754. Text=%1
  755. LeftMouseUpAction=!Execute [steam://friends/message/[ID7]]
  756.  
  757. [MeterName8]
  758. Meter=String
  759. MeasureName=MeasureName8
  760. MeterStyle=NameStyle
  761. X=5
  762. Y=0R
  763. Text=%1
  764. LeftMouseUpAction=!Execute [steam://friends/message/[ID8]]
  765.  
  766. [MeterName9]
  767. Meter=String
  768. MeasureName=MeasureName9
  769. MeterStyle=NameStyle
  770. X=5
  771. Y=0R
  772. Text=%1
  773. LeftMouseUpAction=!Execute [steam://friends/message/[ID9]]
  774.  
  775. [MeterName10]
  776. Meter=String
  777. MeasureName=MeasureName10
  778. MeterStyle=NameStyle
  779. X=5
  780. Y=0R
  781. Text=%1
  782. LeftMouseUpAction=!Execute [steam://friends/message/[ID10]]
  783.  
  784. [MeterName11]
  785. Meter=String
  786. MeasureName=MeasureName11
  787. MeterStyle=NameStyle
  788. X=5
  789. Y=0R
  790. Text=%1
  791. LeftMouseUpAction=!Execute [steam://friends/message/[ID11]]
  792.  
  793. [MeterName12]
  794. Meter=String
  795. MeasureName=MeasureName12
  796. MeterStyle=NameStyle
  797. X=5
  798. Y=0R
  799. Text=%1
  800. LeftMouseUpAction=!Execute [steam://friends/message/[ID12]]
  801.  
  802. [MeterName13]
  803. Meter=String
  804. MeasureName=MeasureName13
  805. MeterStyle=NameStyle
  806. X=5
  807. Y=0R
  808. Text=%1
  809. LeftMouseUpAction=!Execute [steam://friends/message/[ID13]]
  810.  
  811. [MeterName14]
  812. Meter=String
  813. MeasureName=MeasureName14
  814. MeterStyle=NameStyle
  815. X=5
  816. Y=0R
  817. Text=%1
  818. LeftMouseUpAction=!Execute [steam://friends/message/[ID14]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement