Please provide your Item Purchase code. You can submit or update your Purchase code on site settings.

Where to get Envato purchase code?

'); } else { if(!ADMIN_DEMO){ if(function_exists('check_writeable')){ if(!check_writeable()){ $msg = 'CloudArcade don\'t have permissions to modify files, any settings can\'t be saved and can\'t do backup and update. Change all folders and files CHMOD to 777 to fix this.'; show_alert($msg, 'warning'); } } $pre = ''; $beta = ''; if(isset($_GET['beta'])){ $beta = '&test'; $pre = 'super'; } $ch = curl_init('https://api.cloudarcade.net/verify/verify.php?action=next_update&ref='.DOMAIN.'&v='.VERSION.$beta); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $curl = curl_exec($ch); $data = json_decode($curl, true); curl_close($ch); if(isset($data['log'])){ $v_latest = esc_int($data['version']); $v_current = esc_int(VERSION); if($v_current < $v_latest){ echo('
CloudArcade version '.$data['version'].' is available.
'); if(isset($data['info'])){ echo($data['info']); } echo('

Changelog:

'); echo(''); if(isset($data['html'])){ echo($data['html']); } // ?>
Read more info about the update here https://cloudarcade.net/changelog/

:
'._t('Congratulation! You are up to date.').''); } } } else { echo('
'._t('Congratulation! You are up to date.').'
'); } ?>

Got an issues after updating?

You can go back to previous version using Backup Restore plugin. Each update attept, system will create a backup file (Games and thumbnail files are not backed up).

Have an unknown issues? you can contact me through codecanyon profile page.

How updater works?

Updater will override specific file and folder that have an update. Updater can also modify database table.