LEAF_Carwings_EasyAccess
LEAF_Carwings_EasyAccess copied to clipboard
One-click access to LEAF Carwings remote actions
LEAF Carwings One-Click Shortcuts
Requirements
- A webserver with PHP
- The cURL PHP extension enabled
Installation Instructions
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
Acknowledgements
Developed mainly using a free open-source license of
kindly provided by JetBrains. Thanks guys!