Browse by Tags

  • To cURL or not to cURL?

    I haven't fully investigated this issue yet but I thought I'd post here as it is late and you never know, I may get some input before the morning. So here is the scenario...I have a method that creates a "Media Object" for our users. When a media object is created, the user is given...
    Posted to PHP (Forum) by CrazyMerlin on 05-05-2008
  • CallbackURL - how to read the output

    Sorry, I just realised I was having my Homer Simpson moment... my callback URL is behind a password protected directory... d'oh! so, forget about the below... ciao Luca =============================================================== Hi, sorry for what might be a very basic question, but how can I...
    Posted to PHP (Forum) by mmania on 04-10-2008
  • Bug on IMFS function...

    folders containing spaces in the names do not show their content in the Filesystem application in PHP the issue was the missing urlencode for the $folderPath variable ciao Luca public function ListFolder($sessionToken, $folderPath, $pageNumber, $pageSize, $sortCode, $sortDescending) { global $DEBUG;...
    Posted to PHP (Forum) by mmania on 03-26-2008
  • Re: Secure connection... looking for help

    Curl requires a certificate to do full verification of the host and peer through https. Essentially this application was released in this mode which is less secure to work on any system even if that cert is in accessible or not installed on the host.. To specify your certificate and to turn on the validation...
    Posted to PHP (Forum) by BarryR on 02-26-2008
  • Re: Performances...

    Luca, I'm currently living in Utrecht...I thought you were from Italy (Luca & ciao??) Thanks for the 'linking' tip, it will surely help, as you already experienced. Barry, thanks for the breakdown. I'm going to start some trials today using the application example Nirvanix provides...
    Posted to PHP (Forum) by egranville on 02-21-2008
  • Re: Performances...

    Luca, I'm also very concerned about the performance of the web service. Did you time the call and did it take 5 seconds? Ord did the page take 5 seconds to load? Edward
    Posted to PHP (Forum) by egranville on 02-21-2008
  • Performances...

    Hello there, I am working on a PHP application. This is not a scientific investigation, but when running the application and retrieving information from the Nirvanix network I observe quite some slow response times. On average it takes about 5 seconds for completing a simple session authentication plus...
    Posted to PHP (Forum) by mmania on 02-07-2008
  • 2 Metadata Functions for the IMFS.php

    I added these 2 functions to the IMFS.php in SetMetadata, the $metainfo variable is an array consisting of the several Key:Value pairs for the metadata to be set, so that several metadata can be set at the same time. The functions don't check for invalid chars so be warned and double check if it...
    Posted to PHP (Forum) by mmania on 02-06-2008
  • how to read returned response variables...

    this might be silly, but it's the first time I see this and Ican't figure it out... when I do an upload the system will reply the result, but I can't seem to be able to read the variables from the URL NVX.returnCode=70004&NVX.errorMessage=The%20path%20already%20exists. it seems to be...
    Posted to PHP (Forum) by mmania on 01-25-2008
  • 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:/...
    Posted to PHP (Forum) by mmania on 01-21-2008
Page 1 of 4 (34 items) 1 2 3 4 Next >