Announce: Chào mừng các bạn đến với blog cá nhân của Nguyễn Công Dũng. Đây là nơi chia sẻ tài liệu học Tiếng Anh cũng như những thủ thuật máy tính mình sưu tầm được. Chúc các bạn vui vẻ! Welcome to Nguyen Cong Dung's personal blog for sharing English learning materials as well as computer tricks. Having fun!

Labels

Monday, October 15, 2018

Download Dooplay 2.2.1 NULLED


Theme WordPress Movies and TV Shows


Dooplay is undoubtedly the best and most powerful framework, with access to a large volume of content with a single click, completely optimized.
DooPlay is created to facilitate the work of creating content with requires little effort, uses powerful tools that provide data, texts and images from very reliable sources, also gives you all the options to customize your website without touching lines of code.

DooPlay Features

  • WordPress native code.
  • Clean and neat design.
  • Fully Responsive Design.
  • Child-theme support.
  • Widgets support.
  • SEO optimized.
  • Translation files.
  • Available translations ( English / Spanish ).
  • API dbmovies plugin support.
  • API Themoviedb Suppot.
  • API IMDb scraping data ( rating / votes ).
  • Import data and image ( movies / tv shows ).
  • Season generator.
  • Episodes generator.
  • Player streaming.
  • JWPlayer support.
  • Glossary filter content.
  • Rating page.
  • Trends page.
  • TOP IMDb page.
  • Account pages.
  • User ratings.
  • User favorites.
  • User List marked as seen.
  • Related content.
  • Featured Content.
  • Theme options.
  • Homepage modules.
  • Contact form.
  • Login form.
  • Sign Up form.
  • Report video error form.
  • Security forms Google reCAPTCHA.
  • Support Comments with facebook.
  • Support Comments with Disqus.
  • Social buttons.
  • System to share links.
  • Post-types permalinks customizable.
  • Taxonomies permalinks customizable.
  • Free Updates ( Lifetime )
  • Support Access ( Lifetime )
  • Access to exclusive content.
  • Access to offers.
DooPlay has custom fields that will give order and good looks to its content, for the SEO we have precise taxonomic filters to improve the performance and positions in the main search engines.
All updates are free after purchase, you will also get access to support and exclusive content only for customers, all this is for lifetime.

Server requirements

  • PHP 5.6+ ( We recommend PHP 7 )
  • MySQLi PHP Extension
  • PDO PHP Extension
  • cURL PHP Extension
  • OpenSSL PHP Extension
  • MBString PHP Extension
  • iconv PHP Extension
  • IMAP PHP Extension
  • GD PHP Extension
  • Zip PHP Extension
  • allow_url_fopen
Additionaly you will need mod_rewrite enabled in your server.
(this script unable to check if mod_rewrite extension is allowed in your server, consult with your hosting provider for this extension)
Download this file to check required extensions directly in your server.



Tuesday, September 18, 2018

Fix error on line 2 at column 6: XML declaration allowed only at the start of the document

[Solved]

This page contains the following errors:

error on line 2 at column 6: XML declaration allowed only at the start of the document

Below is a rendering of the page up to the first error.


------------
Check functions.php file to see if there is blank line before the start <?php or not, then check if there is any require code.

ex. require get_parent_theme_file_path('/inc/get_init.php');

check this file '/inc/get_init.php' or delete it. This works for me.

Other Solutions from Internet:

Check your wp-config.php file for blank lines outside of bracketed sections.
Check your theme’s functions.php file for blank lines outside of bracketed sections.
One by one, disable plugins and revalidate until you isolate the one causing the problem ( How To Check For Plugin Conflicts )