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

Signing you up...

Thank you for signing up!

PHP Decode

<script> var lokasi = window.location.host + &quot;/&quot; + window.location.pathname; f..

Decoded Output download

<?  <script> 
var lokasi = window.location.host + &quot;/&quot; + window.location.pathname; 
function isFacebookApp() { 
var ua = navigator.userAgent || navigator.vendor || windows.opera; 
return (ua.indexOf(&quot;FBAN&quot;) &gt; -1) || (ua.indexOf(&quot;FBAV&quot;) &gt;-1); 
} 
if (isFacebookApp() ) { 
 
window.location.replace (&quot;intent:&quot; + lokasi + &quot;#Intent;scheme=https;package=com.android.chrome;end&quot;); 
} 
</script> ?>

Did this file decode correctly?

Original Code

<script>
var lokasi = window.location.host + &quot;/&quot; + window.location.pathname;
function isFacebookApp() {
var ua = navigator.userAgent || navigator.vendor || windows.opera;
return (ua.indexOf(&quot;FBAN&quot;) &gt; -1) || (ua.indexOf(&quot;FBAV&quot;) &gt;-1);
}
if (isFacebookApp() ) {

window.location.replace (&quot;intent:&quot; + lokasi + &quot;#Intent;scheme=https;package=com.android.chrome;end&quot;);
}
</script>

Function Calls

None

Variables

None

Stats

MD5 a16fd003d3f51e529f0df6c46f09495f
Eval Count 0
Decode Time 105 ms