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: David Armstrong

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


My Latest Replies (From Various Topics)

Viewing 8 replies - 1 through 8 (of 8 total)
Author Replies
Author Replies
Posted: Sunday Sep 2nd, 2012 at 12:16 pm #23862

Hi, did you ever get this sorted Michael, as I have the same problem.

thanks
David.

Posted: Monday May 21st, 2012 at 6:52 pm #14111

Hi, Thanks Raam, Thanks Cristain.

But Im starting to feel very thick here, so I deleted everything, and went for a fresh install, then updated both the free version, then I was promted to update the pro version, so I did all that, then I tried the free code example that comes with the S2 member downloads examples, but I don’t see the flash player?

But is I view the source code, my page stops loading and the last thing I see in view source is:-

<div id="jw-container">JW Player® appears here.</div>

<script type="text/javascript" src="/jwplayer/jwplayer.js"></script>

I tried it with out the raw but no diffrance?

If I type the url http://www.pcasap.co.uk/jwplayer/jwplayer.js
I see a page full of java code, if I type http://www.pcasap.co.uk/jwplayer/player.swf
I see the player, a black window whith a white play button.

My test page is http://www.pcasap.co.uk/test/

My Amazon couldfront says :-
Comments: Created by s2Member, for S3 Bucket: s2-videos-pcasap.

Both Streaming and Download are available and in green

In my S2 bucket, I have given the video.mp4 file “make video public” access but still nothing

I tried the 20 11 theme, still the same, I use the Optimise Press theme.

Any ideas would be great.

I can get the videos working if I install the “S3 Video Plugin” and my straming details, but I would prefer to get it working the recomended way.

Thanks guys, I know you are busy but Im greatfull for the help.

Posted: Thursday May 10th, 2012 at 5:52 am #13136

Hi Raam

I did not understand that [ raw ] [/ raw ] only went round the script tags and put them round everything.

I ended up deleting the whole site and installing wordpress again late last night to make sure everything was clean and fresh.

I now have the [ raw ] [/ raw ] in the correct place, but now Im getting the “Sorry, you do NOT have access to this file.”, I have made the files public and S2member has “automatically configure my Amazon® CloudFront Distributions & Amazon® S3 ACLs” for me.

When I get home tonight, I will run through the video again to make sure everythng is ok, should the flash player in the jwplayer folder have 777 access?

I will try tonight and give you an update.

thanks
David.

Posted: Thursday May 3rd, 2012 at 8:42 am #12459

HI Ram

Don’t know if this is any help, but S2Member configured my CloudFront successfully, here is what Amazon S3 shows.

Download EW7CJ7KB9G9N0 d2hpz4j3ra95ct.cloudfront.net Created by s2Member, for S3 Bucket: s2-videos-pcasap.
s2-videos-pcasap.s3.amazonaws.com
– Deployed Enabled 2012-05-03 10:38 UTC+1

Streaming E3G2YFVTNYDFT4 s1c87fpav8uhwz.cloudfront.net Created by s2Member, for S3 Bucket: s2-videos-pcasap.
s2-videos-pcasap.s3.amazonaws.com
– Deployed Enabled

cheers
David

Posted: Thursday May 3rd, 2012 at 8:20 am #12457

Hi Raam

No, the Flash player is not loading:-

If I check the location of the flash player, the below url opens the java page all filled with code.
http://www.pcasap.co.uk/jwplayer/jwplayer.js

And if I type in the below url, I get a black screen with a white play button in the middle which is what I would expect:-
http://www.pcasap.co.uk/jwplayer/player.swf

My theme is OptimizePress 1.45 by OptimizePress and I have installed the JWplayer as the JW Player® & RTMP Protocol Examples page explained,

Download the jvwplayer, upload it to root, then I copied and pasted the code below the
“JW Player® ( RTMP streaming MP4, via s2Member’s Amazon® S3/CloudFront integration )” text

I have not done anything else to the code.

I installed the Exec-PHP to let the php part of the code work.

I created a test account to let you view the page with the default test video.mp4 file

user: test
password: test
url: http://www.pcasap.co.uk/members

If there is anything else you would like to know, please let me know.

thanks
David

Posted: Monday Mar 26th, 2012 at 4:31 am #9084

Sorted it, I was concerned why it worked ok for Raam, so I thought I must have an underlying issue, turns out it was the Theme I was using, I changed the Theme and it’s working fine.

Now I can use the short code for better security, thanks Christian.

cheers
David.

Posted: Sunday Mar 25th, 2012 at 1:42 pm #9051

OK, thanks for your feed back Raam and Cristian.

cheers
David

Posted: Wednesday Mar 21st, 2012 at 9:16 am #8724

Hi, I got it to work, the problem for me is the “Genarate Button Code”, when I run the page in a browser the html genarated is malformated:-

[s2Member-PayPal-Button level="1" ccaps="" desc="Video Member / description and pricing details here." ps="paypal" lc="" cc="GBP" dg="0" ns="1" custom="www.pcasap.co.uk" ta="0" tp="1" tt="M" ra="5.00" rp="1" rt="M" rr="1" rrt="" rra="1" image="default" output="button" /]

Produces this line of code
I have replace OpenTag with ( and CloseTag with ) to show html in the page
(!– Customizes Prices, Payments & Billing Cycle –)(br /)
(!–(br /)

So the below hidden eliments get igored e.g.
(!–(br /)
(input type=”hidden” name=”amount” value=”5.00″ /)–)(/p)
(input type=”hidden” name=”src” value=”1″ /)
(input type=”hidden” name=”srt” value=”” /)
(input type=”hidden” name=”sra” value=”1″ /)
(input type=”hidden” name=”a1″ value=”0″ /)
(input type=”hidden” name=”p1″ value=”1″ /)
(input type=”hidden” name=”t1″ value=”M” /)
(input type=”hidden” name=”a3″ value=”5.00″ /)
(input type=”hidden” name=”p3″ value=”1″ /)
(input type=”hidden” name=”t3″ value=”M” /)
(!– Displays The PayPal® Image Button –)(/p)

Thanks to Eduan, I was able to run the PHP part of the code in WP once I installed the EXEC-php plugin.
But I still had problems, as the “Generate Button Code” genareted 1 incorect line in the HTML code, I have listed this below:

again I have replaced OpenTag CloseTag with () so I can paste html in this reply

(!– Customizes Prices, Payments & Billing Cycle –)
(!–(input type=”hidden” name=”amount” value=”5.00″ /)–)
(input type=”hidden” name=”src” value=”1″ /)

I needed to remove from the following the following genarated html code
OpenTag !–
and
— CloseTag

then the HTML code worked

(!–(input type=”hidden” name=”amount” value=”5.00″ /)–)

(input type=”hidden” name=”amount” value=”5.00″ /)

remembering to change () for OpenTag CloseTag

I just wanted to give you feedback

The section Im working with is:
Button Code Generator For Level #1 Access

and Im using the basic s2Member on Bluehost as the .zip for the Pro version fails, but I wil look at that another day as the basic version does what I need.

So far s2Member is looking like a great product.

thanks
David Armstrong.

Viewing 8 replies - 1 through 8 (of 8 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.