- A webserver with PHP
- The cURL PHP extension enabled
Copy everything into a directory on your web server. Let's say it's accessible from http://www.your_domain.com/leaf/
Edit config.inc.php:
-
Generate a new GUID (using this tool for example), and replace the _your_guid_here_ string with this new GUID.
-
Change the country as necessary.
-
Enter your Nissan Connect username and password.
-
If you can't use the openssl_encrypt() function (very unlikely), you will need to change
$encrypt_using_webservice
toTRUE
. WARNING! This will use a remote web service to encrypt your password.
You're done.
You can now access the one-click shortcuts using the index page at http://www.your_domain.com/leaf/?id=your_guid_here
Developed mainly using a free open-source license of
kindly provided by JetBrains. Thanks guys!