Automated News Aggregator PHP & MySQL Script

This is PHP script for a news aggregation website that automatically collects news articles from other website via RSS feeds, and also integrates a Google Custom Search ID for search functionality. It includes the following notable features:

  • Automatic aggregation of news articles from other websites and storing them in a database;
  • Ability to manually add news articles if automatic aggregation is not used;
  • Organizing articles by topic;
  • Option to delete articles based on set time frames;
  • Allowing commenting on articles using Disqus or Facebook;
  • User account permissions based on different levels;
  • Setting up advertisements on the website;
  • ...and many other features.



* Requirements

Before you buy or try to install script please make sure your server meets the following requirements

  • PHP 7.x – Linux/unix web-server.
  • Apache 2.4+ with mod_rewrite
  • MySQL 5.6+
  • Standard cPanel with CRON support
  • cURL - PHP Extension
  • PDO-MySQL - PHP Extension
  • Mbstring - PHP Extension
  • fileinfo - PHP Extension
  • libxml- PHP Extension
  • DOM - PHP Extension

* How to install script on localhost:

  • Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
  • Download and extract the script and copy it to the web server directory;
  • Access phpMyAdmin to create a new database, then import file inbefore.sql database;
  • Open file  db.php (in directory src/settings/db.php) to configuration database connection:

return [

  // Database host. Usually localhost or 127.0.0.1

   'dbhost' => 'localhost',

   // Database name

  'dbname' => '',

  // Database Username

  'username' => 'root',

  // Database password

  'password' => '',

  // 3306 in most cases

  'dbport' => '3306',

  //DON'T CHANGE THIS

  'prefix' => 'in_',

];

  • Site URL: http://localhost/project_name/
  • Admin panel URL: http://localhost/project_name/dashboard
  • Default login account: demo@gmail.com / 123456
  • Read more in file document

Unzip password:: 74012608

Note: The script is for reference only, if you use it, you must purchase the license.

Previous Post Next Post