Xeroom Licence Awaiting Activation

You licence is valid for a year from purchase. There is a daily check on this and if our server can't be reached for any reason then it will say deactivated.
Xeroom should provide a 7 day grace period to allow for renewals or fixes.
To resolve it:
1. Send us your IP Address - Please can you send us your server IP address so we can then whitelist it. Any block will automatically clear after 10 mins. To do this open a ticket or send an email to support@xeroom.com.
2. Create a test file -To help identify where the block is please create a curl test file which checks that the authentication process is working or not. Open Notepad and cut and paste these lines into it and save it as curltestABC.php where ABC is your own unique initials. Edit the bold licence key string to be your licence key which can be found on your order confirmation email - see below.
<?php
echo "<h1>Curl Test</h1><br>\n";
$output = shell_exec('curl https://www.xeroom.com/apidata.php?license_key=636a117ec1234');
echo "<pre>$output</pre>";

3. Copy and run - Then copy this to the root directory of your website server ie the /public_html directory and then run it by entering: www.yourwebsite\curltestABC.php

Other Causes
If curl is missing from your server build then the communication with our server will not work. This is standard in builds but sometimes gets deactivated. We have had a rare case where the host was not allowing calls out of their servers - this was where a cheap host was used and is not normally the issue. It was immediately solved when they moved to a big name host. You can check with your host to see if it is not installed or available for use. For further informations see the curl site https://curl.se/.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article