Statistics: Posted by Raam Dev — January 18th, 2012, 11:07 pm
Statistics: Posted by slyhands — January 18th, 2012, 5:50 pm
Statistics: Posted by Cristián Lávaque — January 5th, 2012, 4:54 am
Statistics: Posted by slyhands — January 4th, 2012, 9:19 pm
7 => 'User exists. Handling `payment` for Subscription via ( `subscr-signup-as-subscr-payment` ).',
Statistics: Posted by Raam Dev — January 4th, 2012, 6:12 pm
Statistics: Posted by slyhands — January 4th, 2012, 2:03 pm
Statistics: Posted by Cristián Lávaque — January 4th, 2012, 2:47 am
Statistics: Posted by slyhands — January 4th, 2012, 1:39 am
Statistics: Posted by slyhands — January 3rd, 2012, 4:17 pm
Statistics: Posted by Raam Dev — January 3rd, 2012, 4:14 pm
<?
$to = 'XXXXXXXXXXXXXXXXX';
$subject = 'Launch Successful';
$message = "
========================================================================
PAGE CALLED SUCCESSFULLY!
========================================================================
Details
-----------------------------------------
USER ID PASSED: " . $user_id = $_GET["user_id"] . "
";
$headers = 'From: no-reply@doingmypart.com' . "\r\n" .
'Reply-To: no-reply@doingmypart.com' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
mail($to, $subject, $message, $headers);
?>
Statistics: Posted by slyhands — January 3rd, 2012, 4:08 pm
The SMTP debugging output is shown below:
Could not instantiate mail function.
Statistics: Posted by Raam Dev — January 3rd, 2012, 3:50 pm
Statistics: Posted by slyhands — January 3rd, 2012, 12:06 am
Statistics: Posted by Eduan — January 2nd, 2012, 10:36 pm
Statistics: Posted by Eduan — January 2nd, 2012, 10:34 pm
The SMTP debugging output is shown below:
Could not instantiate mail function.
Statistics: Posted by slyhands — January 2nd, 2012, 9:54 pm
Statistics: Posted by slyhands — January 2nd, 2012, 9:40 pm
Statistics: Posted by Raam Dev — January 2nd, 2012, 9:26 pm
Statistics: Posted by slyhands — January 2nd, 2012, 6:12 pm
Statistics: Posted by slyhands — January 2nd, 2012, 6:01 pm
Statistics: Posted by Raam Dev — January 2nd, 2012, 5:23 pm
Statistics: Posted by slyhands — January 2nd, 2012, 4:30 pm
Statistics: Posted by Raam Dev — December 30th, 2011, 4:13 pm
Statistics: Posted by slyhands — December 30th, 2011, 3:06 pm
I've attempted to insert the success="" attribute into the form, but s2member appears to completely ignore this
- Code:
[s2Member-Pro-PayPal-Form level="1" ccaps="wall_of_heroes" desc="100% Goes To Projects! See you at the bottom!" ps="paypal" lc="" cc="USD" dg="0" ns="1" custom="doingmypart.com" ta="0" tp="0" tt="D" ra="3.00" rp="1" rt="M" rr="1" rrt="" rra="2" accept="paypal,visa,mastercard,amex,discover,maestro,solo" accept_via_paypal="paypal" coupon="" accept_coupons="0" default_country_code="" captcha="0" success="https://doingmypart.com/dmp/welcome-to-doing-my-part/?user_id=%%user_id%%" /]
success="https://doingmypart.com/dmp/welcome-to-doing-my-part/?user_id=%%user_id%%
Statistics: Posted by Jason Caldwell — December 26th, 2011, 5:19 pm