Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. [center]
  2.  
  3. [b]<I
  4. import "iUtils.js"
  5.  
  6. print((IRELEASENAME));
  7.  
  8. I>[/b]
  9.  
  10. [img]<I print(IPICTURE) I>[/img]
  11.  
  12. [u][b]Beschreibung:[/b][/u]
  13. <I print(IDescription) I>
  14.  
  15. [b]Language:[/b] <I print(ILanguage) | [b]Genre:[/b] <I print(IGenre) I><I
  16. if(IVideoCodec != null) print(" | [b]Video Codec:[/b] " + IVideoCodec) I><I
  17. if(IVideoStream != null) print(" | [b]Video Stream:[/b] " + IVideoStream) I><I
  18. if(IAudioStream != null) print(" | [b]Audio Stream:[/b] " + IAudioStream) I> | [b]Size:[/b] <I print(IntToStr(round(IMirrorController.Mirror[0].Size)) + " MB");
  19.  
  20. if ((INFO != null) && (INFO != ""))
  21. {
  22. print("\r\n\r\n[b]NFO:[/b]");
  23. print("\r\n[spoiler][code]");
  24. print(INFO);
  25. print("[/code][/spoiler]");
  26. }
  27.  
  28. print("\r\n");
  29.  
  30. print("\r\n[b]Hoster:[/b] ");
  31. for(i = 0; i < IMirrorController.MirrorCount; i++)
  32. {
  33. print(IMirrorController.Mirror[I].Hoster);
  34. if(i != IMirrorController.MirrorCount -1)
  35. print(", ");
  36. }
  37. print(#13#10);
  38. I>
  39.  
  40. [b]Alle Mirrors sind untereinander kompatibel ![/b]
  41.  
  42.  
  43.  
  44. <I
  45. for(i = 0; i < IMirrorController.MirrorCount; i++)
  46. {
  47. if(i != 0)
  48. print(#13#10);
  49. for(j = 0; j < IMirrorController.Mirror[I].CrypterCount; j++)
  50. {
  51. print(#13#10 + "[COLOR=\"Red\"]" + IMirrorController.Mirror[I].Hoster + "[/COLOR]")
  52. print(#13#10 + "[hide][url=" + IMirrorController.Mirror[I].Crypter[J].Link + "]Download[/url][/hide]");
  53. }
  54. }
  55. I>
  56. [/center]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement