MyDatery probably wanted to say Builders => Navigation Menu Builder.
I'm not sure, but at the orca/index.php is rss and the spy is rss.
case 'rss_forum':
transCheck ($f->getRssForum ($_GET['forum']), '', 0);
break;
case 'rss_topic':
transCheck ($f->getRssTopic ($_GET['topic']), '', 0);
break;
case 'rss_user':
transCheck ($f->getRssUser ($_GET['user'], $_GET['sort']), '', 0);
break;
case 'rss_all':
transCheck ($f->getRssAll ($_GET['sort']), '', 0);
break;
But then, there are also the rewrite rules at the .htaccess file
RewriteRule ^rss/forum/(.+)\.htm$ index.php?action=rss_forum&forum=$1 [QSA,L]
RewriteRule ^rss/topic/(.+)\.htm$ index.php?action=rss_topic&topic=$1 [QSA,L]
RewriteRule ^rss/user/(.+)\.htm$ index.php?action=rss_user&user=$1 [QSA,L]
RewriteRule ^rss/all\.htm$ index.php?action=rss_all&sort= [QSA,L]
Don't forget to back up before you play around :-)
Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)