Looking to integrate Moodle with aMember but I need IP recognition

Looking to integrate Moodle with aMember but I need IP recognition

by Charlotte Smith -
Number of replies: 1
I'm looking to integrate Moodle with aMember so that individual users can pay for access to the material. However, a university will also be able to buy a subscription to allow students access so we will require IP address recognition. Does anyone know if this is possible with aMember? Or is there another plug-in that will work better for this type of function?
Average of ratings: -
In reply to Charlotte Smith

Re: Looking to integrate Moodle with aMember but I need IP recognition

by venkatesan iyengar -
There is a script ready for complete integration of amember with moodle with single login etc. However, if you need single logout you need to modify moodle's logout.php file. I was testing sometime back and this is what it has:

1. It has a moodle plugin for amember side to read the course id by which one can create products in amember and pass username and password to moodle.
2. Set of amember codes for moodle side (not used directly in moodle) to communicate between moodle and amember.
3. One should tell moodle to do authentication through external (amember) database and disable default email authentication.
4. Provides single login for amember and moodle

However, this works only in v1.8 and v1.9dev. There are still lot of problems with v1.7