home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <root>
- <bot name="PowerShot Users: Picture Of The Day">
- <![CDATA[
-
- var re = new RegExp("<IMG SRC=\"potd/([0-9]+.jpg)\" [^>]+>");
-
- var text=slideshow.DownloadText("http://www.benel.com/powershot/pic-of-the-day.php");
- var lines=text.split("\n");
- for(var i=0;i<lines.length;++i)
- {
- var line=lines[i];
- var arr = re.exec(line);
- if (arr!=null)
- {
- slideshow.AddImage("http://www.benel.com/powershot/potd/"+arr[1],"http://www.benel.com/powershot/pic-of-the-day.php","");
- }
- }
-
-
- ]]>
- </bot>
- </root>