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 $content = file_get_contents("http://".$_GET['s']."/lprapi/?c=camera_get_image&p=".$..
Decoded Output download
('FunctionCall', {'name': 'file_get_contents', 'params': [('Parameter', {'node': '../img/novideo.jpg', 'is_ref': False})]})
Did this file decode correctly?
Original Code
<?php $content = file_get_contents("http://".$_GET['s']."/lprapi/?c=camera_get_image&p=".$_GET['p']."&preview=".$_GET['preview']); echo ($content !== "") ? $content : file_get_contents("../img/novideo.jpg") ?>
Function Calls
file_get_contents | 1 |
Stats
MD5 | 1c01e2f2f10c9f4b4663d37a30b7c38a |
Eval Count | 0 |
Decode Time | 53 ms |