How to get ionCube working on Godday Linux hosting account

How to get ionCube working on Godday Linux hosting account when installing site like http://mymoviesforall.com

Site error: the file /home/content/84/12153084/html/wp-content/plugins/ArticleSpinnerWP/ArticleSpinnerWP1.php requires the ionCube PHP Loader ioncube_loader_lin_5.3.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.

Find your PHP version, which is 5.3 in my case.
Down the ionCube Loader from ionCube.com (pick x86 .zip format) and upload it to the home directory and unzip the file.
Create a php5.ini file under home directory and add following two lines to the file.
[Zend]
zend_extension =     /home/content/a/b/c/abcuser/html/ioncube/ioncube_loader_lin_5.3.so
Add following two lines to php.ini file (either under home or cgi-bin directory)
[Zend]
zend_extension=”/usr/local/Zend/lib/Guard-6.0.0/php-5.4.x/ZendGuardLoader.so

Simple html webpage

If you just want a simple html webpage with link to limited number of articles, you can open this template page, save and modify for your needs.

Make Money Online

The Internet Protocol (IP) is the principal communications protocol enables internetworking and essentially establishes the Internet. There are lots of income opportunity in Internet. This site focus on affiliate marketing, which is to promote others products and earn commissions from sales made from links in your website. The following is 6-step affiliate marketing guide for beginners.

  1. Build a website
  2. Choose a topic (niche) for your website
  3. Add content to your website on a regular basis
  4. Find affiliate programs matching site content or place Google ads.
  5. Visitors to your website click on ads or affiliate links and buy 
  6. You get paid

Build a Website

Steps to set up a website:

  1. Register a domain name such as books.com and officesupplies.com.
  2. Get a hosting account to store your web content.
  3. Choose a topic (niche) for your website.
  4. Use WordPress or other tool to build interesting web content.
  5. Place ads in your website or promote a product or service
  6. Get people to visit your website and get paid

How to reset WordPress Admin password without access to email

Reset Wordoress Admin Password without access to email: access phpMyAdmin, click on the database, scroll down and click on wp_users table, edit the value (select MD5 function), then click go. Or use the following command:

UPDATE `wp_users` SET `user_pass` = MD5( ‘new_password’ ) WHERE `wp_users`.`user_login` = “admin_username”;