latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

About: Robert H.

Sorry, I've not written a description yet. I'll get to it soon!


My Favorite Topics

Viewing 14 topics - 1 through 14 (of 14 total)
Topic Count Last Reply
Changing WordPress text in the login page

By:  Eduan in: Unofficial Extensions/Hacks

voices: 2
replies: 2

3 years, 11 months ago  Eduan

s2Member video shortcodes 1 2

By:  Philly in: Community Forum

voices: 8
replies: 37

4 years, 3 months ago  RossGrant

login redirection problem when domain mapping

By:  Ansel Gough in: Community Forum

voices: 4
replies: 10

4 years, 3 months ago  Jason (Lead Developer)

s2Member on WordPress Network (Multisite)

By:  Mary Grisolia in: Community Forum

voices: 3
replies: 13

4 years, 4 months ago  Cristián Lávaque

Getting address values from Pro forms

By:  Thomas Jenkins in: Community Forum

voices: 2
replies: 1

4 years, 5 months ago  Cristián Lávaque

Registration form

By:  Jennifer Davis in: Community Forum

voices: 4
replies: 22

4 years, 5 months ago  Cristián Lávaque

Show customer billing history

By:  GT Drummie in: Community Forum

voices: 4
replies: 17

4 years, 5 months ago  Cristián Lávaque

My MailChimp Integration: Daily Email Digest

By:  Sacha Greif in: Community Forum

voices: 1
replies: 0

4 years, 6 months ago  Sacha Greif

Removing your css styles and your oops~ text

By:  Carla Madni in: Community Forum

voices: 5
replies: 8

4 years, 6 months ago  Cristián Lávaque

Can I create a cart and charge for add ons

By:  S2MemNewbie in: Community Forum

voices: 4
replies: 5

4 years, 7 months ago  Cristián Lávaque

Fix for rtmp streaming with CloudFront

By:  Mathieu Virbel in: Unofficial Extensions/Hacks

voices: 3
replies: 3

4 years, 7 months ago  Mathieu Virbel

PayPal Pro-Form with Multiple Price Options

By:  it-can.ca in: Community Forum

voices: 2
replies: 3

4 years, 9 months ago  Raam Dev

Viewing 14 topics - 1 through 14 (of 14 total)

Topics I'm Subscribed To

Viewing 12 topics - 1 through 12 (of 12 total)
Topic Count Last Reply
release date new version – beta available?

By:  Robert H. in: Community Forum

voices: 3
replies: 4

4 years, 3 months ago  cassel

create unique user ID – s2member custom field

By:  Robert H. in: Community Forum

voices: 3
replies: 4

4 years, 4 months ago  Raam Dev

New improved payment gateway API

By:  Robert H. in: Community Forum

voices: 3
replies: 5

4 years, 5 months ago  Robert H.

PayPal dropdown select for membership options

By:  Jennifer Davis in: Community Forum

voices: 2
replies: 4

4 years, 5 months ago  Robert H.

Registration form

By:  Jennifer Davis in: Community Forum

voices: 4
replies: 22

4 years, 5 months ago  Cristián Lávaque

Can't receive the users CCAPS values

By:  Robert H. in: Community Forum

voices: 2
replies: 1

4 years, 6 months ago  Cristián Lávaque

Use User's Paid Subscription ID as unique ID?

By:  Robert H. in: Community Forum

voices: 2
replies: 1

4 years, 7 months ago  Raam Dev

Restricting access to themes and plugins

By:  Peter van Wyk in: Community Forum

voices: 2
replies: 1

4 years, 7 months ago  Raam Dev

Payment Gateway – Skrill (Moneybookers)

By:  Robert H. in: Community Forum

voices: 2
replies: 4

4 years, 7 months ago  Robert H.

Create buyer API key after purchase

By:  Robert H. in: Community Forum

voices: 2
replies: 1

4 years, 7 months ago  Raam Dev

Viewing 12 topics - 1 through 12 (of 12 total)

My Latest Replies (From Various Topics)

