PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
Are you using the s2Member Shortcode for your ClickBank Buttons?After upgrading to version 111206, s2vars were unpopulated, as recorded by the clickbank-ipn.log.
Transactions show complete/successful s2vars up until version 111206, and then they suddenly stop working. No other changes to the site or any plugins were made before, during, and shortly after the upgrade.
* (s2Member/s2Member Pro) **Security fix**. A security vulnerability related to unsigned URLs leading to checkout pages for ccBill®, ClickBank® and Google® Checkout, has been addressed in this release. For further details, please see [this thread](http://www.primothemes.com/forums/viewtopic.php?f=4&t=15232&p=41707#p41707).
All URLs leading to checkout at ClickBank MUST now be digitally signed by s2Member.
<?php
$my_shortcode = '[s2Member-Pro-ClickBank-Button ..... /]';
echo do_shortcode($my_shortcode);
?>
<?php
$my_existing_clickbank_url_with_s2_vars = 'http://....';
$my_signed_url = c_ws_plugin__s2member_utils_urls::add_s2member_sig($my_existing_clickbank_url_with_s2_vars);
?>
do_shortcode('[s2Member-Pro-ClickBank-Button cbp="0" level="1" ccaps="" desc="Bronze Member / Description and pricing details here." custom="example.com" tp="0" tt="D" rp="1" rt="M" rr="1" image="default" output="anchor" /]');
No, the shortcodes you used in your WP pages would not need any updating, they're the same
[s2Member-Pro-ClickBank-Button cbp="1" level="1" ccaps="-all" desc="Blah blah blah" custom="ourdomain.com" tp="0" tt="D" rp="1" rt="L" rr="0" image="clickbank-button.gif" output="anchor" /]
http://9.fbtrainer.pay.clickbank.net/?s2_invoice=2&s2_p1=30+D&s2_p3=1+M&s2_desc=Facebook+Full+Business+Suite+Monthly+Exclusive+Membership&s2_custom=fbtrainer.com&s2_customer_ip=69.157.59.242&s2_subscr_id=s2-4ee7cd5dc54d0&s2_referencing=60&_s2member_sig=1323814237-977a8f96132ebd9dfc290ba78f2c0145
JeffStarr wrote:Sure, here is one of them:
- Code: Select all
[s2Member-Pro-ClickBank-Button cbp="1" level="1" ccaps="-all" desc="Blah blah blah" custom="ourdomain.com" tp="0" tt="D" rp="1" rt="L" rr="0" image="clickbank-button.gif" output="anchor" /]
Users browsing this forum: Exabot [Bot], Yahoo [Bot] and 1 guest