Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. So wie ich es gepostet habe. Der Teil der fehlt an die Stelle wo du Ihn hin willst entweder vor [SIZE4] oder danach [/SIZE] und mit /r/n kannst nen Zeilenumbruch hinzufügen.
  2.  
  3. Hier ein Beispiel mit deiner MSG:
  4.  
  5. [CODE][php]
  6. If(IMirror[I].Crypter[J].Name == "Relink.to")
  7. {
  8. If(IMirror[I].Hoster == "Rapidgator.net")
  9. {
  10. print("\r\n");
  11. print("[img]https://www.szenebox.org/[/img]");
  12. print(" [b]Online Status[/b] ");
  13. print("\r\n[img]" + IMirror[I].Crypter[J].StatusImageText + "[/img] \r\n [SIZE=4][url=" + IMirror[I].Crypter[J].Value + "]" + "Download bei Rapigator.net" + "[/url][/SIZE]");
  14. print("\r\n");
  15. }
  16. else If(IMirror[I].Hoster == "Share-online.biz")
  17. {
  18. print("\r\n");
  19. print("[img]https://www.szenebox.org/[/img]");
  20. print(" [b]Online Status[/b] ");
  21. print("\r\n[img]" + IMirror[I].Crypter[J].StatusImageText + "[/img] \r\n[SIZE=4][url=" + IMirror[I].Crypter[J].Value + "]" + "Download bei Share-Online.net" + "[/url][/SIZE]");
  22. print("\r\n");
  23. }
  24. else
  25. {
  26. }
  27. }
  28. }
  29. }
  30. [/PHP][/CODE]
  31.  
  32. Ansonsten schreib mir einfach genau was du wie haben möchtest also wie es am Ende aussehen soll gerne auch per Screen
  33.  
  34.  
  35. Irgendein Scrypt dieser Foren Software verändert ständig den Teil den ich gepostet habe egal ob im Code Tag oder PHP Tag daher hier ohne alles "[.img.]" + IMirror[I].Crypter[J].StatusImageText + "[./img.]" <- hier die . entfernen im img Tag
  36.  
  37.  
  38.  
  39.  
  40. Ansonsten denke mal das du es so willst falls nicht schreib einfach.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. [CODE][php]
  49. If(IMirror[I].Crypter[J].Name == "Relink.to")
  50. {
  51. If(IMirror[I].Hoster == "Rapidgator.net")
  52. {
  53. print("\r\n");
  54. print("[img]" + IMirror[I].Crypter[J].StatusImageText + "[/img]");
  55. print(" [b]Online Status[/b] ");
  56. print("\r\n[SIZE=4][url=" + IMirror[I].Crypter[J].Value + "]" + "Download bei Rapigator.net" + "[/url][/SIZE]");
  57. print("\r\n");
  58. }
  59. else If(IMirror[I].Hoster == "Share-online.biz")
  60. {
  61. print("\r\n");
  62. print("[img]" + IMirror[I].Crypter[J].StatusImageText + "[/img]");
  63. print(" [b]Online Status[/b] ");
  64. print("\r\n[SIZE=4][url=" + IMirror[I].Crypter[J].Value + "]" + "Download bei Share-Online.net" + "[/url][/SIZE]");
  65. print("\r\n");
  66. }
  67. else
  68. {
  69. }
  70. }
  71. }
  72. }
  73. [/PHP][/CODE]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement