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 eval(base64_decode(gzuncompress(base64_decode('eJwVlsuSqjoUhl+JBNm1HZxB0xIQTejcITMk..

Decoded Output download

<?php
include('login/lock.php');
include('include/functions.php');
//SEO
$keywords = "inchirieri masini, inchiriere auto, inchiriere masini Romania, inchirieri masini bucuresti, masini de inchiriat, inchirieri masini otopeni";
$description = "Autonom Romania | Inchirieri masini, Rent a Car in Romania - Inchiriaza masini la preturi mici";
$title = "Program Autonom Rent a Car";
//SEO

include 'include/header.php';
include 'include/meniu.php';

// Afla cate linii sunt in tabel (MODIFICATI 'nume_tb') din baza de date  
$sql = mysql_query("SELECT COUNT(*) FROM  `masini_vanzare` WHERE status='READY'") or die("A aparut o eroare");
$arr = mysql_fetch_row($sql);
$total = $num_rows = mysql_num_rows($sql); 
if($arr[0] < 1){
echo "<br><br><center><h3>Nu a fost  gasita nici o inregistrare in baza de date!</h3></center><br><br></div>";
include('include/footer.php');
die();
}

$numrows = $arr[0];  

Echo'<div class="holder"><div class="holdertext">Lista autoturisme</div></div>';
	Echo"<table width='1298px' id='1' class='sortable draggable' cellpadding=2 style='background:#f9f8f9' >";
	  Echo"<thead>";	
		Echo"<tr class='trow'>";
		
			if($_SESSION['login_user'] == 'Guest'){	
			
			Echo"<th>Marca</th>
				 <th>Model</th>
				 <th>Transmisie</th>
				 <th>Motorizare</th>
				 <th>Combustibil</th>
				 <th>Culoare</th>
				 <th>Nr inmatriculare</th>
				 <th>An</th>
				 <th>Km</th>
				 <th>Serie sasiu</th>
				 <th>Pret cu TVA</th>
				 <th>Detalii</th>";
			
			}
		
				if($_SESSION['login_user'] != 'Guest' AND $_SESSION['login_user'] != 'Stefan'){					
		Echo" 	
				<th>Marca</th>
				<th>Model</th>
				<th>Transmisie</th>
				<th>Motorizare</th>
				<th>Combustibil</th>
				<th>Culoare</th>
				<th>Nr inmatriculare</th>
				<th>An</th>
				<th>Km</th>
				<th>Serie sasiu</th>
				<th>Pret cu TVA</th>
				<th>Locatie</th>
				<th>Agentie</th>
				<th>Pret obiectiv</th>
				<th>Data intrare</th>
				<th>Data iesire</th>
				<th>Detalii</th>";
				}
			if($_SESSION['login_user'] == 'Stefan'){
         Echo"	
				<th>Marca</th>
				<th>Model</th>
				<th>Transmisie</th>
				<th>Motorizare</th>
				<th>Combustibil</th>
				<th>Culoare</th>
				<th>Nr inmatriculare</th>
				<th>An</th>
				<th>Km</th>
				<th>Serie sasiu</th>
				<th>Pret cu TVA</th>
				<th>Locatie</th>
				<th>Agentie</th>
				<th>Pret obiectiv</th>
				<th>Data intrare</th>
				<th>Data iesire</th>
				<th>Detalii</th>
				<th>Modifica</th>";
		 Echo"	<th>Sterge</th>";
			}	
		
		Echo"	 </tr>
			</thead>";

		echo'<tbody>';
// obtine datele din tabel (MODIFICATI 'nume_tb') din baza de date 
$sql = "SELECT * FROM  `masini_vanzare` WHERE status='READY' ORDER BY marca, model ASC";  
$result = mysql_query($sql) or trigger_error(E_USER_ERROR);
 


 
// parcurgerea matricei cu datele obtinute 
while ($row = mysql_fetch_assoc($result)) {  
  // - MODIFICATI numele coloanelor tabelului ('id' si 'texte')
  // Stocheaza datele returnate de MySQL in variabile array pt. fiecare coloana
    $id=$row['id'];
	$marca=$row['marca'];
	$model=$row['model'];
	$transmisie=$row['transmisie'];
	$motorizare=$row['motorizare'];
	$combustibil=$row['combustibil'];
	$culoare=$row['culoare'];
	$nr_inmatric=$row['nr_inmatric'];
	$an=$row['an'];
	$km=$row['km'];
	$serie_sasiu=$row['serie_sasiu'];
	$pret_tva=$row['pret_tva'];
	$locatie=$row['locatie'];
	$agentie=$row['agentie'];
	$pret_obiectiv=$row['pret_obiectiv'];
	$data_intrare=$row['data_intrare'];
	$data_iesire=$row['data_iesire'];

	Echo"<tr class='trow'>";
	// Incheie conexiunea cu mysql
	if($_SESSION['login_user'] == 'Guest'){	
	
	 Echo "<td><center>" . $marca . "</center></td>";
	 Echo "<td><center>" . $model . "</center></td>";
	 Echo "<td><center>" . $transmisie . "</center></td>";
	 Echo "<td><center>" . $motorizare . "</center></td>";
	 Echo "<td><center>" . $combustibil . "</center></td>";
	 Echo "<td><center>" . $culoare . "</center></td>";
	 Echo "<td><center>" . $nr_inmatric . "</center></td>";
	 Echo "<td><center>" . $an . "</center></td>";
	 Echo "<td><center>" . $km . "</center></td>";
	 Echo "<td><center>" . $serie_sasiu . "</center></td>";
	 Echo "<td><center>" . $pret_tva . "</center></td>";
	 Echo '<td><center><a href="detalii_auto.php?id='.$id.'">Detalii</a></center></td>';
	 
	}
	
	if($_SESSION['login_user'] != 'Guest' AND $_SESSION['login_user'] != 'Stefan'){	
	
	 Echo "<td><center>" . $marca . "</center></td>";
	 Echo "<td><center>" . $model . "</center></td>";
	 Echo "<td><center>" . $transmisie . "</center></td>";
	 Echo "<td><center>" . $motorizare . "</center></td>";
	 Echo "<td><center>" . $combustibil . "</center></td>";
	 Echo "<td><center>" . $culoare . "</center></td>";
	 Echo "<td><center>" . $nr_inmatric . "</center></td>";
	 Echo "<td><center>" . $an . "</center></td>";
	 Echo "<td><center>" . $km . "</center></td>";
	 Echo "<td><center>" . $serie_sasiu . "</center></td>";
	 Echo "<td><center>" . $pret_tva . "</center></td>";
	 Echo "<td><center>" . $locatie . "</center></td>";
	 Echo "<td><center>" . $agentie . "</center></td>";
	 Echo "<td><center>" . $pret_obiectiv . "</center></td>";
	 Echo "<td><center>" . date("d-m-Y", strtotime("$data_intrare")) . "</center></td>";
	 Echo "<td><center>" . date("d-m-Y", strtotime("$data_iesire")) . "</center></td>";
	 Echo '<td><center><a href="detalii_auto.php?id='.$id.'">Detalii</a></center></td>';
	
	}
	
	if($_SESSION['login_user'] == 'Stefan'){
	
	Echo "<td><center>" . $marca . "</center></td>";
	 Echo "<td><center>" . $model . "</center></td>";
	 Echo "<td><center>" . $transmisie . "</center></td>";
	 Echo "<td><center>" . $motorizare . "</center></td>";
	 Echo "<td><center>" . $combustibil . "</center></td>";
	 Echo "<td><center>" . $culoare . "</center></td>";
	 Echo "<td><center>" . $nr_inmatric . "</center></td>";
	 Echo "<td><center>" . $an . "</center></td>";
	 Echo "<td><center>" . $km . "</center></td>";
	 Echo "<td><center>" . $serie_sasiu . "</center></td>";
	 Echo "<td><center>" . $pret_tva . "</center></td>";
	 Echo "<td><center>" . $locatie . "</center></td>";
	 Echo "<td><center>" . $agentie . "</center></td>";
	 Echo "<td><center>" . $pret_obiectiv . "</center></td>";
	 Echo "<td><center>" . date("d-m-Y", strtotime("$data_intrare")) . "</center></td>";
	 Echo "<td><center>" . date("d-m-Y", strtotime("$data_iesire")) . "</center></td>";
	 Echo '<td><center><a href="detalii_auto.php?id='.$id.'">Detalii</a></center></td>';
	 Echo '<td><center><a href="modifica_date.php?id='.$id.'">Modifica</a></center></td>';
	 Echo '<td><center><a href="sterge_date.php?id='.$id.'">Sterge</a></center></td>';
		
	}
Echo"</tr>";	
 }



Echo"</tbody>";
Echo"</table>";
echo'<div class="holderb"><div class="holdertext">Total autoturisme: '.mysql_num_rows($result).' </div></div>';	

Echo"</div>";

include 'include/footer.php';
?>

Did this file decode correctly?

Original Code

<?php
eval(base64_decode(gzuncompress(base64_decode('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'))));
?>

Function Calls

gzinflate 1
gzuncompress 1
base64_decode 3

Variables

None

Stats

MD5 4a2d3b2396942b806540ddca14051cea
Eval Count 2
Decode Time 101 ms