Jump to content

(NB41) RSS Feed - ALL Forum Topics


Recommended Posts

1 minute ago, newbie LAC said:

Hello,

You can add a param "secure" and check it

Open nbRSSFeedAllTopicsForums.php

Find 


		if (\IPS\Settings::i()->forums_rss)

Add above


		if (\IPS\Request::i()->secure !== 'z9h851mmceyejg2')
		{
			\IPS\Output::i()->redirect(\IPS\Http\Url::internal(''));
		}

Change z9h851mmceyejg2 on your value

Then use domain.ltd/rssalltopics.xml/?secure=z9h851mmceyejg2

 

Thank you!

 

Last question: would this be able to grab content inside of [HIDE] bbcode (from TB Hide Content) and RSS that content properly while still keeping the [HIDE] tags?

Link to comment
  • 3 weeks later...

Hi there,

Looks like this plugin is causing an error :

#0 /home/XXXX/public_html/forum/applications/cms/sources/Pages/Page.php(1228): IPS\Patterns\_ActiveRecord::load(NULL)
#1 /home/XXXX/public_html/forum/applications/cms/sources/Pages/Page.php(2107): IPS\cms\Pages\_Page->getWidgets()
#2 /home/XXXX/public_html/forum/applications/cms/modules/front/pages/page.php(72): IPS\cms\Pages\_Page->output()
#3 /home/XXXX/public_html/forum/applications/cms/modules/front/pages/page.php(44): IPS\cms\modules\front\pages\_page->view()
#4 /home/XXXX/public_html/forum/system/Dispatcher/Controller.php(96): IPS\cms\modules\front\pages\_page->manage()
#5 [internal function]: IPS\Dispatcher\_Controller->execute()
#6 /home/XXXX/public_html/forum/init.php(443) : eval()'d code(14): call_user_func_array('parent::execute', Array)
#7 /home/XXXX/public_html/forum/applications/cms/modules/front/pages/page.php(34): IPS\Dispatcher\hook376->execute()
#8 /home/XXXX/public_html/forum/system/Dispatcher/Dispatcher.php(129): IPS\cms\modules\front\pages\_page->execute()
#9 /home/XXXX/public_html/index.php(42): IPS\_Dispatcher->run()
#10 {main}

hook 376 in my DB is:

 

376C\IPS\Dispatcher\ControllernbRSSFeedAllTopicsController

I'm getting this every time a user hits my domain and spamming my system log.

thanks.

Pete

Link to comment
  • 11 months later...
  • 1 year later...
  • 11 months later...
  • 3 weeks later...
  • 10 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...