Hey guys,
I had played with this script at points in the past (6+ months ago) and used the URL format:
Code:
http://www.linode.com/members/bw/?user=[linodeUsername]
http://www.linode.com/members/info/?user=[linodeUsername]
I recently decided to try playing with the XML script (mostly to make a gadget for my iGoogle Homepage) and found that I kept get access denied errors when trying to view it from a Linode IP.
After some poking around and with some help in the IRC channel, we figured out that you now need to use your Linode ID. This can be found on the Console tab of the Dashboard for the Linode you need information for. It will be in the format of:
Code:
ssh linode#####@locationXXX.linode.com
Your Linode ID is the "linode#####" part. For instance say you are on linode12345, you would put the following as your bandwidth URL:
Code:
http://www.linode.com/members/bw/?user=linode12345
http://www.linode.com/members/info/?user=linode12345
I suspect this was changed when Linode announced support for multiple Linodes on one account.
Thanks,
Smark