Menu

hosting and microcode.so loaded dynamically.

2002-06-28
2002-07-15
  • Nobody/Anonymous

    I'm using hosting firm and I must use microcode as dynamically. I don't have access to apache, php, /etc/php.ini.

    I must use microcode like this:
    <?PHP
      dl("./microcode.so");
      databay_microcode_include($FILENAME)
    ?>

    So where I can find the microcode.so ?
    I must compile Apache with php like in decoder/README  only for that?

    Please help. Maybe somebody can send me microcode.so ?

     
    • Karsten Richter

      Karsten Richter - 2002-07-15

      hm. a precompiled microcode.so is probably not
      what you want.

      The cryptokey that is used for protection of your
      sources is stored partially in the binary .so file,
      so the guys who send you the binary
      might have a lot of fun stealing your sources ;-)

      Regards

      Karsten Richter

       

Log in to post a comment.