Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 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"); I>
  19.  
  20. [b]NFO:[/b]
  21.  
  22. [spoiler]
  23. [code]
  24. <I
  25. if ((INFO != null) && (INFO != ""))
  26. print(INFO) I>
  27. [/code]
  28. [/spoiler]
  29.  
  30. <I
  31. print("\r\n[b]Hoster:[/b] ");
  32. for(i = 0; i < IMirrorController.MirrorCount; i++)
  33. {
  34. print(IMirrorController.Mirror[I].Hoster);
  35. if(i != IMirrorController.MirrorCount -1)
  36. print(", ");
  37. }
  38. print(#13#10);
  39. I>
  40.  
  41. [b]Alle Mirrors sind untereinander kompatibel ![/b]
  42.  
  43.  
  44.  
  45. <I
  46. for(i = 0; i < IMirrorController.MirrorCount; i++)
  47. {
  48. if(i != 0)
  49. print(#13#10);
  50. for(j = 0; j < IMirrorController.Mirror[I].CrypterCount; j++)
  51. {
  52. print(#13#10 + "[COLOR=\"Red\"]" + IMirrorController.Mirror[I].Hoster + "[/COLOR]")
  53. print(#13#10 + "[hide][url=" + IMirrorController.Mirror[I].Crypter[J].Link + "]Download[/url][/hide]");
  54. }
  55. }
  56. I>
  57. [/center]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement