If you get this error while trying to run your application:
Site error: the file
/home/xxyyzz/public_html/test/wp-content/themes/WPAdsenseTheme-v.1.0.3/functions.php
requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be
installed by the site administrator.
To tackle this problem, create a php.ini file in the public_html and add the following line:
==========
zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.2.so"
==========