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

Signing you up...

Thank you for signing up!

PHP Decode

<?php unset($latest_stories); $latest_stories=get_view(array("view_name"=>"landing_pa..

Decoded Output download

<?php  
	unset($latest_stories); 
	$latest_stories=get_view(array("view_name"=>"landing_page_blocks","display_name"=>"block_3","count"=>"21","arg"=>array(),"filter"=>array("term_node_tid_depth"=>arg(2)))); 
?> 
<?php for($i=0;$i<count($latest_stories);$i++){ ?> 
<div class="col-lg-4 col-sm-6"> 
	<?php echo $latest_stories[$i]; ?> 
</div> 
<?php } ?> 
<div class="load-more-content" style="clear:both;"> 
<div class="row view-content"> 
</div> 
<a class="selected btn" href="<?php echo $_SERVER['REQUEST_URI']; ?>" title="page1" id="onscrollmore" data-view-name="landing_page_blocks" data-view-id="block_3" data-arg="<?php echo arg(2) ?>" data-page="<?php echo (isset($_GET['page']))?$_GET['page']+1:1 ?>" data-page-limit="<?php echo (isset($_GET['page']))?$_GET['page']+4:3 ?>" data-view-container="load-more-content">Load More</a> 
</div> 

Did this file decode correctly?

Original Code

<?php 
	unset($latest_stories);
	$latest_stories=get_view(array("view_name"=>"landing_page_blocks","display_name"=>"block_3","count"=>"21","arg"=>array(),"filter"=>array("term_node_tid_depth"=>arg(2))));
?>
<?php for($i=0;$i<count($latest_stories);$i++){ ?>
<div class="col-lg-4 col-sm-6">
	<?php echo $latest_stories[$i]; ?>
</div>
<?php } ?>
<div class="load-more-content" style="clear:both;">
<div class="row view-content">
</div>
<a class="selected btn" href="<?php echo $_SERVER['REQUEST_URI']; ?>" title="page1" id="onscrollmore" data-view-name="landing_page_blocks" data-view-id="block_3" data-arg="<?php echo arg(2) ?>" data-page="<?php echo (isset($_GET['page']))?$_GET['page']+1:1 ?>" data-page-limit="<?php echo (isset($_GET['page']))?$_GET['page']+4:3 ?>" data-view-container="load-more-content">Load More</a>
</div>

Function Calls

None

Variables

None

Stats

MD5 21f94c4196a5104ce19b0e95382fb076
Eval Count 0
Decode Time 159 ms