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

Signing you up...

Thank you for signing up!

PHP Decode

'<div class=\"container div-author\">\r\n <div class=\"carousel slide multi-item-carousel..

Decoded Output download

'<div class=\"container div-author\">
		<div class=\"carousel slide multi-item-carousel\" id=\"theCarousel\">
		  <div class=\"carousel-inner row w-100 mx-auto\">
			<div class=\"carousel-item active col-md-4\">
			  <img src=\"https://sosyalistgundem.com/wp-content/uploads/2024/08/gunes-gumus-new.jpeg\" class=\"img-author img-fluid mx-auto d-block\">
			  <p style=\"text-align: center; margin: 5px; font-family: \"Oswald\", sans-serif;\"><strong>Gne Gm</strong></p>
<?php
$args = array(
    \'posts_per_page\' => 1, // we need only the latest post, so get that post only
    \'cat\' => \'876\', // Gne Gm
);
$q = new WP_Query( $args);
if ( $q->have_posts() ) {
    while ( $q->have_posts() ) {
    $q->the_post();        
        //Your template tags and markup like
   $postTitle = get_the_title();
   $postLink = get_the_permalink();
    }
    wp_reset_postdata();
}
?>
<p style=\"text-align: center; font-size: 18px; font-family: Oswald, sans-serif; \">
<a href=\"<?=$postLink;?>\" style =\"color: black;\"  >
<?php echo $postTitle ?>
</a>
</p>
			</div>
			<div class=\"carousel-item col-md-4\">
			  <img src=\"https://sosyalistgundem.com/wp-content/uploads/2024/08/vu-arslan-new.jpg\" class=\"img-author img-fluid mx-auto d-block\">
			  <p style=\"text-align: center; margin: 5px; font-family: \"Oswald\", sans-serif;\"><strong>V.U. Arslan</strong></p>
<?php
$args = array(
    \'posts_per_page\' => 1, // we need only the latest post, so get that post only
     \'cat\' => \'877\', // Volki
);
$q = new WP_Query( $args);
if ( $q->have_posts() ) {
    while ( $q->have_posts() ) {
    $q->the_post();        
        //Your template tags and markup like
   $postTitle = get_the_title();
   $postLink = get_the_permalink();

    }
    wp_reset_postdata();
}
?>
<p style=\"text-align: center; font-size: 18px; font-family: Oswald, sans-serif; \">
<a href=\"<?=$postLink;?>\" style =\"color: black;\" >
<?php echo $postTitle ?>
</a>
</p>			</div>
			<div class=\"carousel-item col-md-4\">
			  <img src=\"https://sosyalistgundem.com/wp-content/uploads/2024/08/gokce-new.jpg\" class=\"img-author img-fluid mx-auto d-block\">
			  <p style=\"text-align: center; margin: 5px; font-family: \"Oswald\", sans-serif;\"><strong>Gke entrk</strong></p>
<?php
$args = array(
    \'posts_per_page\' => 1, // we need only the latest post, so get that post only
    \'cat\' => \'2653\', // Gke .
);
$q = new WP_Query( $args);
if ( $q->have_posts() ) {
    while ( $q->have_posts() ) {
    $q->the_post();        
        //Your template tags and markup like
   $postTitle = get_the_title();
   $postLink = get_the_permalink();

    }
    wp_reset_postdata();
}
?>
<p style=\"text-align: center; font-size: 18px; font-family: Oswald, sans-serif; \">
<a href=\"<?=$postLink;?>\" style =\"color: black;\" >
<?php echo $postTitle ?>
</a>
</p>			</div>
			<div class=\"carousel-item col-md-4\">
			  <img src=\"https://sosyalistgundem.com/wp-content/uploads/2024/08/derya-new.jpg\" class=\"img-author img-fluid mx-auto d-block\">
			  <p style=\"text-align: center; margin: 5px; font-family: \"Oswald\", sans-serif;\"><strong>Derya Koca</strong></p>
