For security reasons, Kionic has register_globals disabled in all servers. If your script requires register_globals, please follow the following instructions:
1. Create a file named .htaccess
2. Open the .htaccess file and enter this line:
php_value register_globals 1
3. Save the .htaccess file and upload it to inside the folder which you requires register_globals to be turned on.
4. register_globals should now be turned on.