Quote:
Originally Posted by Unregistered I get this error when I run Your script.
DECODE nested eval(gzinflate()) from Taree Internet 1. Reading coded.txt 2. Decoding
Parse error: syntax error, unexpected T_VARIABLE in /home/studio/public_html/decrypt.php(9) : eval()'d code on line 10
can't figure out what is wrong . |
Try copying & pasting the code for decrypt.php again, an error like that is normally a result of something minor like a space between the
?> or whitespace after it.
This is common when using text editors like Windows built in Notepad, i highly recommend the Open Source editor
Notepad++ which has syntax highlighting, when you have code errors it alerts you by the coloring of the code making things like this really easy to spot.
Another thing you can try to reveal the decrypted source, is the suggestion mentioned earlier. Upload your encrypted php file and load it in your browser:
your-domain.com/encrypted-file.php
It will most likely load a white page, then just Right Click & View Source and you should see the plain source code. This may also do the job depending on the encrypted file and what it does.