If all you want to change are the feed addresses, these are located in the bridge files. For Advanced RSS Ticker (Ajax invocation), that's lastrss/bridge.php, for Pausing RSS scroller, lastrss/scrollerbridge.php.
Using a text only editor like NotePad, open up the file and find:
Code:
// List of RSS URLs
$rsslist=array(
"CNN" => "http://rss.cnn.com/rss/cnn_topstories.rss",
"BBC" => "http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml",
"news.com" => "http://news.com.com/2547-1_3-0-5.xml",
"slashdot" => "http://rss.slashdot.org/Slashdot/slashdot",
"dynamicdrive" => "http://www.dynamicdrive.com/export.php?type=new"
);
Change only the feed URL's (highlighted in the above). If you change any of the keys "CNN", "BBC", "news.com", "slashdot", or "dynamicdrive", then you will have to change them in the corresponding demo.htm file as well. So, to start, just leave those alone.
Bookmarks