Jump to content

Tarion Korobase

Resident
  • Posts

    3
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Looks good, but have some troubles. First, I had to fix this condition (in 2 places): if( ! $result = curl_exec($ch)) To: if($result != curl_exec($ch)) Second, it is important to give write access to the folder the script is int. and now just gets empty data: results.xml:1: parser error : Document is empty It might be due to my webspace hosters setup, I will try it locally and then on my own Server. Error hndling could be improved, even if I change my password to a wrong one, it just tells me that the file is empty.
  2. Hi techis, I want to build a webserver that verifies payments made to an SL account. How can I Login to my SL account from my own application? Is there some documentation about the login procedure or any library? I would take it in any language, but actually I'm running NodeJS.
×
×
  • Create New...