21 require_once SQ_PACKAGES_PATH.
'/data/data_source_xml/data_source_xml.inc';
46 parent::__construct($assetid);
60 $url = html_entity_decode($this->
attr(
'url'));
61 $userid = $this->
attr(
'userid');
62 $password = $this->
attr(
'password');
63 if (!empty($userid) && !empty($password)) {
67 $authkey = md5((($day * 2) + ($month * 300) + ($year * 170000)).$password);
68 $weatherfeed_url = $url.
'&u='.$userid.
'&k='.$authkey;
69 $content = $this->
openFeed($weatherfeed_url);