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 $nomHost = gethostname(); echo "Nom del host del servidor: " . $nomHost; $ip1..

Decoded Output download

<?php 
 
$nomHost = gethostname(); 
echo "Nom del host del servidor: " . $nomHost; 
 
$ip1 =gethostbyname($nomHost); 
echo "La ip del host es : ". $ip1; 
 
 
 
 
?>

Did this file decode correctly?

Original Code

<?php

$nomHost = gethostname();
echo "Nom del host del servidor: " . $nomHost;

$ip1 =gethostbyname($nomHost);
echo "La ip del host es : ". $ip1;




?>

Function Calls

gethostname 1

Variables

None

Stats

MD5 bb8c5422f0ecb09245c96ad06b490a19
Eval Count 0
Decode Time 45 ms