I followed the instructions in decoder/README to create microcode.so - all worked as advertised.
When I try to run it everything works up to and including
dl ("./microcode.so");
but then
databay_microcode_include("encrypted.php");
fails with:
An error occured while loading http://10.0.0.2/info.php:
Connection to host 10.0.0.2 is broken
encrypted php was created with
encoder x.php encrypted.php 21
where x.php contains one line: phpinfo();
What have I done wrong? - Douglas Laing, Johannesburg
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i compiled microcode sucessfully with php 4.3.2
with the same configuration options, it compiled sucessfully with php 4.3.3
but it loads microcode.so fails:
compiler_globals undefined
any ideas?
I followed the instructions in decoder/README to create microcode.so - all worked as advertised.
When I try to run it everything works up to and including
dl ("./microcode.so");
but then
databay_microcode_include("encrypted.php");
fails with:
An error occured while loading http://10.0.0.2/info.php:
Connection to host 10.0.0.2 is broken
encrypted php was created with
encoder x.php encrypted.php 21
where x.php contains one line: phpinfo();
What have I done wrong? - Douglas Laing, Johannesburg