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 $myfile = fopen("webdictionary.txt", "r") or die("Unable to open file!"); echo fre..
Decoded Output download
<?php
Did this file decode correctly?
Original Code
<?php
$myfile = fopen("webdictionary.txt", "r") or die("Unable to open file!");
echo fread($myfile,filesize("webdictionary.txt"));
fclose($myfile);
?>
Function Calls
fopen | 1 |
fread | 1 |
fclose | 1 |
filesize | 1 |
Stats
MD5 | 3f7eafe2b01709d768b792c36d035bd2 |
Eval Count | 0 |
Decode Time | 68 ms |