InBefore es un agregador de noticias automatizado que puede importar el contenido más reciente de fuentes RSS ilimitadas. Con el motor de búsqueda basado en CSE de Google sin costo que busca en diferentes partes de la web. Incluye diferentes tipos de secciones de búsqueda, como web, videos, torrents e incluso subtítulos. No se necesitan claves API.
InBefore no es el agregador de RSS promedio, viene con características especiales como la obtención de texto completo basada en HTML DOM para artículos, la obtención automática de contenido basada en cron y la eliminación del contenido antiguo después de un período determinado y muchas más.
InBefore es la opción perfecta para cualquier persona que esté buscando construir su propio portal de contenido sin tener que preocuparse por la carga del servidor.
Requisitos
Antes de comprar o intentar instalar antes, asegúrese de que su servidor cumpla con los siguientes requisitos
- PHP 7.x: servidor web Linux/Unix.
- Apache 2.4+ con mod_rewrite
- MySQL 5.6+
- cPanel estándar con soporte CRON
- cURL – Extensión PHP
- PDO-MySQL – Extensión de PHP
- Mbstring – Extensión PHP
- fileinfo – Extensión PHP
- libxml- Extensión PHP
- DOM – Extensión de PHP
Advertencia
Consulte la demostración en vivo y haga preguntas antes de comprar. Las preguntas previas a la venta siempre son bienvenidas. Haga preguntas y tómese su tiempo antes de comprar para asegurarse de que no está comprando algo que no quiere. No habrá reembolso una vez que se haya descargado el artículo.
TAMBIÉN PARA PERSONALIZAR EL ARTÍCULO NECESITAS AL MENOS CONOCIMIENTOS BÁSICOS DE PHP Y HTML.
Vista previa en vivo
Demostración en vivo: https://inbefore.mirazmac.com
Panel de administración: https://inbefore.mirazmac.com/dashboard
Credenciales de administrador
Email: demo@mirazmac.com
Clave: 123456
¿Los motores de búsqueda no funcionan de repente?
Si sus motores de búsqueda no muestran ningún resultado, descargue la última actualización y en la raíz encontrará un archivo llamado «motores-fix.sql». Importe ese archivo a la base de datos de su instalación actual. Reiniciará los motores con nuevos valores predeterminados.
O puede ejecutar manualmente esta consulta SQL:
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);
O, alternativamente, vaya a Tablero > Motores
Y cambie los ID de búsqueda personalizada de Google de los motores a los siguientes valores nuevos:
web- 68c42d53085561644
Imágenes – 954a56c1e00db57aa
Vídeos – e403897ed3d957745
Noticias – b16521454a1884f6a
Torrentes – 6ff7034d0894868ee
subtítulos – 93314d2add702dbab
Descargo de responsabilidad adicional sobre los motores de búsqueda
La parte del motor de búsqueda del script depende de una API de terceros gratuita llamada Google CSE. Si llega una situación en la que se suspende la API, los motores de búsqueda dejarán de funcionar. Como no tengo control sobre las API de terceros, no podré hacer nada para solucionarlo. Entonces, si está comprando esto únicamente para los motores de búsqueda, asegúrese de entender esto, gracias.
PD: NO SE CREARON ACORTADORES DE URL DURANTE LA ELABORACIÓN DE ESTE ARTÍCULO.
registro de cambios
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
========================
- srcdriversHttpRssImporter.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