<?php
$args = array(
    \'posts_per_page\' => 1, // we need only the latest post, so get that post only
     \'cat\' => \'878\', // Derya KOCA
);
$q = new WP_Query( $args);
if ( $q->have_posts() ) {
    while ( $q->have_posts() ) {
    $q->the_post();        
        //Your template tags and markup like
   $postTitle = get_the_title();
   $postLink = get_the_permalink();

    }
    wp_reset_postdata();
}
?>
<p style=\"text-align: center; font-size: 18px; font-family: Oswald, sans-serif; \">
<a href=\"<?=$postLink;?>\" style =\"color: black;\" >
<?php echo $postTitle ?>
</a>
</p>			</div>
			<div class=\"carousel-item col-md-4\">
			  <img src=\"https://sosyalistgundem.com/wp-content/uploads/2024/08/engin-sg-new.jpg\" class=\"img-author img-fluid mx-auto d-block\">
			  <p style=\"text-align: center; margin: 5px; font-family: \"Oswald\", sans-serif;\"><strong>Engin Kara</strong></p>
<?php
$args = array(
    \'posts_per_page\' => 1, // we need only the latest post, so get that post only
   \'cat\' => \'881\', // Engin Kara
);
$q = new WP_Query( $args);
if ( $q->have_posts() ) {
    while ( $q->have_posts() ) {
    $q->the_post();        
        //Your template tags and markup like
   $postTitle = get_the_title();
   $postLink = get_the_permalink();

    }
    wp_reset_postdata();
}
?>
<p style=\"text-align: center; font-size: 18px; font-family: Oswald, sans-serif; \">
<a href=\"<?=$postLink;?>\" style =\"color: black;\" >
<?php echo $postTitle ?>
</a>
</p>			</div>
			<div class=\"carousel-item col-md-4\">
			  <img src=\"https://sosyalistgundem.com/wp-content/uploads/2024/08/emre-guntekin-new.jpg\" class=\"img-author img-fluid mx-auto d-block\">
			  <p style=\"text-align: center; margin: 5px; font-family: \"Oswald\", sans-serif;\"><strong>Emre Gntekin</strong></p>
<?php
$args = array(
    \'posts_per_page\' => 1, // we need only the latest post, so get that post only
    \'cat\' => \'879\', // Emre bakan
);
$q = new WP_Query( $args);
if ( $q->have_posts() ) {
    while ( $q->have_posts() ) {
    $q->the_post();        
        //Your template tags and markup like
   $postTitle = get_the_title();
   $postLink = get_the_permalink();

    }
    wp_reset_postdata();
}
?>
<p style=\"text-align: center; font-size: 18px; font-family: Oswald, sans-serif; \">
<a href=\"<?=$postLink;?>\" style =\"color: black;\" >
<?php echo $postTitle ?>
</a>
</p>			</div>
		  </div>
		  <a class=\"carousel-control-prev\" href=\"#theCarousel\" role=\"button\" data-slide=\"prev\">
			<span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>
			<span class=\"sr-only\">Previous</span>
		  </a>
		  <a class=\"carousel-control-next\" href=\"#theCarousel\" role=\"button\" data-slide=\"next\">
			<span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>
			<span class=\"sr-only\">Next</span>
		  </a>
		</div>
	</div>'

Did this file decode correctly?

Original Code

