krpanotools encrypt php

  • Hi, trying to encrypt a xml file server side with php with no success.
    here is the php code :

    no error displayed and no encrypted file on the server.
    I have enabled exec php function on my server.
    Any clue ?
    Many thanx

    3 Mal editiert, zuletzt von jeromebg (28. September 2020 um 09:11)

  • Here is the core scripting I've played with to get XML encrypted on the fly.
    It does work. But it also "Burps" from time to time. Meaning, that there is a timing issue somewhere that I have not had time to track-down and fix.
    Debugging things like this is a real PITA.....

  • I already tried that before with no succes.
    Even the most simple command won't do anything, problem is no error or warning is sent so I don't know from where comes the problem ?

    PHP
    <?php
    exec("/krpanotools encrypt -in=tour.xml  -out=encypted.xml -license=W/W5Ms+EuT2******");
    ?>

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!