Hosted File Manager for PHP5

Last post 01-22-2008 6:43 AM by mmania. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 01-21-2008 9:25 AM

    • mmania
    • Top 10 Contributor
    • Joined on 01-20-2008
    • Netherlands
    • Posts 91

    Hosted File Manager for PHP5

    Hi there,

     sorry if this might be silly, but I am self-taught so don't take anything for granted...

     
    I tried to use the Hosted File Manager on my PHP5 machine, and of course it doesn't work because the domxml is missing...

     
    is there a version of the Hosted File Manager using the new DOM (http://nl.php.net/manual/en/ref.dom.php) for PHP5. If found this article on how to move from domxml to DOM (http://devzone.zend.com/article/2387-XML-and-PHP-5) but I was wondering if somebody had already done this...

     help will be very much appreciated...

    Luca

    Filed under: ,
  • 01-21-2008 10:01 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 602

    Re: Hosted File Manager for PHP5

     We have written the File Manager and Child account manager to be version independent.  The initial version was 5.0 only but there were too many people using 4.0.  I will have the Hosted File Manager updated with the same backend as the File Manager when I get an opportunity.  In the mean time you can take a look at either of those packages to see how we are extracting the XML in a non-version specific way.

    I will post when this is complete.

    Regards,
         Barry R.

    IM Support (Feel free to add me)

    MSN: barryruffner@msn.com
    Gmail: barryruffner@gmail.com
  • 01-21-2008 10:55 PM In reply to

    • mmania
    • Top 10 Contributor
    • Joined on 01-20-2008
    • Netherlands
    • Posts 91

    Re: Hosted File Manager for PHP5

    thanks a lot Barry...

     I tried the File Manager, but I can't get past the login :-)

     the login (with debug enabled) gives the following message:

    <!--Login: <?xml version="1.0" encoding="utf-8"?>
    <Response>
        <ResponseCode>80001</ResponseCode>
        <ErrorMessage>Login Failed</ErrorMessage>
    </Response>-->

    Is there something more to it? btw the account is now temporarly locked :-)

    thanks in advance for your help

     ciao Luca
     

     

  • 01-21-2008 11:31 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 602

    Re: Hosted File Manager for PHP5

    To make sure you are using the right appKey, username and password from http://nmp.nirvanix.com/ you can try calling the http interface directly as follows:

    http://services.nirvanix.com/ws/Authentication/Login.ashx?appKey=XXXXX-XXXX-XXXX-XXXX-XXXXX&username=yourmasterorchildacct&password=yourpass

    Try pasting that in your browser and replacing the values with your own and let me know the result.

    mmania:

    Is there something more to it? btw the account is now temporarly locked :-)

     

     

    This lock should be removed after 15 minutes. 

    Regards,
        Barry R.

     

    IM Support (Feel free to add me)

    MSN: barryruffner@msn.com
    Gmail: barryruffner@gmail.com
  • 01-22-2008 6:43 AM In reply to

    • mmania
    • Top 10 Contributor
    • Joined on 01-20-2008
    • Netherlands
    • Posts 91

    Re: Hosted File Manager for PHP5

    I think I found the issue, my pwd had some special chars, as soon as I urlencoded it, it worked...

    I guess the authentication is missing the urlencode (haven't checked the code)

    I feel a bit less stupid now :-) 

    thanks again for your prompt help

    ciao

    Luca
     

Page 1 of 1 (5 items)