'<div class=\"container div-author\">\r\n		<div class=\"carousel slide multi-item-carousel\" id=\"theCarousel\">\r\n		  <div class=\"carousel-inner row w-100 mx-auto\">\r\n			<div class=\"carousel-item active col-md-4\">\r\n			  <img src=\"https://sosyalistgundem.com/wp-content/uploads/2024/08/gunes-gumus-new.jpeg\" class=\"img-author img-fluid mx-auto d-block\">\r\n			  <p style=\"text-align: center; margin: 5px; font-family: \"Oswald\", sans-serif;\"><strong>Gne Gm</strong></p>\r\n<?php\r\n$args = array(\r\n    \'posts_per_page\' => 1, // we need only the latest post, so get that post only\r\n    \'cat\' => \'876\', // Gne Gm\r\n);\r\n$q = new WP_Query( $args);\r\nif ( $q->have_posts() ) {\r\n    while ( $q->have_posts() ) {\r\n    $q->the_post();        \r\n        //Your template tags and markup like\r\n   $postTitle = get_the_title();\r\n   $postLink = get_the_permalink();\r\n    }\r\n    wp_reset_postdata();\r\n}\r\n?>\r\n<p style=\"text-align: center; font-size: 18px; font-family: Oswald, sans-serif; \">\r\n<a href=\"<?=$postLink;?>\" style =\"color: black;\"  >\r\n<?php echo $postTitle ?>\r\n</a>\r\n</p>\r\n			</div>\r\n			<div class=\"carousel-item col-md-4\">\r\n			  <img src=\"https://sosyalistgundem.com/wp-content/uploads/2024/08/vu-arslan-new.jpg\" class=\"img-author img-fluid mx-auto d-block\">\r\n			  <p style=\"text-align: center; margin: 5px; font-family: \"Oswald\", sans-serif;\"><strong>V.U. Arslan</strong></p>\r\n<?php\r\n$args = array(\r\n    \'posts_per_page\' => 1, // we need only the latest post, so get that post only\r\n     \'cat\' => \'877\', // Volki\r\n);\r\n$q = new WP_Query( $args);\r\nif ( $q->have_posts() ) {\r\n    while ( $q->have_posts() ) {\r\n    $q->the_post();        \r\n        //Your template tags and markup like\r\n   $postTitle = get_the_title();\r\n   $postLink = get_the_permalink();\r\n\r\n    }\r\n    wp_reset_postdata();\r\n}\r\n?>\r\n<p style=\"text-align: center; font-size: 18px; font-family: Oswald, sans-serif; \">\r\n<a href=\"<?=$postLink;?>\" style =\"color: black;\" >\r\n<?php echo $postTitle ?>\r\n</a>\r\n</p>			</div>\r\n			<div class=\"carousel-item col-md-4\">\r\n			  <img src=\"https://sosyalistgundem.com/wp-content/uploads/2024/08/gokce-new.jpg\" class=\"img-author img-fluid mx-auto d-block\">\r\n			  <p style=\"text-align: center; margin: 5px; font-family: \"Oswald\", sans-serif;\"><strong>Gke entrk</strong></p>\r\n<?php\r\n$args = array(\r\n    \'posts_per_page\' => 1, // we need only the latest post, so get that post only\r\n    \'cat\' => \'2653\', // Gke .\r\n);\r\n$q = new WP_Query( $args);\r\nif ( $q->have_posts() ) {\r\n    while ( $q->have_posts() ) {\r\n    $q->the_post();        \r\n        //Your template tags and markup like\r\n   $postTitle = get_the_title();\r\n   $postLink = get_the_permalink();\r\n\r\n    }\r\n    wp_reset_postdata();\r\n}\r\n?>\r\n<p style=\"text-align: center; font-size: 18px; font-family: Oswald, sans-serif; \">\r\n<a href=\"<?=$postLink;?>\" style =\"color: black;\" >\r\n<?php echo $postTitle ?>\r\n</a>\r\n</p>			</div>\r\n			<div class=\"carousel-item col-md-4\">\r\n			  <img src=\"https://sosyalistgundem.com/wp-content/uploads/2024/08/derya-new.jpg\" class=\"img-author img-fluid mx-auto d-block\">\r\n			  <p style=\"text-align: center; margin: 5px; font-family: \"Oswald\", sans-serif;\"><strong>Derya Koca</strong></p>\r\n<?php\r\n$args = array(\r\n    \'posts_per_page\' => 1, // we need only the latest post, so get that post only\r\n     \'cat\' => \'878\', // Derya KOCA\r\n);\r\n$q = new WP_Query( $args);\r\nif ( $q->have_posts() ) {\r\n    while ( $q->have_posts() ) {\r\n    $q->the_post();        \r\n        //Your template tags and markup like\r\n   $postTitle = get_the_title();\r\n   $postLink = get_the_permalink();\r\n\r\n    }\r\n    wp_reset_postdata();\r\n}\r\n?>\r\n<p style=\"text-align: center; font-size: 18px; font-family: Oswald, sans-serif; \">\r\n<a href=\"<?=$postLink;?>\" style =\"color: black;\" >\r\n<?php echo $postTitle ?>\r\n</a>\r\n</p>			</div>\r\n			<div class=\"carousel-item col-md-4\">\r\n			  <img src=\"https://sosyalistgundem.com/wp-content/uploads/2024/08/engin-sg-new.jpg\" class=\"img-author img-fluid mx-auto d-block\">\r\n			  <p style=\"text-align: center; margin: 5px; font-family: \"Oswald\", sans-serif;\"><strong>Engin Kara</strong></p>\r\n<?php\r\n$args = array(\r\n    \'posts_per_page\' => 1, // we need only the latest post, so get that post only\r\n   \'cat\' => \'881\', // Engin Kara\r\n);\r\n$q = new WP_Query( $args);\r\nif ( $q->have_posts() ) {\r\n    while ( $q->have_posts() ) {\r\n    $q->the_post();        \r\n        //Your template tags and markup like\r\n   $postTitle = get_the_title();\r\n   $postLink = get_the_permalink();\r\n\r\n    }\r\n    wp_reset_postdata();\r\n}\r\n?>\r\n<p style=\"text-align: center; font-size: 18px; font-family: Oswald, sans-serif; \">\r\n<a href=\"<?=$postLink;?>\" style =\"color: black;\" >\r\n<?php echo $postTitle ?>\r\n</a>\r\n</p>			</div>\r\n			<div class=\"carousel-item col-md-4\">\r\n			  <img src=\"https://sosyalistgundem.com/wp-content/uploads/2024/08/emre-guntekin-new.jpg\" class=\"img-author img-fluid mx-auto d-block\">\r\n			  <p style=\"text-align: center; margin: 5px; font-family: \"Oswald\", sans-serif;\"><strong>Emre Gntekin</strong></p>\r\n<?php\r\n$args = array(\r\n    \'posts_per_page\' => 1, // we need only the latest post, so get that post only\r\n    \'cat\' => \'879\', // Emre bakan\r\n);\r\n$q = new WP_Query( $args);\r\nif ( $q->have_posts() ) {\r\n    while ( $q->have_posts() ) {\r\n    $q->the_post();        \r\n        //Your template tags and markup like\r\n   $postTitle = get_the_title();\r\n   $postLink = get_the_permalink();\r\n\r\n    }\r\n    wp_reset_postdata();\r\n}\r\n?>\r\n<p style=\"text-align: center; font-size: 18px; font-family: Oswald, sans-serif; \">\r\n<a href=\"<?=$postLink;?>\" style =\"color: black;\" >\r\n<?php echo $postTitle ?>\r\n</a>\r\n</p>			</div>\r\n		  </div>\r\n		  <a class=\"carousel-control-prev\" href=\"#theCarousel\" role=\"button\" data-slide=\"prev\">\r\n			<span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\r\n			<span class=\"sr-only\">Previous</span>\r\n		  </a>\r\n		  <a class=\"carousel-control-next\" href=\"#theCarousel\" role=\"button\" data-slide=\"next\">\r\n			<span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\r\n			<span class=\"sr-only\">Next</span>\r\n		  </a>\r\n		</div>\r\n	</div>'

Function Calls

None

Variables

None

Stats

MD5 fc8d082aa8db2e27ba3c6bc94c8f8c33
Eval Count 0
Decode Time 51 ms