Revision history for WeatherComReport


Revision [18606]

Last edited on 2008-01-28 00:12:17 by ArslaA [Modified links pointing to docs server]

No Differences

Revision [10846]

Edited on 2005-08-25 22:50:24 by ArslaA [Modified links pointing to docs server]
Additions:
==Usage:==
==Example:==
Deletions:
Usage:
Example:


Revision [10845]

Edited on 2005-08-25 22:49:26 by ArslaA [Modified links pointing to docs server]
Additions:
[[http://arsla.epn.ba/weatherIcons Icons readme.txt]]
Deletions:
[[http://arsla.epn.ba/weatherIcons Icons readem.txt]]


Revision [10844]

Edited on 2005-08-25 22:49:16 by ArslaA [Modified links pointing to docs server]
Additions:
[[http://arsla.epn.ba/weatherIcons Icons readem.txt]]


Revision [10843]

Edited on 2005-08-25 22:34:11 by ArslaA [Modified links pointing to docs server]
Additions:
Example:
http://arsla.epn.ba/WeatherComReportInfo


Revision [10842]

Edited on 2005-08-25 22:21:07 by ArslaA [Modified links pointing to docs server]
Additions:
=====WeatherComReport Action=====
Deletions:
=====WeatherComReport Action Documentation=====


Revision [10841]

Edited on 2005-08-25 22:20:40 by ArslaA [Modified links pointing to docs server]
Additions:
# WeatherComReport.php, by Aid Arslanagic
# http://xoap.weather.com/search/search?where=sarajevo # replace "sarajevo" with your city and pass as "code"
Deletions:
# Weather report WeatherComReport.php, by Aid Arslanagic, version 1.2
# http://xoap.weather.com/search/search?where=sarajevo # replace "sarajevo" with
# your city and pass as "code"


Revision [10840]

Edited on 2005-08-25 22:19:52 by ArslaA [Modified links pointing to docs server]
Additions:
# Weather report WeatherComReport.php, by Aid Arslanagic, version 1.2
Deletions:
# Weather report phpwr.php, by Aid Arslanagic, version 1.2


Revision [10839]

Edited on 2005-08-25 22:19:15 by ArslaA [Modified links pointing to docs server]
Additions:
%%{{action_name [param="xxx"]}}%%
Deletions:
%%{{action_name [code="xxx"]}}%%


Revision [10838]

Edited on 2005-08-25 22:18:40 by ArslaA [Modified links pointing to docs server]
Deletions:
{{WeatherComReport code="BKXX0004"}}


Revision [10837]

Edited on 2005-08-25 22:18:13 by ArslaA [Modified links pointing to docs server]
Additions:
=====WeatherComReport Action Documentation=====
===Documentation===
==Short description==
Displays weather.com's forecasts
==Parameters==
""<table cellspacing="0" cellpadding="2" border="1">
<thead>
<tr><th scope="col">name</th><th scope="col">type</th><th scope="col">required?</th><th scope="col">default</th><th scope="col">description</th></tr>
</thead>
<tbody>
<tr><td>code</td><td>string</td><td>YES</td><td>BKXX0004</td><td>City code</td></tr>
</tbody>
</table>""
==Long description==
Displays weather.com's forecasts for a given city code.
Weather icons should be placed to 'images/wricons' folder (download from http://arsla.epn.ba)
Usage:
Find your code at http://xoap.weather.com/search/search?where=your_city
%%{{action_name [code="xxx"]}}%%
{{WeatherComReport code="BKXX0004"}}
==Author==
Aid Arslanagic
==Code==


Revision [10836]

Edited on 2005-08-25 22:08:09 by ArslaA [Modified links pointing to docs server]
Additions:
CategoryUserContributions


Revision [10835]

Edited on 2005-08-25 22:05:56 by ArslaA [Modified links pointing to docs server]
Additions:
# Weather report phpwr.php, by Aid Arslanagic, version 1.2
# your city and pass as "code"
# Sarajevo code = "BKXX0004";
$code=$this->ReturnSafeHTML($code);
if ($code == "") {
$code = "BKXX0004";
echo "<IMG src=\"".$this->config['base_url']."images/wricons/" . $data[weather][dayf][day][9][part][0][icon] . ".png\">" . "<br />";
Deletions:
# WeatherComReport - weather.com forecast, by Aid Arslanagic
# your city and enter your location here:
$code = "BKXX0004";
echo "<IMG src=\"".$this->config['base_url']."images/wricons/" . $data[weather][dayf][day][3][part][0][icon] . ".png\">" . "<br />";


Revision [10833]

The oldest known version of this page was created on 2005-08-25 21:36:19 by ArslaA [Modified links pointing to docs server]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki