If you want to synchronize your license after purchasing one, click on the Refresh License link in your SitePad Admin Panel. It will synchronize your license information.
If the above-mentioned methods didn't work please continue reading.
SitePad synchronizes with servers for files and License information when CRON is run. You can force CRON to run via some shell commands to immediately synchronize for the License Information or for Script Files. These commands vary from panel to panel so please run the commands as per your Panel.
For cPanel SSH to your server as root and enter the following commands :
/usr/local/cpanel/3rdparty/bin/php /usr/local/sitepad/cron.php
For Direct Admin SSH to your server as root and enter the following commands :
/usr/local/bin/php -d open_basedir="" -d safe_mode=0 -d disable_functions="" /usr/local/sitepad/cron.php
For Plesk Linux SSH to your server as root and enter the following commands :
php -d open_basedir="" -d safe_mode=0 -d disable_functions="" /usr/local/sitepad/cron.php
For InterWorx SSH to your server as root and enter the following commands :
/home/interworx/bin/php /usr/local/sitepad/cron.php
For pd-admin SSH to your server as root and enter the following commands :
/usr/local/pd-admin2/bin/php-7.0-cli -d open_basedir="" -d safe_mode=0 -d disable_functions="" -d zend_extension="/usr/local/sitepad/ioncube.so" /usr/local/sitepad/cron.php
For ISPmanager SSH to your server as root and enter the following commands :
php -d open_basedir="" -d safe_mode=0 -d disable_functions="" /usr/local/sitepad/cron.php
For CWP SSH to your server as root and enter the following commands:
/usr/local/cwp/php/bin/php /usr/local/sitepad/cron.php
For Webuzo SSH to your server as root and enter following commands :
/usr/local/emps/bin/php /usr/local/sitepad/cron.php
This will force CRON to run and SitePad will synchronize all necessary information.