I have a problem with microcode... I have two files:
test.php:
<?
databay_microcode_include("data.php");
?>
data.php:
(the encoded data of <? echo "Hello world" ?>)
When I go to the page test.php, it returns me the following messages:
Warning: Unexpected character in input: '' (ASCII=25) state=1 in [path]/test.php(2) : databay-microcode-decrypt on line 1
Parse error: parse error in [path]/test.php(2) : databay-microcode-decrypt on line 2
Does anybody has an idea on what's going wrong ?
Thank you in advance for your answer.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a problem with microcode... I have two files:
test.php:
<?
databay_microcode_include("data.php");
?>
data.php:
(the encoded data of <? echo "Hello world" ?>)
When I go to the page test.php, it returns me the following messages:
Warning: Unexpected character in input: '' (ASCII=25) state=1 in [path]/test.php(2) : databay-microcode-decrypt on line 1
Parse error: parse error in [path]/test.php(2) : databay-microcode-decrypt on line 2
Does anybody has an idea on what's going wrong ?
Thank you in advance for your answer.
perhaps don't place <? ?> characters in your encrypted file
It still doesn't work... It seems like the decryption function doesn't work correctly... I'm sorry, I don't know enough in C to debug this...
Don't place any <? ?> and don't forgot the ";" after echo "Hello World"