InBefore - News Aggregator with Search Engine
InBefore - News Aggregator with Search Engine

InBefore - News Aggregator with Search Engine

  • Uploaded : 11th December 2023
  • Views : 2927

InBefore - News Aggregator with Search Engine

InBefore 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.
Top active searches related to

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.

Requirements

Before you buy or try to install inbefore please make sure your server meets the following requirements PHP 7.4 to PHP 8.3 – Linux/unix web-server. Apache 2.4+ with mod_rewriteMySQL 5.6+Standard cPanel with CRON supportcURL -PHP ExtensionPDO-MySQL -PHP ExtensionMbstring -PHP Extensionfileinfo -PHP Extensionlibxml-PHP ExtensionDOM -PHP ExtensionWarning

Please check the live demo and ask questions before you buy. Pre-sale questions are always welcomed. Ask questions and take your time before you buy to make sure you’re not buying something that you don’t want. Feeds must be added by yourself, only valid feeds are supported. Check if a feed is valid or not from here: https://validator.w3.org/feed/

There will be no refund once the item has been downloaded. ALSO TO CUSTOMIZE THE ITEM YOU NEED AT LEAST BASIC KNOWLEDGE OF PHP AND HTML.Live PreviewLive Demo: https://inbefore.mirazmac.comAdmin Dashboard: https://inbefore.mirazmac.com/dashboardAdmin CredentialsE-Mail: demo@mirazmac.comPassword: 123456Search engines not working all of a sudden?

If your search engines are not showing any results, download to the latest update and at the root you will find a file named “engines-fix.sql”. Import that file to your current installation’s database. It will reset the engines with new default values.

Or you can manually run this SQL query: TRUNCATE `in_engines`;INSERT INTO `in_engines` VALUES (1,'Web','68c42d53085561644',0,0,1567321257,1580814530),(3,'Videos','e403897ed3d957745',0,1,1567321259,1580814558),(4,'News','b16521454a1884f6a',0,1,1567321259,1567321259),(5,'Torrents','6ff7034d0894868ee',0,0,1567321259,1592295317),(6,'Subtitles','93314d2add702dbab',0,0,1567321259,1567321259),(2,'Images','954a56c1e00db57aa',1,0,1567321258,1592295337);

Or, alternatively, go to Dashboard > Engines

And change the Google Custom Search IDs of the engines to the following new values:

