Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

transaction history XML -> PHP

Maris Kanto
Registered User
Join date: 4 Dec 2007
Posts: 47
04-14-2008 11:43
Hello guys,

wondering, has anybody solved the mystery and could post here the working PHP code how to read XML transaction file from transaction history webpage? So far with all the examples i was able to find in this forum which use PHP Curl - i am only able to grab just the first line:

<?xml version="1.0" ?>

and that's it.. no further content follows. Must admit that those examples were dated somewhere around year 2006, so probably something has changed.

Thank you in advance,
Maris

P.S. only that grabbing part is needed, XML parser and the rest of the stuff is pretty much clear.
Eliphas Mendes
Registered User
Join date: 24 Jan 2007
Posts: 12
05-15-2008 13:40
Original Post / Script still works:

/54/d0/150916/1.html

Only change you needed to do is the URL:

"https://secondlife.com/" doesn't work anymore. Change this part to a server number between

"https://secure-web1.secondlife.com/"

and

"https://secure-web23.secondlife.com/"


Hope this helps :)