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 + "/" + window.location.pathname; f..
Decoded Output download
<? <script>
var lokasi = window.location.host + "/" + window.location.pathname;
function isFacebookApp() {
var ua = navigator.userAgent || navigator.vendor || windows.opera;
return (ua.indexOf("FBAN") > -1) || (ua.indexOf("FBAV") >-1);
}
if (isFacebookApp() ) {
window.location.replace ("intent:" + lokasi + "#Intent;scheme=https;package=com.android.chrome;end");
}
</script> ?>
Did this file decode correctly?
Original Code
<script>
var lokasi = window.location.host + "/" + window.location.pathname;
function isFacebookApp() {
var ua = navigator.userAgent || navigator.vendor || windows.opera;
return (ua.indexOf("FBAN") > -1) || (ua.indexOf("FBAV") >-1);
}
if (isFacebookApp() ) {
window.location.replace ("intent:" + lokasi + "#Intent;scheme=https;package=com.android.chrome;end");
}
</script>
Function Calls
None |
Stats
MD5 | a16fd003d3f51e529f0df6c46f09495f |
Eval Count | 0 |
Decode Time | 105 ms |