Web – 68c42d53085561644Images – 954a56c1e00db57aaVideos – e403897ed3d957745News – b16521454a1884f6aTorrents – 6ff7034d0894868eeSubtitles – 93314d2add702dbab Further disclaimer about the Search EnginesThe search engine part of the script depends on a free third party API named, Google CSE. If a situation arrives when the API is discontinued, the search engines will stop working. As I have no control over third party APIs, I won’t be able to do anything to fix it. So if you are purchasing this solely for the search engines then make sure you understand this, thank you.PS: NO URL SHORTNERS WERE CREATED DURING THE MAKING OF THIS ITEM.ChangelogMinor 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.phpv.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.Important Fix - October 22, 2021========================- For some odd reason Google has disabled all my CSEs. I have created new ones and added them to the SQL file. If you are running an existing installation just import the engines-fix.sql in your current database.Minor Bug fix - Feb 09, 2021========================- src\drivers\Http\RssImporter.php - Fixed content limit wasn't working. Just replace this file in your current installation from the new archive.v.1.0.5 - New Year's Update - Dec 31, 2020===========================- Added image search support in search- Added keyword based post ignoring/importing feature- Added content length based post importing- Added character limit based filtering on imported posts- Added in site articles search- Added ability to view posts of a specific feed in frontend- Added import and manual writing support for HTML5 video, audio content (No custom player)- Added ability to import iFrames based content, with domain white-listing (By default youtube, vimeo, twitch is enabled)- Added ability to set time interval for the popular posts (Daily/Weekly/Monthly/Yearly/All time)- Added ability to set the search engine as default homepage- Added full support for YouTube channel feeds, now videos will be embedded- Completely revamped post importing algorithm, last refresh time now resembles the latest imported post's publish time, and if no post is found, last refresh time won't be updated. Also duplicate posts check now checks the post URL as well as the title- Frontend design revamp with support for tablet devices- [Plugin] Same site RSS Feed can now show full content and thumbnail- [Plugin] Added category wise RSS feed for site- [Plugin] New synonyms based Article Rewriter Plugin (English only)- [Fix] Fixed broken instant answer images in search- [Fix] Fixed issues where FeedBurners feed would be considered invalid- [Fix] Added support for many third party image tags to make fetching the thumbnail image easier- [Fix] Fixed issues regarding rich snippets (breadcrumbs)- [Fix] Fixed issues regarding last refresh time- [Fix] Automatically detects feedburners feeds and appends necessary parameters to import the feed- [Fix] Newly added pages now appear at sidebar footer- [Fix] Fixed the cron command to be compatible with all kinds of hosting.v.1.0.4 - Quick Bugfix and Feature Update, April 14, 2020 (Recommended)=====================================================- Added ability to automatically fetch fulltext without any CSS selector (should work for most 80% of the sites)- Added an option to forcefully add invalid feeds (eg. feeds with invalid mimetypes)- Disabled SSL verification of the Feeds (known to cause cURL SSL issues in some hosts)- Fixed encoding issues with foreign characters in CSS based fulltext fetching- Some minor tweaks of the system filesv.1.0.3 - Quick Bugfix, April 4, 2020 (Updating Recommended)==============================================site/plugins/sitemap/lib/SiteMapController.php - Fixed the issue where another sitemap would only show in index when the total limit is reachedsrc/functions/formatting.php - Fixed invalid max file size value for some sitessrc/functions/system.php - Fixed some featured image URLs being brokensrc/helpers/UrlSlug.php - Slugs now support foreign character normalizationv.1.0.2 Quick Bugfix, March 25, 2020 (Update immediately)==================- Added missing language parameters- Fixed social share and image thumbnail issue- Fixed some issues with unicode/complex characters in URLv.1.0.1 Quick Bugfix, March 21, 2020 (Update immediately)==================- Fixed issue of white screen on search page- Removed YouTube downloader completely v.1.0.0 - February 23 - InBefore Next - Major Update====================================================- Added Support for Translations with two pre-loaded languages (English, Bengali)- Added Dynamic Sitemaps with sitemap index- Added RSS Feed- Added User Management with Roles and Permissions- Added support for user registration (Can be disabled)- Added support to enable or disable Google CSE Ads (Adsense for Search)- Added ability to change trending searches region- Added support for toggling the YouTube downloading feature- Added ability to select the default search engine- Added support for Theme Options- Added pagination for homepage- Added post view count- Default theme has two layouts for the article page- Added Facebook comment-box- Added Related Posts- Fixed critical issues of double encoding of URLs- Fixed YouTube feeds fetching swf files instead of the thumbnail issue- RSS Importer now loops through all the enclosures to find a image- Fixed an issue where importer was fetching video URLs, even when image was present- Updated the docs with solutions to the most common issuesv.0.1.4 - January 31, 2020 - YouTube Signature HotFix (Update immediately)==========================================================================- Downloading YouTube videos will now work with the latest YouTube Cipher Updatev.0.1.3 - December 22, 2019 - YouTube Downloader Hotfix (Update immediately)============================================================================- Fixed YouTube downloading issuesv.0.1.3 - December 22, 2019 - YouTube Downloader Hotfix (Update immediately)============================================================================- Fixed YouTube downloading issuesv.0.1.2 - November 17, 2019 - Hotfix (Update immediately)========================================================- Fixed critical fulltext fetch error bug in src/controllers/Site/SiteController.php- Fixed chmod related bugs in: src/controllers/Dashboard/DashboardThemesController.php src/controllers/Dashboard/DashboardPluginsController.php- Changed post_title field to MySQL TEXT instead of VARCHAR to prevent MySQL Truncate issue.v.0.1.1 - Ocober 15th, 2019========================- Fixed a critical RSS import bug in src/drivers/Http/RssImporter.phpv0.1 - October 10th, 2019==========- Created

Searches related to:

