Guest User

Untitled

a guest
Jun 18th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. .
  2. [center]
  3.  
  4. <I
  5. import "iUtils.js"
  6.  
  7. if((IPICTURE != null) && (IPICTURE != ""))
  8. print(IPICTURE);
  9. else
  10. print("- no image available -");
  11.  
  12. print("\r\n");
  13.  
  14.  
  15.  
  16.  
  17.  
  18. print("[b]Filehoster:[/b]\r\n");
  19. print("HT+UL+BT+UP+TB+DF+HT+FF\r\n");
  20.  
  21.  
  22. if(IDESCRIPTION != null)
  23. print("\r\n\r\n" + IDESCRIPTION);
  24.  
  25. if((INFO != null) && (INFO != ""))
  26. {
  27. print("\r\n\r\n[b]nfo:[/b]\r\n");
  28. print("\r\n[spoiler][nfo]" + INFO + "[/nfo][/spoiler]");
  29. }
  30.  
  31. print("\r\n");
  32.  
  33. for(i = 0; i < IMirrorController.MirrorCount; i++)
  34. {
  35. if(i != 0)
  36. print("\r\n");
  37. for(j = 0; j < IMirrorController.Mirror[I].DirectlinksMirrorCount; j++)
  38. {
  39. print("\r\n");
  40. print("[url="+ Trim(IMirrorController.Mirror[I].DirectlinksMirror[J]) +"]Download[/url]");
  41. }
  42. }
  43. I>
  44. [/center]
  45. .
Add Comment
Please, Sign In to add comment