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.

Ronnie


My Latest Replies (From Various Topics)

Viewing 25 replies - 26 through 50 (of 102 total)
Author Replies
Author Replies
Posted: Wednesday Mar 13th, 2013 at 5:56 am #44466
Ronnie
Username: Zeeflo

Id gladly help, but I need an url to inspect..

Posted: Wednesday Mar 13th, 2013 at 5:21 am #44459
Ronnie
Username: Zeeflo
Posted: Wednesday Mar 13th, 2013 at 5:19 am #44458
Ronnie
Username: Zeeflo

It is your encoding thats faulting.. We experienced this as well in the beginning when we started hosting our videos.

Make sure your videos have:

content-type video/mp4

Also, you need to have your videos encoded to MP4, they need to have moov flags (or faststart).

Posted: Wednesday Mar 13th, 2013 at 5:15 am #44457
Ronnie
Username: Zeeflo

How do you protect your videos from being downloaded? Is the player customizable? Is the player integrateable on your website directly? Can I have have a look?

Currently we host over 500 full feature length movies using jw player with amazon CF, but its almost as if Amazons Cloudfront service is beginning to suck more and more.. I would like to compare with other players..

Posted: Tuesday Feb 19th, 2013 at 5:24 am #42469
Ronnie
Username: Zeeflo

Aha ok. So basically what youre saying, is that its best to operate on UTC time, cause it disregards what timezone youre in. You get X hours, from when you buy to the period ends, no matter where you are.

Guess Ill be changing it back to 12 :)

Thanks :)

Posted: Tuesday Feb 19th, 2013 at 5:11 am #42466
Ronnie
Username: Zeeflo

Yes, this is causing me some headache.. I cant figure out what this has on impact for our customers..

I mean, we are UTC+1 … Ive noticed that when a client signs up, he gets 2 hours less then our current time, which is why I added the two extra hours, just to be sure he/she gets all his 12 hours.

Posted: Tuesday Feb 19th, 2013 at 4:36 am #42459
Ronnie
Username: Zeeflo

@ Jason

Can you please confirm that my s2-hacks.php looks correct:

<?php
add_action('init', 's2_payment_notification_handler');
function s2_payment_notification_handler()
	{
		if(!empty($_GET['s2_payment_notification']) & !empty($_GET['user_id']) && !empty($_GET['item_number']))
			{
				if(preg_match('/\:3 D$/', $_GET['item_number']))
					update_user_option((integer)$_GET['user_id'], 's2member_auto_eot_time', strtotime('+14 hours'));
				exit;
			}
	}
add_filter('ws_plugin__s2member_add_meta_boxes_excluded_types', 's2_meta_box_exluded_post_types');
function s2_meta_box_exluded_post_types($what_s2_says)
	{
		if(!is_super_admin())
			return array_keys (get_post_types ()); // Block in all Post Types.
			
		return $what_s2_says;
	}
add_filter('ws_plugin__s2member_eot_grace_time', '__return_false');
Posted: Tuesday Feb 19th, 2013 at 4:07 am #42454
Ronnie
Username: Zeeflo

@ Jason, yes he is. He has always been very helpfull, even before he became a volunteer moderator, which is probably why i got even more frustrated with his answer :)

I will try this one out and notify you when another customer buys this product :)

Posted: Tuesday Feb 19th, 2013 at 3:48 am #42449
Ronnie
Username: Zeeflo

Hacked worked

I will do the same with our 1 day access in regards to this thread:

http://www.s2member.com/forums/topic/urgent-eot-not-correct/

Posted: Tuesday Feb 19th, 2013 at 3:26 am #42448
Ronnie
Username: Zeeflo

Although I appriciate S2member, I really really dont appriciate this answer

“Bear with it or lose the 1 day feature”… What youre telling me, is that we should drop our most popular product..

I would have been happy with an answer such as, “Were gonna change this in the next release, can you untill then edit the EOT manually” or even “We suggest that you hack it with S2Hacks and set the EOT to +24 hours”.. Anything but a rude “this is how it is, deal with it or remove it” when its a feature I and ANYone else would suspect to work..

Why on earth would someone give out 1 day for free if he has the option to only sell 1 day access?
Why would you even code it to auto behave like that.. The option should atleast be there “Do you want to be a serious business or do you want to give away stuff for free?”

Im looking forward to see this changed in the next update!!!

Sorry if that was a bit rude or anything.. And I assume Eduan didnt mean anything mean by his comment – but telling me to live with it untill we decide to do something, OR remove your most favorite produce… Thats not gonna cut it!!

Posted: Tuesday Feb 19th, 2013 at 3:16 am #42446
Ronnie
Username: Zeeflo

@ Jason, Affirmative! :)

Posted: Monday Feb 18th, 2013 at 1:55 pm #42306
Ronnie
Username: Zeeflo

@ Jason and @ Eduan

