PageRenderTime 59ms CodeModel.GetById 27ms RepoModel.GetById 0ms app.codeStats 0ms

/scripts/feeds/scripts_vb6/scripts/filme/filme.php

http://eboda-hd-for-all-500.googlecode.com/
PHP | 272 lines | 246 code | 26 blank | 0 comment | 15 complexity | 0f60366bf4c1c7a69dd5f86d3f0a6394 MD5 | raw file
Possible License(s): GPL-3.0, GPL-2.0
  1. <?php echo "<?xml version='1.0' encoding='UTF8' ?>";
  2. $host = "http://127.0.0.1:82";
  3. ?>
  4. <rss version="2.0">
  5. <onEnter>
  6. startitem = "middle";
  7. setRefreshTime(1);
  8. </onEnter>
  9. <onRefresh>
  10. setRefreshTime(-1);
  11. itemCount = getPageInfo("itemCount");
  12. </onRefresh>
  13. <mediaDisplay name="threePartsView"
  14. sideLeftWidthPC="0"
  15. sideRightWidthPC="0"
  16. headerImageWidthPC="0"
  17. selectMenuOnRight="no"
  18. autoSelectMenu="no"
  19. autoSelectItem="no"
  20. itemImageHeightPC="0"
  21. itemImageWidthPC="0"
  22. itemXPC="8"
  23. itemYPC="25"
  24. itemWidthPC="50"
  25. itemHeightPC="8"
  26. capXPC="8"
  27. capYPC="25"
  28. capWidthPC="50"
  29. capHeightPC="64"
  30. itemBackgroundColor="0:0:0"
  31. itemPerPage="8"
  32. itemGap="0"
  33. bottomYPC="90"
  34. backgroundColor="0:0:0"
  35. showHeader="no"
  36. showDefaultInfo="no"
  37. imageFocus=""
  38. sliding="no"
  39. idleImageXPC="5" idleImageYPC="5" idleImageWidthPC="8" idleImageHeightPC="10"
  40. >
  41. <text align="center" offsetXPC="0" offsetYPC="0" widthPC="100" heightPC="20" fontSize="30" backgroundColor="10:105:150" foregroundColor="100:200:255">
  42. <script>getPageInfo("pageTitle");</script>
  43. </text>
  44. <text redraw="yes" offsetXPC="85" offsetYPC="12" widthPC="10" heightPC="6" fontSize="20" backgroundColor="10:105:150" foregroundColor="60:160:205">
  45. <script>sprintf("%s / ", focus-(-1))+itemCount;</script>
  46. </text>
  47. <text redraw="yes" align="center" offsetXPC="0" offsetYPC="90" widthPC="100" heightPC="8" fontSize="17" backgroundColor="10:105:150" foregroundColor="100:200:255">
  48. <script>print(annotation); annotation;</script>
  49. </text>
  50. <image redraw="yes" offsetXPC=60 offsetYPC=35 widthPC=30 heightPC=30>
  51. image/movies.png
  52. </image>
  53. <idleImage>image/POPUP_LOADING_01.png</idleImage>
  54. <idleImage>image/POPUP_LOADING_02.png</idleImage>
  55. <idleImage>image/POPUP_LOADING_03.png</idleImage>
  56. <idleImage>image/POPUP_LOADING_04.png</idleImage>
  57. <idleImage>image/POPUP_LOADING_05.png</idleImage>
  58. <idleImage>image/POPUP_LOADING_06.png</idleImage>
  59. <idleImage>image/POPUP_LOADING_07.png</idleImage>
  60. <idleImage>image/POPUP_LOADING_08.png</idleImage>
  61. <itemDisplay>
  62. <text align="left" lines="1" cornerRounding=5 offsetXPC=0 offsetYPC=2 widthPC=100 heightPC=96>
  63. <script>
  64. idx = getQueryItemIndex();
  65. focus = getFocusItemIndex();
  66. if(focus==idx)
  67. {
  68. location = getItemInfo(idx, "location");
  69. annotation = getItemInfo(idx, "annotation");
  70. }
  71. getItemInfo(idx, "title");
  72. </script>
  73. <fontSize>
  74. <script>
  75. idx = getQueryItemIndex();
  76. focus = getFocusItemIndex();
  77. if(focus==idx) "16"; else "14";
  78. </script>
  79. </fontSize>
  80. <backgroundColor>
  81. <script>
  82. idx = getQueryItemIndex();
  83. focus = getFocusItemIndex();
  84. if(focus==idx) "10:80:120"; else "-1:-1:-1";
  85. </script>
  86. </backgroundColor>
  87. <foregroundColor>
  88. <script>
  89. idx = getQueryItemIndex();
  90. focus = getFocusItemIndex();
  91. if(focus==idx) "255:255:255"; else "140:140:140";
  92. </script>
  93. </foregroundColor>
  94. </text>
  95. </itemDisplay>
  96. <onUserInput>
  97. <script>
  98. ret = "false";
  99. userInput = currentUserInput();
  100. if (userInput == "pagedown" || userInput == "pageup")
  101. {
  102. idx = Integer(getFocusItemIndex());
  103. if (userInput == "pagedown")
  104. {
  105. idx -= -8;
  106. if(idx &gt;= itemCount)
  107. idx = itemCount-1;
  108. }
  109. else
  110. {
  111. idx -= 8;
  112. if(idx &lt; 0)
  113. idx = 0;
  114. }
  115. print("new idx: "+idx);
  116. setFocusItemIndex(idx);
  117. setItemFocus(0);
  118. redrawDisplay();
  119. "true";
  120. }
  121. ret;
  122. </script>
  123. </onUserInput>
  124. </mediaDisplay>
  125. <item_template>
  126. <mediaDisplay name="threePartsView" idleImageXPC="5" idleImageYPC="5" idleImageWidthPC="8" idleImageHeightPC="10">
  127. <idleImage>image/POPUP_LOADING_01.png</idleImage>
  128. <idleImage>image/POPUP_LOADING_02.png</idleImage>
  129. <idleImage>image/POPUP_LOADING_03.png</idleImage>
  130. <idleImage>image/POPUP_LOADING_04.png</idleImage>
  131. <idleImage>image/POPUP_LOADING_05.png</idleImage>
  132. <idleImage>image/POPUP_LOADING_06.png</idleImage>
  133. <idleImage>image/POPUP_LOADING_07.png</idleImage>
  134. <idleImage>image/POPUP_LOADING_08.png</idleImage>
  135. </mediaDisplay>
  136. </item_template>
  137. <channel>
  138. <title>Filme Online</title>
  139. <item>
  140. <title>www.onlinemoca.com</title>
  141. <link><?php echo $host; ?>/scripts/filme/php/onlinemoca_main.php</link>
  142. <annotation>http://www.onlinemoca.com/</annotation>
  143. <mediaDisplay name="threePartsView"/>
  144. </item>
  145. <item>
  146. <title>www.filmeonline.org</title>
  147. <link><?php echo $host; ?>/scripts/filme/php/filmeonline_main.php</link>
  148. <annotation>http://www.filmeonline.org</annotation>
  149. <mediaDisplay name="threePartsView"/>
  150. </item>
  151. <item>
  152. <title>cinemaxx.ro</title>
  153. <link><?php echo $host; ?>/scripts/filme/php/cinemaxx_main.php</link>
  154. <annotation>http://cinemaxx.ro/</annotation>
  155. <mediaDisplay name="threePartsView"/>
  156. </item>
  157. <item>
  158. <title>www.filmeonlinegratis.ro</title>
  159. <link><?php echo $host; ?>/scripts/filme/php/filmeonlinegratis_main.php</link>
  160. <annotation>http://www.filmeonlinegratis.ro</annotation>
  161. <mediaDisplay name="threePartsView"/>
  162. </item>
  163. <item>
  164. <title>filmehd.net</title>
  165. <link><?php echo $host; ?>/scripts/filme/php/filmehd_main.php</link>
  166. <annotation>http://filmehd.net/</annotation>
  167. <mediaDisplay name="threePartsView"/>
  168. </item>
  169. <item>
  170. <title>peteava.ro</title>
  171. <link><?php echo $host; ?>/scripts/filme/peteava.php</link>
  172. <annotation>http://www.peteava.ro/</annotation>
  173. <mediaDisplay name="threePartsView"/>
  174. </item>
  175. <item>
  176. <title>filmeonlinenoi.com</title>
  177. <link><?php echo $host; ?>/scripts/filme/php/filmeonlinenoi.php?query=,http://filmeonlinenoi.com/</link>
  178. <annotation>http://filmeonlinenoi.com/</annotation>
  179. <mediaDisplay name="threePartsView"/>
  180. </item>
  181. <item>
  182. <title>www.filmelive.net</title>
  183. <link><?php echo $host; ?>/scripts/filme/php/filmelive_main.php</link>
  184. <annotation>http://www.filmelive.net</annotation>
  185. <mediaDisplay name="threePartsView"/>
  186. </item>
  187. <item>
  188. <title>www.filmeonlinesubtitrate.ro</title>
  189. <link><?php echo $host; ?>/scripts/filme/php/filmeonlinesubtitrate_main.php</link>
  190. <annotation>http://www.filmeonlinesubtitrate.ro</annotation>
  191. <mediaDisplay name="threePartsView"/>
  192. </item>
  193. <!--
  194. <item>
  195. <title>themoviesbest.com</title>
  196. <link><?php echo $host; ?>/scripts/filme/php/themoviesbest_main.php</link>
  197. <annotation>http://themoviesbest.com/</annotation>
  198. <mediaDisplay name="threePartsView"/>
  199. </item>
  200. -->
  201. <item>
  202. <title>filme-online-gratis.com</title>
  203. <link><?php echo $host; ?>/scripts/filme/php/filme-online-gratis_main.php</link>
  204. <annotation>http://filme-online-gratis.com/blog/</annotation>
  205. <mediaDisplay name="threePartsView"/>
  206. </item>
  207. <item>
  208. <title>divxonline.biz</title>
  209. <link><?php echo $host; ?>/scripts/filme/php/divxonline_main.php</link>
  210. <annotation>http://divxonline.biz</annotation>
  211. <mediaDisplay name="threePartsView"/>
  212. </item>
  213. <item>
  214. <title>xvidonline.org</title>
  215. <link><?php echo $host; ?>/scripts/filme/php/xvidonline.php</link>
  216. <annotation>http://xvidonline.org/</annotation>
  217. <mediaDisplay name="threePartsView"/>
  218. </item>
  219. <item>
  220. <title>moviesample.net - filme romanesti</title>
  221. <link><?php echo $host; ?>/scripts/filme/php/moviesample.php</link>
  222. <annotation>http://www.moviesample.net/category/filme-romanesti-online</annotation>
  223. <mediaDisplay name="threePartsView"/>
  224. </item>
  225. <item>
  226. <title>filmeromania - Filme Romanesti</title>
  227. <link><?php echo $host; ?>/scripts/filme/php/filmeromania.php</link>
  228. <annotation>http://filmeromania.blogspot.com/</annotation>
  229. <mediaDisplay name="threePartsView"/>
  230. </item>
  231. <!--
  232. <item>
  233. <title>documentare.org - filme si seriale documentare</title>
  234. <link><?php echo $host; ?>/scripts/filme/php/documentare_main.php</link>
  235. <annotation>http://documentare.org</annotation>
  236. <mediaDisplay name="threePartsView"/>
  237. </item>
  238. -->
  239. <item>
  240. <title>jurnaltv.ro - filme si seriale documentare</title>
  241. <link><?php echo $host; ?>/scripts/filme/php/jurnaltv_main.php</link>
  242. <annotation>http://www.jurnaltv.ro</annotation>
  243. <mediaDisplay name="threePartsView"/>
  244. </item>
  245. </channel>
  246. </rss>