https://github.com/gboudreau/leaf_carwings_easyaccess
One-click access to LEAF Carwings remote actions
https://github.com/gboudreau/leaf_carwings_easyaccess
carwings leaf mobile-web nissan php
Last synced: 10 months ago
JSON representation
One-click access to LEAF Carwings remote actions
- Host: GitHub
- URL: https://github.com/gboudreau/leaf_carwings_easyaccess
- Owner: gboudreau
- Created: 2011-11-25T03:52:12.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T13:10:58.000Z (about 8 years ago)
- Last Synced: 2025-07-18T01:16:40.069Z (11 months ago)
- Topics: carwings, leaf, mobile-web, nissan, php
- Language: PHP
- Homepage:
- Size: 179 KB
- Stars: 16
- Watchers: 7
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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:
1. Generate a new GUID (using [this tool](http://www.somacon.com/p113.php) for example), and replace the \_your\_guid\_here\_ string with this new GUID.
2. Change the country as necessary.
3. Enter your Nissan Connect username and password.
4. If you can't use the openssl_encrypt() function (very unlikely), you will need to change `$encrypt_using_webservice` to `TRUE`. **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](http://www.jetbrains.com/). Thanks guys!