Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2011
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. <?PHP
  2. ; /*
  3. ;
  4. ;MediaFrontPage Settings; Last modified: 01 Aug 2011 22:56 32
  5. [GLOBAL]
  6. ENABLED = "true"
  7. URL = "ksg-htpc"
  8. AUTHENTICATION = "false"
  9. USERNAME = ""
  10. PASSWORD = ""
  11. [WEBROOT]
  12. ENABLED = "false"
  13. XBMC = ""
  14. SICKBEARD = ""
  15. COUCHPOTATO = ""
  16. SABNZBD = ""
  17. JDOWNLOADER = ""
  18. TRANSMISSION = ""
  19. UTORRENT = ""
  20. HEADPHONES = ""
  21. SUBSONIC = ""
  22. [XBMC]
  23. IP = ""
  24. PORT = "8080"
  25. USERNAME = "xbmc"
  26. PASSWORD = ""
  27. [SICKBEARD]
  28. IP = ""
  29. PORT = "8086"
  30. USERNAME = ""
  31. PASSWORD = ""
  32. [COUCHPOTATO]
  33. IP = ""
  34. PORT = "8087"
  35. USERNAME = ""
  36. PASSWORD = ""
  37. [SABNZBD]
  38. IP = ""
  39. PORT = "8085"
  40. USERNAME = ""
  41. PASSWORD = ""
  42. API = ""
  43. [UTORRENT]
  44. IP = ""
  45. PORT = "8081"
  46. USERNAME = ""
  47. PASSWORD = ""
  48. [TRANSMISSION]
  49. IP = ""
  50. PORT = "9091"
  51. USERNAME = ""
  52. PASSWORD = ""
  53. [JDOWNLOADER]
  54. IP = ""
  55. WEB_PORT = "8765"
  56. REMOTE_PORT = "10025"
  57. USERNAME = ""
  58. PASSWORD = ""
  59. [HEADPHONES]
  60. IP = ""
  61. PORT = "8088"
  62. USERNAME = ""
  63. PASSWORD = ""
  64. [SUBSONIC]
  65. IP = ""
  66. PORT = "8089"
  67. USERNAME = ""
  68. PASSWORD = ""
  69. [SEARCH]
  70. preferred_site = "1"
  71. preferred_categories = "0"
  72. NZBMATRIX_USERNAME = ""
  73. NZBMATRIX_API = ""
  74. NZBSU_API = ""
  75. NZB_DL = ""
  76. [TRAKT]
  77. TRAKT_API = ""
  78. TRAKT_USERNAME = ""
  79. TRAKT_PASSWORD = ""
  80. [NAVBAR]
  81. XBMC = "programs.php?p=XBMC"
  82. SickBeard = "programs.php?p=SickBeard"
  83. CouchPotato = "programs.php?p=CouchPotato"
  84. SubSonic = "programs.php?p=SubSonic"
  85. HeadPhones = "programs.php?p=HeadPhones"
  86. SabNZBd = "programs.php?p=SabNZBd"
  87. uTorrent = "programs.php?p=uTorrent"
  88. [SUBNAV]
  89. NZBMatrix = "http://www.nzbmatrix.com"
  90. NZBs = "http://www.nzbs.org"
  91. NZBIndex = "http://www.nzbindex.nl"
  92. Binsearch = "http://www.binsearch.net/"
  93. MFP_Support = "http://forum.xbmc.org/showthread.php?t=83304"
  94. [CONTROL]
  95. Update_Video_Library = "cmd=vidscan"
  96. Update_Audio_Library = "cmd=audscan"
  97. XBMC_Mute_Toggle = "cmd=xbmcmute"
  98. XBMC_Quit = "cmd=quit"
  99. HTPC_Reboot = "cmd=reboot"
  100. HTPC_Shutdown = "cmd=shutdown"
  101. HTPC_Hibernate = "cmd=hibernate"
  102. HTPC_Suspend = "cmd=suspend"
  103. [HDD]
  104. Temp DL = "v:"
  105. Comp DL = "w:"
  106. [MESSAGE]
  107. XBMC_Bedroom = "http://192.168.0.12:8080"
  108. XBMC_Living Room = "http://192.168.0.19:8080"
  109. [MODS]
  110. ENABLED = ""
  111. [RSS]
  112. DejaVu77_MFP_on_Github = "url=http://github.com/DejaVu77/mediafrontpage/commits/master.atom"
  113. Gugahoi_MFP_on_Github = "url=http://github.com/gugahoi/mediafrontpage/commits/master.atom"
  114. NZBMatrix_-_TV_Shows_%28DivX%29 = "url=http://rss.nzbmatrix.com/rss.php?subcat=6&cat=tv"
  115. NZBMatrix_-_TV_Shows_%28HD_x264%29 = "url=http://rss.nzbmatrix.com/rss.php?subcat=41&cat=tv"
  116. NZBMatrix_-_Movies_%28DivX%29 = "url=http://rss.nzbmatrix.com/rss.php?subcat=2&cat=movies"
  117. NZBMatrix_-_Movies_%28HD_x264%29 = "url=http://rss.nzbmatrix.com/rss.php?subcat=42&cat=movies"
  118. NZBMatrix_-_Music_%28MP3%29 = "url=http://rss.nzbmatrix.com/rss.php?subcat=22&cat=music"
  119. NZBMatrix_-_Music_%28Lossless%29 = "url=http://rss.nzbmatrix.com/rss.php?subcat=23&cat=music"
  120. NZBMatrix_-_Sports = "url=http://rss.nzbmatrix.com/rss.php?subcat=7&cat=sports"
  121. [SECURITY]
  122. PASSWORD_PROTECTED = "false"
  123. USERNAME = ""
  124. PASSWORD = ""
  125. mfpsecured = ""
  126. mfpapikey = ""
  127. [SHARETHETV]
  128. SHARETHETV_USERNAME = ""
  129. SHARETHETV_PASSWORD = ""
  130. [ADVANCED]
  131.  
  132. ;
  133. ; */
  134. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement