Statistics: Posted by Jason Caldwell — April 29th, 2011, 4:02 pm
From WP dashboard: Usage Configurations-Executing PHP code
exec-php/docs/readme.html#execute_php
With Exec-PHP you can execute PHP code in the excerpt and the content portion of your posts and pages (in the following called articles) as also as in text widgets. To execute code, just type in the PHP code as you usually would, encapsulated in <?php ?> tags.
Writing code in articles or text widgets may require some further tuning to the blog and user settings. To have the plugin work properly with PHP code in the content of a users article, do as follows:
* Disable tag balancing 'WordPress should correct invalidly nested XHTML automatically' through the 'Settings > Write' menu in WordPress
* Disable the WYSIWYG editor in the user's settings through the 'Users > Your Profile' menu
* Assign the 'unfiltered_html' capability to the user
* Assign the 'exec_php' capability to the user
>> Write articles with php, must off the visual editor from my profile.
>>Write articles without php, just ignore the warnings.
Enabling Visual Editor: Install plugins below
"deactive-visual-editor".
Statistics: Posted by fbapps — April 28th, 2011, 4:24 am
Statistics: Posted by donlagarto — March 6th, 2011, 2:17 pm
1) when someone purchases via Paypal e-check, is the download DELAYED until the funds clear? And if not, is there a way to delay the email that sends the download cheque, otherwise they can get the product for free if their cheque does not clear.
2) if someone disputes via Paypal after paying for the product saying they did not receive the e-product, is there a log that can be shown to Paypal to prove that the download link was sent?
Statistics: Posted by Jason Caldwell — August 5th, 2010, 4:36 pm
Statistics: Posted by mrsshopper — August 5th, 2010, 4:16 pm
I currently have it set at 3 IPs per customer. So if I had 3 IPs per customer, and had sent the link to 3 computers at 3 different locations it would all be accessible, but if I sent it to a 4th location then the link would be disabled (punished?) Just want to be clear - so perhaps I should only have 2 IPs per customer in that case - ideally it would be 1 IP but most people I know would access via their computer, iphone, work, etc.
Statistics: Posted by Jason Caldwell — August 5th, 2010, 1:57 pm
Statistics: Posted by Jason Caldwell — August 5th, 2010, 1:50 pm
Statistics: Posted by mrsshopper — August 5th, 2010, 1:47 pm
Your order can be retrieved here:
http://tinyurl.com/[and there is a short number here]
( link expires in 1 day )
Statistics: Posted by mrsshopper — August 5th, 2010, 1:44 pm
Statistics: Posted by Jason Caldwell — August 5th, 2010, 1:37 pm
Statistics: Posted by Jason Caldwell — August 5th, 2010, 12:16 pm
The only way a visitor can gain access to this Download Link with a Key in it, is if they purchased Access to Post ID #121. Once a visitor gains access to this protected Post, a special Download Link is automatically generated specifically for them, and it cannot be shared. The download link is also time-sensitive.
How come the link can't be shared?
Because s2member_file_download_key ("eBook.pdf") = an installation-specific hash of s2member_xencrypt(date("Y-m-d") . $_SERVER["REMOTE_ADDR"] . $_SERVER["HTTP_USER_AGENT"] . $file)
[/quote]
Because s2member_file_download_key ("eBook.pdf") = an installation-specific hash of s2member_xencrypt(date("Y-m-d") . $_SERVER["REMOTE_ADDR"] . $_SERVER["HTTP_USER_AGENT"] . $file)
Statistics: Posted by mrsshopper — August 5th, 2010, 12:12 pm
Statistics: Posted by mrsshopper — August 3rd, 2010, 1:37 am
Statistics: Posted by Jason Caldwell — July 22nd, 2010, 7:50 pm
Statistics: Posted by mrsshopper — July 21st, 2010, 4:45 pm
http://www.yoursite.com/?s2member_file_download=eBook.pdf
http://www.yoursite.com/?s2member_file_download=eBook.pdf&s2member_file_download_key=<?php echo s2member_file_download_key("eBook.pdf"); ?>
<a href="http://www.yoursite.com/?s2member_file_download=eBook.pdf&s2member_file_download_key=<?php echo s2member_file_download_key("eBook.pdf"); ?>">Download My eBook</a>
Statistics: Posted by Jason Caldwell — July 7th, 2010, 6:42 pm
Hopefully your plug-in will have a way to handle the huge eCommerce market where what we sell is simply a download and the actual link to the file is hidden and protected.
P.S.
The eCommerce is sold separately from memberships and I don't want the buyer to have to become any kind of a member.
Statistics: Posted by PerryM — July 3rd, 2010, 8:34 pm
Statistics: Posted by Jason Caldwell — June 30th, 2010, 4:42 pm
Statistics: Posted by drbyte — June 29th, 2010, 2:33 pm
Statistics: Posted by Jason Caldwell — June 29th, 2010, 1:49 am
Statistics: Posted by drbyte — June 28th, 2010, 12:20 am