Show Full Overview

Click To View All

Request Paid Service or Hire Developer :
@
Post Requirement
What happens next?
Expert developers will send you job proposal and you chat with them and pick a developer for your work.

Start now & get a expert developer for your work in quick time.
Are you a developer looking for work, then you may apply for available jobs here: Jobs Feed
Looking for something? Start a fresh search

Sponsored Links

Add Your Link Here for FREE

Online Earning Earn While You Work At Home. Earn Up To Rs. 30000/- Per Month. No Work Experience Required. Workzly Is Your Best Online Job Platform With Thousands Of Jobs. Join Now And Get Paid..

Domain Name For Free You Get Reliable, Scalable And Free Web Hosting. Get 24/7 Security Monitoring, Hassle-free Setup And 99.9% Uptime When You Host Your Website.

Shopify Expert Near Me A Built-in, Global Audience. Build And Sell Apps And Themes That Customize And Extend Shopify's capabilities For Millions Of Merchants Around The World..

Send/Receive WhatsApp Messages Ready To Send Your First Message On WhatsApp? Get Started In No Time, With No Obligations. ‎WhatsApp API · ‎Free Trial · ‎SMS API · ‎Messenger API · ‎B2B Platforms · ‎RCS API.

Add Your Link Here for FREE

FeaturedWordPress PluginsWordPress ThemesPHP ScriptMobile APPDigital MarketingWordpress

Looking for something? Start a fresh search

