Angkor News - Newspaper CMS with PHP MySQL

Angkor News is a CMS that helps create fast online news websites built with PHP and MySQL. The prominent features of Angkor News CMS include:
  • Easy installation, simple and user-friendly interface;
  • Compatible with all screen resolutions;
  • Complete website news management functions;
  • Integrated with features such as Facebook comments, real-time posts;
  • SEO friendly URL;
  • CMS is coded purely with PHP, making it easy to customize and develop the code;
  • Code is secured against SQL injection.


Angkor News - Newspaper CMS PHP

Angkor News - Newspaper CMS PHP


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 angkor_v1.2.sql database (in directory database/database.sql );
  • Open file config.php (in directory inculde/config.php) to configuration url, database connection:
$CONF['user'] = 'YOURDBUSER';
$CONF['pass'] = 'YOURDBPASS';
$CONF['name'] = 'YOURDBNAME';
$CONF['url'] = 'http://yourdomain.com';
  • Site URL: http://localhost/project_name/
  • Admin panel URL: http://localhost/project_name/admin
  • Default login account:  admin/123456
  • Unzip password: 653863

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


Previous Post Next Post