Viewing 10 replies - 1 through 10 (of 10 total)
Author Replies
Author Replies
Posted: Thursday Sep 13th, 2012 at 2:26 pm #25203
Robert H.
Username: robaggio

Thanks Eduan
Do you know a rough release date?

Posted: Friday Sep 7th, 2012 at 9:22 am #24516
Robert H.
Username: robaggio

Thanks Cristián,

I am not talking about the regular WP user ID.
I’d like to generate a unique API-key for each subscriber during the registration process.
This API-key should then be saved in a user meta field.
This process should be hidden for the subscriber and the value is not editable.
A hidden custom registration field for this purpose seems to be a good solution for me.

After registration and payment the subscriber needs to enter this API-key into a plugin in order to get access to content delivered by the plugin. S2member checks if subscriber is still a paying member.

This code generates a unique 32 character string. So I think it’s perfect to use it as API-key.
Actually, this would be great to have it as a built-in feature in S2member Pro. Specially for services like WP subscription plugins as business models.

<?php
echo md5(uniqid(mt_rand(), true));
?>

e.g. 280bfcaa917c9a232293fa7475528658

I checked all the WP user meta plugins but none of them can prepopulate user meta field values dynamically generated from PHP code.

Hope I could clarify my problem.
Would be great if you have a solution

Thanks

Posted: Thursday Sep 6th, 2012 at 4:35 pm #24383
Robert H.
Username: robaggio

Anybody who can help?
Thanks

Posted: Wednesday Aug 8th, 2012 at 10:55 am #21520
Robert H.
Username: robaggio

Thanks Jason for your input!

Posted: Wednesday Aug 8th, 2012 at 10:18 am #21516
Robert H.
Username: robaggio

Hi Raam,
I did an extensive research on payment gateways with subscription capabilities. The problem we have here in Europe is that all of your provided gateways are not suitable for EU based countries (except UK).
For example,
Paypal Pro: not working in EU (only UK)
Paypal Standard: stupid 20% rule which basically prohibits membership upgrades and payment method is only credit card
AliPay: only China
Authorize.Net: only USA
ccBill: only USA
Google Checkout: not working in EU (only UK)
ClickBank: only in US Dollar, acts as reseller (not everyone wants to have that)

Therefore, there is not one acceptable solution for Europe (not including UK in this case). You should really consider to create a payment gateway for EU based payment provider.
For example Skrill/Moneybookers – they have 29 million current members and growing. It should be fairly easy for you guys to implement this.
Link to their API doc
A second big European payment provider with subscription capabilities is Ogone.

I know you working on a improvement of your payment API but you should keep in mind that you are loosing out with potential European customers.
If I compare you with the Magic Members Plugin, they already support Moneybookers and Ogone. I already purchased your s2member Pro but I have to consider to switch over to Magic Members because of this.

I read a lot of German online marketer forums and comments and they all prefer s2member or Digital Access Pass as their number one WordPress membership plugin. But a lot of them also mention the problem with the lack of European payment gateways in s2member.
I don’t mind spending money for a working solution. But I think it is also in your interest to get more customers from Europe.
Please let Jason know about this issue.

Maybe we can work something out in the near future.
Thanks

Robert

Posted: Tuesday Aug 7th, 2012 at 4:15 am #21334
Robert H.
Username: robaggio

Thanks Raam

Posted: Thursday Jul 26th, 2012 at 3:03 am #20286
Robert H.
Username: robaggio

Thanks Jennifer for your info.

Posted: Tuesday Jul 24th, 2012 at 3:08 am #20031
Robert H.
Username: robaggio

Hi Jennifer,
This sounds exactly what I’m looking for.
It’d be great if you can send me the code.
Thanks a lot

Robert
robaggio@gmx.de

Posted: Monday Jun 4th, 2012 at 6:51 am #15336
Robert H.
Username: robaggio

Thanks Raam

Posted: Wednesday May 30th, 2012 at 11:12 am #14947
Robert H.
Username: robaggio

Thanks Raam,
when does the next major release of s2Member come out? I will then wait before I get a programmer for my payment gateway customization.
Thanks

Robert

Viewing 10 replies - 1 through 10 (of 10 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.