所有分类
  • 所有分类
  • WordPress主题模版
  • 企业官网
  • 创意设计
  • 零售业务
  • 电子商务
  • 博客论坛
  • 网络科技
  • 视频娱乐
  • 公益教育
  • 其他主题
  • Shopify主题模版
  • SaaS主题模版
  • 购物商城
  • 图像媒体
  • 社交网络
  • 其他主题
  • WordPress主题插件
InBefore – 带有搜索引擎的新闻聚合器

InBefore – 带有搜索引擎的新闻聚合器

资源下载
下载价格32
在线演示立即购买
推荐购买建站套餐,独立站主题免费使用。
InBefore – 带有搜索引擎的新闻聚合器

InBefore 是一个自动化的新闻聚合器,可以从无限的 RSS 提要中导入最新内容。使用基于 Google CSE 的免费搜索引擎,可以搜索网络的不同部分。包括不同类型的搜索部分,如网络、视频、种子甚至字幕。不需要 API 密钥。

InBefore 不是普通的 RSS 聚合器,它具有特殊功能,例如基于 HTML DOM 的文章全文获取、基于 cron 的自动内容获取和在一段时间后删除旧内容等等。

对于任何希望构建自己的内容门户而无需担心太多服务器负载的人来说,InBefore 是完美的选择。

要求

在购买或尝试安装之前,请确保您的服务器满足以下要求

  • PHP 7.4 PHP 8.3 – Linux/unix 网络服务器。
  • Apache 2.4+ 与 mod_rewrite
  • MySQL 5.6+
  • 支持 CRON 的标准 cPanel
  • 卷曲-
    PHP 扩展
  • PDO-MySQL –
    PHP 扩展
  • mbstring –
    PHP 扩展
  • 文件信息 –
    PHP 扩展
  • libxml-
    PHP 扩展
  • DOM –
    PHP 扩展

警告

请在购买前查看现场演示并提出问题。我们随时欢迎提出售前问题。在购买前提出问题并花点时间,以确保您购买的不是您不想要的东西。提要必须自行添加,仅支持有效的提要。从这里检查提要是否有效: https://validator.w3.org/feed/

下载项目后将不予退款。

此外,要自定义项目,您至少需要具备 PHP 和 HTML 的基本知识。

实时预览

现场演示: https://inbefore.mirazmac.com
管理仪表板: https://inbefore.mirazmac.com/dashboard

管理员凭据

电子邮件: demo@mirazmac.com
密码: 123456

搜索引擎突然不工作?

如果您的搜索引擎没有显示任何结果,请下载到最新更新,在根目录下您会找到一个名为 “engines-fix.sql”.将该文件导入到当前安装的数据库中。它将使用新的默认值重置引擎。

或者,您可以手动运行此 SQL 查询:

TRUNCATE `in_engines`;
INSERT INTO `in_engines` (`engine_id`, `engine_name`, `engine_cse_id`, `engine_is_image`, `engine_show_thumb`, `created_at`, `updated_at`) VALUES
(1, 'Web', '34eef687ce269487c', 0, 0, 1567321257, 1580814530),
(2, 'Images', '954a56c1e00db57aa', 1, 0, 1567321258, 1592295337),
(3, 'Videos', '530b5e7ca4f8045d4', 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);

或者,或者,转到 仪表板>引擎

并将引擎的 Google 自定义搜索 ID 更改为以下新值:

蹼– 34eef687ce269487c
图像– 954a56c1e00db57aa
视频– 530b5e7ca4f8045d4
新闻– B16521454A1884F6A
种子– 6ff7034d0894868ee
字幕– 93314d2add702dbab

关于搜索引擎的进一步免责声明

脚本的搜索引擎部分依赖于名为 Google CSE 的免费第三方 API。 如果出现 API 停止的情况,搜索引擎将停止工作。由于我无法控制第三方 API,因此我无法采取任何措施来修复它。因此,如果您仅为搜索引擎购买此产品,请确保您理解这一点,谢谢。

PS:在制作此项目期间没有创建 URL 缩短器。

更改日志

v.1.0.7 - HotFix for Google Trends (January 5, 2025)
========================================
- Fixed Google Trends (Replace file at: \src\controllers\frontend_task.php)
- Fixed Default featured image not being used in loops (File at: site\themes\default\partials\loop.php)

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.

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 <strong>engines-fix.sql</strong> 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 files

v.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 reached
src/functions/formatting.php - Fixed invalid max file size value for some sites
src/functions/system.php - Fixed some featured image URLs being broken
src/helpers/UrlSlug.php  - Slugs now support foreign character normalization

v.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 URL

v.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 issues

v.0.1.4 - January 31, 2020 - YouTube Signature HotFix (Update immediately)
==========================================================================
- Downloading YouTube videos will now work with the latest YouTube Cipher Update

v.0.1.3 - December 22, 2019 - YouTube Downloader Hotfix (Update immediately)
============================================================================
- Fixed YouTube downloading issues

v.0.1.3 - December 22, 2019 - YouTube Downloader Hotfix (Update immediately)
============================================================================
- Fixed YouTube downloading issues

v.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.php

v0.1 - October 10th, 2019
==========
- Created

资源下载
下载价格32
推荐购买建站套餐,独立站主题免费使用。
原文链接:https://www.hrdweb.com/47524.html,转载请注明出处~~~
0
广告位招租

评论0

请先
显示验证码
没有账号?注册  忘记密码?