Advertisement
Guest User

Guardsmanbob Rainmeter Thing

a guest
Sep 22nd, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. ;-----------------------------------------------| GuardsmanBob | -----------------------------------------------
  2. [MeasureWebsiteGuardsmanBob]
  3. Measure=Plugin
  4. Plugin=Plugins\WebParser.dll
  5. UpdateRate=1800
  6. Url="http://api.own3d.tv/liveCheck.php?live_id=034046"
  7. Download=1
  8. DownloadFile="GuardsmanBob.txt"
  9. FinishAction=!EnableMeasure MeasureTextFile
  10.  
  11. [MeasureTextFile]
  12. Measure=Plugin
  13. Plugin=Plugins\WebParser.dll
  14. Url=file://#CURRENTPATH#DownloadFile\website.txt
  15. RegExp="(?siU)<isLive>(.*)</isLive>"
  16. Substitute="<isLive>true</isLive>":"1", "<isLive>false</isLive>":"0"
  17. ErrorString="0"
  18. FinishAction=!DisableMeasure MeasureTextFile
  19. Disabled=1
  20.  
  21. [MeterTextGuardsmanBob]
  22. Meter=STRING
  23. MeterStyle=StyleText
  24. Text="GuardsmanBob"
  25. X=20
  26. Y=20r
  27.  
  28. [MeasureShowGuardsmanBob]
  29. Measure=Calc
  30. Formula=[MeasureTextFile]
  31. IfAboveValue=0
  32. IfAboveAction=[!ShowMeter ImageOnlineGuardsmanBob][!HideMeter ImageToOfflineGuardsmanBob]
  33. IfEqualValue=0
  34. IfEqualAction=[!HideMeter ImageOnlineGuardsmanBob][!ShowMeter ImageOfflineGuardsmanBob]
  35. DynamicVariables=1
  36.  
  37. [ImageOfflineGuardsmanBob]
  38. Meter=Image
  39. ImageName=#CURRENTPATH#Offline.png
  40. X=-19r
  41. Y=r
  42.  
  43. [ImageOnlineGuardsmanBob]
  44. Meter=Image
  45. ImageName=#CURRENTPATH#Online.png
  46. LeftMouseUpAction=http://www.own3d.tv/GuardsmanBob
  47. X=r
  48. Y=r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement