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 include('fonksiyonlar/header.tpl'); $down =$users->down_listele(); ?> <div..

Decoded Output download

<?php  
include('fonksiyonlar/header.tpl'); 
	$down =$users->down_listele(); 
 
?>	 
 <div class="page-container col-md-12"> 
        <div class="row"> 
            <div class="col-md-9 no-padding"> 
                <div class="page-content downloads"> 
                    <div class="col-md-10 col-md-offset-1"> 
                        <h2 class="page-title"> 
                            <span class="fa fa-download fa-fw"></span> ndirme Linkleri 
                        </h2> 
          
               <?php  
		if (sizeof($down) == 0){   
				 
				echo "";  
				echo ""; 
				$pay =$users->down_listele(); 
				 
		} 
		foreach($down as $row){ 
		//print_r($down); 
		?>		 
		                                          <div class="media"> 
                                <a class="pull-left" target="_blank" 
                                   href="<?php echo $row['link'] ?>" data-toggle="tooltip" data-placement="left" title="ndir"> 
                                    <img class="media-object" src="media/images/dl-icon.png" 
                                         alt="Download"> 
                                </a> 
                                <div class="media-body"> 
                                    <h4 class="media-heading"><?php echo $row['ad'] ?></h4> 
                                    <span class="label label-default"> 
                                        <span class="fa fa-calendar fa-fw"></span> <?php echo $row['boyut'] ?>                                    </span> 
                                </div> 
                            </div> 
                            <div class="separator-alt"></div> 
		 
		<?php } ?> 
                            <div class="separator-alt"></div> 
                                                <div class="page-header"> 
                            <h3>Sistem Gereksinimleri</h3> 
                        </div> 
                        <table class="table table-specs table-rankings table-bordered "> 
                            <colgroup> 
                                <col width="99"> 
                                <col width="*"> 
                                <col width="262"> 
                            </colgroup> 
                            <thead> 
                            <tr> 
                                <th class="first"> 
                                    <div>Classification<!--Classification--></div> 
                                </th> 
                                <th> 
                                    <div>Min. Specifications<!--Min. Specification--></div> 
                                </th> 
                                <th> 
                                    <div>Recommended Specifications<!--Required Specification--></div> 
                                </th> 
                            </tr> 
                            </thead> 
                            <tbody> 
                            <tr> 
                                <th>CPU</th> 
                                <td>Pentium 3 800MHz or higher<!--Pentium 3 800MHz or higher--></td> 
                                <td>Pentium 4 2.4GHz or higher<!--Pentium 4 2.4GHz or higher--></td> 
                            </tr> 
                            <tr> 
                                <th>RAM</th> 
                                <td>256MB</td> 
                                <td>512MB</td> 
                            </tr> 
                            <tr> 
                                <th>VGA</th> 
                                <td>3D speed over GeForce2 or ATI 9000<!--3D speed over GeForce2 or ATI 9000--></td> 
                                <td>3D speed over GeForce FX 5600 or ATI9500 
                                    <!--3D speed over GeForce FX 5600 or ATI9500--></td> 
                            </tr> 
                            <tr> 
                                <th>SOUND<!--SOUND--></th> 
                                <td>DirectX 9.0c Compatibility card<!--DirectX 9.0c Compatibility card--></td> 
                                <td>DirectX 9.0c Compatibility card<!--DirectX 9.0c Compatibility card--></td> 
                            </tr> 
                            <tr> 
                                <th>HDD</th> 
                                <td>4GB or higher(including swap and temporary file) 
                                    <!--4GB or higher(including swap and temporary file)--></td> 
                                <td>4GB or higher(including swap and temporary file) 
                                    <!--4GB or higher(including swap and temporary file)--></td> 
                            </tr> 
                            <tr> 
                                <th>OS</th> 
                                <td>Windows 2000, XP, Vista, 7, 8</td> 
                                <td>Windows 2000, XP, Vista, 7, 8</td> 
                            </tr> 
                            </tbody> 
                        </table> 
                    </div> 
                </div> 
            </div> 
 
              <?php include("fonksiyonlar/sag.tpl"); ?>  
			   
  <!--********************************************* Footer start *********************************************--> 
   
	 
    <!--********************************************* Footer end *********************************************-->  
    <div class="clear"></div> 
    <?php include('fonksiyonlar/footer.php'); ?> 