Recent Comments
  • Sameer Gupta · commented on item: Thype v1.1.1 - Personal Blog WordPress
    Monday 17th June 2024

    "
    https://www70.zippyshare.com/v/jxVOOQEm/file.html
    http://ul.to/xrcj3x2f
    http://uploadboy.me/63js0ni5klt6/thype111.rar.html
    https://www.upload.ee/files/11456308/thype111.rar.html
    https://upload.ac/kdqgd8p4i1cz
    https://ulozto.net/file/2AH18ETUiZcV/thype111-rar
    https://novafile.com/qs4749trog7r
    https://myfile.is/ZcL6tdofo2
    https://mirrorace.com/m/1C4oc
    https://megaupload.is/f3D1t3o5o7
    https://mega4up.com/ggd8hrcn3l09
    https://dropapk.to/atpe5bvr76nh
    http://dl.free.fr/kK3nICWPC
    https://ddl.to/g6ved6cthms1
    https://bayfiles.com/zfC5tco1od
    https://anonfile.com/B7Cct4obod
    https://1fichier.com/?6cdtufiek35fln6qap1z "

  • Kusum Nandi · commented on item: Ultimate GDPR v1.7.4 - Compliance Toolkit for WordPress
    Thursday 13th June 2024

    " FRESH, original developer code remains unaltered.
    https://www28.zippyshare.com/v/IuFXZ4hF/file.html
    http://ul.to/cg7g8qbl
    http://uploadboy.me/ac5qfb6p2i4o/ultimategdpr-174.rar.html
    https://www.upload.ee/files/11309177/ultimategdpr-174.rar.html
    https://upload.ac/hugt7c5pu9ml
    https://ulozto.net/file/2PZ51RzgnbKC/ultimategdpr-174-rar
    https://sandup.co/hg5v98anj48v.html
    https://novafile.com/bxq6q5y680x8
    https://myfile.is/dcM6Ffi0o3
    https://mirrorace.com/m/4juvg
    https://megaupload.is/V2L6Fei9o8
    https://dropapk.to/2440os8lxdtj
    http://dl.free.fr/kY0XnN4dK
    https://ddl.to/79fbobx20l1e
    https://bayfiles.com/R9LfFdi3o8
    https://anonfile.com/T4L5F8ifo2
    https://1fichier.com/?m9rj5u7itxw9gdqrk8w4 "

  • Yash Salvi · commented on item: NearbyStores Android v1.8.0 - Offers, Events & Chat Realtime + Firebase - nulled
    Sunday 16th June 2024

    " FRESH, original developer code remains unaltered.
    https://www83.zippyshare.com/v/0iodppuT/file.html
    http://ul.to/o852jaw5
    https://www.upload.ee/files/12016003/nearbystores-180nulled.rar.html
    https://ulozto.net/file/rGi6Ec1Vt8Gq/nearbystores-180nulled-rar
    https://novafile.com/l8nq8vb5yd15
    https://nippyshare.com/v/021230
    https://www.mirrored.to/files/0OQB6KXX/nearbystores-180nulled.rar_links
    https://mirrorace.com/m/4lQ81
    https://hxfile.co/3cz6e0pe6hyj
    https://dropapk.to/anyi5as5uzsk
    http://dl.free.fr/hnjOalLNt
    https://ddownload.com/0vdi5tof3ya1
    https://dbree.org/v/f10210
    https://bayfiles.com/T5Obo0Gdo6
    https://anonfiles.com/ZdOeo8Gfo3
    https://1fichier.com/?3kr80ol60ujqpbgirar6 "

  • Tarun Kukreja · commented on item:
    Thursday 04th July 2024

    " NULLED, meaning license requirements have been removed.
    https://www111.zippyshare.com/v/KY0ISnHg/file.html
    http://ul.to/jfwlacud
    https://www.mirrored.to/files/QKYSEFSS/docly204n.rar_links
    https://mirrorace.org/m/3OIzN
    https://krakenfiles.com/view/R2nNTbpXLd/file.html
    https://hxfile.co/ho63oxnpiro8
    https://gofile.io/d/nfOFfg
    https://www.fireload.com/bdacc8c42289f674/docly204n.rar
    https://www.europeup.com/9hukedxrf8x3
    https://drop.download/32iz3mayppjq/docly204n.rar
    https://dl1.desiupload.to/2texya4ayht5
    https://ddownload.com/73jxf7r13g9x
    https://bayfiles.com/wbG9Y977ya
    https://anonfiles.com/z8GeY574y3
    https://1fichier.com/?xxbzx342ehsauev8cwky "

  • " NULLIFIED, meaning license requirements have been removed.
    https://workupload.com/file/wGk9MhW4ARW
    https://www.upload.ee/files/15247437/qrexorder-313nulled.rar.html
    https://pixeldrain.com/u/ySy5zU33
    https://oneupload.to/pceejj62mhge
    https://www.mirrored.to/files/ISPBDV0U/qrexorder-313nulled.rar_links
    https://mirrorace.org/m/4xD83
    https://krakenfiles.com/view/scfG5GI19K/file.html
    https://hxfile.co/0oetus50s35d
    https://gofile.io/d/UTLvJE
    https://www.fireload.com/44d90a4415bfaf7f/qrexorder-313nulled.rar
    https://drop.download/ctknq5nzgolu
    https://desiupload.co/birv55by3xup
    https://ddownload.com/elpmi6gywgyq
    https://dbree.me/v/46768b
    https://bayfiles.com/dd4ap7s7z3
    https://anonfiles.com/l24ap7s8za
    https://1fichier.com/?puhkmxlcjl28qontnkce "

  • Arjun Kumar Arya · commented on item: Ultimate WooCommerce Expandable Categories v1.2.1
    Friday 28th June 2024

    " is it malware-free? "

  • RUPAK PANCHADHYAYEE · commented on item: Benten v1.0 - Responsive One Page Portfolio Theme
    Wednesday 26th June 2024

    "
    https://hotfiles.cc/download/benten_10.rar/1631051
    http://ul.to/mpkhqjuz
    http://userscloud.com/8rpynwuiwbpf
    http://www37.zippyshare.com/v/MRPPAPBA/file.html
    https://dailyuploads.net/sa6j6dwyihg1
    https://www.datafilehost.com/d/9c36a4ca
    https://www.file-upload.com/tocn5pivowhi
    http://www.mediafire.com/?lo36vg1246ifkld
    http://www.mirrorcreator.com/files/0KHNCPSF/benten-10.rar_links
    https://oload.stream/f/ktQwTSFced4/benten-10.rar
    https://sendit.cloud/b3pws8gun4gf
    https://www.sendspace.com/file/dlhdtz
    https://tusfiles.net/mvu33mr715ro "