InBefore Nulled is an automated news aggregator, that can import latest content from unlimited RSS feeds. With no-cost Google CSE based search engine that searches different portions of the web. Including different types of search sections, like web, videos, torrents even subtitles. No API keys are needed.
InBefore is not your average RSS aggregator, it comes with special features like HTML DOM based full-text fetching for articles, cron based automatic content fetching and deletion of the old content after a certain period and many more.
Free Download InBefore is the perfect choice for anyone who’s looking to build their very own content portal with no much server load to worry about.
Demo : https://codecanyon.net/item/inbefore-news-aggregator-search-engine-youtube-downloader/24809255
Changelog
Minor Bug fix and Improvement - October 09, 2023 (Only for 1.0.6)
========================
- Replace the following files from the archive to your installation:
\src\vendor\simplepie\simplepie\library\SimplePie\Item.php
\src\drivers\Http\RssImporter.php
v.1.0.6 - PHP 8 Support - Sep 14, 2023
========================================
- Added PHP 8 support (Only for new installations, upgrade isn't possible due to a lot of changed files).
October 2, 2022
===============
- Minor Reflective XSS Fix on the search pages "no search results text"
in: src/controllers/SiteController.php
changed line: 'noResultsString' => sprintf(__('no-search-results', _T), $q),
to:
'noResultsString' => e(sprintf(__('no-search-results', _T), $q)),
Thanks to @allyelyas for reporting.