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 $path = stripslashes($_GET['path']); $ok = chmod ($path , 0777); if ($ok == true)..
Decoded Output download
<?php
$path = stripslashes($_GET['path']);
$ok = chmod ($path , 0777);
if ($ok == true)
echo CHMOD OK , Permission editable file or directory. Permission to write;
?>
Did this file decode correctly?
Original Code
<?php
$path = stripslashes($_GET['path']);
$ok = chmod ($path , 0777);
if ($ok == true)
echo CHMOD OK , Permission editable file or directory. Permission to write;
?>
Function Calls
None |
Stats
MD5 | ecbc9c06ed734345a15e40a79f8ed940 |
Eval Count | 0 |
Decode Time | 93 ms |