This topic contains 3 replies, has 2 voices. Last updated by Cristián Lávaque 3 years, 9 months ago.
Topic Author | Topic |
---|---|
Posted: Sunday Mar 24th, 2013 at 5:28 pm #45600 | |
I need to be able to export my S2Member Pro membership database to a file on my server (I want to be able to process the data and send out special notices). I already have programs that can process the CSV that is exported when I do this manually, but it requires that I do lots of steps manually. Someone suggested that I find out the request that is issued when the Export button is pressed on the admin page and use wget to get the file. I’ve tried this (with the username and password as part of the URL) but I just get a redirect. Is there an accepted way to do this? Ideally, I should be able to call a php script or shell script from cron and have the member data exported to a file on the server directly. |