Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

{ "type": "template", "altText": "this is a carousel template", "template": { ..

Decoded Output download

<?  { 
  "type": "template", 
  "altText": "this is a carousel template", 
  "template": { 
    "type": "carousel", 
    "actions": [], 
    "columns": [ 
      { 
        "thumbnailImageUrl": "https://media.giphy.com/media/fVY0d5fm6UnPG/giphy.gif", 
        "title": "TKJ TEAM BOT", 
        "text": "Website Chit PB", 
        "actions": [ 
          { 
            "type": "uri", 
            "label": "vvipkamikazecheat", 
            "uri": "https://www.gembelcit.net/" 
          }, 
          { 
            "type": "uri", 
            "label": "Cheat ROS", 
            "uri": "http://www.hotshotgamers.net/" 
          }, 
          { 
            "type": "uri", 
            "label": "Cheat CFNG", 
            "uri": "http://www.citpekalongan.com/" 
          } 
        ] 
      }, 
      { 
        "thumbnailImageUrl": "http://1.bp.blogspot.com/-w7V3EVZdQrQ/UReQ2CM1ggI/AAAAAAAAAW4/hmWheQMeVOE/s1600/indonesia_flag+gif.gif", 
        "title": "TKJ TEAM BOT", 
        "text": "Media", 
        "actions": [ 
          { 
            "type": "message", 
            "label": "Action 1", 
            "text": "Action 1" 
          }, 
          { 
            "type": "message", 
            "label": "Action 2", 
            "text": "Action 2" 
          }, 
          { 
            "type": "message", 
            "label": "Action 3", 
            "text": "Action 3" 
          } 
        ] 
      }, 
      { 
        "thumbnailImageUrl": "https://4.bp.blogspot.com/-ypi9LI8sbyw/WXwWPYp-KZI/AAAAAAAAAfY/QmxtYfHi7kg6XWT7Cp8yxWWhgFvdAyBwQCLcBGAs/s1600/logo-tkj-2.jpg", 
        "title": "TKJ TEAM BOT", 
        "text": "Text", 
        "actions": [ 
          { 
            "type": "message", 
            "label": "Action 1", 
            "text": "Action 1" 
          }, 
          { 
            "type": "message", 
            "label": "Action 2", 
            "text": "Action 2" 
          }, 
          { 
            "type": "message", 
            "label": "Action 3", 
            "text": "Action 3" 
          } 
        ] 
      }, 
      { 
        "thumbnailImageUrl": "http://4.bp.blogspot.com/-gQzNrFnQiBQ/VimhSujT16I/AAAAAAAAANY/Xde301Lp4WI/s1600/Presentation5.jpg", 
        "title": "TKJ TEAM BOT", 
        "text": "Text", 
        "actions": [ 
          { 
            "type": "uri", 
            "label": "Forum Penjualan", 
            "uri": "https://alfien.business.site/" 
          }, 
          { 
            "type": "message", 
            "label": "Action 2", 
            "text": "Action 2" 
          }, 
          { 
            "type": "message", 
            "label": "Action 3", 
            "text": "Action 3" 
          } 
        ] 
      } 
    ] 
  } 
} ?>

Did this file decode correctly?

Original Code

{
  "type": "template",
  "altText": "this is a carousel template",
  "template": {
    "type": "carousel",
    "actions": [],
    "columns": [
      {
        "thumbnailImageUrl": "https://media.giphy.com/media/fVY0d5fm6UnPG/giphy.gif",
        "title": "TKJ TEAM BOT",
        "text": "Website Chit PB",
        "actions": [
          {
            "type": "uri",
            "label": "vvipkamikazecheat",
            "uri": "https://www.gembelcit.net/"
          },
          {
            "type": "uri",
            "label": "Cheat ROS",
            "uri": "http://www.hotshotgamers.net/"
          },
          {
            "type": "uri",
            "label": "Cheat CFNG",
            "uri": "http://www.citpekalongan.com/"
          }
        ]
      },
      {
        "thumbnailImageUrl": "http://1.bp.blogspot.com/-w7V3EVZdQrQ/UReQ2CM1ggI/AAAAAAAAAW4/hmWheQMeVOE/s1600/indonesia_flag+gif.gif",
        "title": "TKJ TEAM BOT",
        "text": "Media",
        "actions": [
          {
            "type": "message",
            "label": "Action 1",
            "text": "Action 1"
          },
          {
            "type": "message",
            "label": "Action 2",
            "text": "Action 2"
          },
          {
            "type": "message",
            "label": "Action 3",
            "text": "Action 3"
          }
        ]
      },
      {
        "thumbnailImageUrl": "https://4.bp.blogspot.com/-ypi9LI8sbyw/WXwWPYp-KZI/AAAAAAAAAfY/QmxtYfHi7kg6XWT7Cp8yxWWhgFvdAyBwQCLcBGAs/s1600/logo-tkj-2.jpg",
        "title": "TKJ TEAM BOT",
        "text": "Text",
        "actions": [
          {
            "type": "message",
            "label": "Action 1",
            "text": "Action 1"
          },
          {
            "type": "message",
            "label": "Action 2",
            "text": "Action 2"
          },
          {
            "type": "message",
            "label": "Action 3",
            "text": "Action 3"
          }
        ]
      },
      {
        "thumbnailImageUrl": "http://4.bp.blogspot.com/-gQzNrFnQiBQ/VimhSujT16I/AAAAAAAAANY/Xde301Lp4WI/s1600/Presentation5.jpg",
        "title": "TKJ TEAM BOT",
        "text": "Text",
        "actions": [
          {
            "type": "uri",
            "label": "Forum Penjualan",
            "uri": "https://alfien.business.site/"
          },
          {
            "type": "message",
            "label": "Action 2",
            "text": "Action 2"
          },
          {
            "type": "message",
            "label": "Action 3",
            "text": "Action 3"
          }
        ]
      }
    ]
  }
}

Function Calls

None

Variables

None

Stats

MD5 d8bdaff2f747dfccb7d9cb33bfe25533
Eval Count 0
Decode Time 114 ms