</body> 
</html>

Did this file decode correctly?

Original Code

<?php 
include('fonksiyonlar/header.tpl');
	$down =$users->down_listele();

?>	
 <div class="page-container col-md-12">
        <div class="row">
            <div class="col-md-9 no-padding">
                <div class="page-content downloads">
                    <div class="col-md-10 col-md-offset-1">
                        <h2 class="page-title">
                            <span class="fa fa-download fa-fw"></span> ndirme Linkleri
                        </h2>
         
               <?php 
		if (sizeof($down) == 0){  
				
				echo ""; 
				echo "";
				$pay =$users->down_listele();
				
		}
		foreach($down as $row){
		//print_r($down);
		?>		
		                                          <div class="media">
                                <a class="pull-left" target="_blank"
                                   href="<?php echo $row['link'] ?>" data-toggle="tooltip" data-placement="left" title="ndir">
                                    <img class="media-object" src="media/images/dl-icon.png"
                                         alt="Download">
                                </a>
                                <div class="media-body">
                                    <h4 class="media-heading"><?php echo $row['ad'] ?></h4>
                                    <span class="label label-default">
                                        <span class="fa fa-calendar fa-fw"></span> <?php echo $row['boyut'] ?>                                    </span>
                                </div>
                            </div>
                            <div class="separator-alt"></div>
		
		<?php } ?>
                            <div class="separator-alt"></div>
                                                <div class="page-header">
                            <h3>Sistem Gereksinimleri</h3>
                        </div>
                        <table class="table table-specs table-rankings table-bordered ">
                            <colgroup>
                                <col width="99">
                                <col width="*">
                                <col width="262">
                            </colgroup>
                            <thead>
                            <tr>
                                <th class="first">
                                    <div>Classification<!--Classification--></div>
                                </th>
                                <th>
                                    <div>Min. Specifications<!--Min. Specification--></div>
                                </th>
                                <th>
                                    <div>Recommended Specifications<!--Required Specification--></div>
                                </th>
                            </tr>
                            </thead>
                            <tbody>
                            <tr>
                                <th>CPU</th>
                                <td>Pentium 3 800MHz or higher<!--Pentium 3 800MHz or higher--></td>
                                <td>Pentium 4 2.4GHz or higher<!--Pentium 4 2.4GHz or higher--></td>
                            </tr>
                            <tr>
                                <th>RAM</th>
                                <td>256MB</td>
                                <td>512MB</td>
                            </tr>
                            <tr>
                                <th>VGA</th>
                                <td>3D speed over GeForce2 or ATI 9000<!--3D speed over GeForce2 or ATI 9000--></td>
                                <td>3D speed over GeForce FX 5600 or ATI9500
                                    <!--3D speed over GeForce FX 5600 or ATI9500--></td>
                            </tr>
                            <tr>
                                <th>SOUND<!--SOUND--></th>
                                <td>DirectX 9.0c Compatibility card<!--DirectX 9.0c Compatibility card--></td>
                                <td>DirectX 9.0c Compatibility card<!--DirectX 9.0c Compatibility card--></td>
                            </tr>
                            <tr>
                                <th>HDD</th>
                                <td>4GB or higher(including swap and temporary file)
                                    <!--4GB or higher(including swap and temporary file)--></td>
                                <td>4GB or higher(including swap and temporary file)
                                    <!--4GB or higher(including swap and temporary file)--></td>
                            </tr>
                            <tr>
                                <th>OS</th>
                                <td>Windows 2000, XP, Vista, 7, 8</td>
                                <td>Windows 2000, XP, Vista, 7, 8</td>
                            </tr>
                            </tbody>
                        </table>
                    </div>
                </div>
            </div>

              <?php include("fonksiyonlar/sag.tpl"); ?> 
			  
  <!--********************************************* Footer start *********************************************-->
  
	
    <!--********************************************* Footer end *********************************************--> 
    <div class="clear"></div>
    <?php include('fonksiyonlar/footer.php'); ?>
</body>
</html>

Function Calls

None

Variables

None

Stats

MD5 c88eedd450b2320891b8f9c803c3ca90
Eval Count 0
Decode Time 97 ms