Were getting more and more members buying our 1 day membership, but getting 48 hours. Please assist as soon as you can!

Posted: Monday Feb 18th, 2013 at 1:24 pm #42299
Ronnie
Username: Zeeflo

your public folder can be protected with a compliant .htaccess file in the folder.

Posted: Monday Feb 18th, 2013 at 1:17 pm #42296
Ronnie
Username: Zeeflo

It sounds like your editing the Pro Form which is located in the s2memberpro folder.
What you have to do is copy it to your themes folder, and then edit it. Otherwise you will experience it again, when theres a new release of S2member.

You can also use a program like POedit and translate the real language files.
If you do this, then you just have to save your translated POT and MO file as s2member-da_DK.pot/mo if your translation is danish.. It would be en_GB if its british, etc etc.
Those files should then be uploaded to the root of your /plugins dir. This would be a more correct way to translate S2member.

Either way, you should never translate in ANY plugin/wordpress original php file, ever!!

Posted: Monday Feb 18th, 2013 at 12:04 pm #42287
Ronnie
Username: Zeeflo

Please wait with responding to this, I forgot to update my API with the follwing code:

http://www.DOMAIN.DK/?s2_payment_notification=1&user_id=%%user_id%%&item_number=%%item_number%%

I will follow up myself next time a customer buys 3 days access (which should rewrite EOT to 12 hours) :)

Posted: Monday Feb 18th, 2013 at 12:02 pm #42285
Ronnie
Username: Zeeflo

Looking forward to it :)

Posted: Monday Feb 18th, 2013 at 10:18 am #42267
Ronnie
Username: Zeeflo

I was suspecting this.
How do I stop this behavior, it cannot be found in the Paypal AUTO EOT behavior..!?

If I define 1 day, I want to give my clients 1 day.. Not 2!

Posted: Friday Feb 15th, 2013 at 10:37 am #41884
Ronnie
Username: Zeeflo

Yes, perhaps I would be, but afaik paying for membership with paypal buttons requires the payee to register with paypal to be able to pay? Or is it just from the old days?

Im interested in your example :)

Posted: Friday Feb 15th, 2013 at 6:54 am #41844
Ronnie
Username: Zeeflo

Hi jason.
Same as now, pro forms with express checkout.

Our setup is currently this: https://www.movielocker.dk/index.php/betaling/

Posted: Monday Feb 11th, 2013 at 6:46 pm #41453
Ronnie
Username: Zeeflo

Did you let S2member configure your CF and Bucket permissions etc? Is the crossdomain.xml created and in your bucket?

Posted: Sunday Feb 10th, 2013 at 9:08 am #41316
Ronnie
Username: Zeeflo

Excactly what error are you getting?
Are you getting ID not found or what?

Posted: Tuesday Feb 5th, 2013 at 9:15 am #40857
Ronnie
Username: Zeeflo

It sounds about right :)

I can help you over Teamviewer if youd like.
You can contact me at ron.gunny@gmail.com

Posted: Tuesday Feb 5th, 2013 at 8:28 am #40855
Ronnie
Username: Zeeflo

@ David You have a problem with your button not being active in Internet Explorer ;)
You cant click it using that browser, because of the paragraph issues with IE.

Posted: Tuesday Feb 5th, 2013 at 6:15 am #40845
Ronnie
Username: Zeeflo

@David and @Jason.

This is the SAME error we had.

Unfortunately we had to go all way through with disabling the wpautoparagraph function.
Its IE thats got some serious issues about what it thinks a webpage should look like.

The

</p>

just before your shortcode might work????

Posted: Tuesday Feb 5th, 2013 at 6:05 am #40844
Ronnie
Username: Zeeflo

@ Jason.

I am using firebug, but i cant figure out which css code I need to move those.
You can see the page in action here:
http://www.movielocker.dk/index.php/adgang-i-12-timer-uden-abonnement/
Ive customized alot of it in my own style.css like so:

/* 16. S2member Style Overrides
*********************************************************************************************/
div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div input[type="text"],
div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div input[type="password"],
div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div textarea,
div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-div select
        {
                width: 60% !important;
        }
div.s2member-pro-paypal-checkout-form-password-strength
        {
                width: 59% !important;
        }
div.s2member-pro-paypal-form-registration-section-title
        {
                background: url("") no-repeat scroll left center transparent !important;
        }
div.s2member-pro-paypal-form-section-title
        {
                font-family: small-caption, Verdana, Geneva, sans-serif !important;
                border-style: none !important;
                margin: 0 !important;
        }
div.s2member-pro-paypal-form-coupon-section-title
        {
                background: url("") no-repeat scroll left center transparent !important;
        }
div.s2member-pro-paypal-form-custom-fields-section-title
        {
                background: url("") no-repeat scroll left center transparent !important;
        }
div.s2member-pro-paypal-form-section
        {
                margin: 10px 0 0 !important;
        }
Viewing 25 replies - 26 through 50 (of 102 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.